IE4N_CGP SAP (General IE4N Settings for Installation/Dismantling) Table details

Dictionary Type: Table
Description: General IE4N Settings for Installation/Dismantling




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




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

IE4N_CGP is a standard SAP Table which is used to store General IE4N Settings for Installation/Dismantling data and is available within R/3 SAP systems depending on the version and release level.

The IE4N_CGP table consists of various fields, each holding specific information or linking keys about General IE4N Settings for Installation/Dismantling data available in SAP. These include MVMTTYPE_I (Movement Type (Inventory Management)), SOBKZ_I (Special Stock Indicator), MPN_UPD_ON (IE4N: Notification Indicator for Reservation Update), MVMTTYPE_R (Movement Type (Inventory Management)).. 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)


SAP IE4N_CGP 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
MVMTTYPE_IMovement Type (Inventory Management) BWARTCHAR3T156BWARTBWA
SOBKZ_ISpecial Stock Indicator SOBKZCHAR1T148SOBKZ
MPN_UPD_ONIE4N: Notification Indicator for Reservation Update IE4N_RESV_MSGCHAR1IE4N_MSGIND
MVMTTYPE_RMovement Type (Inventory Management) BWARTCHAR3T156BWARTBWA
SOBKZ_RSpecial Stock Indicator SOBKZCHAR1T148SOBKZ
BTC_UPD_ONIE4N: Notification Indicator for Batch Management IE4N_BATCH_MSGCHAR1IE4N_MSGIND

Key field Non-key field



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

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

SELECT SINGLE *
FROM IE4N_CGP
INTO CORRESPONDING FIELDS OF WA_IE4N_CGP
WHERE...

How to access SAP table IE4N_CGP

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