IDCN_S_GRIR_GNB_ITEM SAP (GR/IR Report(China,Goods Received But not Invoice Received)) Structure details

Dictionary Type: Structure
Description: GR/IR Report(China,Goods Received But not Invoice Received)




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




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

IDCN_S_GRIR_GNB_ITEM 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 "GR/IR Report(China,Goods Received But not Invoice Received)" 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_IDCN_S_GRIR_GNB_ITEM TYPE IDCN_S_GRIR_GNB_ITEM.

The IDCN_S_GRIR_GNB_ITEM table consists of various fields, each holding specific information or linking keys about GR/IR Report(China,Goods Received But not Invoice Received) data available in SAP. These include LIFNR (Account Number of Vendor or Creditor), NAME1 (Name), EBELN (Purchasing Document Number), BEWTK (Short Text for Purchase Order History Category).. 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 or numeric)


SAP IDCN_S_GRIR_GNB_ITEM 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
NAME1Name NAME1CHAR30TEXT30
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
BEWTKShort Text for Purchase Order History Category BEWTKCHAR4TEXT4
MBLNRNumber of Material Document MBLNRCHAR10ALPHABELNRMBN
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
MBLPOItem in Material Document MBLPONUMC4MBLPOPOS
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
MJAHRMaterial Document Year MJAHRNUMC4GJAHRGJAHRMJA
BEWTPPO history category BEWTPCHAR1Assigned to domainBEWTP
VGABETransaction/event type, purchase order history VGABECHAR1VGABE
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUDATPosting Date in the Document BUDATDATS8DATUM
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
MENGEQuantity IDCN_MENGEQUAN25(3) MENGEV13
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
DMBTRAmount in Local Currency DMBTRCURR13(2) WERT7
MWSTSTax Amount in Local Currency MWSTSCURR13(2) WERT7
HWAERLocal Currency HWAERCUKY5Assigned to domainWAERS
WRBTRAmount in document currency WRBTRCURR13(2) WERT7
WMWSTTax amount in document currency WMWSTCURR13(2) WERT7
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
MSATZTax rate MSATZ_F05LDEC7(3) PRZ43V
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
KTOPLChart of Accounts KTOPLCHAR4Assigned to domainKTOPLKPLC_KTOPL
HKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
ZIELKTarget Account DZIELKCHAR10Assigned to domainALPHASAKNR
TXT20Text for Criterion TXT20CHAR20TXT20
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
LGOBEDescription of Storage Location LGOBECHAR16TEXT16
ZTERMTerms of Payment Key DZTERMCHAR4ZTERM
UTAGEDays overdue IDCN_UTAGEINT410INT4
BKLASValuation Class BKLASCHAR4Assigned to domainBKLAS
OFFACOffsetting Account OFFACCHAR10Assigned to domainALPHASAKNR
OATXTG/L account short text TXT20_SKATCHAR20TEXT20
AWTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP

Key field Non-key field



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

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

How to access SAP table IDCN_S_GRIR_GNB_ITEM

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