ROIUH_STANDARD_CODE_TR04 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_TR04 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!
OIUH_POP_CONFIRM * CALL FUNCTION 'OIUH_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.
OIUH_TP_ERROR_LIST_POPUP CALL FUNCTION 'OIUH_TP_ERROR_LIST_POPUP' * IMPORTING * ERR_RESPONCE = WARNING_RESP * TABLES * ITAB_MSG_IN = ITAB_MSG CHANGING dce_result = dce_result return_code = dce_result EXCEPTIONS goback = 0 errors = 0 OTHERS = 0.
OIUH_CHECK_PROPERTY_DOI_F4 CALL FUNCTION 'OIUH_CHECK_PROPERTY_DOI_F4' EXPORTING program = sy-cprog screen = sy-dynnr pr_no_field = 'TR04-C_SEV_PR_NO' doi_no_field = 'TR04-C_SEV_DOI_NO' di_di_nm_field = 'TR04-C_DI_DI_NM' state_field = 'TR04-C_SEV_ST_CD' display_only = space.
OIUH_LOOKUP_MP_F4 CALL FUNCTION 'OIUH_LOOKUP_MP_F4' EXPORTING program = sy-cprog screen = sy-dynnr c_mp_mp_no = 'TR04-C_SEV_MP_NO' c_mp_mp_de = 'TR04-C_MP_MP_DE' display_only = space.
OIUH_LOOKUP_WELL_COMP_ID_F4 CALL FUNCTION 'OIUH_LOOKUP_WELL_COMP_ID_F4' EXPORTING program = sy-cprog screen = sy-dynnr field_1 = 'TR04-C_SEV_WL_NO' field_2 = 'TR04-C_SEV_WC_NO' field_3 = 'TR04-C_WC_WC_NM' display_only = display.
OIUH_LOOKUP_CONT_ID_F4 CALL FUNCTION 'OIUH_LOOKUP_CONT_ID_F4' EXPORTING program = sy-cprog screen = sy-dynnr ct_ct_no = 'TR04-C_SEV_CT_NO' ct_type_cd = 'TR04-C_CTTYP_CT_TYPE_DE' display_only = ' '.
OIUH_BA_VALIDATION_DOI_F4 CALL FUNCTION 'OIUH_BA_VALIDATION_DOI_F4' EXPORTING program = sy-cprog screen = sy-dynnr c_osta_ba_no = 'TR04-C_SEV_PU_NO' c_osta_ba_seq_no = 'TR04-C_SEV_PU_SEQ_NO' c_ba_nm_1 = 'TR04-C_BA_NM_1' c_batyp_typ_cd = dup_c_batyp_typ_cd display_only = ' '.
OIUH_LOOKUP_DELIVARY_NET_F4 CALL FUNCTION 'OIUH_LOOKUP_DELIVARY_NET_F4' EXPORTING program = sy-cprog screen = sy-dynnr c_dn_nwk_no = 'TR04-C_SEV_NWK_NO' c_dn_sub_nwk_no = 'TR04-C_SEV_SUBNWK_NO' c_dn_dn_de = 'TR04-C_DN_DN_DE' display_only = display.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = input_field IMPORTING output = input_field.
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_TR04 - Include ROIZH_STANDARD_CODE - Premas Standard Code ROIUH_STANDARD_CODE_RD10 - Include ROIZH_STANDARD_CODE - Premas Standard Code ROIUH_STANDARD_CODE_RD09 - Include ROIZH_STANDARD_CODE - Premas Standard Code ROIUH_STANDARD_CODE_RD08 - Include ROIUH_STANDARD_CODE_RD08 ROIUH_STANDARD_CODE_RD07 - Include ROIZH_STANDARD_CODE - Premas Standard Code ROIUH_STANDARD_CODE_RD06_2 - Include ROIZH_STANDARD_CODE - Premas Standard Code