SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | SAP Query(BC-SRV-QUE) SAP BC

RSAQABGL SAP ABAP Report - InfoSet Comparison in Target System for Transports







RSAQABGL 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 RSAQABGL 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 RSAQABGL. "Basic submit
SUBMIT RSAQABGL AND RETURN. "Return to original report after report execution complete
SUBMIT RSAQABGL 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: WS = Work area
Selection Text: SG = InfoSet
Title: InfoSet Comparison in Target System for Transports
Text Symbol: 509 = InfoSet $: Output length error in table element $
Text Symbol: 510 = InfoSet $: Decimal errors in table element $
Text Symbol: 511 = InfoSet $: Currency errors in table element $
Text Symbol: 512 = No inconsistencies
Text Symbol: 513 = Comparison of LIKE specifications (DBZF, DBPA):
Text Symbol: 514 = Field/parameter $: Table element $ missing
Text Symbol: 515 = Field/parameter $: Typing error in table element $
Text Symbol: 516 = Field/parameter $: Length error in table element $
Text Symbol: 517 = Field/parameter $: Output length error in table element $
Text Symbol: 500 = Log of comparison between InfoSet $ and target environment:
Text Symbol: 501 = InfoSet $ does not exist
Text Symbol: 502 = Database $ $ does not exist
Text Symbol: 503 = Database $ $ has been defined differently
Text Symbol: 504 = Database $ $ is inconsistent
Text Symbol: 505 = Table $ is not in ABAP Dictionary
Text Symbol: 506 = Comparison of InfoSet fields:
Text Symbol: 507 = InfoSet $: Table element $ missing
Text Symbol: 508 = InfoSet $: Typing error in table element $
Text Symbol: 527 = Currency field $ assigned to InfoSet $
Text Symbol: 528 = Error in code for additional field $
Text Symbol: 529 = Error in GET/GET LATE code
Text Symbol: 530 = Error in code for SAP table $
Text Symbol: 531 = Error in DATA code
Text Symbol: 534 = Currency missing for $ in Dictionary
Text Symbol: 518 = Field/parameter $: Decimal error in table element $
Text Symbol: 519 = -->Maximum return code $
Text Symbol: 520 = Update log for InfoSet $:
Text Symbol: 521 = Unable to lock InfoSet $
Text Symbol: 522 = Update for InfoSet $ not required
Text Symbol: 523 = Update for InfoSet $ successful
Text Symbol: 524 = Update for InfoSet $ unsuccessful
Text Symbol: 525 = Update for InfoSet $ does not make sense
Text Symbol: 526 = Update for InfoSet $ not possible


INCLUDES used within this REPORT RSAQABGL

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:

No SAP FUNCTION MODULES are executed within this report code!



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