2018 Mar 10 7:15 AM
In event 07 in TMG before correcting any data of field where the incorrect value will store?
In event 07 in TMG before correcting any data of field where the incorrect value will store?
2018 Mar 10 7:29 AM
TMG before correcting any data of field where the incorrect value will store
Once Saved the data, Now People are changing, so the value will be save it in Data base, Before changing from db u can get it.
2018 Mar 10 9:55 AM
LOOP AT EXTRACT.
IF <XMARK> = MARKIERT.
ASSIGN COMPONENT sel_field_for_replace OF <vim_extract_struc> TO <your_field>.
...
More information on event 07 : SAP Library: Event 07: Before Correcting the Contents of a Selected Field