ROIUH_STANDARD_CODE_JE16 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter ROIUH_STANDARD_CODE_JE16 into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Title: Include ROIZH_STANDARD_CODE - Premas Standard Code
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
OIZH_POP_CONFIRM * CALL FUNCTION 'OIZH_POP_CONFIRM' * EXPORTING * OKCODE = OKCODE * IMPORTING * ANSWER = ANSWER.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = default textline1 = text1 textline2 = text2 titel = title * START_COLUMN = 25 * START_ROW = 6 cancel_display = 'X' IMPORTING answer = answer.
OIUH_AFCMTTTBYTYPE * CALL FUNCTION 'OIUH_AFCMTTTBYTYPE' * TABLES * result_table = afcmtttbytype_tab * CHANGING * w_tt_tt_no = w_table_name.
VRM_SET_VALUES * CALL FUNCTION 'VRM_SET_VALUES' * EXPORTING * id = screen_field * values = combo_box_list[].
OIUH_AUTHORIZATION_CHECK CALL FUNCTION 'OIUH_AUTHORIZATION_CHECK' EXPORTING i_program_name = w_program_name i_transaction_code = w_transaction_code IMPORTING e_read_access = w_read_access e_create_access = w_create_access e_change_access = w_change_access e_delete_access = w_delete_access EXCEPTIONS prog_or_transaction_not_define = 1 OTHERS = 2.
DYNP_VALUES_READ ** CALL FUNCTION 'DYNP_VALUES_READ' ** EXPORTING ** DYNAME = PROGRAM ** DYNUMB = DYNNO ** TABLES ** DYNPFIELDS = SCR_FIELDS ** EXCEPTIONS ** INVALID_ABAPWORKAREA = 1 ** INVALID_DYNPROFIELD = 2 ** INVALID_DYNPRONAME = 3 ** INVALID_DYNPRONUMMER = 4 ** INVALID_REQUEST = 5 ** NO_FIELDDESCRIPTION = 6 ** INVALID_PARAMETER = 7 ** UNDEFIND_ERROR = 8 ** DOUBLE_CONVERSION = 9 ** STEPL_NOT_FOUND = 10 ** OTHERS = 11.
OIUH_LOOKUP_WELL_COMP_ID_F4 * CALL FUNCTION 'OIUH_LOOKUP_WELL_COMP_ID_F4' * EXPORTING * PROGRAM = SY-CPROG * SCREEN = SY-DYNNR * FIELD_1 = 'RR18-C_RRAR_WL_NO' * FIELD_2 = 'RR18-C_RRAR_WC_NO' * FIELD_3 = 'RR18-C_WC_WC_NM' * DISPLAY_ONLY = ' '.
VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' "SOGK018933 KP EXPORTING "SOGK018933 KP id = screen_field "SOGK018933 KP values = combo_box_list[]. "SOGK018933 KP
DD_DOMVALUES_GET CALL FUNCTION 'DD_DOMVALUES_GET' "SOGK018396 KP EXPORTING "SOGK018396 KP domname = C_domain "SOGK018396 KP text = c_yes "SOGK018396 KP langu = sy-langu "SOGK018396 KP TABLES "SOGK018396 KP dd07v_tab = L_table "SOGK018396 KP EXCEPTIONS "SOGK018396 KP wrong_textflag = 1 "SOGK018396 KP OTHERS = 2. "SOGK018396 KP
VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' "SOGK018396 KP EXPORTING "SOGK018396 KP ID = SCREEN_FIELD "SOGK018396 KP VALUES = COMBO_BOX_LIST[]. "SOGK018396 KP
VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' "SOGK021268 KP EXPORTING "SOGK021268 KP ID = SCREEN_FIELD "SOGK021268 KP VALUES = COMBO_BOX_LIST[]. "SOGK021268 KP
VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' "SOGK027320;RK EXPORTING "SOGK027320;RK id = p_screen_field "SOGK027320;RK values = itab[]. "SOGK027320;RK
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ROIUH_STANDARD_CODE_JE16 - Include ROIZH_STANDARD_CODE - Premas Standard Code ROIUH_STANDARD_CODE_JE15 - Include ROIZH_STANDARD_CODE - Premas Standard Code ROIUH_STANDARD_CODE_JE14 - Include ROIZH_STANDARD_CODE - Premas Standard Code ROIUH_STANDARD_CODE_JE13 - Include ROIZH_STANDARD_CODE - Premas Standard Code ROIUH_STANDARD_CODE_JE12 - Include ROIZH_STANDARD_CODE - Premas Standard Code ROIUH_STANDARD_CODE_JE11 - Include ROIUH_STANDARD_CODE_JE11