ROIUH_STANDARD_CODE_RD07 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_RD07 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.
OIUH_CHECK_PROPERTY_DOI_F4 CALL FUNCTION 'OIUH_CHECK_PROPERTY_DOI_F4' EXPORTING program = sy-cprog screen = sy-dynnr pr_no_field = 'RD07-C_DAVT_PR_NO' doi_no_field = 'RD07-C_DAVT_DOI_NO' di_di_nm_field = 'RD07-C_DI_DI_NM' display_only = space.
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_RD07 - Include ROIZH_STANDARD_CODE - Premas Standard Code ROIUH_STANDARD_CODE_RD06_2 - Include ROIZH_STANDARD_CODE - Premas Standard Code ROIUH_STANDARD_CODE_RD04_B - Include ROIZH_STANDARD_CODE - Premas Standard Code ROIUH_STANDARD_CODE_RD03 - Include ROIUH_STANDARD_CODE_RD03 ROIUH_STANDARD_CODE_RD02 - Include ROIZH_STANDARD_CODE - Premas Standard Code ROIUH_STANDARD_CODE_JE19 - Include ROIUH_STANDARD_CODE_JE19