SAP ABAP Message Class PT_TMW_FLD_SEL_CUST Message Number 010 (Runtime error occurred at CREATE OBJECT &1)
Hierarchy
☛
SAP_HRRXX (Software Component) Sub component SAP_HRRXX of SAP_HR
⤷
PT (Application Component) Personnel Time Management
⤷
PT_FIELD_SELECTION (Package) Field selection
⤷
⤷
Attribute
| Message class | PT_TMW_FLD_SEL_CUST | ||
| Short Description | Time Manager's Workplace: Field Selection | ||
| Message Number | |
010 | |
| Documentation status | |||
| Authorization check Error Message | |||
| Changed On | 20000124 |
Message Text
Runtime error occurred at CREATE OBJECT &1
Help Document
Diagnosis
Field catalog was defined in the V_PT_FIELD_CAT view using class . A runtime error occurred in the PT_FIELD_TAB_GET function module when object was generated.
System Response
Procedure
Check the definition of class :
- The class must implement the IF_PT_CUST_FIELD_TAB interface
- The GET_FIELD_TAB method must exist for the class
You can copy the sample CL_PT_CUST_FIELD_TAB_CHK class provided in the standard SAP System.
Procedure for System Administration
History
| Last changed on/by | 20000109 | SAP | |
| SAP Release Created in | 46C |