SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Dictionary Maintenance(BC-DWB-DIC-ED) SAP BC

MSDXXBAS_PAI SAP ABAP INCLUDE - MSDXXBASPAI







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


INCLUDES used within this REPORT MSDXXBAS_PAI

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:

RS_DD_CONVERT_TO_OLD_FCODE CALL FUNCTION 'RS_DD_CONVERT_TO_OLD_FCODE' CHANGING fcode = ok_code.

RS_TASK_OVERVIEW CALL FUNCTION 'RS_TASK_OVERVIEW'.

RS_DD_CONVERT_TO_OLD_FCODE CALL FUNCTION 'RS_DD_CONVERT_TO_OLD_FCODE' CHANGING fcode = ok_code.

RS_NAVIGATION_GEDAECHTNIS CALL FUNCTION 'RS_NAVIGATION_GEDAECHTNIS' EXPORTING objekttypp = 'DDIC' IMPORTING fcode = ok_code.

RS_NAVIGATION_GEDAECHTNIS CALL FUNCTION 'RS_NAVIGATION_GEDAECHTNIS' EXPORTING objekttypp = 'DDIC' verzeichnistyp = 'M' IMPORTING fcode = ok_code.

RS_DD_VERSION CALL FUNCTION 'RS_DD_VERSION' EXPORTING objectname = object_name secname = rsdxx-indexid objtype = l_eutype display = 'X' "no restore lock = ' '.

RS_DD_VERSION CALL FUNCTION 'RS_DD_VERSION' EXPORTING objectname = object_name secname = rsdxx-indexid objtype = l_eutype display = ' ' lock = ' '.

RS_DD_VERSION CALL FUNCTION 'RS_DD_VERSION' EXPORTING objectname = object_name secname = rsdxx-indexid objtype = l_eutype display = ' ' lock = ' '. "without lock!

RS_DD_VERSION CALL FUNCTION 'RS_DD_VERSION' EXPORTING objectname = object_name secname = rsdxx-indexid objtype = l_eutype display = ' ' lock = 'X' EXCEPTIONS INTERNAL_ERROR = 1 FOREIGN_LOCK = 2 SYSTEM_FAILURE = 2 others = 1.

RS_NAVIGATION_BREAK CALL FUNCTION 'RS_NAVIGATION_BREAK'.

RS_NAVIGATION_BREAK_RESET CALL FUNCTION 'RS_NAVIGATION_BREAK_RESET'.

RS_DD_ACT_PROT CALL FUNCTION 'RS_DD_ACT_PROT' EXPORTING objname = rsdxx-objname objtype = rsdxx-eutype trtype = rsdxx-trobjtype indexname = rsdxx-indexid EXCEPTIONS invalid_parameter = 1. "#EC * Meldung unterdrücken

INTERN_CHECK_TCNV CALL FUNCTION 'INTERN_CHECK_TCNV' EXPORTING objname = rsdxx-objname EXCEPTIONS locked_for_conversion = 01.

RS_EDTR_TABLE_FIND CALL FUNCTION 'RS_EDTR_TABLE_FIND' EXPORTING active_version = 'X' ddictable = rsdxx-objname method = 'STRING' new_version = space type = 'T'.

RS_TOOL_ACCESS CALL FUNCTION 'RS_TOOL_ACCESS' EXPORTING operation = 'TAB_CONT' object_name = rsdxx-objname object_type = rsdxx-trobjtype.

RS_TOOL_ACCESS CALL FUNCTION 'RS_TOOL_ACCESS' EXPORTING operation = 'TAB_ADD' object_name = rsdxx-objname object_type = rsdxx-trobjtype.

RS_TOOL_ACCESS CALL FUNCTION 'RS_TOOL_ACCESS' EXPORTING operation = 'TAB_CONT' object_name = rsdxx-objname object_type = rsdxx-trobjtype.

RS_TEXTLOG_TRANSLATION_TOOL CALL FUNCTION 'RS_TEXTLOG_TRANSLATION_TOOL' EXPORTING master_language = rsdxx-malangu transport_key = transp_key EXCEPTIONS incompatible_method = 01.

AUTHORITY_CHECK_TCODE





call function 'AUTHORITY_CHECK_TCODE' exporting tcode = 'SE54' exceptions ok = 1 not_ok = 2 others = 3.

VIEW_MAINTENANCE_GENERATE CALL FUNCTION 'VIEW_MAINTENANCE_GENERATE' EXPORTING tabname = rsdxx-objname action = answer bastab = flag EXCEPTIONS no_tvdir_entry = 2 OTHERS = 01.

VIEW_MAINTENANCE_GENERATE CALL FUNCTION 'VIEW_MAINTENANCE_GENERATE' EXPORTING tabname = rsdxx-objname bastab = flag EXCEPTIONS OTHERS = 01.

RS_WORKBENCH_CUSTOMIZING CALL FUNCTION 'RS_WORKBENCH_CUSTOMIZING' EXPORTING disable_wb99 = 'X'.

DD_DD_TO_E071 CALL FUNCTION 'DD_DD_TO_E071' EXPORTING type = rsdxx-trobjtype name = rsdxx-objname id = rsdxx-indexid IMPORTING obj_name = e071_wa-obj_name EXCEPTIONS illegal_input = 1 OTHERS = 2.

RS_INSERT_INTO_WORKING_AREA CALL FUNCTION 'RS_INSERT_INTO_WORKING_AREA' EXPORTING object = e071_wa-object obj_name = e071_wa-obj_name EXCEPTIONS wrong_object_name = 1.

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = tcode EXCEPTIONS ok = 1 not_ok = 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 MSDXXBAS_PAI or its description.