TOIA4I SAP (Exchange Netting Cycle - Selection Criteria) Table details

Dictionary Type: Table
Description: Exchange Netting Cycle - Selection Criteria




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




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

TOIA4I is a standard SAP Table which is used to store Exchange Netting Cycle - Selection Criteria data and is available within R/3 SAP systems depending on the version and release level.

The TOIA4I table consists of various fields, each holding specific information or linking keys about Exchange Netting Cycle - Selection Criteria data available in SAP. These include EXGPTR (Exchange partner (vendor number)), BUKRS (Company Code), NETCYC (Netting cycle (FI blocking indicator)), NETCRIT (Netting grouping criteria).. 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 TOIA4I 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 MANDTCLNT3T000MANDT
EXGPTRExchange partner (vendor number) OIA_EXGPTRCHAR10LFA1ALPHALIFNRLIFKREDO
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
NETCYCNetting cycle (FI blocking indicator) OIA_NETCYCCHAR1T008ZAHLSNTG
NETCRITNetting grouping criteria OIA_NETCRTCHAR30Assigned to domainFDNAME
SLINEStart line for selection criteria OIA_SLINEDEC2OIA_SLINE
ELINEEnd line for selection criteria OIA_ELINEDEC2OIA_ELINE

Key field Non-key field



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

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

SELECT SINGLE *
FROM TOIA4I
INTO CORRESPONDING FIELDS OF WA_TOIA4I
WHERE...

How to access SAP table TOIA4I

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