‎2009 Aug 11 4:04 PM
Hi Experts,
I am using BAPI BAPI_PO_CREATE1 to create PO in ECC 6.0.
here along with other parameters I am also passing - po_schedule-stat_date and po_schedule-po_date to BAPI .
This has no effect in ECC 6.0 and it is taking PO DATE(EKET-BEDAT) and Statiscal delv date (EKET-SLFDT) as current date and not replacing with the values passed to BAPI.
In 4.6c same code is working fine and (EKET-BEDAT) and (EKET-SLFDT) are getting replaced correctly.
Any idea for this problem
Thanks
‎2009 Aug 11 5:10 PM
Do you filling ?
POSCHEDULEX-STAT_DATE = 'X'.
POSCHEDULEX-PO_DATE = 'X'.
a®
‎2009 Aug 12 9:05 AM
Definitely I am filling
POSCHEDULEX-STAT_DATE = 'X'.
POSCHEDULEX-PO_DATE = 'X
The program is all same as it was in 4.6 C and it was working fine in 4.6c and now it is not working ECC 6.0.
‎2009 Aug 12 1:36 PM
I used BAPI_PO_CHANGE to resolve the issue for Statistical Delivery date.
but still the problem for PO_DATE is not getting resolved and for PO_DATE I am getting following message
I ME 664 Change PurchOrderDate could not be effected
Any Idea.
Thanks.
‎2009 Aug 12 1:39 PM
‎2009 Aug 13 9:05 AM