Application Development 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: 

How to update cost assignment pop up fields in PA30 transaction

Former Member
0 Kudos

Hi all,

For subtype 15 in PA30 transaction, at top in menu if we go to EDIT->MAINTAIN COST ASSIGNMENTS, a pop up comes to maintain cost assignments details .We have to populte fields in this pop up.

We have tried HR_MAINTAIN_MASTERDATA and HR_INFOTYPE_OPERATION.

But its not working.

Please provide inputs to this.

Regards,

Taranam

1 ACCEPTED SOLUTION

amit_khare
Active Contributor
0 Kudos

The cost assignments are stored in ASSHR / ASSOB and PDSNR tables..

Get PDSNR key from ASSHR table (Infotype 15) .. get details from ASSOB and PDSNR table.

For User-exit method refer this link -

Regards,

Amit

Reward all helpful replies.

3 REPLIES 3

amit_khare
Active Contributor
0 Kudos

The cost assignments are stored in ASSHR / ASSOB and PDSNR tables..

Get PDSNR key from ASSHR table (Infotype 15) .. get details from ASSOB and PDSNR table.

For User-exit method refer this link -

Regards,

Amit

Reward all helpful replies.

0 Kudos

Thanks for ur reply amit.

But the problem is we are working on Inbound interface.After getting data we have to update certain fields of PA0015 infotype and cost assignment fields.Currently we are using HR_INFOTYPE_OPERATION FM but this BADI wont get trigger that time.

Please let us know how can we proceed for this

0 Kudos

I am also working on a similar requirement. How did you implement this?