SAP Reports / Programs | Cross-Application Components | General Application Functions | Distribution Unit / Distribution Packet(CA-GTF-UPS) SAP CA

RUPSCHECKCUSTOMIZING SAP ABAP Report - Program RUPSCHECKCUSTOMIZING







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


Text pool values


Selection Text: PA_01 = Table TUPS01
Selection Text: PA_01ALE = Table TUPS01ALE
Selection Text: PA_01O = Table TUPS01O
Selection Text: PA_01SD = Table TUPS01SD
Selection Text: PA_02X = General SAP_REPLI
Selection Text: PA_ALEQU = Queueserial. (note 1574296)
Selection Text: PA_DEST = RFC Destination
Selection Text: PA_IBASE = Table CIBASE2UPS
Selection Text: PA_TBE = Table TBE31
Selection Text: PA_WARN = show warnings
Selection Text: PA_XTN = with A&D Extension
Title: Program RUPSCHECKCUSTOMIZING
Text Symbol: 001 = Chose the tables to be checked for standard customizing:


INCLUDES used within this REPORT RUPSCHECKCUSTOMIZING

INCLUDE RUPSCHECKCUSTOMIZING_I01.


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:

RFC_GET_SYSTEM_INFO call FUNCTION 'RFC_GET_SYSTEM_INFO' DESTINATION pa_dest IMPORTING RFCSI_EXPORT = rfc_version_info.

RFC_GET_TABLE_ENTRIES CALL FUNCTION 'RFC_GET_TABLE_ENTRIES' DESTINATION pa_dest EXPORTING table_name = 'TBE31' TABLES entries = lt_rfc exceptions others = 1.

RFC_GET_TABLE_ENTRIES CALL FUNCTION 'RFC_GET_TABLE_ENTRIES' DESTINATION pa_dest EXPORTING table_name = 'TUPS01' TABLES entries = lt_rfc EXCEPTIONS OTHERS = 1.

RFC_GET_TABLE_ENTRIES CALL FUNCTION 'RFC_GET_TABLE_ENTRIES' DESTINATION pa_dest EXPORTING table_name = 'TUPS01SD' TABLES entries = lt_rfc exceptions others = 1.

RFC_GET_TABLE_ENTRIES CALL FUNCTION 'RFC_GET_TABLE_ENTRIES' DESTINATION pa_dest EXPORTING table_name = 'TUPS01D' "alte tablle (nur ..D)

RFC_GET_TABLE_ENTRIES CALL FUNCTION 'RFC_GET_TABLE_ENTRIES' DESTINATION pa_dest EXPORTING table_name = 'TUPS01ALE' TABLES entries = lt_rfc EXCEPTIONS OTHERS = 1.

RFC_GET_TABLE_ENTRIES CALL FUNCTION 'RFC_GET_TABLE_ENTRIES' DESTINATION pa_dest EXPORTING table_name = 'TUPS01D' TABLES entries = lt_rfc_620 exceptions others = 1.

RFC_GET_TABLE_ENTRIES CALL FUNCTION 'RFC_GET_TABLE_ENTRIES' DESTINATION pa_dest EXPORTING table_name = 'EDP13' TABLES entries = lt_rfc_edp13 EXCEPTIONS OTHERS = 1.

RFC_ERROR - probably : call function VIEW_AUTHORITY_CHECK failed for EDP13. WRITE: 'RFC_ERROR - probably : call function VIEW_AUTHORITY_CHECK failed for EDP13.' COLOR COL_NEGATIVE.

RFC_GET_TABLE_ENTRIES CALL FUNCTION 'RFC_GET_TABLE_ENTRIES' DESTINATION pa_dest EXPORTING table_name = 'TBD55' TABLES entries = lt_rfc_TBD55 EXCEPTIONS TABLE_EMPTY = 1 OTHERS = 2.

RFC_ERROR - probably : call function VIEW_AUTHORITY_CHECK failed for TBD55. WRITE: 'RFC_ERROR - probably : call function VIEW_AUTHORITY_CHECK failed for TBD55.' COLOR COL_NEGATIVE.

RFC_GET_TABLE_ENTRIES CALL FUNCTION 'RFC_GET_TABLE_ENTRIES' DESTINATION pa_dest EXPORTING table_name = 'TBD56' TABLES entries = lt_rfc_TBD56 EXCEPTIONS TABLE_EMPTY = 1 OTHERS = 2.

RFC_ERROR - probably : call function VIEW_AUTHORITY_CHECK failed for TBD56. WRITE: 'RFC_ERROR - probably : call function VIEW_AUTHORITY_CHECK failed for TBD56.' COLOR COL_NEGATIVE.

RFC_GET_TABLE_ENTRIES CALL FUNCTION 'RFC_GET_TABLE_ENTRIES' DESTINATION pa_dest EXPORTING table_name = 'TBD53' TABLES entries = lt_rfc_tbd53 EXCEPTIONS OTHERS = 1.

RFC_ERROR - probably : call function VIEW_AUTHORITY_CHECK failed for TBD53. WRITE: 'RFC_ERROR - probably : call function VIEW_AUTHORITY_CHECK failed for TBD53.' COLOR COL_NEGATIVE.

RFC_GET_TABLE_ENTRIES CALL FUNCTION 'RFC_GET_TABLE_ENTRIES' DESTINATION pa_dest EXPORTING table_name = 'EDPO_QUEUE' TABLES entries = lt_rfc_edpo_queue EXCEPTIONS OTHERS = 1.

RFC_ERROR - probably : call function VIEW_AUTHORITY_CHECK failed for EDPO_QUEUE. WRITE: 'RFC_ERROR - probably : call function VIEW_AUTHORITY_CHECK failed for EDPO_QUEUE.' COLOR COL_NEGATIVE.



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