RPBENCBF SAP (Benefit Repeat Structure for Contingency Beneficiaries) Structure details

Dictionary Type: Structure
Description: Benefit Repeat Structure for Contingency Beneficiaries




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




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

RPBENCBF 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 "Benefit Repeat Structure for Contingency Beneficiaries" 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_RPBENCBF TYPE RPBENCBF.

The RPBENCBF table consists of various fields, each holding specific information or linking keys about Benefit Repeat Structure for Contingency Beneficiaries data available in SAP. These include CTY01 (Benefit dependent type), CID01 (Benefit dependent object ID), CPT01 (Benefit Payout Percentage for Beneficiaries), CIS02 (Benefit Infotype Switch).. 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: Cannot Be Enhanced


SAP RPBENCBF 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
CIS01Benefit Infotype Switch BEN_INFTYSNUMC1NUM1
CTY01Benefit dependent type BEN_DEPTYPCHAR4SUBTY
CID01Benefit dependent object ID BEN_DEPIDCHAR2OBJPS
CPT01Benefit Payout Percentage for Beneficiaries BEN_BPRCNTDEC3DEC3
CIS02Benefit Infotype Switch BEN_INFTYSNUMC1NUM1
CTY02Benefit dependent type BEN_DEPTYPCHAR4SUBTY
CID02Benefit dependent object ID BEN_DEPIDCHAR2OBJPS
CPT02Benefit Payout Percentage for Beneficiaries BEN_BPRCNTDEC3DEC3
CIS03Benefit Infotype Switch BEN_INFTYSNUMC1NUM1
CTY03Benefit dependent type BEN_DEPTYPCHAR4SUBTY
CID03Benefit dependent object ID BEN_DEPIDCHAR2OBJPS
CPT03Benefit Payout Percentage for Beneficiaries BEN_BPRCNTDEC3DEC3
CIS04Benefit Infotype Switch BEN_INFTYSNUMC1NUM1
CTY04Benefit dependent type BEN_DEPTYPCHAR4SUBTY
CID04Benefit dependent object ID BEN_DEPIDCHAR2OBJPS
CPT04Benefit Payout Percentage for Beneficiaries BEN_BPRCNTDEC3DEC3
CIS05Benefit Infotype Switch BEN_INFTYSNUMC1NUM1
CTY05Benefit dependent type BEN_DEPTYPCHAR4SUBTY
CID05Benefit dependent object ID BEN_DEPIDCHAR2OBJPS
CPT05Benefit Payout Percentage for Beneficiaries BEN_BPRCNTDEC3DEC3
CIS06Benefit Infotype Switch BEN_INFTYSNUMC1NUM1
CTY06Benefit dependent type BEN_DEPTYPCHAR4SUBTY
CID06Benefit dependent object ID BEN_DEPIDCHAR2OBJPS
CPT06Benefit Payout Percentage for Beneficiaries BEN_BPRCNTDEC3DEC3
CIS07Benefit Infotype Switch BEN_INFTYSNUMC1NUM1
CTY07Benefit dependent type BEN_DEPTYPCHAR4SUBTY
CID07Benefit dependent object ID BEN_DEPIDCHAR2OBJPS
CPT07Benefit Payout Percentage for Beneficiaries BEN_BPRCNTDEC3DEC3
CIS08Benefit Infotype Switch BEN_INFTYSNUMC1NUM1
CTY08Benefit dependent type BEN_DEPTYPCHAR4SUBTY
CID08Benefit dependent object ID BEN_DEPIDCHAR2OBJPS
CPT08Benefit Payout Percentage for Beneficiaries BEN_BPRCNTDEC3DEC3
CIS09Benefit Infotype Switch BEN_INFTYSNUMC1NUM1
CTY09Benefit dependent type BEN_DEPTYPCHAR4SUBTY
CID09Benefit dependent object ID BEN_DEPIDCHAR2OBJPS
CPT09Benefit Payout Percentage for Beneficiaries BEN_BPRCNTDEC3DEC3
CIS10Benefit Infotype Switch BEN_INFTYSNUMC1NUM1
CTY10Benefit dependent type BEN_DEPTYPCHAR4SUBTY
CID10Benefit dependent object ID BEN_DEPIDCHAR2OBJPS
CPT10Benefit Payout Percentage for Beneficiaries BEN_BPRCNTDEC3DEC3

Key field Non-key field



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

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

How to access SAP table RPBENCBF

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