SAP Reports / Programs

/SAPAPO/WFM_SYNC_LC_DB SAP ABAP Report - Synchronization LiveCache/Database







/SAPAPO/WFM_SYNC_LC_DB 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/WFM_SYNC_LC_DB 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/WFM_SYNC_LC_DB. "Basic submit
SUBMIT /SAPAPO/WFM_SYNC_LC_DB AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPAPO/WFM_SYNC_LC_DB 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: S_PLV = Planning version
Selection Text: P_RES = Resources
Selection Text: P_ORD = Assignments
Title: Synchronization LiveCache/Database
Text Symbol: 100 = Correct Inconsistencies
Text Symbol: 101 = Select At Least One Object Type
Text Symbol: 102 = Object Type
Text Symbol: 103 = Restrictions
Text Symbol: 105 = liveCache Administration
Text Symbol: 106 = The Selected Data is Consistent
Text Symbol: 200 = liveCache:
Text Symbol: 300 = You want to correct inconsistent data. Check your
Text Symbol: 301 = enhancements (BAdIs, function enhancements, heuristics). If
Text Symbol: 302 = this is unsuccessful, contact SAP support.
Text Symbol: 304 = Do you really want to correct the data?
Text Symbol: 305 = Correct Errors
Text Symbol: 306 = Cancel
Text Symbol: 502 = No active users before the check
Text Symbol: 503 = Active users before the check
Text Symbol: 504 = No active tasks before the check
Text Symbol: 505 = Active tasks before the check
Text Symbol: 512 = No active users after the check
Text Symbol: 513 = Active users after the check
Text Symbol: 514 = No active tasks after the check
Text Symbol: 515 = Active tasks after the check
Text Symbol: 516 = No jobs during the check
Text Symbol: 517 = Active jobs during the check
Text Symbol: ORD = Assignments
Text Symbol: RES = Ressources
Text Symbol: 099 = Extreme Safety Note!
Text Symbol: 002 = Cl.
Text Symbol: 003 = Check By User
Text Symbol: 004 = Correction By User
Text Symbol: 005 = No Data Chosen
Text Symbol: 006 = User
Text Symbol: 007 = Name
Text Symbol: 008 = Last Activity
Text Symbol: 009 = Promotion





Text Symbol: 010 = Select a Background Job
Text Symbol: 011 = Table
Text Symbol: 012 = Dur. [s]
Text Symbol: 013 = Job Name
Text Symbol: 014 = Start
Text Symbol: 015 = End
Text Symbol: 016 = Program
Text Symbol: 017 = Average
Text Symbol: 018 = Minimum
Text Symbol: 019 = Maximum
Text Symbol: 024 = New Check by User
Text Symbol: 073 = liveCache/Database Consistency Check
Text Symbol: 074 = liveCache/Database Correction
Text Symbol: 089 = Caution
Text Symbol: 092 = Should the inconsistencies be corrected
Text Symbol: 093 = in the background?
Text Symbol: 094 = Yes
Text Symbol: 095 = No
Text Symbol: 096 = You are already displaying the results of an earlier
Text Symbol: 097 = consistency check. The data is out of date. Only make a correction
Text Symbol: 098 = if you are fully aware of the consequences of your actions!


INCLUDES used within this REPORT /SAPAPO/WFM_SYNC_LC_DB

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