Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

PA30 Error

former_member210804
Active Participant
0 Likes
885

Hi experts ,

I am getting short dump in PA 30 .

Error is happening while maintaining infotype 0008. We have  defaulted the wage type but while maintaining the 0008 infotype the system is going for dump. As per our observation Class CALL  METHOD EXIT_OBJ->DO_INDIRECT_VALUATION is passed with null value which is  causing issue ,

But it is working fine for dev 100 client( dev client ecc 4.7 )  not in 300 client( test client upgraded ecc 6.0 ).

Its a high priority issue. What might be the problem.

Best regards,

Rao

1 ACCEPTED SOLUTION
Read only

DavidLY
Product and Topic Expert
Product and Topic Expert
0 Likes
801

Hello,

Please check if the standard BAdI implementation HR_IV_INVAL is not active in your system.

One of the wagetypes '1120' is assigned to indirect valuation module 'INVAL' and hence while deriving the amount indirectly for this wagetype system is unable to find the active implementation in the system which is creating the dump.

The standard BAdI definition is HR_INDVAL and for this the filter value for India specific scenario INVAL is HR_IV_INVAL.

For resolution of this issue you need to activate the BAdI implementation HR_IV_INVAL in your system. Once activated recheck the scenario.

Regards,

David

3 REPLIES 3
Read only

gouravkumar64
Active Contributor
0 Likes
801

Hi,

Your problem similar like this.

Summary

Symptom

As of Release 4.6, you can create your own modules via BAdI HR_INDVAL (method DO_INDIRECT_VALUATION) in the indirect valuation. Method DO_INDIRECT_VALUATION contains parameter PNNNN which should contain the respective current infotype record. However, this parameter is always empty.

So you can check sap note

Note 689353 - Indirect valuation: Current infotype record.

Follow the correction instruction.

It may helps.

Regards

Gourav.

Read only

DavidLY
Product and Topic Expert
Product and Topic Expert
0 Likes
802

Hello,

Please check if the standard BAdI implementation HR_IV_INVAL is not active in your system.

One of the wagetypes '1120' is assigned to indirect valuation module 'INVAL' and hence while deriving the amount indirectly for this wagetype system is unable to find the active implementation in the system which is creating the dump.

The standard BAdI definition is HR_INDVAL and for this the filter value for India specific scenario INVAL is HR_IV_INVAL.

For resolution of this issue you need to activate the BAdI implementation HR_IV_INVAL in your system. Once activated recheck the scenario.

Regards,

David

Read only

Former Member
0 Likes
801

Dear Rao,

I am also facing same issue, after upgrade from ecc5 to ecc6, all standard implementations got deactivated. To activate, it is asking for access key. have you solved this? please let me know the solution.

Thanks,

Anu