data(ls_result) = new lcl_data_processor( new lcl_data_provider( p_matnr ) )->do_something_important( iv_simulation = abap_true ).
if line_exists( lt_process[ orderid = ls_queue-orderid
activity = ls_queue-activity ] ).
rt_res = value #(
for s_oper in lt_operations where ( sub_activity = space )
( value #(
let ltext = actvt_longtext_read( s_oper ) in
act_end_date = s_oper-act_end_date
act_end_time = s_oper-act_end_time
act_start_date = reduce d(
init d = s_oper-act_start_date
for s_sub in it_sub_oper where (
then cond #(
when s_subd-isdd < d
then s_subd-isdd
else d )
else d ) ) )
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
5 | |
4 | |
3 | |
2 | |
2 | |
2 | |
2 | |
1 | |
1 | |
1 |