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: 
SAP Community Downtime Scheduled for This Weekend

va41

Former Member
0 Kudos
112

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

1 ACCEPTED SOLUTION

Former Member
0 Kudos
73

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

Former Member
0 Kudos
74

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

0 Kudos
73

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