Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 2812

Re: getting the details on the screen from database table

$
0
0

Hi ,

 

Where you have written your code for SAVE command there only you will have to write for GET command.

Your code should look something like this:

 

CASE SY-UCOMM " You can use your own variable also here.

     WHEN 'SAVE'.

          perform f_save_data.

     WHEN 'GET'.

          perform f_get_data.

 

form f_get_data.

*** Select the data here from the database.

endform.

 

Hope this helps.


Viewing all articles
Browse latest Browse all 2812

Trending Articles



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