This field contains RBKP-BELNR + RBKP-GJAHR = BKPF-AWKEY.
e.g. BKPF-AWKEY = 51056059232009
5105605923 - RBKP-BELNR
2009 - RBKP-GJAHR
Edit SAP Tables
- Go to SE16N.
- Give the table name
- Enter “&SAP_EDIT” in the command line.
- See the message
- Then execute (F8).
- You can edit table entries now!!!
or Go to UASE16N
Relationship between VBRP & KONV
You will get konv document number from vbrk-knumv.
KONV-POSNR = VBRP-POSNR
The ref schedule lines in vbrp you will get from :
VBRP-J_3AETENR
VBRP-J_3AUSIZE
VBRP-J_3AVGETE
KONV-J_3AETENR = VBRP-J_3AETENR
The higher level item of the split item will be described in the field vbrp -j_3ausize
KONV-POSNR = VBRP-POSNR
The ref schedule lines in vbrp you will get from :
VBRP-J_3AETENR
VBRP-J_3AUSIZE
VBRP-J_3AVGETE
KONV-J_3AETENR = VBRP-J_3AETENR
The higher level item of the split item will be described in the field vbrp -j_3ausize
Faster method to access MSEG
When we have to access MSEG it will be a more inefficient search because most of the time we have to access
the table by MATNR, BWART, WERKS which are not key fields of the table.
Here is a faster method to get movement info from MSEG :
Use table S033 by giving MATNR or any other key out of 11 key fields and get material document number (MBLNR)
This MBLNR is the key field in MSEG, so you can do a direct access instead of a sequential search.
Hope this will help you to improve the efficiency of your search.
When we have to access MSEG it will be a more inefficient search because most of the time we have to access
the table by MATNR, BWART, WERKS which are not key fields of the table.
Here is a faster method to get movement info from MSEG :
Use table S033 by giving MATNR or any other key out of 11 key fields and get material document number (MBLNR)
This MBLNR is the key field in MSEG, so you can do a direct access instead of a sequential search.
Hope this will help you to improve the efficiency of your search.
No comments:
Post a Comment