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

Re: dynamic text value to parameter text in selection screen

$
0
0
  1. REPORT zdemo.
  2. SELECTION-SCREENBEGIN OF BLOCK B1.
  3. SELECTION-SCREENBEGIN OF LINE.
  4. SELECTION-SCREENCOMMENT(32) adetails FOR FIELD p_date.
  5. PARAMETERS:     p_date LIKE sy-datum DEFAULTspaceOBLIGATORY.
  6. SELECTION-SCREENEND OF LINE.
  7. SELECTION-SCREENEND OF BLOCK B1.
  8. INITIALIZATION.
  9.   PERFORM SELECTION_SCREEN_TEXT.
  10. *&---------------------------------------------------------------------*
  11. *&      Form  selection_screen_text
  12. *&---------------------------------------------------------------------*
  13. *       text
  14. *----------------------------------------------------------------------*
  15. FORM SELECTION_SCREEN_TEXT.
  16.   adetails ='Dynamic text'.
  17. ENDFORM.                    " selection_screen_text

 

Message was edited by: karthikeyan P


Viewing all articles
Browse latest Browse all 8372

Trending Articles



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