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

table maintenance events

Former Member
0 Likes
263

Hi,

I came across below link

http://help.sap.com/saphelp_nw04s/helpdata/en/91/ca9fb9a9d111d1a5690000e82deaaa/content.htm

in this link they have mentioned as below

"Each record in the table TOTAL contains processing and selection flags. They can be read for each record in a loop over the table.

Processing flag: can be accessed via the field symbol <ACTION>. It indicates whether the table record is unchanged (original), changed, new or flagged for deletion."

I have a requirement where I want to access the field symbol <ACTION> but I am not getting how to declare the table "TOTAL" and access it contents. and I also want to know, how to access <ACTION>.

Regards,

Santosh

1 REPLY 1
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
235

Its a FAQ.

Check the Blog refered by Naimesh Patel and the logic suggested by Rob in this

You can search in SDN for more details.