cancel
Showing results for 
Search instead for 
Did you mean: 

Requirement wherein IT0105 Sub type has to display in PA30 Initial Screen

former_member1318835
Participant
0 Kudos

Hi Guru

We have a client requirement where we were asked to display one filed from IT0105 Field to PA 30 Initial screen. The moment client enters perner in PA30 screen that field should be display alone other details like name , EG, ESG and Cost center. I know we need to modify the screen bt can we display our desired IT value to initial screen of PA30.

thanks alot for give ur time to my query.

regard

subrat

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi surbhat

This can be achieve through config node

personnel Management -> Personnel Adminstration -> Customizing User interface -> Change Screen header.

Go through this node and you should be able to achieve your requirement.

Thanks

Rajdeep

former_member1318835
Participant
0 Kudos

Hi Rajdeep

Thanks for your quick reply....

Like i mentioned in my query i know where to make the changes. Actually there are two tables related to this chnges

1. T588J

2. V_T588I (TClass -> A for Employee , B for Applicant).

Bt unfortunately struggling what to do to display IT0105 sub type. I would appreciate you can be more specific and can give me brief idea in term of steps that i have to follow to display the IT0105 IT value.

rgrd

Subrat

Former Member
0 Kudos

Hi Subrat,

You may try adding the following line via the SPRO Personnel management - ,Personnel Administration - Customizing user interfaces - Change screen header .

For header modifier 60-IT : 0105, Field name : USRID, FLDTY : DAT.

Regards,

Dilek

Former Member
0 Kudos

Hi Subrat

Go to table T588J

insert values like

60 3 34 0105 0001 USRID DD1

60 3 40 0105 0001 USRID DAT

it should populate in the third line beside employee sub group.

For demo purpose i have deleted the standard cost center field KOSTL and display IT 105 UserID instead of KOSTL

my values in the table T588J are as below for screen header modifer 60 (This value 60 is defined in table V _T588I for screen header 00 )

60 1 01 0001 ENAME DD1

60 1 17 0001 ENAME DAT

60 1 75 0000 PERNR PIC

60 2 01 0001 PERSG DD2

60 2 17 0001 PERSG DAT

60 2 20 0001 PERSG DTX

60 2 34 0001 WERKS DD1

60 2 50 0001 WERKS DAT

60 2 55 0001 WERKS DTX

60 3 01 0001 PERSK DD2

60 3 17 0001 PERSK DAT

60 3 20 0001 PERSK DTX

60 3 34 0105 0001 USRID DD1

60 3 40 0105 0001 USRID DAT

Hope this helps you.

Thanks

Rajdeep

former_member1318835
Participant
0 Kudos

Hi Dilek and Rajdeep

Thanks for your rply , my problem got resolved now. Here I have one more question hw wuld i know what is the screen header for any IF type. for exmaple for dilek reply i ws trying to add two entry in 00 screen header and the value was refecting in IT 0001 rather thn initial screen. after dilek reply i added entry in 60 and issued got resolved.

Former Member
0 Kudos

Dear Subrat,

Go to SPRO Personnel management - ,Personnel Administration - Customizing user interfaces - Header modifier - Make an F1 on field Screen header.

Regards,

Dilek