cancel
Showing results for 
Search instead for 
Did you mean: 

PA0974 - How to maintain data in this program

0 Kudos

Dear All,

I am having issue in IT0077 wherein "ethnic Origin" is maintained for the employees and now I need to update disability check for few, but getting a ABAP dump.

Attached is the dump message.

Runtime Errors MESSAGE_TYPE_X Date and Time 05.09.2017 11:33:49 ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |Short Text | | The current application triggered a termination with a short dump. | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |What happened? | | The current application program detected a situation which really | | should not occur. Therefore, a termination with a short dump was | | triggered on purpose by the key word MESSAGE (type X). | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |What can you do? | | Note down which actions and inputs caused the error. | | | | | | To process the problem further, contact you SAP system | | administrator. | | | | Using Transaction ST22 for ABAP Dump Analysis, you can look | | at and manage termination messages, and you can also | | keep them for a long time. | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |Error analysis | | Short text of error message: | | Error in UPDATE from table PA0974 argument 40002000698 99991231200 | | 6040100020170905JPILL | | | | Long text of error message: | | Diagnosis | | A system error has occurred. | | This error should not occur in productive operations. | | The system tried and failed to execute a UPDATE operation on the | | record | | with the key 40002000698 999912312006040100020170905JPILL in | | table PA0974. It is possible that the record does not exist. The | | following are a few of the possible causes for this: | | o The code in table PA0974 is not correctly specified in the data | | dictionary (SE11). Compare with another PAnnnn table. | | o An infotype may have an additional view infotype for which the | | record is not available. This situation can occur when system | | settings for infotype views (T582V) are changed. | | o Problems with database. | | o There may be other causes. | | System Response | | The system keeps running. The information that you have saved could | | now be inconsistent. | | Procedure | | Please contact your system administrator. | | Check the system settings for infotype views (T582V).. | | Check if they have been changed. | | Check the database. | | Inform SAP of the problem. | | | | Technical information about the message: | | Message class....... "RP" | | Number.............. 476 | | Variable 1.......... "UPDATE" | | Variable 2.......... "PA0974" | | Variable 3.......... "40002000698 999912312006040100020170905JPILL" | | Variable 4.......... " " | ----------------------------------------------------------------------------------------------------

Upon analysis, it is understood that when a record is maintained in IT0077 then an entry gets updated in table PA0974 as well.

But for few employees this table is not updated. As this table does not hvae a front end, how do I update data in this table.

Please let me know your inputs.

Regards

Simran Longia Sharma

Accepted Solutions (1)

Accepted Solutions (1)

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

Secondary infotypes are based on entry in the table V_T582V, and you can create the missing records of infotype 974 using Report RPU97400.

0 Kudos

Thank you, the solution worked.

Answers (0)