AFX_GLOBAL_CUST SAP (Global Control of Archiving: Settings) Table details

Dictionary Type: Table
Description: Global Control of Archiving: Settings




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




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

AFX_GLOBAL_CUST is a standard SAP Table which is used to store Global Control of Archiving: Settings data and is available within R/3 SAP systems depending on the version and release level.

The AFX_GLOBAL_CUST table consists of various fields, each holding specific information or linking keys about Global Control of Archiving: Settings data available in SAP. These include OBJECT (Archiving Object), ARMODE (Archiving Mode), FOLLOW_UP_PERIOD (Resubmission Period), FOLLOW_UP_UNIT (Resubmission Period (Unit)).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP AFX_GLOBAL_CUST 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
OBJECTArchiving Object OBJCT_TR01CHAR10AFX_GLOBAL_CTRLOBJCT_TR01OBT
ARMODEArchiving Mode AFX_DTE_ARCHMODECHAR1AFX_ARCHMODE
FOLLOW_UP_PERIODResubmission Period AFX_DTE_FOLLOW_UP_PERINT410AFX_FOLLOW_UP_PER
FOLLOW_UP_UNITResubmission Period (Unit) AFX_DTE_FOLLOW_UP_PER_UNITCHAR1AFX_UNIT
RESIDENCEGlobal Residence Time AFX_DTE_GLB_RESIDENCEINT410AFX_RESIDENCE
RESIDENCE_UNITGlobal Residence Time (Unit) AFX_DTE_GLB_RESIDENCE_UNITCHAR1AFX_UNIT
DYN_PB_IN_PPPackage Formation at Runtime in Parallel Processing AFX_DTE_FLG_DYN_PB_IN_PP_CUSTCHAR1XFELD
PACKAGE_COUNTNumber of Work Packages for Parallel Processing AFX_DTE_PACKCOUNTINT410INT4
PROCESSPackage Formation Procedures AFX_DTE_PBPROCESSCHAR10AFX_GLOBAL_PBPAFX_PBPROCESS
PACKAGE_SIZESize of a Work Package for Parallel Processing AFX_DTE_PACKSIZEINT410INT4
START_WRITEStart Write Program Automatically After Analysis Program AFX_DTE_FLG_START_WRITECHAR1XFELD
COMMIT_COUNTCommit Counter for Partial Package Processing in Paral.Proc. AFX_DTE_COMMIT_COUNTINT410AFX_COMMIT_COUNT
LOG_PERIODRetention Period in Application Log AFX_DTE_APPLLOG_PERIODINT410AFX_APPLLOG_PERIOD
LOG_PERIOD_UNITRetention Period in Application Log (Unit) AFX_DTE_APPLLOG_PERIOD_UNITCHAR1AFX_UNIT
LOG_OBJECTApplication Log: Object Name (Application Code) BALOBJ_DCHAR20BALOBJBALOBJBALOBJ
LOG_OBJECT_EXCApplication Log: Object Name (Application Code) BALOBJ_DCHAR20BALOBJBALOBJBALOBJ
RUNTIME_LOGInclude Runtime Information in Application Log AFX_DTE_FLG_RUNTIME_LOGCHAR1XFELD
ANALYZE_MODEMode for Analysis Run AFX_DTE_ANALYZE_MODECHAR1AFX_ANALYZE_MODE

Key field Non-key field



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

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

SELECT SINGLE *
FROM AFX_GLOBAL_CUST
INTO CORRESPONDING FIELDS OF WA_AFX_GLOBAL_CUST
WHERE...

How to access SAP table AFX_GLOBAL_CUST

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