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

/SAPAPO/OM_ATP_LCCHECK4 SAP ABAP Report - ATP liveCache Check







/SAPAPO/OM_ATP_LCCHECK4 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_LCCHECK4 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_LCCHECK4. "Basic submit
SUBMIT /SAPAPO/OM_ATP_LCCHECK4 AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPAPO/OM_ATP_LCCHECK4 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: SCHEDAGR = Scheduling Agreement
Selection Text: R_TIME = End of the Simulation Period
Selection Text: RPMORD = RPM
Selection Text: ROLLPROP = Rollback Probability
Selection Text: RND_X = Randseed X
Selection Text: RESOURCE = Number of Resources
Selection Text: P_SAVRES = Save Results
Selection Text: PEGGING = Pegging Features
Selection Text: PEGAREAS = Number of Pegging Areas
Selection Text: PARATRID = Delta Lib. Parallelism
Selection Text: ONE_TS = Use One Time Stream Only
Selection Text: M_USERS = Number of Multiusers
Selection Text: M_SELSCR = Display multiuser screen?
Selection Text: MSCRES = All Resource Types
Selection Text: MAX_LOOP = Maximum Number of Iterations
Selection Text: MATCHAR = ATP Characteristics Matrix
Selection Text: L_TIME = Start of Simulation Period
Selection Text: LOOPSHOW = Number of Blind Iterations
Selection Text: LIGHTMOD = Light Mode
Selection Text: LCMALF = liveCache Malfunction
Selection Text: LCLOGDS = Detail Window from Loop
Selection Text: LCLOGDE = Detail Window to Loop
Selection Text: WEIGT009 = Weight
Selection Text: WEIGT008 = Weight
Selection Text: WEIGT007 = Weight
Selection Text: WEIGT006 = Weight
Selection Text: WEIGT005 = Weight
Selection Text: WEIGT004 = Weight
Selection Text: WEIGT003 = Weight
Selection Text: WEIGT002 = Weight
Selection Text: WEIGT001 = Weight
Selection Text: USMMIT = Show Mem. Use Every x Iter.
Selection Text: USE_RSP = REP
Selection Text: USER_NO = User Number: Transaction Data
Selection Text: USERM_NO = User Number: Master Data
Selection Text: TRSIONLY = All in One Transactional Sim.
Selection Text: TRANSSIM = Transactional Simulation
Selection Text: STPCHPD = C++ Checker





Selection Text: STOCKS = Stocks
Selection Text: STOCK = Stocks
Selection Text: SNPORD = SNP Orders
Selection Text: SLASHN = /n Trigger
Selection Text: SIM_DURA = Simulation Duration (Hours)
Selection Text: SCHEDFEA = Scheduling Features
Selection Text: ALLOC = Allocator Statistics
Selection Text: ATP = ATP
Selection Text: ATPDELTA = ATP Delta Mode
Selection Text: BREAKP = Break Point: Before Iteration
Selection Text: BRSIMSE = BreakPoint: Before Trans. Sim.
Selection Text: CAMPAIGN = Campaigns
Selection Text: CHCKLVL1 = All Check Levels to 3
Selection Text: CHEXCLUD = Exclude Check Codes
Selection Text: CHEXCLUS = These Check Codes Only
Selection Text: CONSTR = External Constraints
Selection Text: DATEVIPE = iPPE and Data Vector
Selection Text: DEBUG = Debugging Mode
Selection Text: DEFPLV = Default Planning Version
Selection Text: DESCH = Descriptive Characteristics
Selection Text: DUMMYIO = Phantom Assemblies
Selection Text: FORM001 = Form Routine
Selection Text: FORM002 = Form Routine
Selection Text: FORM003 = Form Routine
Selection Text: LCLOG = LC Check Logging
Selection Text: I_STOP = Stop After First Error
Selection Text: I_STOCKS = Initial Number of Stocks
Selection Text: I_ORDERS = No. of Orders Init. per Type
Selection Text: I_MESLEV = Message Level
Selection Text: I_LOGCH = Execute Logical Tests
Selection Text: I_DELETE = Initial Deletion in liveCache
Selection Text: I_DELEND = Deletion in liveCache at End
Selection Text: I_COMMIT = Commit Handling
Selection Text: IGNERR = Ignore Error Number
Selection Text: GVORDERC = Ordkey/Ordmap Check
Selection Text: GENDELTA = Generate Delta Records
Selection Text: FORM009 = Form Routine
Selection Text: FORM008 = Form Routine
Selection Text: FORM007 = Form Routine





Selection Text: FORM006 = Form Routine
Selection Text: FORM005 = Form Routine
Selection Text: FORM004 = Form Routine
Title: ATP liveCache Check
Text Symbol: ATP = ATP Options
Text Symbol: 008 = User Numbers
Text Symbol: 007 = Simulation Control
Text Symbol: 006 = Random No. Gentr
Text Symbol: 005 = Appl. Data
Text Symbol: 004 = Simulation Duration
Text Symbol: 001 = FM: trans_schedule_get


INCLUDES used within this REPORT /SAPAPO/OM_ATP_LCCHECK4

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