SAP Reports / Programs | Cross-Application Components | General Application Functions | Workforce Management Core(CA-GTF-WFM) SAP CA

/SAPAPO/SCHEDULE_CORE_LRP SAP ABAP Report - Scheduling of Requirements







/SAPAPO/SCHEDULE_CORE_LRP 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/SCHEDULE_CORE_LRP 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/SCHEDULE_CORE_LRP. "Basic submit
SUBMIT /SAPAPO/SCHEDULE_CORE_LRP AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPAPO/SCHEDULE_CORE_LRP 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: P_STRG = Scheduling Strategy
Selection Text: P_STARTT = Start Time of Scheduling
Selection Text: P_STARTD = Start Date of Scheduling
Selection Text: P_SCHED = Schedule Requirement
Selection Text: P_RTYPE = Resource Type
Selection Text: P_RES = Resources
Selection Text: P_MWAS = Max. Working Time Extension
Selection Text: P_LOGSYS = Logical System
Selection Text: P_KEYS = External Requirements Keys
Selection Text: P_GLOBAL = Find Global Resources
Selection Text: P_ENDTIM = End Time of Planning Period
Selection Text: P_ENDDAT = End Date of Planning Period
Selection Text: P_DELETE = Delete Assignments
Selection Text: P_COMMIT = COMMIT After Each Step
Selection Text: P_BEGTIM = Start Time of Planning Period
Selection Text: P_BEGDAT = Start Date of Planning Period
Selection Text: P_AWTYP = Application Category
Selection Text: P_ASSIGN = Display Assignments
Title: Scheduling of Requirements
Text Symbol: 013 = Strategies
Text Symbol: 012 = Personnel Resources
Text Symbol: 011 = Assignments Found:
Text Symbol: 010 = Error List of Program:
Text Symbol: 009 = External Requirements Key
Text Symbol: 008 = Start Time of Scheduling
Text Symbol: 007 = To
Text Symbol: 006 = Requirement-Dependent Parameters, Valid for All Requirements
Text Symbol: 005 = Global Parameters for Scheduling
Text Symbol: 004 = Parameters for Scheduling Requiremts
Text Symbol: 003 = Program Control
Text Symbol: 002 = Scheduling Period
Text Symbol: 001 = Validity Period


INCLUDES used within this REPORT /SAPAPO/SCHEDULE_CORE_LRP

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:

/SAPAPO/LRP_CHECK_SYSTEM call function '/SAPAPO/LRP_CHECK_SYSTEM' importing changes_ok = changes_ok.

OWN_LOGICAL_SYSTEM_GET CALL FUNCTION 'OWN_LOGICAL_SYSTEM_GET' IMPORTING own_logical_system = p_logsys EXCEPTIONS own_logical_system_not_defined = 1 OTHERS = 2.



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