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

/SAPAPO/CHECK_LRP SAP ABAP Report - Check WFM Core







/SAPAPO/CHECK_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/CHECK_LRP into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

/SAPAPO/LRP_ACCESS - Dummy Transaction for Auth. Check
/SAPAPO/LRP_ACCESS1 - Dummy Transaction for Auth. Check


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/CHECK_LRP. "Basic submit
SUBMIT /SAPAPO/CHECK_LRP AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPAPO/CHECK_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_AWTYP = Application Category
Selection Text: P_BEGDAT = Start of Validity Period
Selection Text: P_BEGTIM = Start of Working Time
Selection Text: P_COMMIT = Commit After Every Step
Selection Text: P_CREATE = Create Resource
Selection Text: P_CREWRK = Create Working Time
Selection Text: P_DCREAT = Create Requirements
Selection Text: P_DDELET = Delete Requirements
Selection Text: P_DELASS = Delete Assignments
Selection Text: P_DELETE = Delete Resource
Selection Text: P_DEMNR = No. of Requirements Created
Selection Text: P_DWS = Create Work Schedule
Selection Text: P_ENDDAT = End of Validity Period
Selection Text: P_ENDTIM = End of Working Time
Selection Text: P_FACAL = Factory Calendar
Selection Text: P_GLOBAL = Find Global Resources
Selection Text: P_INFO = Information About Requirement
Selection Text: P_KEYS = Requirements to be Read
Selection Text: P_LOGSYS = Logical System
Selection Text: P_MWAS = Max. Working Time Extension
Selection Text: P_NAME = Resource Name
Selection Text: P_PRINT = Log
Selection Text: P_RES = Resources to be Read
Selection Text: P_RESNR = No. of Resources to be Read
Selection Text: P_RESYNC = Synchronize
Selection Text: P_SBEGDA = Start Date of Planning Period
Selection Text: P_SBEGTI = Start Time of Planning Period
Selection Text: P_SCHED = Schedule Requirement
Selection Text: P_SENDDA = End Date of Planning Period
Selection Text: P_SENDTI = End Time of Planning Period
Selection Text: P_STARTD = Start Date of Scheduling
Selection Text: P_STARTT = Start Time of Scheduling
Selection Text: P_STATUS = Init. Status After Scheduling
Selection Text: P_STRG = Scheduling Strategy
Selection Text: P_VALBGD = Start Date of Validity
Selection Text: P_VALBGT = Start Time of Validity
Selection Text: P_VALEND = End Date of Validity
Selection Text: P_VALENT = End Time of Validity





Selection Text: P_ASSIGN = Display Assignments
Title: Check WFM Core
Text Symbol: 001 = External Key of Resources
Text Symbol: 002 = Control
Text Symbol: 003 = Info for Creating Resources
Text Symbol: 004 = Info for Creating Working Time
Text Symbol: 005 = Resources
Text Symbol: 006 = Rollback Work Executed
Text Symbol: 007 = Commit Work Executed
Text Symbol: 008 = DB Table /SAPAPO/LRPMAP After
Text Symbol: 009 = DB Table SAPAPO/LRPRKEY After
Text Symbol: 010 = Error List of Program:
Text Symbol: 011 = External Key of Requirements
Text Symbol: 012 = Info for Creating Requirements
Text Symbol: 013 = Strategies
Text Symbol: 014 = Create Resource
Text Symbol: 015 = Create Work Schedule
Text Symbol: 016 = Delete Resource
Text Symbol: 017 = Synchronize Resource
Text Symbol: 018 = Create Reqmt
Text Symbol: 019 = Delete Reqmt
Text Symbol: 020 = Commit Requirement
Text Symbol: 021 = Commit Resource
Text Symbol: 022 = DB Table /SAPAPO/LRPDEM After
Text Symbol: 023 = Parameters for Scheduling Requiremts
Text Symbol: 024 = Global Parameters for Scheduling
Text Symbol: 025 = Requirement-Dep. Parameter, Valid for All Reqs
Text Symbol: 026 = Resources
Text Symbol: 027 = Reqmts
Text Symbol: 028 = Scheduling
Text Symbol: 029 = General Key
Text Symbol: 030 = Strategies
Text Symbol: 031 = Validity Period
Text Symbol: 032 = To
Text Symbol: 033 = Start Time of Scheduling
Text Symbol: 034 = Scheduling Period
Text Symbol: 035 = Technician
Text Symbol: 036 = Work
Text Symbol: 037 = Assignments Found:





