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: 

Mapping fields from excel file to IDOC

Former Member
0 Kudos

Hello experts,

I have reqirement in Inbound IDOC.

I am getting prchase order from external system and getting stored in a excel file.

Now i have to map the fields in excel file to IDOC.

Hoow tro map the fields in excel to IDOC?

Moderator message: please work yourself first on your requirement, search for information.

Message was edited by: Thomas Zloch

1 REPLY 1

Former Member
0 Kudos

Hi Venkat,

Are you going to write a program to upload the data from EXCEL to IDOC and post the IDOC in the same system/client?

It is not possible to trigger the IDOC and post the IDOC in the same system.

As a solution, you can upload the excel to a internal table and use the BAPI BAPI_PO_CREATE/BAPI_PO_CREATE1 to create the purchase order,

Cheers

~Niranjan