CMS_STR_BCM_ACG_BP_RESULT SAP (Receivables of a Bupa with Approved Coverage Gap) Structure details

Dictionary Type: Structure
Description: Receivables of a Bupa with Approved Coverage Gap




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




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

CMS_STR_BCM_ACG_BP_RESULT 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 "Receivables of a Bupa with Approved Coverage Gap" 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_CMS_STR_BCM_ACG_BP_RESULT TYPE CMS_STR_BCM_ACG_BP_RESULT.

The CMS_STR_BCM_ACG_BP_RESULT table consists of various fields, each holding specific information or linking keys about Receivables of a Bupa with Approved Coverage Gap data available in SAP. These include BU_PARTNERID (Business Partner Identification Number), DESCRIPTION (Address description of Business Partner), TOTAL_CGP_MAX_RISK (CMS BCM:Total Coverage Gap for a Business Partner (Max Risk)), TOTAL_CGP_CUR_RISK (CMS BCM:Total Coverage Gap for a Business Partner (Cur Risk)).. 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 CMS_STR_BCM_ACG_BP_RESULT 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
KNE_BU_PARTNERIDBusiness Partner Identification Number CMS_DTE_BPIDCHAR32CMS_BPID
BU_PARTNERIDBusiness Partner Identification Number CMS_DTE_BPIDCHAR32CMS_BPID
DESCRIPTIONAddress description of Business Partner CMS_DTE_BP_ADDR_DESCCHAR60CMS_BP_ADDR_DESC
TOTAL_CGP_MAX_RISKCMS BCM:Total Coverage Gap for a Business Partner (Max Risk) CMS_DTE_BCM_CGP_TOTAL_MAX_RISKCURR17(2) CMS_AMOUNT
TOTAL_CGP_CUR_RISKCMS BCM:Total Coverage Gap for a Business Partner (Cur Risk) CMS_DTE_BCM_CGP_TOTAL_CUR_RISKCURR17(2) CMS_AMOUNT
ACTUAL_CGP_MAXCMS BCM: Actual Coverage Gap based on Max Risk CMS_DTE_BCM_ACTUAL_CGPCURR17(2) CMS_AMOUNT
ACTUAL_CGP_CURRCMS BCM: Actual Coverage Gap based on Curr Risk CMS_DTE_BCM_ACTUAL_CGP_CURRCURR17(2) CMS_AMOUNT
AMOUNTApproved Coverage Gap Amount CMS_DTE_ACG_APPROVED_AMOUNTCURR17(2) CMS_AMOUNT
CURRENCYCurrency for Approved Coverage Gap CMS_DTE_ACG_APPROVED_AMT_CURRCUKY5TCURCWAERS
CREDITSYSTEMCredit System CMS_DTE_RBL_CRDSYSCHAR3TCMS_RBL_CRDSYSCMS_RBL_CRDSYSCREDITSYSTEM
RBL_IDReceivable ID CMS_DTE_RBL_IDCHAR64ALPHACMS_RBLIDRBL_ID
RUN_IDBatch run identification of BCM CMS_DTE_BCM_RUN_IDCHAR30Assigned to domainCMS_BCM_RUN_IDCMS_BCM_CGP_ID
RBL_ORG_UNITOrganization Unit for a Receivable CMS_DTE_RBL_ORG_UNITCHAR10Assigned to domainCMS_RBL_ORG_UNIT
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
MAX_RBL_SEC_AMTMaximum Secured Receivable Amount CMS_DTE_BCM_RBL_MAX_SEC_AMTCURR17(2) CMS_AMOUNT
COV_GAP_MAXMaximum Coverage Gap CMS_DTE_BCM_COV_GAP_MAXCURR17(2) CMS_AMOUNT
ACT_RBL_SEC_AMTActual Secured Receivable Amount CMS_DTE_BCM_RBL_ACT_SEC_AMTCURR17(2) CMS_AMOUNT
COV_GAP_ACTActual Coverage Gap CMS_DTE_BCM_COV_GAP_ACTCURR17(2) CMS_AMOUNT
RESULT_CURRCalculations Result Currency CMS_DTE_CALC_RES_CURRCUKY5Assigned to domainWAERS

Key field Non-key field



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

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

How to access SAP table CMS_STR_BCM_ACG_BP_RESULT

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