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

How to create Multiple PO from one excel file using bapi

aakash_patel
Explorer
0 Likes
631

Hello

I have one excel file in which 3 records are there for creating PO. Out of 3 , 2 records have same Header data and different Item data while third one is totally different record. Initially I have done for for first 2 records and created a single PO for those 2 record of excel file under same header data. But now I m confused that how to create new PO for that 3rd record. I m also posting code here which i have done for those 2 records.

<removed by moderator>

Moderator message: please post only relevant code parts, your post must be less than 5000 characters to preserve formatting.

Edited by: Thomas Zloch on Jun 18, 2011 4:11 PM

Hello

I have one excel file in which 3 records are there for creating PO. Out of 3 , 2 records have same Header data and different Item data while third one is totally different record. Initially I have done for for first 2 records and created a single PO for those 2 record of excel file under same header data. But now I m confused that how to create new PO for that 3rd record. I m also posting code here which i have done for those 2 records.

<removed by moderator>

Moderator message: please post only relevant code parts, your post must be less than 5000 characters to preserve formatting.

Edited by: Thomas Zloch on Jun 18, 2011 4:11 PM

1 REPLY 1
Read only

madhu_vadlamani
Active Contributor
0 Likes
461

Hi Akash,

1) Pass the three header data in header table. 2) Pass all the item data in item table. here explain where you struck.

Regards,

Madhu.