Function Module GET_SERNOS_OF_DOCUMENT can be used to retrieve serial numbers corresponding to any of the following documents.
- Delivery
- Sales order
- Material document
- Inspection lot
- production order
- Internal Handling unit
- Physical Inventory document
Import parameters:
Input parameters which needs to be passed changes based on the type of document.
Following are required fields to be passed as input parameters to get respective document serial numbers
1. Delivery
KEYDATA-TASER = 'SER01'
KEYDATA-LIEF_NR - delivery number
KEYDATA-POSNR - delivery item number(optional)
2. Sales order
KEYDATA-TASER = 'SER02'
KEYDATA-SDAUFNR - Sales order
KEYDATA-POSNR - Sales order item (optional)
3. Material document
KEYDATA-TASER = 'SER03'
KEYDATA-MBLNR - Material Document
KEYDATA-MJAHR - Material Document Year (optional)
KEYDATA-ZEILE - Item of Material document(optional)
4. Inspection Lot
KEYDATA-TASER = 'SER04'
KEYDATA-PRUEFLOS - Inspection Lot
5. Production Order
KEYDATA-TASER = 'SER05'
KEYDATA-PPAUFNR - Production order
6. Internal Handling Unit Number
KEYDATA-TASER = 'SER06'
KEYDATA-VENUM -Internal Handling Unit Number
KEYDATA-VEPOS - Handling Unit Item
7. Physical Inventory document
KEYDATA-TASER = 'SER07'
KEYDATA-IBLNR -Physical Inventory document
Output table:
Serial Number details are retreived in the following table
SERNOS
Serial numbers can be extracted from field SERNOS-SERNR
1 Comment
Unknown User (v1ts12u)
Hi Krishna,
Thank you so much ,This was the one exaclty i am looking for ..
Indrasanan Krishnan