2006 Aug 25 11:01 AM
Hi experts,
Iam working on dialog programing.As soon as i save the data i want to clear all the fields and i should be able to enter new record.So i have given
CALL TRANSACTION 'TCODE' AND SKIP FIRST SCREEN.
Since it is loading the new screen, iam missing 'Saved succfully message'.
How can i get this message? Or is there any way to do this?
thanks
kaki
Thanks
kaki
2006 Aug 25 12:14 PM
HI,
Instead of that option,
clear the screen fields or refresh table controls.
Then issue the message.'
Reward points if helpful.
Rgds
Hi experts,
Iam working on dialog programing.As soon as i save the data i want to clear all the fields and i should be able to enter new record.So i have given
CALL TRANSACTION 'TCODE' AND SKIP FIRST SCREEN.
Since it is loading the new screen, iam missing 'Saved succfully message'.
How can i get this message? Or is there any way to do this?
thanks
kaki
Thanks
kaki
2006 Aug 25 11:04 AM
2006 Aug 25 11:11 AM
hi,
use command:
message s001(00) with 'item saved successfully'.
or
fm SAPGUI_PROGRESS_INDICATOR
A.
2006 Aug 25 12:13 PM
hi
good
you can create your own message type for this and can display at the appropriate place.
use statement ->
Messae msg1.
thanks
mrutyun
2006 Aug 25 12:14 PM
HI,
Instead of that option,
clear the screen fields or refresh table controls.
Then issue the message.'
Reward points if helpful.
Rgds
2006 Aug 25 12:31 PM
you can launch a pop_up and load again bdcdata and continue with the process
regards
2006 Aug 25 12:54 PM
Simplest solution will be to give message as I(Information). It will give a auto generated INFO popup and continue to the next processing.
Regards,
Vishal
*Reward if helpful*
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |