TXI_TOIGS3 SAP (TD Intransit Batch/Handling Type Determination) Structure details

Dictionary Type: Structure
Description: TD Intransit Batch/Handling Type Determination




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




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

TXI_TOIGS3 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 "TD Intransit Batch/Handling Type Determination" 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_TXI_TOIGS3 TYPE TXI_TOIGS3.

The TXI_TOIGS3 table consists of various fields, each holding specific information or linking keys about TD Intransit Batch/Handling Type Determination data available in SAP. These include CLIENT (Client), WERKS (Loading plant), INPGP (Intransit posting group), TAXGRP (Excise Duty Group).. 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 TXI_TOIGS3 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
CLIENTClient MANDTCLNT3T000MANDT
WERKSLoading plant OIG_LDPLTCHAR4T001WWERKSWRK
INPGPIntransit posting group OIG_INPGPCHAR2TOIGS2OIG_INPGP
TAXGRPExcise Duty Group OIH_TAXGRPCHAR2OIH2OIH_TAXGRP
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
BWTARValuation Type BWTAR_DCHAR10T149DBWTARBWT
N_BWTARTD Multiple valuation types on shipment OIG_NBWTARCHAR1CHAR1_X
OIHANTYPTD handling type bulk shipment load OIG_HTLDCHAR2OIH5OIH_HANTYP
HANTYPLTTD:handling type, bulk shipment load (taxed) OIG_HTLTCHAR2OIH5OIH_HANTYP
HANTYPLUTD: handling type, bulk shipment load (untaxed) OIG_HTLUCHAR2OIH5OIH_HANTYP
HANTYPGNTD handling type bulk shipment gain OIG_HTGNCHAR2OIH5OIH_HANTYP
HANTYPLSTD handling type bulk shipment loss OIG_HTLSCHAR2OIH5OIH_HANTYP
HANTYPRTTD handling type, bulk shipment return (taxed) OIG_HTRTCHAR2OIH5OIH_HANTYP
HANTYPRUTD handling type: bulk shipment return (untaxed) OIG_HTRUCHAR2OIH5OIH_HANTYP

Key field Non-key field



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

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

How to access SAP table TXI_TOIGS3

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