cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi,I have a requirement to call transaction VA02 from an ABAP program, which will run as a background task. The user will provide input via a selection screen. This input should be populated in VA02, and the sales order should be saved automatically. I'm considering two options for achieving this: BDC (Batch Data Communication) or BAPI_SALESORDER_CHANGE. Which option would be the most suitable for this scenario? Additionally, my VA02 screen has a custom tab with fields populated from a Z table. Is it possible to update this Z table using either BDC or BAPI_SALESORDER_CHANGE? Are there any other alternatives besides BDC or BAPI that I should consider? Your insights and suggestions would be greatly appreciated. Regards,

0 Likes
View Entire Topic
819
Active Participant
0 Likes

Hi, about your custom field, you can try to check the TABLE parameter:EXTENSIONIN in this bapi.

please check this parameter's long text to get how to use.

Thanks!