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: 

Infotype enhancement

Former Member
0 Kudos

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

5 REPLIES 5

Former Member
0 Kudos

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

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/60a7586d-edd9-2910-68a8-82043038...

Enhancing Infotypes

http://help.sap.com/saphelp_45b/helpdata/en/1e/728d281d5e11d289d30000e82158f1/content.htm

Former Member

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 !

0 Kudos

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

Former Member
0 Kudos

Hi,

Try using type XFELD for the Checkbox.

Reward if helpful.

Former Member
0 Kudos

Thanks for all ur replies. I got the problem solved. Once again, thanks..