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

va41

Former Member
0 Likes
522

IS there a bapi that uploading data from XLS or CSV to va41?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
483

Hi Yehiel Braha,

No BAPI which directly uploads a xls or csv to VA41. You need to write a program to upload .xls or .csv file into a internal table, loop on this internal table, populate the structures of the BAPI and call the BAPI.

Regards,

Raj

2 REPLIES 2
Read only

Former Member
0 Likes
484

Hi Yehiel Braha,

No BAPI which directly uploads a xls or csv to VA41. You need to write a program to upload .xls or .csv file into a internal table, loop on this internal table, populate the structures of the BAPI and call the BAPI.

Regards,

Raj

Read only

0 Likes
483

Yes, you will need to either write a program to upload the data to an internal table, or use LSMW to handle all that. Either way, you should use BAPI_CONTRACT_CREATEFROMDATA.

Regards,

Rich Heilman