2010 Jun 10 9:00 AM
Dear all,
I wanted to create a popup when the user enterd the entries in SM30 and pushed the saving button. This POPUP is only a information for this user and not a creteria to save the data or not.
My question
1) Its is possible in this event to display a popup?
2) what kind of popup can I use ? I need something like ALV as POP
best regard
2010 Jun 10 9:14 AM
I can't think of any reason why you cannot display a pop up in the concerned event.
If you want an ALV as a pop-up you can use the FM 'REUSE_ALV_POPUP_TO_SELECT' (refer to sample code BALV_POPUP_TO_SELECT).
BR,
Suhas
PS: I have a gut feeling this thread is an extension of .
Edited by: Suhas Saha on Jun 10, 2010 1:45 PM
2010 Jun 10 9:58 AM
perfect! I got it
now only one question. In this event (Before saving data to database) may also possible to skip the saving data. I think is a flag in the global variabls. Does any one know which one it is?
Thank u again
2010 Jun 10 10:06 AM
2010 Jun 10 10:10 AM
Hi,
is this flag responsible for saving the data (Commit work)?
best regards
2010 Jun 10 10:13 AM
AFAIK if you pass 'X' to VIM_ABORT_SAVING the data is not saved to the DB. Search the forums & google it i am sure you'll find useful info on it.
Cheers,
Suhas
2010 Jun 10 10:15 AM
Thank u. I tryed now to set this flag 'X' normally this field is Initial. I got a short dump....
best regards
2010 Jun 10 10:19 AM
Thank u again... I have to look why I get this short dump. Many thank for u answer.
cheers