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

PO creation by using BAPI_PO_CREATE1

Former Member
0 Likes
532

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
Read only

Former Member
0 Likes
490

Hi ,

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

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

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
Read only

Former Member
0 Likes
490

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.

Read only

Former Member
0 Likes
491

Hi ,

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

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

Read only

Former Member
0 Likes
490

Thax to all

i have solved this problem.