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

TMG event 07

0 Likes
1,058

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?

2 REPLIES 2
Read only

former_member196331
Active Contributor
0 Likes
886

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.

Read only

Sandra_Rossi
Active Contributor
0 Likes
886
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