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

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




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




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

TOIA4S 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 TOIA4S 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)


SAP TOIA4S 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
STEPLStep loop number for selection item OIA_ST_NUMNUMC10OIA_ST_NUM
VONSLFrom value for selection criteria item OIA_VONSLCHAR50OIA_VONSL
BISSLSelection criteria item - to value OIA_BISSLCHAR18OIA_BISSL
XSTRGSelection criteria - as a character string OIA_XSTRGCHAR1OI0_SELKZ
XINITSelection criteria - initial value search OIA_XINITCHAR1OI0_SELKZ
INP_VONSLFrom value for selection criteria item OIA_VONSLCHAR50OIA_VONSL
INP_BISSLSelection criteria item - to value OIA_BISSLCHAR18OIA_BISSL
INP_XSTRGSelection criteria - as a character string OIA_XSTRGCHAR1OI0_SELKZ
INP_XINITSelection criteria - initial value search OIA_XINITCHAR1OI0_SELKZ

Key field Non-key field



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

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

SELECT SINGLE *
FROM TOIA4S
INTO CORRESPONDING FIELDS OF WA_TOIA4S
WHERE...

How to access SAP table TOIA4S

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