CPET_JAVA_OBJECTS is an SAP Structure so does not store data like a database table does but can be used to process "CPE - Interface for JAVA Objects (Field, Key, Text)" 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_CPET_JAVA_OBJECTS TYPE CPET_JAVA_OBJECTS .
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 |
| ROLLNAME | ROLLNAME | CHAR | 30 |
* | Data element (semantic domain) | |
| OBJECT | CPET_ROUTINE | NUMC | 7 |
* | CPE - Routine | |
| TEXT | BEZEI40 | CHAR | 40 | Description |
| Key field | |
| Non-key field |
CPET_JAVA_OBJECTS - CPE - Interface for JAVA Objects (Field, Key, Text) CPET_INPUT_FIELDNAMES - CPE - Names of Displayed Fields and Input Fields CPET_GUID_RANGE - CPE Log - GUID Range CPET_FORMULA_OUT - CPE Formula - General Result CPET_FORMULA_IN - CPE Formula - Input for General Data CPET_FORMULA_COM_OUT - CPE - Communication Structure with Formula Result Fields