Computer Programing a Brief History
The history of computer programming can be traced back as far as the history of computers themselves, possibly even before. Although it
Read moreThe history of computer programming can be traced back as far as the history of computers themselves, possibly even before. Although it
Read moreStep 1: set command for radio button SELECTION-SCREEN BEGIN OF BLOCK frame1 WITH FRAME TITLE TEXT–001. SELECTION-SCREEN BEGIN OF LINE. SELECTION-SCREEN POSITION 15. PARAMETERS: rb_ven RADIOBUTTON GROUP rbg DEFAULT ‘X’ USER-COMMAND uc_rb. SELECTION-SCREEN COMMENT 20(30) TEXT–002. SELECTION-SCREEN END OF LINE. SELECTION-SCREEN BEGIN OF LINE. SELECTION-SCREEN POSITION 15. PARAMETERS: rb_cus RADIOBUTTON GROUP rbg. SELECTION-SCREEN COMMENT 20(30) TEXT–003. SELECTION-SCREEN END OF LINE. SELECTION-SCREEN END OF BLOCK frame1. Step
Read moreSELECT-OPTIONS: s_saknr FOR skb1–saknr. “”””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””” AT SELECTION-SCREEN ON VALUE-REQUEST FOR s_saknr–low. PERFORM f4_saknr CHANGING s_saknr–low. AT SELECTION-SCREEN ON VALUE-REQUEST FOR s_saknr–high. PERFORM f4_saknr CHANGING s_saknr–high. “”””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””””” FORM f4_saknr CHANGING cp_val. DATA gt_ret_f4 TYPE STANDARD TABLE OF ddshretval. DATA gs_ret_f4 LIKE LINE OF gt_ret_f4. SELECT bukrs saknr mitkz INTO TABLE gt_gl_f4 FROM skb1 WHERE bukrs = p_bukrs AND mitkz IN ( ‘K’,’D’ ). CALL FUNCTION ‘F4IF_INT_TABLE_VALUE_REQUEST’
Read moreZCORE_FM_READ_AMOUNT_CURRENCY I_AMOUNT TYPE BSPL_REPVAL Total of Reporting Period I_WAERS TYPE WAERS Currency Key I_LANG TYPE LAND1 ‘VI’ Country/Region Key E_IN_WORDS
Read moreStep 1: add below region of code data: lc_alv TYPE REF TO cl_gui_alv_grid. CALL FUNCTION ‘GET_GLOBALS_FROM_SLVC_FULLSCR’ IMPORTING e_grid = lc_alv.
Read more