REPRDYNP_ITEM SAP () Structure details

Dictionary Type: Structure
Description:




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




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

REPRDYNP_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 "" 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_REPRDYNP_ITEM TYPE REPRDYNP_ITEM.

The REPRDYNP_ITEM table consists of various fields, each holding specific information or linking keys about data available in SAP. These include WIIDX (Row Index of Internal Tables), BUKRS (Company Code), BSCHL (Posting Key), KOART (Account 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: Not classified


SAP REPRDYNP_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
WHIDXRow Index of Internal Tables SYTABIXINT410SYST_LONG
WIIDXRow Index of Internal Tables SYTABIXINT410SYST_LONG
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BSCHLPosting Key BSCHLCHAR2TBSLBSCHL
KOARTAccount Type KOARTCHAR1KOART
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
GSBERBusiness Area GSBERCHAR4TGSBGSBERGSB
UMSKZSpecial G/L Indicator UMSKZCHAR1Assigned to domainUMSKZ
MWSKZTax on sales/purchases code MWSKZCHAR2T007AMWSKZ
WRBTRAmount in foreign currency for tax breakdown WRBTXCURR13(2) WRTV7
WMWSTTax amount in document currency WMWSTCURR13(2) WERT7
MWARTTax Type MWARTCHAR1MWART
SGTXTItem Text SGTXTCHAR50TEXT50
VALUTValue date VALUTDATS8DATUM
ZUONRAssignment Number DZUONRCHAR18ZUONR
HKONTGeneral Ledger Account HKONTCHAR10SKA1ALPHASAKNR
KONTCarrier field for icons ICON_TEXTCHAR132SYCHAR132
KUNNRCustomer Numbers KUNNRCHAR10KNA1ALPHAKUNNRKUNC_KUNNR
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10LFA1ALPHALIFNRLIFKRED_C
ZFBDTBaseline Date for Due Date Calculation DZFBDTDATS8DATUM
ZTERMTerms of Payment Key DZTERMCHAR4ZTERM
ZLSCHPayment Method SCHZW_BSEGCHAR1T042ZZLSCH
ZLSPRPayment Block Key DZLSPRCHAR1T008ZAHLSSPE
HBKIDShort Key for a House Bank HBKIDCHAR5T012HBKID
BVTYPPartner Bank Type BVTYPCHAR4BVTYP
VERTTContract Type RANTYPCHAR1RANTYP
VERTNContract Number RANLCHAR13ALPHARANLRAN
VBEWAFlow Type SBEWARTCHAR4Assigned to domainSBEWART
TXJCDTax Jurisdiction TXJCDCHAR15TTXJTXJCDTXJ
IMKEYInternal Key for Real Estate Object IMKEYCHAR8IMKEY
DABRZReference Date for Settlement DABRBEZDATS8DDAT
IMMOCheckbox XFELDCHAR1XFELD
SWENRSite Number SWENRCHAR8Assigned to domainSWENRSWENRWEHMCWE
SGENRBuilding Number SGENRCHAR8Assigned to domainSGENRSGENRGEBMCGE
SGRNRProperty Number for BE SGRNRCHAR8Assigned to domainSGRNRSGRNRGRSMCGR
SMENRNumber of Rental Unit SMENRCHAR8Assigned to domainSMENRSMENRMEHMCME
SNKSLService Charge Key SNKSLCHAR4Assigned to domainALPHASNKSLNKLREFXCLSNKSL
SEMPSLSettlement Unit SEMPSLCHAR5Assigned to domainALPHASEMPSLEMPMCEM
BDATReference date BDATDATS8DDAT
SBERICorrection item number SBERICHAR10Assigned to domainALPHASBERIBEB
FL_KOSTENARTCheckbox XFELDCHAR1XFELD
INTRENOInternal Real Estate Master Data Code VVINTRENOCHAR13VVINTRENO
PROPMANO REPR_PROPMANAG_NOCHAR13ALPHARECNNRREHORECNNRM
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
FL_TAXRELEVANTCheckbox XFELDCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table REPRDYNP_ITEM

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