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: 

PO creation by using BAPI_PO_CREATE1

Former Member
0 Kudos

Hi gurus'

I have to create open po by using bapi BAPI_PO_CREATE1.

Po created properly as per our inputs but in created po created date has take current date.Why is not taken input created date.

can any one suggest me. why is happend and how to corrected throught bapi.

Best regards.

Pravin

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi ,

Check that in POHEADERX-CREATE_DATE is passed as 'X' .

a;so check the mapping in BAPI with respect to standard field .

3 REPLIES 3

Former Member
0 Kudos

Hi

Please go through the documentation in SE37 for the FM.. It is very clear on how you need to work on this BAPI. It is given with examples.

Regards,

Vishwa.

Former Member
0 Kudos

Hi ,

Check that in POHEADERX-CREATE_DATE is passed as 'X' .

a;so check the mapping in BAPI with respect to standard field .

Former Member
0 Kudos

Thax to all

i have solved this problem.