PRU_GARN_DOC SAP (Structure for MetaStar Garnishment Document (RU)) Structure details

Dictionary Type: Structure
Description: Structure for MetaStar Garnishment Document (RU)




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




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

PRU_GARN_DOC 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 "Structure for MetaStar Garnishment Document (RU)" 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_PRU_GARN_DOC TYPE PRU_GARN_DOC.

The PRU_GARN_DOC table consists of various fields, each holding specific information or linking keys about Structure for MetaStar Garnishment Document (RU) data available in SAP. These include BEGDA (Start Date), ENDDA (End Date), DOCTX (Document Type Text), DOCTY (FI-SL Document Type).. 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 PRU_GARN_DOC 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
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
DOCTXDocument Type Text P33_DOC_TEXTCHAR100TEXT100
DOCTYFI-SL Document Type DOCTYCHAR2Assigned to domainDOCTYBAR
ENNUMExecutive Document Number P33_ENNUMCHAR20CHAR20
ESDATDate of Issue (Executive Sheet) P33_ESDATDATS8DATS
GCASEGarnishment Case Number P33_GCASECHAR35CHAR35
GCATEGarnishment Document Category P33_GCATECHAR1Assigned to domainP33_GCATE
GCATXDocument Category Text P33_GCATXCHAR20TEXT20
GRNUMInternal Garnishment Number P33_GRNUMCHAR4SUBTY
GSTATGarnishment Status P33_GSTATDCHAR1P33_GSTAT
GSTATTXTExplanatory short text DDTEXTCHAR60DDTEXT
RCVDDGarnishment Received Date P33_GRCVDDATS8DATUM
BANKSBank country key BANKSCHAR3Assigned to domainLAND1BKL
EMFTXPayee Text EMFTXCHAR40TEXT40
LAND1Country Key LAND1CHAR3Assigned to domainLAND1LND
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
ORCNTCountry of Garnishment Originator P33_GORCTCHAR3Assigned to domainLAND1
ORCNTTXDescription BEZEI20CHAR20TEXT20
ORCODGarnishment Originator Code P33_GORCDCHAR1P33_GORCD
ORCODTXExplanatory short text DDTEXTCHAR60DDTEXT
ORICNGarnishment origin country P33_GORICCHAR3Assigned to domainLAND1
ORICNTXCountry Name (Max. 50 Characters) LANDX50CHAR50TEXT50
ORIGNGarnishment Document Origin P33_GORIGCHAR3Assigned to domainP33_REGIO
ORIGNTXDescription BEZEI20CHAR20TEXT20
ORNAMName of Garnishment Originator P33_GORNACHAR30TEXT30
ORORTCity of Garnishment Originator P33_GORORCHAR30TEXT30
ORPLZPostal Code of Garnishment Originator P33_GORPLCHAR10PSTLZ
ORREGRegion ORREGCHAR3CHAR3
ORREGTXDescription BEZEI20CHAR20TEXT20
ORSTRStreet of Garnishment Originator P33_GORSTCHAR30TEXT30
ORT01City ORT01CHAR25TEXT25
OUTAUOutgoing Authority (Executive sheet) P33_OUTAUCHAR100CHAR100
OUTDTOutgoing Date (Executive Sheet) P33_OUTDTDATS8DATS
OUTNUOutgoing Number (Executive Sheet) P33_OUTNUCHAR20CHAR20
PSTLZPostal Code PSTLZCHAR10PSTLZ
RLSDDGarnishment Release Date P33_GRLSDDATS8DATUM
STATESTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
STRASStreet and House Number P33_STREETCHAR35P33_STREET
TEXT1Name of the Payment Method in the Language of the Country P33_042ZCHAR30TEXT30
ZLSCHPayment Method PCODECHAR1Assigned to domainZLSCH
BANKNBank account number BANKNCHAR18BANKN
BANK_NUMBERBank number BANKLCHAR15BANKLBLZ
BKONTBank Control Key BKONTCHAR2BKONT
BKREFReference specifications for bank details BKREFCHAR20CHAR20
COUNTRYCountry Key LAND1CHAR3Assigned to domainLAND1LND
DIRECT_DEPOSITAccount Number of Bank Account At Post Office PSKTOCHAR16PSKTO
ACCOUNT_NUMBank account number BANKN35CHAR35BANKN35
BANKLBank Keys BANKKCHAR15BANKKBNK
BNKNUBank Account Number - Russia P33_BANK_ACCOUNTCHAR20

Key field Non-key field



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

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

How to access SAP table PRU_GARN_DOC

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