‎2009 Sep 30 10:25 AM
Hi All,
my code is as below
i_timetickets2-exec_start_date = sy-datum.
i_timetickets2-exec_start_time = sy-uzeit.
i_timetickets2-exec_fin_date = sy-datum.
i_timetickets2-exec_fin_time = sy-uzeit .
APPEND i_timetickets2.
CLEAR i_timetickets2.
ENDLOOP.
IF i_return[] IS INITIAL.
*---ProdOrdConfirmation.CreateTimeTicketMultiple
CALL FUNCTION 'BAPI_PRODORDCONF_CREATE_TT'
EXPORTING
post_wrong_entries = '2'
IMPORTING
return = i_return
TABLES
timetickets = i_timetickets2
detail_return = i_detailreturn.
ENDIF.
running this BAPI i am getting error that 'two operation times are not in ascending order'.
any one know's what the problem is?
Thanks,
Ruchi
‎2010 Sep 08 5:19 AM
‎2014 Mar 18 4:40 AM
Hi Ruchi,
I am facing the same problem can you tell me how did you resolved it.
thanks & regards
Kiran.