/SAPAPO/LRPSOPRO SAP (Supplied WD Time Overtime Profile Set) Table details

Dictionary Type: Table
Description: Supplied WD Time Overtime Profile Set




ABAP Code to SELECT data from /SAPAPO/LRPSOPRO
Related tables to /SAPAPO/LRPSOPRO
Access table /SAPAPO/LRPSOPRO




Table field list including key, data, relationships and ABAP select examples

/SAPAPO/LRPSOPRO is a standard SAP Table which is used to store Supplied WD Time Overtime Profile Set data and is available within R/3 SAP systems depending on the version and release level.

The /SAPAPO/LRPSOPRO table consists of various fields, each holding specific information or linking keys about Supplied WD Time Overtime Profile Set data available in SAP. These include SIMID (WFM Planning Version (UID)), OID (GUID of a Persistent Object), OT_PRO_ID (GUID of a Persistent Object), SCHED_CONTEXT (WFD Scheduling Context).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /SAPAPO/LRPSOPRO table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3Assigned to domainMANDT
SIMIDWFM Planning Version (UID) /SAPAPO/LRP_SIMVERSIONCHAR22/SAPAPO/LRP_GUID
OIDGUID of a Persistent Object /SAPAPO/LRP_GUIDCHAR22/SAPAPO/LRP_GUID
OT_PRO_IDGUID of a Persistent Object /SAPAPO/LRP_GUIDCHAR22/SAPAPO/LRP_GUID
SCHED_CONTEXTWFD Scheduling Context WFD_SCHED_CONTEXTCHAR2WFD_SCHED_CONTEXT
REF_PERIODWFD Reference Period WFD_REF_PERIODCHAR4WFD_REF_PERIOD
VALUEWFD Limits Value WFD_LIMITS_VALUEDEC10(2)
VALUE_TYPEWFD Limits Value Type WFD_LIMITS_VALUE_TYPECHAR2WFD_LIMITS_VALUE_TYPE
FIRSTDAYOFWEEKDay Index WFD_DAY_OF_WEEKNUMC1WFD_DAY_OF_WEEK
STARTTIMEOFDAYStart Time WFD_START_TIMETIMS6UZEIT
TZONETimeZone WFD_TIMEZONECHAR6TTZZTZNZONE

Key field Non-key field



How do I retrieve data from SAP table /SAPAPO/LRPSOPRO using ABAP code

The following ABAP code Example will allow you to do a basic selection on /SAPAPO/LRPSOPRO to SELECT all data from the table
DATA: WA_/SAPAPO/LRPSOPRO TYPE /SAPAPO/LRPSOPRO.

SELECT SINGLE *
FROM /SAPAPO/LRPSOPRO
INTO CORRESPONDING FIELDS OF WA_/SAPAPO/LRPSOPRO
WHERE...

How to access SAP table /SAPAPO/LRPSOPRO

Within an ECC or HANA version of SAP you can also view further information about /SAPAPO/LRPSOPRO and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!