Application Development 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: 

hi all

Former Member
0 Kudos
69

hi

in BDC, i have updated data for VA01. when i upload data through transaction sales order nos are generated and i want to display in BDC itsef the sales order numbers that the system is generating after call transaction.

how to display sales order numbers in bdc after call transaction.

thanx

rocky

2 REPLIES 2

Former Member
0 Kudos
47

Hi,

After the BDC is succesful you can get all the required dat in the internal table from VBAK table. And the display it as a list or ALV report.

Reward if helpful.

Former Member
0 Kudos
47

hi,

after calling transaction VA01, get the messages in internal table of type BDCMSGCOLL,

if it is success (<b>SY-MSGID = S</b>), read <b>SY-MSGV1</b> which contains the <b>Sales Order number</b> created. put thesse numbers in an output table to be shown in the ALV output.

hope that helps..

pls reward if useful...