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

ROIUH_STANDARD_CODE_RD08 SAP ABAP INCLUDE - Include ROIUH_STANDARD_CODE_RD08







ROIUH_STANDARD_CODE_RD08 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_RD08 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_RD08. "Basic submit
SUBMIT ROIUH_STANDARD_CODE_RD08 AND RETURN. "Return to original report after report execution complete
SUBMIT ROIUH_STANDARD_CODE_RD08 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_RD08


INCLUDES used within this REPORT ROIUH_STANDARD_CODE_RD08

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_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' 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' CHANGING dce_result = dce_result return_code = dce_result.

K_ABC_LIST_POPUP * CALL FUNCTION 'K_ABC_LIST_POPUP' * EXPORTING * WIN_STATUS = '200' * WIN_TITLE = 'ERROR MESSAGES' * TITLE_TEXT = 'SAP OIL & GAS MODULE ' * IMPORTING * FUNCT_CODE = FCODE * TABLES * FIELDTAB = FIELDTAB * VALUETAB = SEL_VALUES * SEL_VALUES = SET_VAL * SEL_LINES = SELECT_LINE * DOKUTAB = DAKUTAB.

OIUH_AFRVTONABBYQBE CALL FUNCTION 'OIUH_AFRVTONABBYQBE' TABLES result_table = it_onabs CHANGING fn_type_cd = object_type w_onab_ba_no = rd08-c_npsh_own_no w_onab_ba_seq_no = rd08-c_npsh_own_seq_no w_onab_inv_subm_fl = w_invc_flag rows_returned = child_rows_returned pmessage = message_line.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = input_field IMPORTING output = input_field.

OIUH_GET_COMMENTS CALL FUNCTION 'OIUH_GET_COMMENTS' EXPORTING ec_ec_no = w_ec_no ec_cd = scommentcode mode = mode.

OIUH_BA_VALIDATION_DOI_F4 CALL FUNCTION 'OIUH_BA_VALIDATION_DOI_F4' EXPORTING program = sy-cprog screen = sy-dynnr c_osta_ba_no = 'RD08-C_NPSH_OWN_NO' c_osta_ba_seq_no = 'RD08-C_NPSH_OWN_SEQ_NO' c_ba_nm_1 = 'RD08-C_BA_NM_1' display_only = ' '.



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_RD08 or its description.