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

Error in 'BAPI_PRODORDCONF_CREATE_TT

Former Member
0 Likes
604

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

2 REPLIES 2
Read only

Former Member
0 Likes
512

solved self

Read only

0 Likes
512

Hi Ruchi,

I am facing the same problem can you tell me how did you resolved it.

thanks & regards

Kiran.