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: 

User Exit that triggers for Change operation

Former Member
0 Kudos

Hi All..

I want a user exit which triggers when I enter into an infotype(2001) from tcode PA30.

My actual requirement is to show the field REFNR in display mode.

By using the exit PBAS0001 exit0001 I can make the field REFNR in displaymode for create operation.

But in change operation of the infotype the exit is not getting triggered.

Regards,

Anji.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

chk these

Transaction Code - PA30 Maintain HR Master Data

Enhancement/ Business Add-in Description

Enhancement

PBASRP01 PA: User exit distributed reporting

PBAS0002 PA: Enhancements for Personnel Administration - Menu

PBAS0001 PA: Pers.Admin./Recruitment: Default values and checks

PARA0002 Enhancement for Calculating Annual Salary; IT0008,14,15

PARA0001 Enhancement for Determining the Number of Periods

HRRPAI01 User exit for FB HR_ENTRY_DATE and HR_LEAVING_DATE

HRPC0001 HR: PC download authorization

HRPBAS01 User Exit for HR Master Data

Business Add-in

HRPAD00_PREM Definition of User Exit for Collective Search Help PREM

HRPADUS_PBAS_0001 Customer Exit for Message handling

HRPAD_SUBTY_CHECK

HR_F4_GET_SUBTYPE HR: Entry help for subtypes

HR_FAST_ACTION_CHECK Check fields on the fast entry screen

HR_INDVAL HR: Indirect wage type valuation

HR_SET_PKGAB

HRPAD00_RECOG_SCREEN Employee - Recognition Screen

HRPAYXX_DELETE_PERNR BAdI for Reports Deleting Personnel Numbers

HRPAD00_PAPM Definition of User Exit for Collective Search Help PAPM

HRPAD00_GET_AF_0008 Additional Fields for Basic Pay Infotype (0008)

HRPAD00_ENTRY_LEAVE HR_ENTRY_DATE and HR_LEAVING_DATE

HRPAD00_ADRS HR: Address formatting

HRPAD00MGEACTIVATION Activation Action BAdI for Global Employees

HRPAD00INFTY Update / Infotype maintenance

HRPAD00AUTH_TIME Time Logic in the PA Authorization Check

HRPAD00AUTH_RECORD Spanish Data Privacy Law: Exit for Recording

HRPAD00AUTH_CHECK HR: Authorization Check

HRIV_REDUCE_AMOUNT Reduction within Indirect Valuation

3 REPLIES 3

Former Member
0 Kudos

chk these

Transaction Code - PA30 Maintain HR Master Data

Enhancement/ Business Add-in Description

Enhancement

PBASRP01 PA: User exit distributed reporting

PBAS0002 PA: Enhancements for Personnel Administration - Menu

PBAS0001 PA: Pers.Admin./Recruitment: Default values and checks

PARA0002 Enhancement for Calculating Annual Salary; IT0008,14,15

PARA0001 Enhancement for Determining the Number of Periods

HRRPAI01 User exit for FB HR_ENTRY_DATE and HR_LEAVING_DATE

HRPC0001 HR: PC download authorization

HRPBAS01 User Exit for HR Master Data

Business Add-in

HRPAD00_PREM Definition of User Exit for Collective Search Help PREM

HRPADUS_PBAS_0001 Customer Exit for Message handling

HRPAD_SUBTY_CHECK

HR_F4_GET_SUBTYPE HR: Entry help for subtypes

HR_FAST_ACTION_CHECK Check fields on the fast entry screen

HR_INDVAL HR: Indirect wage type valuation

HR_SET_PKGAB

HRPAD00_RECOG_SCREEN Employee - Recognition Screen

HRPAYXX_DELETE_PERNR BAdI for Reports Deleting Personnel Numbers

HRPAD00_PAPM Definition of User Exit for Collective Search Help PAPM

HRPAD00_GET_AF_0008 Additional Fields for Basic Pay Infotype (0008)

HRPAD00_ENTRY_LEAVE HR_ENTRY_DATE and HR_LEAVING_DATE

HRPAD00_ADRS HR: Address formatting

HRPAD00MGEACTIVATION Activation Action BAdI for Global Employees

HRPAD00INFTY Update / Infotype maintenance

HRPAD00AUTH_TIME Time Logic in the PA Authorization Check

HRPAD00AUTH_RECORD Spanish Data Privacy Law: Exit for Recording

HRPAD00AUTH_CHECK HR: Authorization Check

HRIV_REDUCE_AMOUNT Reduction within Indirect Valuation

0 Kudos

I know all these exits/badis are for pa30.

But I want an exit in particular for my requirement mentioned above.

That too in change/edit mode.

Former Member
0 Kudos

PBAS0001-exit0001 works for copy.

Use ipsyst-ioper for checking the infotype action.

Thank u all,

Veeranji Reddy P.