SAP Reports / Programs

IAOM_GRANTOR_TEST SAP ABAP Report - Test Program - Account Assignment Manager for Grantor Scenario







IAOM_GRANTOR_TEST 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 IAOM_GRANTOR_TEST 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 IAOM_GRANTOR_TEST. "Basic submit
SUBMIT IAOM_GRANTOR_TEST AND RETURN. "Return to original report after report execution complete
SUBMIT IAOM_GRANTOR_TEST 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: VALUE = Value
Selection Text: UPDATE = Update
Selection Text: SUB_TRS = Sub Transaction
Selection Text: SETARCH = Set Archivable Flag
Selection Text: R_PITGID = Ref. Pred. Item GUID
Selection Text: R_PHDGID = Ref. Pred. Header GUID
Selection Text: RES_ITEM = DocItem Earmarked Funds
Selection Text: RES_DOC = DocNo Earmarked Funds
Selection Text: RECEIVER = CO-Receiver
Selection Text: READATTR = Read by Attributes
Selection Text: READ = Read
Selection Text: MEASURE = Funded Program
Selection Text: MAIN_TRS = Main Transaction
Selection Text: LOGSYS = Logical System
Selection Text: ITEM_ID = Item Id
Selection Text: ITEMG = Item GUID
Selection Text: HID = Header ID
Selection Text: HGUID = Header GUID
Selection Text: GSBER = Gsber
Selection Text: GRANT = Grant
Selection Text: GJAHR = Fiscal Year
Selection Text: FUND_CTR = Funds Center
Selection Text: FUND = Fund
Selection Text: FKBER = Functional Area.
Selection Text: CMT_ITEM = Commitment item
Selection Text: BUKVAL = BUKRS
Selection Text: ACC_NR = G/L account number
Title: Test Program - Account Assignment Manager for Grantor Scenario


INCLUDES used within this REPORT IAOM_GRANTOR_TEST

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