PFLOG_ALL_TO SAP (Period End Partner: Log (overall structure to values)) Structure details

Dictionary Type: Structure
Description: Period End Partner: Log (overall structure to values)




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




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

PFLOG_ALL_TO 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 "Period End Partner: Log (overall structure to values)" 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_ALL_TO TYPE PFLOG_ALL_TO.

The PFLOG_ALL_TO table consists of various fields, each holding specific information or linking keys about Period End Partner: Log (overall structure to values) 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_ALL_TO 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

Key field Non-key field



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

As PFLOG_ALL_TO 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_ALL_TO as there is no data to select.

How to access SAP table PFLOG_ALL_TO

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