TOIGS2 SAP (TD Intransit Posting Group) Table details

Dictionary Type: Table
Description: TD Intransit Posting Group




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




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

TOIGS2 is a standard SAP Table which is used to store TD Intransit Posting Group data and is available within R/3 SAP systems depending on the version and release level.

The TOIGS2 table consists of various fields, each holding specific information or linking keys about TD Intransit Posting Group data available in SAP. These include INPGP (Intransit posting group), BWARC (Movement type (inventory management) for goods receipt), BWARC_R (Movement type for goods receipt, reversal), BWAPT (Movement type (inventory management) for plant-plant 1 step).. 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)

Text table = TOIGS2T


SAP TOIGS2 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
INPGPIntransit posting group OIG_INPGPCHAR2OIG_INPGP
BWARCMovement type (inventory management) for goods receipt OIG_BWARCCHAR3T156BWART
BWARC_RMovement type for goods receipt, reversal OIG_BWARCRCHAR3T156BWART
BWAPTMovement type (inventory management) for plant-plant 1 step OIG_BWAPTCHAR3T156BWART
BWAPT_RMovement type for plant-plant 1 step, reversal OIG_BWAPTRCHAR3T156BWART
BWAMTMovement type (inventory management) for material rebrand OIG_BWAMTCHAR3T156BWART
BWAMT_RMovement type: material to material, reversal OIG_BWAMTRCHAR3T156BWART
BWASLMovement type (inventory management) to change store locat. OIG_BWASLCHAR3T156BWART
BWASL_RMovement type StLoc. to StLoc., reversal OIG_BWASLRCHAR3T156BWART
BWAGNMovement type (inventory management) for gain OIG_BWAGNCHAR3T156BWART
BWAGN_TMovement type (inventory management) for gain in transfer OIG_BWAGNTCHAR3T156BWART
BWALSMovement type (inventory management) for loss OIG_BWALSCHAR3T156BWART
BWALS_TMovement type (inventory management) for loss in transfer OIG_BWALSTCHAR3T156BWART
SGLDELSingle Load per Delivery OIG_SGLDELCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TOIGS2
INTO CORRESPONDING FIELDS OF WA_TOIGS2
WHERE...

How to access SAP table TOIGS2

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