TOIGS5 SAP (TD Tolerance Authorization) Table details

Dictionary Type: Table
Description: TD Tolerance Authorization




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




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

TOIGS5 is a standard SAP Table which is used to store TD Tolerance Authorization data and is available within R/3 SAP systems depending on the version and release level.

The TOIGS5 table consists of various fields, each holding specific information or linking keys about TD Tolerance Authorization data available in SAP. These include TDACT (TD action (schedule, load, delivery confirmation)), SHTYPE (TD shipment type), VEH_TYPE (TD vehicle type), MAT_CPGRP (TD product 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP TOIGS5 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
CLIENTClient MANDTCLNT3T000MANDT
TDACTTD action (schedule, load, delivery confirmation) OIG_TDACTCHAR1OIG_TDACT
SHTYPETD shipment type OIG_TDSTYPCHAR4TOIGSOIG_TDSTYPOIC
VEH_TYPETD vehicle type OIG_VHLTYPCHAR4TOIGVOIG_VHLTYPOIE
MAT_CPGRPTD product group OIG_PCGCHAR8TOIGAPALPHAOIG_PCGOI7
REAS_CODEReason code - to group quantities in shipment process OIG_REASCDCHAR2TOIGS4OIG_REASC
WERKSLoading plant OIG_LDPLTCHAR4T001WWERKSWRK
QTY_FROMTD quantity from OIG_QTYFRDEC11(3) OIG_QTYTOL
PRC_FROMTD - percentage from OIG_PRCFRDEC7(2) OI0DC_DEC5_2V
QTY_TOTD - quantity to OIG_QTYTODEC11(3) OIG_QTYTOL
PRC_TOTD - percentage to OIG_PRCTODEC7(2) OI0DC_DEC5_2V

Key field Non-key field



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

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

SELECT SINGLE *
FROM TOIGS5
INTO CORRESPONDING FIELDS OF WA_TOIGS5
WHERE...

How to access SAP table TOIGS5

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