‎2010 Dec 07 3:03 PM
Hi
I am creating the PO using BAPI_PO_CREATE1 but its picking pricing date as delevery date.
from POSCHEDULE.
Can anybody guide in this regards. what parameter are supposed to pass for the getting pricing date.
Regards
Sagar
‎2010 Dec 07 3:09 PM
Don't leave meaningless comments when closing old threads, leave the comment box empty.
I am in the process of cleaning up the mess.
Thomas
‎2010 Dec 07 3:24 PM
Hi Sagar,
Can you explain more the problem you are having?.
At this moment I only can tell you that there is no field for the picking pricing date on POSCHEDULE table.
Best regards,
Eric
‎2010 Dec 07 3:45 PM
Hi Eric,
Thanks for your reply.
In the BAPI we are passing
poheader = ls_poheader_bapi
poheaderx = ls_poheaderx
testrun = iv_testrun
no_authority = lc_check
no_price_from_po = lc_check
IMPORTING
exppurchaseorder = lv_exppurchaseorder
expheader = ls_expheader
TABLES
return = lt_return
poitem = lt_poitem_bapi
poitemx = lt_poitemx
poschedule = lt_poschd_bapi
poschedulex = lt_poschdx
poaccount = lt_poacc_bapi
poaccountx = lt_poaccx
pocondheader = lt_pocondheader
pocondheaderx = lt_pocondheaderx
pocond = lt_pocond_bapi
pocondx = lt_pocondx
polimits = lt_poesh_bapi
pocontractlimits = lt_poesuc_bapi
poservices = lt_poser_bapi
posrvaccessvalues = lt_poserac_bapi
poservicestext = lt_postext_bapi
potextheader = lt_pohtext_bapi
potextitem = lt_poitext_bapi.
here in this case its not picking the pricing date.
Regards
Sagar
‎2010 Dec 07 3:51 PM
Hi Sagar,
Can you show us how are you assigning that value to the Bapi and it's corresponding field on the "X" table?.
Regards,
Eric
‎2010 Dec 08 6:50 AM
Hi Eric,
Basically we do not have header condition value still its picking up the header condition.
I come across one BAPI "MEPO_DOC_TKOMV_GET" from which it is giving the mmpur_komv values in that I can KDATU as delevery date.
But not able to find out the exact reason.
Regards,
Shashi
‎2011 May 17 7:26 AM