AFO_FOI_FAIL_ADM SAP (FO Integration: Storage of Admin. Information for Error Logs) Table details

Dictionary Type: Table
Description: FO Integration: Storage of Admin. Information for Error Logs




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




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

AFO_FOI_FAIL_ADM is a standard SAP Table which is used to store FO Integration: Storage of Admin. Information for Error Logs data and is available within R/3 SAP systems depending on the version and release level.

The AFO_FOI_FAIL_ADM table consists of various fields, each holding specific information or linking keys about FO Integration: Storage of Admin. Information for Error Logs data available in SAP. These include PROTNAME (ABAP/4 Dictionary: name of SDIC log), OBJNR (Object number for financial transactions), AP_FOI_FAILED (Flag: Analysis Parameters Contain Errors), LM_FOI_FAILED (Flag: Error in Limit Management).. 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 AFO_FOI_FAIL_ADM 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
PROTNAMEABAP/4 Dictionary: name of SDIC log PROTNAMECHAR40PROTNAME
OBJNRObject number for financial transactions JBOBJNRCHAR22Assigned to domainJ_OBJNR
AP_FOI_FAILEDFlag: Analysis Parameters Contain Errors AP_FOI_FAILEDCHAR1CHAR1
LM_FOI_FAILEDFlag: Error in Limit Management LM_FOI_FAILEDCHAR1CHAR1
PA_FOI_FAILEDIndicator: Error in Profitability Analysis Parameters PA_FOI_FAILEDCHAR1CHAR1
PRUSERLast Changed by AS4USERCHAR12AS4USER
PRDATEDate of Last Change AS4DATEDATS8AS4DATE
PRTIMELast changed at AS4TIMETIMS6AS4TIME
SOURCETRMethod for Generating Error Log AFO_FAI_SRCCHAR3AFO_FAI_SRC

Key field Non-key field



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

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

SELECT SINGLE *
FROM AFO_FOI_FAIL_ADM
INTO CORRESPONDING FIELDS OF WA_AFO_FOI_FAIL_ADM
WHERE...

How to access SAP table AFO_FOI_FAIL_ADM

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