SAP Reports / Programs | Default Risk and Limit System | Bank Components | Default Risk and Limit System(IS-B-RA-CL) SAP IS

INFOOBJ_ODS_GEN_CALF01 SAP ABAP INCLUDE - Include INFOOBJ_ODS_GEN_CALF01







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


INCLUDES used within this REPORT INFOOBJ_ODS_GEN_CALF01

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:

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING * I_BUFFER_ACTIVE = i_structure_name = u_strucname * I_CLIENT_NEVER_DISPLAY = 'X' i_bypassing_buffer = 'X' * I_INTERNAL_TABNAME = CHANGING ct_fieldcat = g_tab_alv_ods_fcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3 .

API_BW_CHAR_DET_GET_ALL CALL FUNCTION 'API_BW_CHAR_DET_GET_ALL' IMPORTING e_tab_characteristics = l_tab_char_detail[] EXCEPTIONS char_not_found = 1 failed = 2 OTHERS = 3.

API_BW_GEN_IOBJ CALL FUNCTION 'API_BW_GEN_IOBJ' EXPORTING i_str_bapi6108 = l_tab_bapi6108_char i_action = con_local_create * i_sav_infoobjcat = i_sav_rfcdest = g_sav_rfcdest * tables * i_tab_bapi6108 = EXCEPTIONS rfcdest_not_found = 1 action_failed = 2 inconsistent_data = 3 ioname_occupied = 4 OTHERS = 5.

API_BW_GEN_IOBJ CALL FUNCTION 'API_BW_GEN_IOBJ' EXPORTING i_str_bapi6108 = l_tab_bapi6108_keyf i_action = con_local_create * i_sav_infoobjcat = i_sav_rfcdest = g_sav_rfcdest * tables * i_tab_bapi6108 = EXCEPTIONS rfcdest_not_found = 1 action_failed = 2 inconsistent_data = 3 ioname_occupied = 4 OTHERS = 5.

API_BW_GEN_IOBJ CALL FUNCTION 'API_BW_GEN_IOBJ' EXPORTING * i_str_bapi6108 = i_action = con_local_activate * i_sav_infoobjcat = i_sav_rfcdest = g_sav_rfcdest TABLES i_tab_bapi6108 = l_tab_bapi6108[] EXCEPTIONS rfcdest_not_found = 1 action_failed = 2 inconsistent_data = 3 ioname_occupied = 4 OTHERS = 5.

API_BW_GEN_IOBJ CALL FUNCTION 'API_BW_GEN_IOBJ' EXPORTING * i_str_bapi6108 = i_action = con_local_objcat_act i_sav_infoobjcat = p_catalg i_sav_rfcdest = g_sav_rfcdest TABLES i_tab_bapi6108 = l_tab_bapi6108_char[] EXCEPTIONS rfcdest_not_found = 1 action_failed = 2 inconsistent_data = 3 ioname_occupied = 4 OTHERS = 5.

API_BW_GEN_IOBJ CALL FUNCTION 'API_BW_GEN_IOBJ' EXPORTING * i_str_bapi6108 = i_action = con_local_objcat_act i_sav_infoobjcat = p_catkz i_sav_rfcdest = g_sav_rfcdest TABLES i_tab_bapi6108 = l_tab_bapi6108_keyf[] EXCEPTIONS rfcdest_not_found = 1 action_failed = 2 inconsistent_data = 3 ioname_occupied = 4 OTHERS = 5.

BAPI_ODSO_GETDETAIL CALL FUNCTION 'BAPI_ODSO_GETDETAIL' DESTINATION g_sav_rfcdest EXPORTING * objvers odsobject = l_sav_odso IMPORTING details = l_str_bapi6116 return = l_str_bapiret * TABLES * infoobjects = u_tab_bapi6116io * navigationattributes = u_tab_bapi6116na * indexes = u_tab_bapi6116in * indexesinfoobjects = u_tab_bapi6116ii . "#EC ENHOK

BAPI_ODSO_CREATE CALL FUNCTION 'BAPI_ODSO_CREATE' DESTINATION g_sav_rfcdest EXPORTING details = u_str_bapi6116 IMPORTING odsobject = l_sav_odsobject TABLES infoobjects = u_tab_bapi6116io * navigationattributes = u_tab_bapi6116na * indexes = u_tab_bapi6116in * indexesinfoobjects = u_tab_bapi6116ii return = l_tab_bapiret2[]. "#EC ENHOK

BAPI_ODSO_ACTIVATE CALL FUNCTION 'BAPI_ODSO_ACTIVATE' DESTINATION g_sav_rfcdest EXPORTING odsobject = l_sav_odsobject TABLES return = l_tab_bapiret2[].

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = g_extract_structure * fieldname = ' ' * langu = sy-langu * lfieldname = ' ' * all_types = ' ' * group_names = ' ' * uclen = * importing * x030l_wa = * ddobjtype = * dfies_wa = * lines_descr = TABLES dfies_tab = g_tab_dfies * fixed_values = EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3 .

