Quantcast
Channel: SCN: Message List - ABAP Development
Viewing all articles
Browse latest Browse all 10425

Re: Standard Save button

$
0
0

Hi,

If i do so, only the EXIT command working, the normal function in my Codes won't be triggered.

This is my testing codes. Please, look it.

 

 

PARAMETERS A TYPE I.

AT SELECTION-SCREEN OUTPUT.
SET PF-STATUS 'STATUS'.
AT USER-COMMAND.
   AT SELECTION-SCREEN.
   CASE SY-UCOMM.
     WHEN 'PD'.
       LEAVE PROGRAM.
     WHEN 'PA'.
       WRITE 'testing 001'.
*      MESSAGE 'SAVE ICON Selected' TYPE 'S'.
   ENDCASE.


it won't display 'testing 001' when click save which is 'PA'.


Viewing all articles
Browse latest Browse all 10425

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>