SAP Reports / Programs | Basis Components | Database Interface, Database Platforms | liveCache Applications(BC-DB-LCA) SAP BC

/SAPAPO/OM_ATP_LCCHECK2 SAP ABAP Report - ATP liveCache Check







/SAPAPO/OM_ATP_LCCHECK2 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 /SAPAPO/OM_ATP_LCCHECK2 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 /SAPAPO/OM_ATP_LCCHECK2. "Basic submit
SUBMIT /SAPAPO/OM_ATP_LCCHECK2 AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPAPO/OM_ATP_LCCHECK2 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: LOOPSHOW = Blind Iterations
Selection Text: L_TIME = Start of Simulation Period
Selection Text: MAX_LOOP = Maximum Number of Iterations
Selection Text: M_SELSCR = Display Multiuser Screen?
Selection Text: M_USERS = Number of Multiusers
Selection Text: ONE_TS = Use One Time Stream Only
Selection Text: PARATRID = Delta Lib. Parallelism
Selection Text: PEGAREAS = Number of Pegging Areas
Selection Text: P_SAVRES = Save Results
Selection Text: RND_X = Randseed X
Selection Text: ROLLPROP = Rollback Probability
Selection Text: R_TIME = End of the Simulation Period
Selection Text: SIM_DURA = Simulation Duration (Hours)
Selection Text: SLASHN = /n Trigger
Selection Text: STOCK = Stocks
Selection Text: TRANSSIM = Transactional Simulation
Selection Text: USERM_NO = User Number: Master Data
Selection Text: USER_NO = User Number: Transaction Data
Selection Text: WEIGT001 = Weight
Selection Text: WEIGT002 = Weight
Selection Text: WEIGT003 = Weight
Selection Text: WEIGT004 = Weight
Selection Text: WEIGT005 = Weight
Selection Text: WEIGT006 = Weight
Selection Text: WEIGT007 = Weight
Selection Text: WEIGT008 = Weight
Selection Text: WEIGT009 = Weight
Selection Text: I_STOP = Stop After First Error
Selection Text: ATPDELTA = ATP Delta Mode
Selection Text: BREAKP = Break Point: Before Iteration
Selection Text: BRSIMSE = BreakPoint: Before Trans. Sim.
Selection Text: CHCKLVL1 = All Check Levels to 3
Selection Text: FORM001 = Form Routine
Selection Text: FORM002 = Form Routine
Selection Text: FORM003 = Form Routine
Selection Text: FORM004 = Form Routine
Selection Text: FORM005 = Form Routine
Selection Text: FORM006 = Form Routine





Selection Text: FORM007 = Form Routine
Selection Text: FORM008 = Form Routine
Selection Text: FORM009 = Form Routine
Selection Text: GENDELTA = Generate Delta Records
Selection Text: I_COMMIT = Commit Handling
Selection Text: I_DELEND = Deletion in liveCache at End
Selection Text: I_DELETE = Initial Deletion in liveCache
Selection Text: I_MESLEV = Message Level
Selection Text: I_ORDERS = No. of Orders Init. per Type
Selection Text: I_STOCKS = Initial Number of Stocks
Title: ATP liveCache Check
Text Symbol: 008 = User Numbers
Text Symbol: 007 = Simulation Control
Text Symbol: 006 = Random No. Gentr
Text Symbol: 005 = Application Data
Text Symbol: 004 = Duration of Simulation
Text Symbol: 001 = Function Module: trans_schedule_get


INCLUDES used within this REPORT /SAPAPO/OM_ATP_LCCHECK2

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:

TR_SYS_PARAMS CALL FUNCTION 'TR_SYS_PARAMS' IMPORTING systemtype = gv_systemtype.

GUID_CREATE CALL FUNCTION 'GUID_CREATE' IMPORTING ev_guid_22 = gv_exchange_guid.



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 /SAPAPO/OM_ATP_LCCHECK2 or its description.