cancel
Showing results for 
Search instead for 
Did you mean: 

Create a PA - Custom Infotype While Saving the PD Custom Infotype

Former Member
0 Kudos

I have created one PD Cutom Infotype and One PA Custom Onfotype.

When ever I change/Create the PD Infotype , I would like to create the PA Infotype (Dynamically). How to achive this. I am thinking of using call transaction at the save event of the PD Infotype. Is there any user exit for writing the code? What is the best way to acieve this ? Your help is highly appriciated

Accepted Solutions (0)

Answers (1)

Answers (1)

suresh_datti
Active Contributor
0 Kudos

You can use the IN_UPDATE method of the BAdI HRBAS00INFTY. Place the function call HR_INFOTYPE_OPERATION to create the PA Infotype record in a custom report & SUBMIT that Report from the IN_UPDATE Method.

~Suresh

Former Member
0 Kudos

Suresh , Thanks for the quick response . I am going try that .

Former Member
0 Kudos

Hi Suresh,

Can you please tell me how to make the Custom PA Infotype Read Only as

I am populating it dynamically While Creating the PD Infotype.

I don't want any user to change the infotype using PA30.

Thanks for your help

suresh_datti
Active Contributor
0 Kudos

You can set the Infotype in question as 'Dispaly Only' using the Authorization Object P_ORGIN.

~Suresh