RPM_TS_RM_RESOURCES_API is an SAP Structure so does not store data like a database table does but can be used to process "Resource info" 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_RPM_TS_RM_RESOURCES_API TYPE RPM_TS_RM_RESOURCES_API .
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 |
BUPA_ID | RPM_TV_RM_BU_PARTNER | CHAR | 10 |
* | Resource ID | ALPHA |
FIRST_NAME | BU_NAMEP_F | CHAR | 40 | First name of business partner (person) | ||
LAST_NAME | BU_NAMEP_L | CHAR | 40 | Last name of business partner (person) | ||
EMPLOYEE_ID | /RPM/TV_EMP_ID | NUMC | 8 | Employee Id | ||
EMAIL_ID | AD_SMTPADR | CHAR | 241 | E-Mail Address | SXIDN | |
BUPA_BEGDA | RPM_TV_RM_BEGDA | DATS | 8 | Start Date | ||
BUPA_ENDDA | RPM_TV_RM_ENDDA | DATS | 8 | Finish Date |
Key field | |
Non-key field |