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: 

custom Infotype

Former Member
0 Kudos

Hi Experts,

I am creating a custom Infotype with 2 subtypes. For each subtypes, I want to display different screens. Please help me out by providing some inputs to tackle this requirement.

Thanks,

NR.

3 REPLIES 3

Former Member
0 Kudos

Hi,

Create subscreen area in screen 2000 and create two subscreens. Call subscreen based on subtype in PBO module of screen 2000.

Former Member
0 Kudos

we can create the feature for Z infotype to call different screens on different subtypes.

Goto PE03 and create the feature (structure name pme04)

then go to spro -> personal management -> pers admin-> cust user interface -> change screen modi.

then go to ur module pool and put the module pool name and the name of the featureu2026

keep the standard screen as 2000 described in the Feature and for each subtype give its screen number in the Alternative screen in the variable key give the value given under the subtype in the Feature created for the infotypeu2026eg in this case for the subtype 0001 the variable key is u2018 u2018 and in case of subtype 0004 the value of variable key is 20

do the same for all the subtypes and proceed.

The second way of making the entries for the infotype is to execute the transaction SM31

And the open the table V_T588M it would ask as the module pool name for the Infotype created.fill the netries.

Former Member
0 Kudos

Hi,

The steps are below:

1) Go to Transaction PM01.

2) Enter the custom Infotype number which you want to create (Should be a 4 digit number, start with 9).

3) Select the 'Employee Infotype' radio button.

4) Select the 'PS Structure Infotype'.

5) Click on Createu2026 A separate table maintenance window appearsu2026

6) Create a PS structure with all the fields you want on the Infotype

7) Save and Activate the PS structure

😎 Go back to the initial screen of PM01.

9) Click on 'All' push button. It takes a few moments.

10) Click on 'Technical Characteristics'. Infotype list screen appears

11) Click on 'Change'(pencil) button

12) Select your Infotype and click on 'Detail' (magnifying glass) button

13) Give 'T591A' as subtype table

14) Give 'T591S' as subtype txt tab

15) Give your subtype field as subtype field

16) Save and come back to PM01 initial screen

17) Click on 'Infotype Characteristics' u2026 Infotype list screen appears

18) Click on 'Change' (pencil) button

19) Click on 'New Entries'

20) Enter your Infotype number and short text

21) Here we have to set different Infotype Characteristics as per the requirement. (Better open another session with some standard Infotype's infotype characteristics screen and use as the reference to fill yours)

22) Save your entries.

23) Now the Infotype is created and ready to use.

24) If you want to change the layout of the Infotype as per your requirementu2026

25) In the PM01 initial screenu2026Select 'Screen' radio button and give 2000 as the screen name, then click on edit.

26) In the next screen.. Select 'Layout Editor' and click 'Change'.

27) Screen default layout appearsu2026here you can design/modify the screen..change the attributes of the fields..etc.

28) Save and activate. (Don't forget to 'Activate at every level)

Regards

Anu