RPCA0 is an SAP Structure so does not store data like a database table does but can be used to process "EC-PCA: Transfer Structure for FB PCA_SEND_SELECTION_SCREEN" 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_RPCA0 TYPE RPCA0 .
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 |
FLAG | RKE_CHOICE | CHAR | 1 | Selected entry | ||
KEY | CHAR15 | CHAR | 15 | Char 15 | ||
TEXT | CHAR50 | CHAR | 50 | Comment |
Key field | |
Non-key field |
RPCA0 - EC-PCA: Transfer Structure for FB PCA_SEND_SELECTION_SCREEN RPC503IX - Radio button checkboxes for RPC503I0 RPBXXXXX - Structure for Report Parameter RPB* RPBVSTA0S1 - Increase Key Date RPBVSTA0L2 - Structure for Increase Key Date Detail List RPBVSTA0L1 - Structure for Increase Key Date Overview List