SAP Reports / Programs | Basis Components | Use Subcomponents | Monitoring(BC-CCM-MON) SAP BC

SDTS_TEST_BADI_MAPPING SAP ABAP Report - Report SDTS_TEST_BADI_MAPPING







SDTS_TEST_BADI_MAPPING 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 SDTS_TEST_BADI_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 SDTS_TEST_BADI_MAPPING. "Basic submit
SUBMIT SDTS_TEST_BADI_MAPPING AND RETURN. "Return to original report after report execution complete
SUBMIT SDTS_TEST_BADI_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: Report SDTS_TEST_BADI_MAPPING
Text Symbol: 100 = Test Results: Conversion of SDTS Key Values


INCLUDES used within this REPORT SDTS_TEST_BADI_MAPPING

INCLUDE RSALINTI.
INCLUDE RSALEXTI.
INCLUDE RSALSMFI.


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:

SCSMROUTE_SETTINGS_ON_LOAD CALL FUNCTION 'SCSMROUTE_SETTINGS_ON_LOAD' * EXPORTING * USE_PRIO_ROUTES = 'X' * ONLY_LOCAL_SYSID = ' ' * RFC_ALLOWED = 'X' * PROGRESS_INDICATOR = ' ' * ONLY_AGENTS_FOR_REMOTE = ' ' EXCEPTIONS setting_not_allowed = 1 OTHERS = 2 .

SCSM_CONTEXTS_FOR_SYSTEM CALL FUNCTION 'SCSM_CONTEXTS_FOR_SYSTEM' * EXPORTING * ALSYSTEM = * CSMSYSID = * ROUTES_BY_COMMTYPE = AL_CSM_CTYPE_HIGHPRIO * USE_CACHE = 'X' * FILL_CACHE = 'X' * DO_NOT_PING_SYSTEM = ' ' * MTE_CLASS_PATTERN = ' ' * IMPORTING * SYSTEM_CTX_AND_SEGMS = * TABLES * UNREACHABLE_CONTEXTS = * ALL_CONTEXTS = EXCEPTIONS no_contexts_found = 1 no_contexts_reachable = 2 system_unknown = 3 system_not_reachable = 4 only_local_sysid_allowed = 5 OTHERS = 6 .

TH_SERVER_LIST CALL FUNCTION 'TH_SERVER_LIST' * EXPORTING * SERVICES = 255 * SYSSERVICE = 0 * ACTIVE_SERVER = 1 TABLES list = lt_msxxlist * LIST_IPV6 = EXCEPTIONS no_server_list = 1 OTHERS = 2 .

CREATE_SLD_ACCESSOR CALL FUNCTION 'CREATE_SLD_ACCESSOR' EXPORTING * HOST = * PORT = * NAMESPACE = * USER = * PASSWORD = * ALIAS = selfmoni_name = 'SDTS_BADI_Test' selfmoni_event = 'SLD_Accessor' * trace = trace IMPORTING accessor_reference = accessor CHANGING self_moni_tid = self_moni_tid EXCEPTIONS error_creating_accessor = 1 error_pinging_accessor = 2 incorrect_arguments = 3 OTHERS = 4.

READ_SLD_INSTANCES CALL FUNCTION 'READ_SLD_INSTANCES' EXPORTING accessor_reference = accessor cim_schema = 'SAP' cim_classname = 'SAP_A1SSystem' selfmoni_name = test_parms-remote_j2ee_sid selfmoni_event = 'Find_A1S_system' * trace = trace IMPORTING instance_references = mgd_system_reference_table instance_handles = mgd_system_handle_table TABLES filter_patterns = filter_patterns CHANGING self_moni_tid = self_moni_tid EXCEPTIONS could_not_read_from_sld = 1 no_instances_found = 2 OTHERS = 3.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'TEST_ALDTSMAP' i_bypassing_buffer = l_bypass_buffer i_buffer_active = space CHANGING ct_fieldcat = lt_fieldcat.



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