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

Customer Infotype modifiction problem

Former Member
0 Likes
390

Hi all,

I have created a Customer Infotype using TCode PM01. It works fine.I am able to enter data using transaction PA30 and choosing my customer infotype and clicking create. Everything is fine till here.

Now I modified its structure and added some fields, and put those fields in the screen, and declared them in my module pool of the infotype as well. I activated the infotype. its fine.

Now when I try to make some entries in my customer infotype using PA30, the fields which were present before are ok - I am abl;e to enter data in them.But the fields I added later in my infotype are all GREYED and I am not able to put data in those fields. Please suggest what to do.

Thanks

Ribhu

Hi all,

I have created a Customer Infotype using TCode PM01. It works fine.I am able to enter data using transaction PA30 and choosing my customer infotype and clicking create. Everything is fine till here.

Now I modified its structure and added some fields, and put those fields in the screen, and declared them in my module pool of the infotype as well. I activated the infotype. its fine.

Now when I try to make some entries in my customer infotype using PA30, the fields which were present before are ok - I am abl;e to enter data in them.But the fields I added later in my infotype are all GREYED and I am not able to put data in those fields. Please suggest what to do.

Thanks

Ribhu

2 REPLIES 2
Read only

Former Member
0 Likes
366

may be try to delete the customer infortype and create a new one with all the fields...

Read only

Former Member
0 Likes
366

Hi Ribhu,

Please try the below suggestion.

If you had added 3 new fields,

<b> zzamount.

zzyear.

zzinterest.</b>

You will have to write similiar code in the PAI module

of the screen you modified.

----


  • process function code: ALL fields that appear on the

  • screen HAVE TO BE listed here (including output-only fields)

----


*-Customer specific fields in Infotype "9123"

<b> CHAIN.

FIELD p9123-zzamount.

FIELD p9123-zzyear.

FIELD p9123-zzinterest.

MODULE input_status ON CHAIN-REQUEST.

ENDCHAIN.</b>

Thanks,

AbyJacob

========