CMS_RBL_SYNC SAP (RBL Sync Data) Table details

Dictionary Type: Table
Description: RBL Sync Data




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




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

CMS_RBL_SYNC is a standard SAP Table which is used to store RBL Sync Data data and is available within R/3 SAP systems depending on the version and release level.

The CMS_RBL_SYNC table consists of various fields, each holding specific information or linking keys about RBL Sync Data data available in SAP. These include CREDITSYSTEM (Credit System), RBL_ID (Receivable ID), PRD_CLASS (Product Class), PRODUCT (Product of Receivable).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP CMS_RBL_SYNC table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
CREDITSYSTEMCredit System CMS_DTE_RBL_CRDSYSCHAR3Assigned to domainCMS_RBL_CRDSYSCREDITSYSTEM
RBL_IDReceivable ID CMS_DTE_RBL_IDCHAR64ALPHACMS_RBLIDRBL_ID
PRD_CLASSProduct Class CMS_DTE_PRD_CLASSCHAR6Assigned to domainCMS_PRD_CLASSCMS_PRD_CLASSCMS_PRD_CLASS
PRODUCTProduct of Receivable CMS_DTE_RBL_PRODCHAR12Assigned to domainCMS_RBL_PRODCMS_RBL_PROD
RBL_ORG_UNITOrganization Unit for a Receivable CMS_DTE_RBL_ORG_UNITCHAR10Assigned to domainCMS_RBL_ORG_UNIT
IND_CREDITIndicator to specify if Receivable is Credit/Debit to Bank CMS_DTE_IND_CREDITCHAR1CMS_IND_CREDIT
OTHERBANKIndicates that the Receivable belongs to an External Bank CMS_DTE_RBL_OTHERBANKCHAR1CMS_OTHERBANK
DESCRDescription of Receivable CMS_DTE_RBL_DESCRIPTIONCHAR60CMS_TEXT
ADMIN_ORG_UNITAdministration Organizational Unit CMS_DTE_ADMINORGCHAR12TEXT12CMS_ADMINORG
STATUSStatus of Receivable CMS_DTE_RBL_STATUSCHAR2CMS_RBL_STATUS
VALID_FROMDate from which the Risk stands Valid CMS_DTE_RBL_VALID_FROMNUMC15TSTPSTZNTSTMPSL
VALID_TODate until which the Risk stands Valid CMS_DTE_RBL_VALID_TONUMC15TSTPSTZNTSTMPSL
CONT_AMOUNTAmount of Receivable Contract CMS_DTE_RBL_CONTAMTCURR17(2) CMS_AMOUNT
CONT_CURRENCYReceivable Contract Currency CMS_DTE_RBL_CONTCURRCUKY5Assigned to domainWAERS
AMT_MAXRISKMaximum Risk CMS_DTE_RBL_MAXRISKCURR17(2) CMS_AMOUNT
AMT_CURRRISKCurrent Risk CMS_DTE_RBL_CURRRISKCURR17(2) CMS_AMOUNT
CURR_RISKCurrency for Receivable Risk Amounts CMS_DTE_RBL_RISKCURRCUKY5Assigned to domainWAERS
AMT_INTERESTOutstanding Interest Amount CMS_DTE_RBL_INTERESTCURR17(2) CMS_AMOUNT
AMT_FEESFees Amount CMS_DTE_RBL_FEESCURR17(2) CMS_AMOUNT
CURR_CAPITALSCurrency of Receivable Capitals CMS_DTE_RBL_CAPCURRCUKY5Assigned to domainWAERS

Key field Non-key field



How do I retrieve data from SAP table CMS_RBL_SYNC using ABAP code

The following ABAP code Example will allow you to do a basic selection on CMS_RBL_SYNC to SELECT all data from the table
DATA: WA_CMS_RBL_SYNC TYPE CMS_RBL_SYNC.

SELECT SINGLE *
FROM CMS_RBL_SYNC
INTO CORRESPONDING FIELDS OF WA_CMS_RBL_SYNC
WHERE...

How to access SAP table CMS_RBL_SYNC

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