2006 Dec 01 11:12 AM
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
2006 Dec 01 11:26 AM
may be try to delete the customer infortype and create a new one with all the fields...
2006 Dec 01 11:40 AM
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
========
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |