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: 

PA30- Serach help "PREMPE: ALV output change depending upon MOLGA

former_member181966
Active Contributor
0 Kudos

Hi fellas,

I got a requirement, in T-code PA30 when you click F4 a search help opens (search help name “PREMPE”) . When you select on the basis of say company code or employee number, an ALV list generated. I want to change the heading of output list which got generated from search help depending upon MOLGA (country key). Is there any user Exit as I can see the below user exit for PA30. I thought and tried the user exit <u><b>PBAS0002 PA: Enhancements for Personnel Administration – Menu</b></u>. But no luck.

Did any one of you work this kinda problem? I saw this search help “PREMPE” in SE11 with search help exit “HRMC_PREM_EXIT_A” , but I’m not sure what I need do here or do I need to get OSS key and change this search help exit . But remember I just want it different ALV output for only few MOLGA.

Thanks a bunch.

FYI -User Exit for PA30.

Exit Name Description

HRPBAS01 User Exit for HR Master Data

HRPC0001 HR: PC download authorization

HRRPAI01 User exit for FB HR_ENTRY_DATE and HR_LEAVING_DATE

PARA0001 Enhancement for Determining the Number of Periods

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

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

<b>PBAS0002 PA: Enhancements for Personnel Administration - Menu</b>

PBASRP01 PA: User exit distributed reporting

PBAS0004 Spanish Data Privacy Law: User Exit for Recording

.

.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Here is a list of exits that PA30 use:

HRPC0001

HRRPAI01

PARA0001

PARA0002

PBAS0001

PBAS0002

PBASRP01

HRPBAS01

hope this helps.

Warren

3 REPLIES 3

Former Member
0 Kudos

Here is a list of exits that PA30 use:

HRPC0001

HRRPAI01

PARA0001

PARA0002

PBAS0001

PBAS0002

PBASRP01

HRPBAS01

hope this helps.

Warren

former_member181966
Active Contributor
0 Kudos

Hey guys,

I pull up search help "PREMPE" in t-code SE11 and copy search help exit "HRMC_PREM_EXIT_A" to "ZHRMC_PREM_EXIT_A" . Here’s the new problem , this search help exit calling a FM

call function 'HRMC_PREM_EXIT'

exporting

tclas = 'A'

tables

shlp_tab = shlp_tab

record_tab = record_tab

changing

<b>shlp = shlp</b>

callcontrol = callcontrol.

I can change the field labels through changing parameter "<b>shlp</b>" ,but this "<b>shlp</b>" is not working for me now ...

Thanks,

Saquib Khan

.

former_member181966
Active Contributor
0 Kudos

I resolved it by myself .

Thanks,

Khan