SAP Reports / Programs

RSAQUM40 SAP ABAP Report - Conversion of query objects for Release 4.0







RSAQUM40 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 RSAQUM40 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 RSAQUM40. "Basic submit
SUBMIT RSAQUM40 AND RETURN. "Return to original report after report execution complete
SUBMIT RSAQUM40 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_REL = Release flag
Selection Text: PA_QQU = Query
Selection Text: PA_QBG = User group
Selection Text: PA_OVER = Overwriting allowed
Selection Text: PA_KOMPL = Complete conversion
Selection Text: PA_BGR = User group
Selection Text: PA_UTR = Transport data conversion
Selection Text: PA_USG = InfoSets conversion
Selection Text: PA_UQU = Query conversion
Selection Text: PA_UBGR = User group conversion
Selection Text: PA_TR = Transport dataset
Selection Text: PA_SG = InfoSet
Title: Conversion of query objects for Release 4.0
Text Symbol: 035 = No InfoSets converted
Text Symbol: 032 = The InfoSet is locked
Text Symbol: 031 = The InfoSet catalog is locked
Text Symbol: 030 = Unable to convert InfoSets
Text Symbol: 025 = No user groups converted
Text Symbol: 021 = User group catalog is locked
Text Symbol: 046 = The query is locked
Text Symbol: 044 = No user groups converted
Text Symbol: 043 = No queries converted
Text Symbol: 042 = The query catalog is locked
Text Symbol: 041 = User group not converted
Text Symbol: 040 = Unable to convert queries for user group &
Text Symbol: 020 = Unable to convert user groups
Text Symbol: 005 = Convert transport datasets
Text Symbol: 004 = Convert queries
Text Symbol: 003 = Convert InfoSets
Text Symbol: 002 = Convert user groups
Text Symbol: 001 = Convert all
Text Symbol: 000 = Conversion of query objects for Release 4.0
Text Symbol: 013 = Transport dataset conversion
Text Symbol: 012 = Query conversion for user group &
Text Symbol: 011 = InfoSet conversion
Text Symbol: 010 = User group conversion
Text Symbol: 007 = Client:
Text Symbol: 006 = Set release flag





Text Symbol: 063 = Query & in user group & converted
Text Symbol: 100 = No conversion (conversion had already taken place)
Text Symbol: 101 = Conversion successful
Text Symbol: 102 = Conversion successful (previous object overwritten)
Text Symbol: 103 = Conversion not possible
Text Symbol: 110 = Error in old dataset in HR conversion
Text Symbol: 047 = InfoSet & has not been converted
Text Symbol: 049 = Unable to rename report &
Text Symbol: 052 = The query list catalog is locked
Text Symbol: 060 = No transport datasets converted
Text Symbol: 061 = User group & converted
Text Symbol: 062 = InfoSet & converted


INCLUDES used within this REPORT RSAQUM40

INCLUDE RSAQCOMC.
INCLUDE RSAQCOM0.
INCLUDE RSAQCOM1.
INCLUDE RSAQCOM2.
INCLUDE RSBQCOM0.
INCLUDE RSBQCOM1.
INCLUDE RSBQCOM2.


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:

LDB_CONVERT_LDBNAME_2_DBPROG call function 'LDB_CONVERT_LDBNAME_2_DBPROG' exporting ldb_name = headsg-logdb flag_existence_check = space importing db_name = logdbprog exceptions others = 1.

SELOPTS_AND_PARAMS call function 'SELOPTS_AND_PARAMS' exporting program = logdbprog tables selpars = dbselpars exceptions program_non_existent = 1 subroutine_pool = 2 load_problems = 3 others = 4.

RSBQ_REPORT_NAME call function 'RSBQ_REPORT_NAME' exporting usergroup = p_bgold query = p_quold importing reportname = l_repold40.

RSAQ_REPORT_NAME call function 'RSAQ_REPORT_NAME' exporting workspace = ws_standard usergroup = l_bgnew query = l_qunew importing reportname = l_repnew.

RSAQ_REPORT_NAME call function 'RSAQ_REPORT_NAME' exporting workspace = ws_standard usergroup = l_bgnew query = l_qunew importing reportname = l_repnew.



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