‎2009 Apr 24 8:50 AM
Hallo
i have a delivery number and want read the order number from VA02.
Of course, select the database from LIKP --> LIPS --> VBKD is possible but
maybe it has function modul for read the order number from transaction VA02.
THX ANU
‎2009 Apr 24 9:06 AM
Hi,
I think is better recover the data directly from DB tables (in table LIPS you have the fields VGBEL, VGPOS, VGTYP ) if you only want the order number.
With the delivery number you only need to acces 1 table. If you use a FM, you will recover this data and a few fields that is not interesting for you. The access to table LIPS is using table index (delivery number)
Regards,
Pepe
‎2009 Apr 24 8:53 AM
‎2009 Apr 24 8:58 AM
‎2009 Apr 24 9:00 AM
hi
try this FM hope you get
DSD/SL/SALES_ORDERS_GET
CHEERS
S.JANAGAR
‎2009 Apr 24 9:06 AM
Hi,
I think is better recover the data directly from DB tables (in table LIPS you have the fields VGBEL, VGPOS, VGTYP ) if you only want the order number.
With the delivery number you only need to acces 1 table. If you use a FM, you will recover this data and a few fields that is not interesting for you. The access to table LIPS is using table index (delivery number)
Regards,
Pepe
‎2009 Apr 24 9:09 AM