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

BDC/VA01

Former Member
0 Likes
451

I m using Transaction VA01 .

I have to record all the Customer details on Screen 1100.

there are 20 lines for a single customer ..how can i do it..

BYE

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
427

After filling the screen, you can bring the last item to the top by using OK_CODE 'POPO'.

rob

I m using Transaction VA01 .

I have to record all the Customer details on Screen 1100.

there are 20 lines for a single customer ..how can i do it..

BYE

Thanks

2 REPLIES 2
Read only

Former Member
0 Likes
427

Refer this link as an example:

http://www.sap-img.com/abap/bdc-example-using-table-control-in-bdc.htm

Alternatively, Press the Item To Top Button(The 4th from left)Under the Item Table control, every time you want to enter item details,

This would bring the item to the top of the table control every time.

Record the transaction this way, and code for your BDC.

Another alternative is to use a bapi:

BAPI_SALESORDER_CREATEFROMDAT2

Regards,

Ravi

Regards,

ravi

Message was edited by: Ravi Kanth Talagana

Read only

Former Member
0 Likes
428

After filling the screen, you can bring the last item to the top by using OK_CODE 'POPO'.

rob