cancel
Showing results for 
Search instead for 
Did you mean: 

BDC recording for VL10A

Former Member
0 Kudos

hi all,

i want to do recording for T.C VL10A, in that i want to pass sales order for which delivery should create..

my doubt is can v do recording for VL10A.

is there any other way to meet my recuirement.

kindly let me know.

thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

Basically , you want to process delivery for multiple sales order ,

You can acheive the same in the following manner,

1. Upload one XL sheet which contains Shipping point , sales order delivery quantity and storage location .

2.Call ALV format and display the details uploaded to the user

3.Select all line items and process in backround , here as Mr.Thakkar told call VL01N BDC at the backround in the loop and process one by one and update the delivery number inthe ALV format at the end.

4.Main advantage of this is that you can process billing also simultaneously along with delivery through VF01 BCD at the same backround and display the billing document inthe ALV .

Note : if uploading XL sheet is a problem then , putting shipping point as a input and on execution call one table control , ask user to put the sales order and delivery qty , storage location details to process the same.

saravanan

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

SAP ABAP

U can record BDC for VL01N by using Tcode SHDB and u can pass the sales order, shipping point and can create the delivery.

Hope this will help you.

Thx.