RDISTRIBUTOR SAP (TR-LO: Posted Single Items to be Transferred to TR Ledger) Structure details

Dictionary Type: Structure
Description: TR-LO: Posted Single Items to be Transferred to TR Ledger




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




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

RDISTRIBUTOR 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 "TR-LO: Posted Single Items to be Transferred to TR Ledger" 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_RDISTRIBUTOR TYPE RDISTRIBUTOR.

The RDISTRIBUTOR table consists of various fields, each holding specific information or linking keys about TR-LO: Posted Single Items to be Transferred to TR Ledger data available in SAP. These include BUKRS (Company Code), SARCHIV (Archiving Category Indicator), RANL (Contract Number), COM_VAL_CLASS (General Valuation Class).. 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 RDISTRIBUTOR 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
EXTBUSTRANSIDDefault ID from Creator for Distributor Business Transaction TPM_EXTBUSTRANSIDCHAR60TPM_EXTBUSTRANSID
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
SARCHIVArchiving Category Indicator SARCHIVCHAR1SARCHIVARC
RANLContract Number RANLCHAR13ALPHARANLRAN
COM_VAL_CLASSGeneral Valuation Class TPM_COM_VAL_CLASSNUMC4Assigned to domainTPM_COM_VAL_CLASSCVC
RPOSNRNumber of a Distributor Flow TPM_TRDFLOWNRINT410TPM_TRDFLOWNR
ALLOC_NMBRAssignment Number DZUONRCHAR18ZUONR
BUSTRANSCATBusiness Transaction Category TPM_BUSTRANSCATNUMC4Assigned to domainTPM_BUSTRANSCAT
PRODUKTTYPProduct Category SANLFNUMC3Assigned to domainVVSANLF
DBUDATPosting Date in the Document BUDATDATS8DATUM
DMONATFiscal Period MONATNUMC2MONAT
DBLDATDocument Date in Document BLDATDATS8DATUM
DBESTANDPosition value date DBESTANDDATS8DATUM
DERFFirst Entered on DERFDATS8DATUM
TERFTime of Initial Entry TERFTIMS6TIMES
SBEWARTFlow Type SBEWARTCHAR4Assigned to domainSBEWART
SBEWZITIFlow category SBEWZITICHAR4Assigned to domainSBEWZITI
GSARTProduct Type VVSARTCHAR3Assigned to domainVVSARTSANVVSART_APPL_BAS
SHWHRCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
BHWHRAmount in local currency BHWHRCURR13(2) WERTV7
SBWHRPosition Currency (Currency of Position Amount) SBWHRCUKY5Assigned to domainWAERS
BBWHRAmount in position currency BBWHRCURR13(2) WERTV7
SNWHRCurrency of nominal amount SNWHRCUKY5Assigned to domainWAERS
BNWHRNominal amount BNWHRCURR13(2) WERTV7
SCWHRSettlement Currency SCWHRCUKY5Assigned to domainWAERS
BCWHRSettlement Amount BCWHRCURR13(2) WERTV7
RANTYPContract Type RANTYPCHAR1RANTYP
STATUS_GVStatus of Distributor Business Transaction TPM_BUSTRANS_STATECHAR1TPM_BUSTRANS_STATE
STORNOGRUNDReason for Reversal SSTOGRDCHAR2Assigned to domainSSTOGRD
STATUS_PROCDistributor: Status of Business Operation Processing FVD_PROCESS_STATECHAR2FVD_PROCESS_STATE
QUANT_CATPosition Change Category: Quantity TPM_QTY_PM_CATCHAR4TPM_QTY_PM_CAT
HBKIDShort Key for a House Bank HBKIDCHAR5Assigned to domainHBKID
HKTIDID for account details HKTIDCHAR5Assigned to domainHKTID
EXTBUSTRANS_NEWDefault ID from Creator for Distributor Business Transaction TPM_EXTBUSTRANSIDCHAR60TPM_EXTBUSTRANSID
NOMINAL_ORG_AMTNominal amount BNWHRCURR13(2) WERTV7
RPBANKPartner bank details TB_RPBANKCHAR4BVTYP
RPZAHLPayer/payee TB_RPZAHL_NEWCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
SZARTPayment transaction TB_SZARTCHAR1XFELD
SPAYRQPayment request allowed TB_SPAYRQCHAR1T_SPAYRQ
SPRSNGIndividual payment TB_SPRSNGKCHAR1XFELD
SPRGRDDetermine grouping definition TB_SPRGRDCHAR1T_SPRGRD
SCSPAYSame direction necessary for joint payment? TB_SCSPAYCHAR1XFELD
ZWELSList of the Payment Methods to be Considered DZWELSCHAR10ZWELS
PAYGRGrouping Field for Automatic Payments PAYGRCHAR20CHAR20
SAKTPASIndicator: Asset/Liability Transaction VVSAKTPASCHAR1VVSAKTPAS

Key field Non-key field



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

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

How to access SAP table RDISTRIBUTOR

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