API_BW_EXTR_STR_CHECK CALL FUNCTION 'API_BW_EXTR_STR_CHECK' EXPORTING i_extract_structure = g_extract_structure EXCEPTIONS extract_structure_single = 1 extract_structure_limit = 2 no_extract_struc_limit_manager = 3 OTHERS = 4.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING * DDIC_STRUCTURE = ' ' retfield = con_retfield * PVALKEY = ' ' dynpprog = p_g_sav_prog dynpnr = p_con_dynpro1000 dynprofield = p_con_rfc * STEPL = 0 window_title = text-ss1 * VALUE = ' ' value_org = 'S' * MULTIPLE_CHOICE = ' ' * DISPLAY = ' ' * CALLBACK_PROGRAM = ' ' * CALLBACK_FORM = ' ' * MARK_TAB = * IMPORTING * USER_RESET = TABLES value_tab = l_tab_values * FIELD_TAB = return_tab = l_return * DYNPFLD_MAPPING = EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3 .

F4_DD_STRUCTURE *CALL FUNCTION 'F4_DD_STRUCTURE' * EXPORTING ** OBJECT = '*' ** SUPPRESS_SELECTION = ** DISPLAY_ONLY = * MULTIPLE_SELECTION = 'X' * IMPORTING * RESULT = * TABLES * MULTIPLE_OBJECTS = * .

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING * DDIC_STRUCTURE = ' ' retfield = con_retfield * PVALKEY = ' ' dynpprog = u_sav_prog dynpnr = u_sav_dynnr dynprofield = u_sav_dynpfield * STEPL = window_title = text-s02 * VALUE = ' ' value_org = 'S' * MULTIPLE_CHOICE = ' ' * DISPLAY = ' ' * CALLBACK_PROGRAM = ' ' * CALLBACK_FORM = ' ' TABLES value_tab = l_tab_values * FIELD_TAB = * RETURN_TAB = * DYNPFLD_MAPPING = EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3 .

RFC_READ_TABLE CALL FUNCTION 'RFC_READ_TABLE' DESTINATION g_sav_rfcdest EXPORTING query_table = con_rsdareat * DELIMITER = con_delimiter * NO_DATA = ' ' * ROWSKIPS = 0 * ROWCOUNT = 0 TABLES OPTIONS = l_tab_options[] fields = l_tab_fields data = l_tab_data[] EXCEPTIONS table_not_available = 1 table_without_data = 2 option_not_valid = 3 field_not_valid = 4 not_authorized = 5 data_buffer_exceeded = 6 OTHERS = 7 .

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING * DDIC_STRUCTURE = ' ' retfield = con_retfield * PVALKEY = ' ' dynpprog = u_sav_prog dynpnr = u_sav_dynnr dynprofield = u_sav_dynpfield * STEPL = window_title = text-s01 * VALUE = ' ' value_org = 'S' * MULTIPLE_CHOICE = ' ' * DISPLAY = ' ' * CALLBACK_PROGRAM = ' ' * CALLBACK_FORM = ' ' TABLES value_tab = l_tab_values * FIELD_TAB = * RETURN_TAB = * DYNPFLD_MAPPING = EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3 .

BAPI_IOBC_GETLIST CALL FUNCTION 'BAPI_IOBC_GETLIST' DESTINATION g_sav_rfcdest EXPORTING objvers = con_active iobjtp = u_typ IMPORTING return = l_str_bapiret2 TABLES * SELINFOOBJCAT * SELTEXTLONG infoobjcatlist = l_tab_infoobjcatlist EXCEPTIONS OTHERS = 01.

F4IF_INT_TABLE_VALUE_REQUEST





CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING * DDIC_STRUCTURE = ' ' retfield = con_retfield * PVALKEY = ' ' dynpprog = u_sav_prog dynpnr = u_sav_dynnr dynprofield = u_sav_dynpfield * STEPL = window_title = text-s01 * VALUE = ' ' value_org = 'S' * MULTIPLE_CHOICE = ' ' * DISPLAY = ' ' * CALLBACK_PROGRAM = ' ' * CALLBACK_FORM = ' ' TABLES value_tab = l_tab_values * FIELD_TAB = * RETURN_TAB = * DYNPFLD_MAPPING = EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3 .

BAPI_ODSO_GETLIST CALL FUNCTION 'BAPI_ODSO_GETLIST' DESTINATION g_sav_rfcdest IMPORTING return = l_str_msg TABLES * selodsobject = odsobjectlist = l_tab_odsobjectlist. "#EC ENHOK

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING * DDIC_STRUCTURE = ' ' retfield = con_retfield * PVALKEY = ' ' dynpprog = u_sav_prog dynpnr = u_sav_dynnr dynprofield = u_sav_dynpfield * STEPL = window_title = text-s03 * VALUE = ' ' value_org = 'S' * MULTIPLE_CHOICE = ' ' * DISPLAY = ' ' * CALLBACK_PROGRAM = ' ' * CALLBACK_FORM = ' ' TABLES value_tab = l_tab_values * FIELD_TAB = * RETURN_TAB = dynpfld_mapping = l_tab_dynpfld_mapping[] EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3 .



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