SAP Reports / Programs | Revenue | Industry Solution Oil | Revenue(IS-OIL-PRA-REV) SAP IS

ROIUH_STANDARD_CODE_JE11 SAP ABAP INCLUDE - Include ROIUH_STANDARD_CODE_JE11







ROIUH_STANDARD_CODE_JE11 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_JE11 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT ROIUH_STANDARD_CODE_JE11. "Basic submit
SUBMIT ROIUH_STANDARD_CODE_JE11 AND RETURN. "Return to original report after report execution complete
SUBMIT ROIUH_STANDARD_CODE_JE11 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include ROIUH_STANDARD_CODE_JE11


INCLUDES used within this REPORT ROIUH_STANDARD_CODE_JE11

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

OIUH_CHECK_PROPERTY_DOI_F4 CALL FUNCTION 'OIUH_CHECK_PROPERTY_DOI_F4' EXPORTING program = sy-cprog screen = sy-dynnr pr_no_field = 'JE11-C_GL_PR_NO' doi_no_field = 'JE11-C_GL_DOI_NO' di_di_nm_field = 'JE11-C_DI_DI_NM' display_only = display_only.

OIUH_LOOKUP_WC_STATE_ID_F4 CALL FUNCTION 'OIUH_LOOKUP_WC_STATE_ID_F4' EXPORTING program = sy-cprog screen = sy-dynnr field_1 = 'JE11-C_GL_WL_NO' field_2 = 'JE11-C_GL_WC_NO' field_3 = 'JE11-C_WC_WC_NM' display_only = display_only.

OIUH_LOOKUP_ACCT_ID_F4 CALL FUNCTION 'OIUH_LOOKUP_ACCT_ID_F4' EXPORTING program = sy-cprog screen = sy-dynnr c_coa_acct_no = 'JE11-C_GL_ACCT_NO' c_coa_acct_nm = 'JE11-C_COA_ACCT_NM' * C_COA_ACCT_TYPE_CD = c_coa_or_lvl_1_no = 'JE11-C_GL_OR_LVL_1_NO' display_only = display_only.

OIUH_LOOKUP_CONT_ID_F4 CALL FUNCTION 'OIUH_LOOKUP_CONT_ID_F4' EXPORTING program = sy-cprog screen = sy-dynnr ct_ct_no = 'JE11-C_GL_CT_NO' ct_type_cd = 'JE11-C_B_TT_ELEM_DE' display_only = display_only.

OIUH_LOOKUP_MP_F4 CALL FUNCTION 'OIUH_LOOKUP_MP_F4' EXPORTING program = sy-cprog screen = sy-dynnr c_mp_mp_no = 'JE11-C_GL_SA_MP_NO' c_mp_mp_de = 'JE11-C_MP_MP_DE' display_only = 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 = 'JE11-C_GL_DN_NO' c_dn_sub_nwk_no = 'JE11-C_GL_SUB_NWK_NO' c_dn_dn_de = 'JE11-C_DN_DN_DE' display_only = display_only.

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_AFCMTTTBYTYPE * CALL FUNCTION 'OIUH_AFCMTTTBYTYPE' "SOGK018933 KP * TABLES "SOGK018933 KP * RESULT_TABLE = CN_TYPE_TAB "SOGK018933 KP * CHANGING "SOGK018933 KP * W_TT_TT_NO = W_TABLE_NAME. "SOGK018933 KP

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = screen_field values = combo_box_list[].

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = screen_field values = combo_box_list[].

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = je11-c_gl_wl_no IMPORTING output = je11-c_gl_wl_no.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = je11-c_gl_wc_no IMPORTING output = je11-c_gl_wc_no.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = je11-c_gl_sa_mp_no IMPORTING output = je11-c_gl_sa_mp_no.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = je11-c_gl_acct_no IMPORTING output = je11-c_gl_acct_no.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = je11-c_gl_dn_no IMPORTING output = je11-c_gl_dn_no.

CONVERSION_EXIT_ALPHA_INPUT





CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = je11-c_gl_ct_no IMPORTING output = je11-c_gl_ct_no.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = je11-c_gl_sub_nwk_no IMPORTING output = je11-c_gl_sub_nwk_no.

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_AFPRTWCBYQBE CALL FUNCTION 'OIUH_AFPRTWCBYQBE' TABLES result_table = wl_result_table CHANGING fn_type_cd = type_cd w_wc_wl_no = wl_no w_wc_wc_no = wc_no w_wc_wc_nm = asterisk w_wc_st_cd = asterisk rows_returned = rows_returned pmessage = message.

OIUH_AFPRTMPBYQBE CALL FUNCTION 'OIUH_AFPRTMPBYQBE' TABLES result_table = mp_result_table CHANGING fn_type_cd = type_cd w_mp_mp_no = mp_no w_mp_mp_de = asterisk w_mp_type_cd = asterisk w_mp_st_cd = asterisk rows_returned = rows_returned pmessage = message.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.

The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name ROIUH_STANDARD_CODE_JE11 or its description.