2008 Apr 07 7:38 AM
Hi Guy's,
creation of new infotype we are using Transation code:PM01, when we enter this TS it displays differnt tabs like : Create infotype,infotype version, Screen structure.. presnt require ment is to enhance the one tab to that TS.(Ex: create the one custom infotype like Employee Details, when ever we press the Eployeedetails tab it displays the related field list). Pease help me how to proceed this senario.
Thanks and Regrads,
Sai.
Edited by: sai shanhu on Apr 7, 2008 8:44 AM
2008 Apr 07 7:54 AM
Sai shanhu, Creating Infotypes for PA and PD using PM01. 1. Infotypes should be started between 9000 9999 2. Go to transaction code PM01.->select Create infotype 3. Give the Infotype number on the screen 9010 4. Click on the Button Generate Objects right to the Infotype input field. 5. It asks for the Creation of the PS9010 structure for infotype. Create, save and activate and come back remaining things will be created automatically. Remaining things means Module pool program, User interface, BADI. 6. Maintain infotype characteristics ex: Time constraints, Subtype, assigning single screen & list screen and save. 7. Select Screen radio button and give 2000 on input field and press edit button .It takes you to the SE51 screen painter. Here we have to write logic for the validations for the fields on the Infotype screen. Creating subtypes for the infotype 1. Create subtype field in the PS structure of the infotype table. 2. Go to PM01 and press on technical attributes button and select infotype for which subtype should be maintained and display in change mode and enter Subtype field, T591A (Subtype table), T591T (Subtype text table), T591A (Time constraint table) tables and save and exit. 3. Go to SM30 and enter V_T591A and press maintain. Enter subtype numbers and its text and save. I hope that it helps u . Regards, Venkat.O
2008 Apr 07 8:36 AM
Hi Venkat,
My reqirement is not creation of new infotype, to add one tab like (create infotype, single screen, list screen) when press custom tab related information wants to display.
Thanks and Regards,
Sai
2008 Apr 07 9:05 AM
Hi Sai shanhu, Check this link to create Tabs on screen [http://help.sap.com/saphelp_47x200/helpdata/en/d1/801bd2454211d189710000e8322d00/content.htm|http://help.sap.com/saphelp_47x200/helpdata/en/d1/801bd2454211d189710000e8322d00/content.htm] Regards, Venkat.O
2008 Apr 07 10:39 AM