2013 May 02 6:45 AM
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.
2013 May 02 9:12 AM
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.
2013 May 02 9:40 AM
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.
2013 May 02 9:42 AM
Hi Narasimha,
you should elaborate your question..it is not clear. you try to post it clearly.
Thanks
Pavan.N
2013 May 02 9:50 AM
Please provide complete details..
u can rather use set and get parameter statements to save the data
2013 May 02 11:46 AM
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.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |