PFLOG_ALL2 SAP (Schedule Manager: Contains all Fields for Global PFLOG_ALL) Structure details

Dictionary Type: Structure
Description: Schedule Manager: Contains all Fields for Global PFLOG_ALL




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




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

PFLOG_ALL2 is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Schedule Manager: Contains all Fields for Global PFLOG_ALL" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_PFLOG_ALL2 TYPE PFLOG_ALL2.

The PFLOG_ALL2 table consists of various fields, each holding specific information or linking keys about Schedule Manager: Contains all Fields for Global PFLOG_ALL data available in SAP. These include MANDT (Client), LOGSYS (Logical system), TIMESTMP (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)), STEP_TIMESTMP (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP PFLOG_ALL2 structure 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
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
TIMESTMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS
STEP_TIMESTMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LMONAFiscal Year Variant PERIVCHAR2Assigned to domainPERIV
FIELD_LMONAField name NAME_FELDCHAR30Assigned to domainFDNAMEDFD
ERKRSOperating concern ERKRSCHAR4Assigned to domainERKRSERB
RLDNRLedger RLDNRCHAR2Assigned to domainALPHARLDNRGLNH_T881
BWKEYValuation Area BWKEYCHAR4Assigned to domainBWKEYBWK
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
GJAHR_BISFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
FROM_PFirst period FROM_PNUMC3RPMAXVPE
TO_PLast Period TO_PNUMC3RPMAXBPE
VERSNVersion VERSNCHAR3Assigned to domainALPHACOVERSIKVS
KSCYCCycle: Per. Reposting, Assessment, Distrib., Ind.Act .Alloc. KSCYCCHAR6CHAR6KCY
RUN_TYPECosting Run in Actual Costing CKML_RUN_TYPECHAR8Assigned to domainCKML_RUN_TYPECKML_RUN_TYPE
BUDATPosting Date in the Document BUDATDATS8DATUM
KALSTCosting Level CK_KALSTNUMC4CK_KALST
STARTDATEStart Date of Processing PF_STARTDATDATS8DATUM
STARTTIMEStart Time of Processing PF_STARTTIMTIMS6UZEIT
ENDDATEEnd Date for Processing PF_ENDDATDATS8DATUM
ENDTIMEEnd Time of Processing PF_ENDTIMTIMS6UZEIT
STATUSDATEDate of Status Information PF_LOGDATDATS8DATUM
STATUSTIMETime of Status Information PF_LOGTIMTIMS6UZEIT
STATUSERLast changed by UNAMCHAR12SYCHAR12
STATTEXTStatus Change Reason STTEXTSCHAR40CHAR40_LOW
APLSTATProcessing Results from Business View APLSTATCHAR1APLSTAT
USSTATUser Status USSTATCHAR1CHAR1
MSGFLGMessage Log Exists MSGFLGCHAR1CHAR1
ACTLOGWork List Exists ACTFLGCHAR1CHAR1
OBJECTSNumber of Objects Processed OBJNMBRINT410INT4
EXPANDERSWL: Flag for expanding control in ALV SWL_EXPACHAR1TEXT1
DUMMYSchedule Manager SM_CHAR5CHAR5SM_CHAR5
APLSTAT_ICONSchedule Manager 50 Char SM_CHAR50CHAR50SM_CHAR50
USSTAT_ICONSchedule Manager 50 Char SM_CHAR50CHAR50SM_CHAR50
MSG_ICONSchedule Manager 7 Char. SM_CHAR7CHAR7SM_CHAR7
ACT_ICONSchedule Manager 7 Char. SM_CHAR7CHAR7SM_CHAR7

Key field Non-key field



How do I retrieve data from SAP structure PFLOG_ALL2 using ABAP code?

As PFLOG_ALL2 is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on PFLOG_ALL2 as there is no data to select.

How to access SAP table PFLOG_ALL2

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