01-24-2008 12:52 PM
Hi,
I need to enhance an infotype with 3 new fields of which one is a check box and the other are text fields.
I have created 3 new data elements and for the field where checkbox is needed, I have used datatype as char with length 1. I have modified the MPP screen 200.
On PA30, if i maintain the infotype, the 2 fields other than the checkbox are appearing properly. The checkbox field appears but it is disabled for input.
Pls suggest possible measures..
Thanx in advance,
Saipriya
01-24-2008 12:55 PM
go thru this......
Enhance infotype
http://www.sapdevelopment.co.uk/enhance/enhance_infotype.htm
to add an additional field to an infotype:
Transaction code PM01
Select Enhance Standard Infotype panel
Enter 4 digit Infotype number, with leading zero's if appropriate
Select CI Include and choose create
At Dictionary: Initial Screen enter your data fields/elements
Save and activate
Go back and return to Enhance Standard Infotypes screen
Choose the ALL button.
Check table T582C. If there are no entries related to your enhancement, create those entries and check.
If you had already included your field in the CI Structure do the following:
You can find a ZP00XXXX screen program related to that Infotype. Find out the Screen number. For this use T-code SE51. Give the Program name and search for the screen number, click Change Button.
Then, in the module pool program - Click the Layout button and include your field inside manually and provide the properties for that field.
Custom infotype
Enhancing Infotypes
http://help.sap.com/saphelp_45b/helpdata/en/1e/728d281d5e11d289d30000e82158f1/content.htm
01-24-2008 12:56 PM
Hi Saipriya
Believe you have maintained right screen groups for these new fields. I mean generally for all the infotype screen fields the GROUP1 would be 006.
Regards
Ranganath
PS : Reward points for all useful answers !
01-24-2008 2:17 PM
Hi Saipriya,
As ranagnath mentioned i guess the problem is with screen group fields.
Also check the following blog which tells about how to add a check box to an infotype
[https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/60a7586d-edd9-2910-68a8-8204303835a1]
Hope this helps,
Shrinivas
01-24-2008 1:51 PM
Hi,
Try using type XFELD for the Checkbox.
Reward if helpful.
01-25-2008 4:51 AM
Thanks for all ur replies. I got the problem solved. Once again, thanks..