Application Development and Automation 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: 
Read only

infotype creation issue

Former Member
0 Likes
850

hi,

I have created a new custom infotype with the correct procedure. when i tested it using PA30, the infotype specific fields are disabled. Y is that so?

- munna

1 ACCEPTED SOLUTION
Read only

former_member226519
Active Contributor
0 Likes
715

check if screen group 3 is assigned (SE51).

once it is assigned you can anable/disable fields in table T588M

Edited by: Volker Binder on Feb 16, 2010 11:32 AM

hi,

I have created a new custom infotype with the correct procedure. when i tested it using PA30, the infotype specific fields are disabled. Y is that so?

- munna

4 REPLIES 4
Read only

former_member226519
Active Contributor
0 Likes
716

check if screen group 3 is assigned (SE51).

once it is assigned you can anable/disable fields in table T588M

Edited by: Volker Binder on Feb 16, 2010 11:32 AM

Read only

0 Likes
715

hi volker,

If i create a field as text box, i am able to see the field enabled in PA30. but if i modify the same field as checkbox in screen 2000, it is disabled. i have given the domain for the field as char1 for checkbox using my data element.

Read only

0 Likes
715

You have to use input enabled in attributes of that field using layout of Screen painter.

Read only

0 Likes
715

I did check the input enabled in screen attributes but no wrong n that. somehow its not happening.

in the PS structure, when i created the field, i referred it to my own data element, which has domain CHAR1. i created all the infotype and technical attributes. all are activated. when i modify the screen 2000, the layout initially appears as text field. now, i tried to delete the text field and replace it with checkbox and referred it to dictionary. now, when i check in PA30, it is disabled.