INCLUDES used within this REPORT /SAPAPO/CHECK_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:

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.

/SAPAPO/LRP_CHECK_SYSTEM CALL FUNCTION '/SAPAPO/LRP_CHECK_SYSTEM' IMPORTING changes_ok = changes_ok.

GUID_CREATE CALL FUNCTION 'GUID_CREATE' IMPORTING ev_guid_32 = l_res_key.

QF05_RANDOM_INTEGER CALL FUNCTION 'QF05_RANDOM_INTEGER' EXPORTING ran_int_max = 10 ran_int_min = 5 IMPORTING ran_int = qlt_pro_pos.

QF05_RANDOM_INTEGER CALL FUNCTION 'QF05_RANDOM_INTEGER' EXPORTING ran_int_max = 10 ran_int_min = 1 IMPORTING *RE ran_int = qualis-objid.

QF05_RANDOM_INTEGER CALL FUNCTION 'QF05_RANDOM_INTEGER' EXPORTING ran_int_max = 10 ran_int_min = 1 IMPORTING *RE ran_int = qualis-profi.

GUID_CREATE CALL FUNCTION 'GUID_CREATE' IMPORTING ev_guid_32 = l_timespec_key.

GUID_CREATE CALL FUNCTION 'GUID_CREATE' IMPORTING ev_guid_32 = l_dem_key.

QF05_RANDOM_INTEGER CALL FUNCTION 'QF05_RANDOM_INTEGER' EXPORTING ran_int_max = l_days ran_int_min = 0 IMPORTING ran_int = l_int_out.

QF05_RANDOM_INTEGER CALL FUNCTION 'QF05_RANDOM_INTEGER' EXPORTING ran_int_max = l_days ran_int_min = l_int_out IMPORTING ran_int = l_int_out.

QF05_RANDOM_INTEGER CALL FUNCTION 'QF05_RANDOM_INTEGER' EXPORTING ran_int_max = nr_lines ran_int_min = 1 IMPORTING ran_int = l_int_out.

QF05_RANDOM_INTEGER CALL FUNCTION 'QF05_RANDOM_INTEGER' EXPORTING ran_int_max = 10 ran_int_min = 1 IMPORTING ran_int = l_int_out.

QF05_RANDOM_INTEGER CALL FUNCTION 'QF05_RANDOM_INTEGER' EXPORTING ran_int_max = 2 ran_int_min = 0 IMPORTING ran_int = qlt_pro_pos.

QF05_RANDOM_INTEGER CALL FUNCTION 'QF05_RANDOM_INTEGER' EXPORTING ran_int_max = 10 ran_int_min = 1 IMPORTING *RE ran_int = req_qualis-objid.

QF05_RANDOM_INTEGER CALL FUNCTION 'QF05_RANDOM_INTEGER' EXPORTING ran_int_max = 5 ran_int_min = 1 IMPORTING *RE ran_int = req_qualis-profi.

QF05_RANDOM_INTEGER CALL FUNCTION 'QF05_RANDOM_INTEGER' EXPORTING ran_int_max = 1 ran_int_min = 0 IMPORTING ran_int = l_int_out.

DAY_ATTRIBUTES_GET CALL FUNCTION 'DAY_ATTRIBUTES_GET' EXPORTING factory_calendar = p_facal * holiday_calendar = date_from = p_begdat date_to = p_enddat language = sy-langu IMPORTING returncode = ls_returncode TABLES day_attributes = lt_day_attribute EXCEPTIONS factory_calendar_not_found = 1 holiday_calendar_not_found = 2 date_has_invalid_format = 3 date_inconsistency = 4 OTHERS = 5.



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