Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Function Modul for Order Number from VA02

Former Member
0 Likes
632

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
590

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

5 REPLIES 5
Read only

Former Member
0 Likes
590

Hi,

look into table VBFA.

Regards, Dieter

Read only

Former Member
0 Likes
590

it hasn't a function modul?

Read only

Former Member
0 Likes
590

hi

try this FM hope you get

DSD/SL/SALES_ORDERS_GET

CHEERS

S.JANAGAR

Read only

Former Member
0 Likes
591

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

Read only

Former Member
0 Likes
590

ok i do it