SAP Reports / Programs

RSAR_DDIC_NAME_CONFLICT SAP ABAP Report - DDIC name conflict analysis for transfer rule and ISource







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


Text pool values


Title: DDIC name conflict analysis for transfer rule and ISource
Text Symbol: 001 = ISource:
Text Symbol: 002 = DDIC Name:
Text Symbol: 003 = for COMSTRU_TECH is blank
Text Symbol: 004 = Multiple Usage
Text Symbol: 005 = Inconsistent
Text Symbol: 006 = TransRule:
Text Symbol: 007 = for TRANSTRU_APPL is blank
Text Symbol: 008 = for TRANSTRU_CHAR is blank
Text Symbol: 009 = No DDIC name conflicts found
Text Symbol: 010 = Communication Structure:
Text Symbol: 011 = Activated, Check Log
Text Symbol: 012 = DDICName Analysis
Text Symbol: 013 = DDIC Name
Text Symbol: 014 = DDIC Name for COMSTRU_TECH Inconsistent
Text Symbol: 015 = DDIC Name Set to


INCLUDES used within this REPORT RSAR_DDIC_NAME_CONFLICT

INCLUDE: LRSACTAB,
RSAGUILOG.


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:

RSAR_NAME_DETERMINE CALL FUNCTION 'RSAR_NAME_DETERMINE' EXPORTING i_object = l_s_cs_comp-comstru i_object_id = l_object_id i_segment_id = l_segment_id IMPORTING e_object_name = l_comstru_tech_new EXCEPTIONS internal_error = 1 name_range_exhausted = 2 unknown_object_id = 3 OTHERS = 4.

RSAR_NAME_DETERMINE CALL FUNCTION 'RSAR_NAME_DETERMINE' EXPORTING i_object = l_s_cs-comstru i_object_id = l_object_id i_segment_id = l_segment_id IMPORTING e_object_name = l_comstru_tech_new EXCEPTIONS internal_error = 1 name_range_exhausted = 2 unknown_object_id = 3 OTHERS = 4.

RSAR_LOGICAL_SYSTEM_GET CALL FUNCTION 'RSAR_LOGICAL_SYSTEM_GET' EXPORTING i_logsys = l_s_isosmap-logsys i_without_dialog = 'X' i_without_authority = 'X' IMPORTING e_tsprefix = l_prefix EXCEPTIONS unknown_logical_system = 1 unauthorized = 2 warehouse_system_without_name = 3 OTHERS = 4.

RSAR_NAME_DETERMINE CALL FUNCTION 'RSAR_NAME_DETERMINE' EXPORTING i_object = l_s_isosmap-oltpsource i_object_id = l_object_id i_prefix = l_prefix i_segment_id = l_segment_id IMPORTING e_object_name = l_transtru_char_new e_object_customizing = l_transtru_dummy EXCEPTIONS internal_error = 1 name_range_exhausted = 2 unknown_object_id = 3 OTHERS = 4.

RSAR_NAME_DETERMINE CALL FUNCTION 'RSAR_NAME_DETERMINE' EXPORTING i_object = l_s_isosmap-oltpsource i_object_id = l_object_id i_prefix = l_prefix i_segment_id = l_segment_id IMPORTING e_object_name = l_transtru_appl_new e_object_customizing = l_transtru_dummy EXCEPTIONS internal_error = 1 name_range_exhausted = 2 unknown_object_id = 3 OTHERS = 4.

RSAR_LOGICAL_SYSTEM_GET CALL FUNCTION 'RSAR_LOGICAL_SYSTEM_GET' EXPORTING i_logsys = l_s_isosmap-logsys i_without_dialog = 'X' i_without_authority = 'X' IMPORTING e_tsprefix = l_prefix EXCEPTIONS unknown_logical_system = 1 unauthorized = 2 warehouse_system_without_name = 3 OTHERS = 4.

RSAR_NAME_DETERMINE CALL FUNCTION 'RSAR_NAME_DETERMINE' EXPORTING i_object = l_s_isosmap-oltpsource i_object_id = l_object_id i_prefix = l_prefix i_segment_id = l_segment_id IMPORTING e_object_name = l_transtru_char_new e_object_customizing = l_transtru_dummy EXCEPTIONS internal_error = 1 name_range_exhausted = 2 unknown_object_id = 3 OTHERS = 4.

RSAR_NAME_DETERMINE CALL FUNCTION 'RSAR_NAME_DETERMINE' EXPORTING i_object = l_s_isosmap-oltpsource i_object_id = l_object_id i_prefix = l_prefix i_segment_id = l_segment_id IMPORTING e_object_name = l_transtru_appl_new e_object_customizing = l_transtru_dummy EXCEPTIONS internal_error = 1 name_range_exhausted = 2 unknown_object_id = 3 OTHERS = 4.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

RSAL_LOG_SHOW CALL FUNCTION 'RSAL_LOG_SHOW' EXPORTING i_function = l_name i_date = l_date i_time = l_time.

DD_TABL_DEL CALL FUNCTION 'DD_TABL_DEL' EXPORTING tabname = p_tabname del_state = 'M'.

RSAR_SEGMENT_OBJECT_ID_DECODE CALL FUNCTION 'RSAR_SEGMENT_OBJECT_ID_DECODE' EXPORTING i_segment_object_id = l_object_segment_id IMPORTING e_object_id = e_object_id e_segment_id = e_segment_id EXCEPTIONS invalid_object_id = 1 OTHERS = 2.

APPL_LOG_READ_DB CALL FUNCTION 'APPL_LOG_READ_DB' EXPORTING * OBJECT = '*' * SUBOBJECT = '*' external_number = l_extnumber date_from = l_date * DATE_TO = SY-DATUM time_from = l_time * TIME_TO = SY-UZEIT * LOG_CLASS = '4' * PROGRAM_NAME = '*' * TRANSACTION_CODE = '*' * USER_ID = ' ' * MODE = '+' * PUT_INTO_MEMORY = ' ' * IMPORTING * NUMBER_OF_LOGS = TABLES * HEADER_DATA = * HEADER_PARAMETERS = messages = l_t_message * MESSAGE_PARAMETERS = * CONTEXTS = * T_EXCEPTIONS = .



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