RPBENDEP is an SAP Structure so does not store data like a database table does but can be used to process "Benefit repeat structure for dependent" 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_RPBENDEP TYPE RPBENDEP .
Below is the documentation avaialable and full details of the fields which make up this Structure.
You can view further information about this via relevant transactions such as SE11 or SE80. Also check out the Comments section below to view or add related contributions and example screen shots.
Field | Component Type | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
DTY01 | BEN_DEPTYP | CHAR | 4 | Benefit dependent type | ||
DID01 | BEN_DEPID | CHAR | 2 | Benefit dependent object ID | ||
DTY02 | BEN_DEPTYP | CHAR | 4 | Benefit dependent type | ||
DID02 | BEN_DEPID | CHAR | 2 | Benefit dependent object ID | ||
DTY03 | BEN_DEPTYP | CHAR | 4 | Benefit dependent type | ||
DID03 | BEN_DEPID | CHAR | 2 | Benefit dependent object ID | ||
DTY04 | BEN_DEPTYP | CHAR | 4 | Benefit dependent type | ||
DID04 | BEN_DEPID | CHAR | 2 | Benefit dependent object ID | ||
DTY05 | BEN_DEPTYP | CHAR | 4 | Benefit dependent type | ||
DID05 | BEN_DEPID | CHAR | 2 | Benefit dependent object ID | ||
DTY06 | BEN_DEPTYP | CHAR | 4 | Benefit dependent type | ||
DID06 | BEN_DEPID | CHAR | 2 | Benefit dependent object ID | ||
DTY07 | BEN_DEPTYP | CHAR | 4 | Benefit dependent type | ||
DID07 | BEN_DEPID | CHAR | 2 | Benefit dependent object ID | ||
DTY08 | BEN_DEPTYP | CHAR | 4 | Benefit dependent type | ||
DID08 | BEN_DEPID | CHAR | 2 | Benefit dependent object ID | ||
DTY09 | BEN_DEPTYP | CHAR | 4 | Benefit dependent type | ||
DID09 | BEN_DEPID | CHAR | 2 | Benefit dependent object ID | ||
DTY10 | BEN_DEPTYP | CHAR | 4 | Benefit dependent type | ||
DID10 | BEN_DEPID | CHAR | 2 | Benefit dependent object ID | ||
DTY11 | BEN_DEPTYP | CHAR | 4 | Benefit dependent type | ||
DID11 | BEN_DEPID | CHAR | 2 | Benefit dependent object ID | ||
DTY12 | BEN_DEPTYP | CHAR | 4 | Benefit dependent type | ||
DID12 | BEN_DEPID | CHAR | 2 | Benefit dependent object ID | ||
DTY13 | BEN_DEPTYP | CHAR | 4 | Benefit dependent type | ||
DID13 | BEN_DEPID | CHAR | 2 | Benefit dependent object ID | ||
DTY14 | BEN_DEPTYP | CHAR | 4 | Benefit dependent type | ||
DID14 | BEN_DEPID | CHAR | 2 | Benefit dependent object ID | ||
DTY15 | BEN_DEPTYP | CHAR | 4 | Benefit dependent type | ||
DID15 | BEN_DEPID | CHAR | 2 | Benefit dependent object ID | ||
DTY16 | BEN_DEPTYP | CHAR | 4 | Benefit dependent type | ||
DID16 | BEN_DEPID | CHAR | 2 | Benefit dependent object ID | ||
DTY17 | BEN_DEPTYP | CHAR | 4 | Benefit dependent type | ||
DID17 | BEN_DEPID | CHAR | 2 | Benefit dependent object ID | ||
DTY18 | BEN_DEPTYP | CHAR | 4 | Benefit dependent type | ||
DID18 | BEN_DEPID | CHAR | 2 | Benefit dependent object ID | ||
DTY19 | BEN_DEPTYP | CHAR | 4 | Benefit dependent type | ||
DID19 | BEN_DEPID | CHAR | 2 | Benefit dependent object ID | ||
DTY20 | BEN_DEPTYP | CHAR | 4 | Benefit dependent type | ||
DID20 | BEN_DEPID | CHAR | 2 | Benefit dependent object ID |
Key field | |
Non-key field |