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

/SAPAPO/RESOURCE_CORE_LRP SAP ABAP Report - Program RESOURCE_BAPI







/SAPAPO/RESOURCE_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/RESOURCE_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/RESOURCE_CORE_LRP. "Basic submit
SUBMIT /SAPAPO/RESOURCE_CORE_LRP AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPAPO/RESOURCE_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_TTYPE = Time Allocation Type
Selection Text: P_RTYP_S = Resource Type
Selection Text: P_RTYPE = Resource Type
Selection Text: P_RTYON = Consider Resource Type
Selection Text: P_RESYNC = Synchronize
Selection Text: P_RES = Resources
Selection Text: P_QUALIS = Display Qualifications Profile
Selection Text: P_PRIO = Priority
Selection Text: P_NO_COM = No COMMIT
Selection Text: P_NAME = Resource Name
Selection Text: P_LOGSYS = Logical System
Selection Text: P_FACAL = Factory Calendar
Selection Text: P_EXCRAN = Take Acc.of Marginal Intervals
Selection Text: P_ENDTST = End Time Spec.
Selection Text: P_ENDTIM = End of Working Time
Selection Text: P_ENDDAT = End of Validity Period
Selection Text: P_DWS = Create Work Schedule
Selection Text: P_DELETE = Delete Resource
Selection Text: P_DATA = Show Data of Resource
Selection Text: P_CREWRK = Create Working Time
Selection Text: P_CRETSP = Create Attendance/Absence
Selection Text: P_CREATE = Create Resource
Selection Text: P_COMMIT = COMMIT After Each Step
Selection Text: P_CLRDEP = Delete Dependent Objects
Selection Text: P_CAPAPR = Display Utilization
Selection Text: P_BEGTST = Start Time Spec.
Selection Text: P_BEGTIM = Start of Working Time
Selection Text: P_BEGDAT = Start of Validity Period
Selection Text: P_AWTYP = Application Category
Selection Text: P_AWTON = Only from Appl.Ctgry Specified
Selection Text: P_AVALEV = Availability Level
Selection Text: P_AVAIL = Display Availability
Selection Text: P_ABSATT = Ext. Key for Time Spec.
Title: Program RESOURCE_BAPI
Text Symbol: 012 = Personnel Resources
Text Symbol: 007 = Error List of Program:
Text Symbol: 006 = Info for Creating Time Specification
Text Symbol: 005 = Info for Creating Working Time





Text Symbol: 004 = Info for Creating Resources
Text Symbol: 003 = Steerings
Text Symbol: 002 = External Resource Key
Text Symbol: 001 = Technician


INCLUDES used within this REPORT /SAPAPO/RESOURCE_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.

GUID_CREATE CALL FUNCTION 'GUID_CREATE' IMPORTING ev_guid_32 = key_extern.

GUID_CREATE CALL FUNCTION 'GUID_CREATE' IMPORTING ev_guid_32 = key_extern.

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