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
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FSBP_MAINTAIN_IDTYPE_MAPPING - Assign ID Number Categories to Identification Categories and Types FSBP_MAINTAIN_IDTYPE_MAPPING - Assign ID Number Categories to Identification Categories and Types FSBP_IND_SECTOR_MAPPING_CORR4 - Correction Report for Industry Mapping SAP BP -> Customer FSBP_IND_SECTOR_MAPPING_CORR4 - Correction Report for Industry Mapping SAP BP -> Customer FSBP_IND_SECTOR_MAPPING_CORR2 - Correction Report for Industry Mapping SAP BP -> Customer FSBP_IND_SECTOR_MAPPING_CORR2 - Correction Report for Industry Mapping SAP BP -> Customer