SAP Reports / Programs | Real Estate Management(RE) SAP RE

OPTEDIOB SAP ABAP INCLUDE - Sales and use tax data







OPTEDIOB 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 OPTEDIOB 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 OPTEDIOB. "Basic submit
SUBMIT OPTEDIOB AND RETURN. "Return to original report after report execution complete
SUBMIT OPTEDIOB VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT OPTEDIOB

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:

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = 'RIVOPTER' i_internal_tabname = 'GT_LIST' i_structure_name = 'RERIVOPTERFLDS1' * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = i_bypassing_buffer = 'X' * I_BUFFER_ACTIVE = CHANGING ct_fieldcat = ct_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = 'X' " &SOS i_buffer_active = 'X' i_callback_program = g_repid * i_callback_pf_status_set = i_callback_user_command = 'HANDLE_ALV_COMMAND' * i_structure_name = is_layout = ls_layout it_fieldcat = gt_fieldcat * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' i_save = 'A' is_variant = l_variant * it_events = * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = it_list EXCEPTIONS program_error = 1 OTHERS = 2 .

MV_GET_VERTRAG_FOR_ME CALL FUNCTION 'MV_GET_VERTRAG_FOR_ME' EXPORTING bukrs = ls_list-bukrs ref_datum = sydatum smenr = ls_list-smenr swenr = ls_list-swenr IMPORTING aus_vimimv = ls_vimimv EXCEPTIONS mv_not_found = 1 mv_not_unique = 2 status_not_valid = 3 OTHERS = 4.

FVZ_PARTNER_IN_DYNPROFORM CALL FUNCTION 'FVZ_PARTNER_IN_DYNPROFORM' EXPORTING i1_roletyp = '0600' i1_snumobj = 'VI' i1_sobjekt = ls_list-intreno * I2_PARTNR = ' ' i3_date_in = sydatum i3_lines = 3 address_into_memory = ' ' IMPORTING anschwa_out = ls_adrs EXCEPTIONS address_not_found = 1 illegal_adrtyp = 2 partner_not_found = 3 partner_relation_not_found = 4 OTHERS = 5.

FVMK_KOSTL_OBJECT_GET CALL FUNCTION 'FVMK_KOSTL_OBJECT_GET' EXPORTING datum = sydatum objnr = ld_obj * READ_LOCAL = ' ' IMPORTING kostl = ld_kostl kostl_text = ld_kostl_text.

ME_CHECK_VST_OPTION CALL FUNCTION 'ME_CHECK_VST_OPTION' EXPORTING fixdate = sydatum checkonly = ld_checkonly TABLES me_tab = lt_vimieteh.



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