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

data should not get refreshed when pressing back button Please help

0 Likes
991

In the abap output screen the data will get refreshed when pressing the back button.

but my requirement is when pressing the back button the previous data  should be saved and also the new data should be added to the existing data.

In the abap output screen the data will get refreshed when pressing the back button.

but my requirement is when pressing the back button the previous data  should be saved and also the new data should be added to the existing data.

5 REPLIES 5
Read only

PeterJonker
Active Contributor
0 Likes
950

Please provide more details. Are you using ALV or classic dynpro. Is the data entered by the user or in another way changed.

With so little info it is difficult to help you out.

Read only

Former Member
0 Likes
950

Whenever you press back button, save ur values using the following statement

EXPORT (itab)     TO MEMORY ID id.

Then try to read the same values in the new screen using import statement and add ur new values into it.

Read only

Former Member
0 Likes
950

Hi Narasimha,

you should elaborate your question..it is not clear. you try to post it clearly.

Thanks

Pavan.N

Read only

jayakrishnan86
Explorer
0 Likes
950

Please provide complete details..

u can rather use set and get parameter statements to save the data

Read only

0 Likes
950

Actually its a classic dynpro program. it consists of several lines of data.

when the user enters the print command one line should get printed on A4 size paper .

and next line should get printed in the same a4 paper itself.

is there any function module to do it or it should get changed in the printer settings SPAD t-code.