cancel
Showing results for 
Search instead for 
Did you mean: 

How Infotype screen works for different country - T588M control via PA20/30/40

Former Member
0 Kudos

Hi Team

I was working on screen fields of country based employee and found some of the fields hidden in the infotype screen for different country. for example below I have 2 different employee (different country) and they have certain fields hidden in the infotype 2(personnel data) _ highlighted are visible or hidden in 2 different employee belongs to different country.

As per my assumptions those are control via T588M - Please correct me if i am wrong here. But I am interested the include name where this logic is written to find the standard way to get those  fields which would be display or hidden while running PA20/PA30/PA40 transactions

Thanks

Aashish

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

If you check v_t588M, there is a feature assigned(in your example the feature should be P0002). There is also a column Variable key. So first check the return value of the feature through PE03 for each country, or perhaps org. assmt. Then check the entry in v_t588M for MP000200 where variable key=return value.

So for each new return value of the feature, you will have different entries in v_t588m for the same infotype. Each entry can contain its own screen modifications as required for that country/org. assigment.

0 Kudos

can you please tell, the values which are there in table t588m, from where this value comes?

I want to add standard field in infotype overview. Can you please tell how can I do it?

Answers (1)

Answers (1)

venkateshorusu
Active Contributor
0 Kudos

We use table V_T588M to differentiate the screens by using Variable key option.

You can search "screen modifications" you get lot of information in SCN.

Regards

Venkatesh