PEPAPPL SAP (Schedule Manager: Applications) Table details

Dictionary Type: Table
Description: Schedule Manager: Applications




ABAP Code to SELECT data from PEPAPPL
Related tables to PEPAPPL
Access table PEPAPPL




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

PEPAPPL is a standard SAP Table which is used to store Schedule Manager: Applications data and is available within R/3 SAP systems depending on the version and release level.

The PEPAPPL table consists of various fields, each holding specific information or linking keys about Schedule Manager: Applications data available in SAP. These include APPLNM_P (Schedule Manager: Higher-Level Application), APPLNM_C (Schedule Manager: Lower-Level Application), APPLNM_N (Schedule Manager: Next Application (Right)), WFPROFILE (Schedule Manager: Workflow profile for flow definition).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified

Text table = PEPAPPLT


SAP PEPAPPL 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
APPLICATIONSchedule Manager: Application SCHEDMAN_APPLCHAR30SCHEDMAN_APPLSCMA_APPLH_SCMA_APPLICATION
APPLNM_PSchedule Manager: Higher-Level Application SCHEDMAN_APPL_PCHAR30PEPAPPLSCHEDMAN_APPL
APPLNM_CSchedule Manager: Lower-Level Application SCHEDMAN_APPL_CCHAR30PEPAPPLSCHEDMAN_APPL
APPLNM_NSchedule Manager: Next Application (Right) SCHEDMAN_APPL_NCHAR30PEPAPPLSCHEDMAN_APPL
WFPROFILESchedule Manager: Workflow profile for flow definition SCMA_WF_PROFILECHAR12CHAR12
WFTASKSchedule Manager: Template for flow definitions SCMA_WF_TASKCHAR14HROBJEC_14
WFTASK_WLSchedule Manager: Template for flow definitions SCMA_WF_TASKCHAR14HROBJEC_14
WLFLGSchedule Manager: Workflow supported WLFLGCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP table PEPAPPL using ABAP code

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

SELECT SINGLE *
FROM PEPAPPL
INTO CORRESPONDING FIELDS OF WA_PEPAPPL
WHERE...

How to access SAP table PEPAPPL

Within an ECC or HANA version of SAP you can also view further information about PEPAPPL 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!