GRPCRTA_S_MGFIINVPOST01T1N SAP (Display - MG3FIINVPOST01BC1) Structure details

Dictionary Type: Structure
Description: Display - MG3FIINVPOST01BC1




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




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

GRPCRTA_S_MGFIINVPOST01T1N 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 "Display - MG3FIINVPOST01BC1" 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_GRPCRTA_S_MGFIINVPOST01T1N TYPE GRPCRTA_S_MGFIINVPOST01T1N.

The GRPCRTA_S_MGFIINVPOST01T1N table consists of various fields, each holding specific information or linking keys about Display - MG3FIINVPOST01BC1 data available in SAP. These include GRPCRTA_SEQ (Table Sequence Number), DEFTYPE (Deficiency Type), BSIK_DMBTR (Aggregate Amount), DEFDESC (Deficiency Description).. 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 GRPCRTA_S_MGFIINVPOST01T1N 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
GRPCRTA_SEQTable Sequence Number GRPCRTA_SEQINT410SYBIN4
DEFTYPEDeficiency Type GRPCRTA_DEFTYPE_TEXTCHAR40CHAR40
BSIK_DMBTR Aggregate Amount0
DEFDESCDeficiency Description GRPCRTA_DEFDESCCHAR70GRPCRTA_CEDEFESC
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BUTXTName of Company Code or Company BUTXTCHAR25TEXT25
BSIK_DMBTR2 0
DMBTRAmount in Local Currency DMBTRCURR13(2) WERT7
HWAERLocal Currency HWAERCUKY5Assigned to domainWAERS
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
XBLNRReference Document Number XBLNRCHAR16XBLNR
BKTXTDocument Header Text BKTXTCHAR25TEXT25
WRBTRAmount in document currency WRBTRCURR13(2) WERT7
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
DMBE2Amount in Second Local Currency DMBE2CURR13(2) WERT7
HWAE2Currency Key of Second Local Currency HWAE2CUKY5Assigned to domainWAERS
KZWRSCurrency Key for the Group Currency KZWRSCUKY5Assigned to domainWAERS
BLARTDocument Type BLARTCHAR2Assigned to domainBLARTBAR
LTEXTDocument Type Description GRPCRTA_LTEXTCHAR20
KOARTAccount Type KOARTCHAR1KOART
BSCHLPosting Key BSCHLCHAR2Assigned to domainBSCHL
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
SHTXTCredit/Debit GRPCRTA_CRDRCHAR12
ACNUMGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
ACDESAccount Description GRPCRTA_ACDESCHAR50
TCODETransaction Code TCODECHAR20Assigned to domainTCODETCD
SGTXTItem Text SGTXTCHAR50TEXT50
ZUONRAssignment Number DZUONRCHAR18ZUONR
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
NAME1Vendor Description GRPCRTA_NAME1CHAR35
RFPROTolerance Group for Financial Accounting Employees RFPROCHAR4Assigned to domainRFPRO
RULE_MAXBTRule Tolerance Amount GRPCRTA_RULE_MAXBTCURR16(2)
MAXBTCurrent Tolerance Amount GRPCRTA_MAXBTCURR16(2)
BLDATDocument Date in Document BLDATDATS8DATUM
BUDATPosting Date in the Document BUDATDATS8DATUM
MONATFiscal Period MONATNUMC2MONAT
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
CPUDTDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
CPUTMTime of Entry CPUTMTIMS6UZEIT
USNAMUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
HKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
TOT_DMBTRAmount in local currency GRPCRTA_TOT_DMBTRCURR16(2)
MAXBT_T043TMaximum Amount Posted per Document GRPCRTA_T043T_MAXBTCURR16(2)
XNETBIndicator: Document posted net ? XNETBCHAR1XFELD
SAKNRG/L Account Number SAKNRCHAR10Assigned to domainALPHASAKNRSAKC_SAKNR
MANDTClient MANDTCLNT3Assigned to domainMANDT
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
PROJKWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR

Key field Non-key field



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

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

How to access SAP table GRPCRTA_S_MGFIINVPOST01T1N

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