FTCLEAR SAP (Clearing Data for Internal Posting Interface) Structure details

Dictionary Type: Structure
Description: Clearing Data for Internal Posting Interface




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




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

FTCLEAR 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 "Clearing Data for Internal Posting Interface" 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_FTCLEAR TYPE FTCLEAR.

The FTCLEAR table consists of various fields, each holding specific information or linking keys about Clearing Data for Internal Posting Interface data available in SAP. These include AGKON (Account Number or Key of a Worklist), AGBUK (Company Code), XNOPS (Indicator: Select only open items which are not special G/L?), XFIFO (Indicator: Distribute automatically by due date).. 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: Can be enhanced (character-type)


SAP FTCLEAR 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
AGKOAAccount Type KOARTCHAR1KOART
AGKONAccount Number or Key of a Worklist AGKONCHAR16CHAR16
AGBUKCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
XNOPSIndicator: Select only open items which are not special G/L? XNOPSCHAR1XFELD
XFIFOIndicator: Distribute automatically by due date XFIFO_F05ACHAR1XFELD
AGUMSSpecial G/L Indicators for Selection AGUMSCHAR10CHAR10
AVSIDPayment Advice Number AVSID_F05ACHAR16AVSIDAVN
SELFDField Name from the Document Index FLD30_F05ACHAR30CHAR30
SELVONInput Field for Search Criterion for Selecting Open Items SELXX_F05ACHAR30CHAR30
SELBISInput Field for Search Criterion for Selecting Open Items SELXX_F05ACHAR30CHAR30

Key field Non-key field



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

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

How to access SAP table FTCLEAR

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