SAP Reports / Programs | Financial Services | Business Partner(FS-BP) SAP FS

FSBP_MAINTAIN_IDTYPE_MAPPING SAP ABAP Report - Assign ID Number Categories to Identification Categories and Types







FSBP_MAINTAIN_IDTYPE_MAPPING is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for As of Release SAP_ABA 7...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter FSBP_MAINTAIN_IDTYPE_MAPPING 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 FSBP_MAINTAIN_IDTYPE_MAPPING. "Basic submit
SUBMIT FSBP_MAINTAIN_IDTYPE_MAPPING AND RETURN. "Return to original report after report execution complete
SUBMIT FSBP_MAINTAIN_IDTYPE_MAPPING VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Assign ID Number Categories to Identification Categories and Types
Text Symbol: 001 = Warning
Text Symbol: SC1 = Customizing Exists
Text Symbol: SC2 = Customizing Does Not Exist
Text Symbol: SM1 = Mapping Exists
Text Symbol: SM2 = Mapping Is Created
Text Symbol: ST1 = Mapping
Text Symbol: ST2 = Customizing


INCLUDES used within this REPORT FSBP_MAINTAIN_IDTYPE_MAPPING

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:

F4IF_INT_TABLE_VALUE_REQUEST * call function 'F4IF_INT_TABLE_VALUE_REQUEST' * exporting * retfield = lv_retfield * tables * value_tab = lt_value_tab * field_tab = lt_field_tab * return_tab = lt_return_tab * exceptions * others = 1.

ICON_CREATE call function 'ICON_CREATE' exporting name = icon_led_green info = 'Mapping vorhanden'(sm1) importing result = cs_screenline-status_mapp exceptions others = 3.

ICON_CREATE call function 'ICON_CREATE' exporting name = icon_positive info = 'Mapping wird angelegt'(sm2) importing result = cs_screenline-status_mapp exceptions others = 3.

ICON_CREATE call function 'ICON_CREATE' exporting name = icon_led_green info = 'Customizing vorhanden'(sc1) importing result = cs_screenline-status_cust exceptions others = 3.

ICON_CREATE call function 'ICON_CREATE' exporting name = icon_led_inactive info = 'Customizing nicht vorhanden'(sc2) importing result = cs_screenline-status_cust exceptions others = 3.

LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting i_structure_name = 'TBPID' changing ct_fieldcat = lt_fieldcat.

LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting i_structure_name = 'BPID002_T' changing ct_fieldcat = lt_fieldcat.

LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting i_structure_name = 'TB039' changing ct_fieldcat = lt_fieldcat.

LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting i_structure_name = 'TB039A' changing ct_fieldcat = lt_fieldcat.

POPUP_DISPLAY_TEXT call function 'POPUP_DISPLAY_TEXT' exporting * LANGUAGE = SY-LANGU popup_title = text-001 * START_COLUMN = 10 * START_ROW = 3 text_object = 'FSBP_IDTYPE_01' * HELP_MODAL = 'X' importing cancelled = lv_flg_cancelled.

VIEW_ENQUEUE call function 'VIEW_ENQUEUE' exporting action = 'E' enqueue_mode = 'S' view_name = gc_v_tb039 exceptions client_reference = 1 foreign_lock = 2 invalid_action = 3 invalid_enqueue_mode = 4 system_failure = 5 table_not_found = 6 others = 7.

VIEW_ENQUEUE call function 'VIEW_ENQUEUE' exporting action = 'E' enqueue_mode = 'S' view_name = gc_v_tb039a exceptions client_reference = 1 foreign_lock = 2 invalid_action = 3 invalid_enqueue_mode = 4 system_failure = 5 table_not_found = 6 others = 7.

TR_OBJECTS_CHECK call function 'TR_OBJECTS_CHECK' tables wt_ko200 = customizing_object_table.

TR_OBJECTS_CHECK * call function 'TR_OBJECTS_CHECK' " ABA Merge modification: delete * tables * wt_ko200 = workbench_object_table.

TR_OBJECTS_INSERT * call function 'TR_OBJECTS_INSERT' * tables * wt_ko200 = workbench_object_table * wt_e071k = workbench_keys_table * exceptions * cancel_edit_other_error = 1 * show_only_other_error = 2 * others = 3.

TR_OBJECTS_INSERT call function 'TR_OBJECTS_INSERT' tables wt_ko200 = customizing_object_table wt_e071k = customizing_keys_table exceptions cancel_edit_other_error = 1 show_only_other_error = 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 FSBP_MAINTAIN_IDTYPE_MAPPING or its description.