Do you have any question about this error?
Message type: E = Error
Message class: HRBAS00_PNPCE - Logical Database PNPCE
Message number: 003
Message text: Do not use the GET PERNR event
The report &v1& uses the GET PERNR event.
The GET PERNR event is not supported by the PNPCE logical database.
Instead, the PNPCE database supports the GET PERSON, GET GROUP and GET
PERAS events. The GET PERNR event corresponds to the GET PERAS event in
this case.
Use the GET PERAS event instead of the GET PERNR event.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Error message extract from SAP system. Copyright SAP SE.
HRBAS00_PNPCE003
- Do not use the GET PERNR event ?The SAP error message HRBAS00_PNPCE003 with the description "Do not use the GET PERNR event" typically occurs in the context of SAP HR (Human Resources) and is related to the use of the Personnel Number (PERNR) in the context of the PNP (Personnel Administration) infotypes.
Cause:
The error is triggered when the GET PERNR event is used in a way that is not recommended or is considered obsolete in the context of the PNPCE (Personnel Number Processing) framework. This event is often used in custom developments or enhancements where the developer attempts to retrieve the personnel number in a manner that is not aligned with the best practices or the intended use of the framework.
Solution:
To resolve this error, you should:
Avoid Using GET PERNR: Instead of using the GET PERNR event, you should utilize the appropriate methods or function modules provided by SAP for retrieving personnel numbers. This may involve using standard function modules or methods that are designed for this purpose.
Review Custom Code: If you have custom code that is triggering this error, review it to ensure that it adheres to SAP's best practices. Look for any instances of GET PERNR and replace them with the recommended alternatives.
Use the Correct Events: Familiarize yourself with the correct events and methods to use within the PNPCE framework. This may involve using events like GET_DATA or other relevant events that are designed for data retrieval in the context of personnel administration.
Consult Documentation: Refer to SAP documentation or notes related to the PNPCE framework and personnel administration to understand the correct usage patterns and to find any updates or recommendations from SAP.
Testing: After making changes, thoroughly test the functionality to ensure that the error is resolved and that the system behaves as expected.
Related Information:
By following these steps, you should be able to resolve the HRBAS00_PNPCE003 error and ensure that your SAP HR processes function correctly.
Get instant SAP help. Start your 7-day free trial now.
HRBAS00_PNPCE002
Report category &1 is obsolete
What causes this issue? The &v1& report category was originally created for the PNP logical database. The current program is based on the PNP...
HRBAS00_PNPCE001
Internal error: &1-->&2 (row &3)
What causes this issue? An unexpected situation has occurred.System Response The error occurred in &v1& (row &v3&) while processing ...
HRBAS00_PNPCE004
Personnel planning infotypes cannot be defined using 'AS PERSON TABLE'
What causes this issue? The infotype &v1& was defined using the INFOTYPE statement with the addition 'AS PERSON TABLE'. You can onl...
HRBAS00_PNPCE005
Infotype &1 was defined several times
What causes this issue? You are, in principle, permitted to define the same infotype several times using the INFOTYPE statememt and the NAME addition...
Click on this link to search all SAP messages.