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

Dynamic Internal table

anshumala
Discoverer
0 Likes
728

read table name from selection screen input and created internal table and structure using field symbol.some data is deleted from this table and i want to display deleted data with one additional column status through dynamic field symbol. input table can be any z table

2 REPLIES 2
Read only

Sandra_Rossi
Active Contributor
684

So, your question is:

  • "How to display deleted data with one additional column status through dynamic field symbol?"

The question doesn't explain the context.

First of all, how does the user delete data? How can we know that data is deleted?

Read only

anshumala
Discoverer
0 Likes
684

user will select the file and table from the selection screen, and there is also ADD/DELETE radio button in selection screen. Data will be added or deleted as per selected radiobutton.

My problem is resolved now, thanks for your comment