‎2011 Sep 29 1:47 PM
i had set the field like this.
HEADER-ORDER_START_DATE = '20111010'.
but when the order created,i use t-code md13 to display the order_info,i check out that the date has Replaced by 2011.09.30
when i set the field any other date ,it always Replaced by 2011.09.30
can anybody know this problem?
‎2011 Sep 29 1:52 PM
‎2011 Sep 30 1:42 AM
‎2011 Sep 29 8:58 PM
Hi
Check the date format in the export parameters header-order_start_date field and see whether is there any routine to convert specific format to use it in bapi.
When you give inputs and exxecute and if you again want to give the new inputs to check,first come out of that page completely and again get inside.
Thanks
Adil
‎2011 Sep 30 3:44 AM
Hi Jasper,
Have you commit your BAPI? Since Bapi's are not atumatically committed, use bapi_transaction_commit to take effect your changes.
‎2011 Sep 30 4:47 AM
of course, i commit bapi. and i can find the order in md13. just the field start_date is not correct
‎2011 Sep 30 5:27 AM
Hi Jasper,
thanks for your confirmation.. May we know what is the result of the RETURN TABLE once executed? Since from this table, we will know what went wrong...
‎2011 Sep 30 6:20 AM
‎2011 Sep 30 6:35 AM
‎2011 Sep 30 6:37 AM
RETURN VALUE IS OK... NO PROBLEM.. TYPE IS S TYPE,AND MESSAGE IS 'CREATE PLAN ORDER xxxxx.' LIKE THIS. OBLY THE FIELD START DATE IS NOT correct~
‎2011 Sep 30 6:39 AM
Hi Jasper,
Try to change that date format into dd:mm:yyyy and see.
Regards,
madhu.
‎2011 Sep 30 1:43 PM
Hi Jasper,
Give the input start date in DDMMYYYY and enter.It will work.I have checked.
Thanks
Adil
‎2011 Sep 30 1:45 PM