cancel
Showing results for 
Search instead for 
Did you mean: 

Adding infotype number in infotype text

Former Member
0 Kudos

Friends,

I have a requirement with the client where they want us to prefix the infotype number to infotype text in PA30 screen.

Ex - Say we have 2 infotypes "Action" and "Organization assignment" in core employee info. tab in PA30 so client want us to make it like "0000 Action" and "0001 Organization Assignment".

We are in upgrade project and they allready have a list of infotypes, so it practically impossible to go to table T582S (infotype text) and make the change.

Can you suggest what is the other option like function module and all??

Regards,

Amit

Accepted Solutions (0)

Answers (7)

Answers (7)

ColeMacDonald
Discoverer
0 Kudos

This is super easy!

Go to table T77S0, find ADMIN ITEXT and set it to "X".

This will set PA20 and PA30 to show infotype number and infotype text together.

Former Member
0 Kudos

Hi Amit,

apart from T582S, no other choice unless you insert your own codings.

as what you can find in program MP50AO00, line 450, the contents are reading from

....

PERFORM RE582S USING MENUETAB-INF01 MENUETAB-ITB01.

..

Former Member
0 Kudos

Leo is right sikandar. I can not make the changes directly to the database table. It will solve my purpose for now but might give troupble to client when they further upgrade their system or apply any support pack.

Leo what the two ways you are talking about??

Former Member
0 Kudos

sorry Amit, the user parameter seems only can change the detailed screen only..

Former Member
0 Kudos

Can anyone help please.

sikindar_a
Active Contributor
0 Kudos

have u tried wht i have said earlier Amit

Former Member
0 Kudos

Hi Skindar,

changing T582S is the directly way to change record from database, but Amit they can not do it right now as the project is underlying...

as far as i know, there're only two ways to change it..

Regards

sikindar_a
Active Contributor
0 Kudos

sure wang might be i have not analysed it

amit you can check with wangs response

Former Member
0 Kudos

Thanks Leo,

I tried this, it helps in adding infotype number to the text on respective infoytype screen. I mean when you select a infotye from PA30 and display, change or create you will find that.

But my client wants to add infotype number on PA30 screen itself as below.

0000 Action

0001 Organization Assignment

0002 Personal data

Please suggest.

Amit

Former Member
0 Kudos

Hi Amit,

can you please try to add the parameter HR_DISP_INFTY_NUM as 'X' to the user from SU3.

Regards,

Chengxi

sikindar_a
Active Contributor
0 Kudos

in table

T582S maintain the text of the infotype as 0000 Actions and check