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

Adding field in infotype 0009

Former Member
0 Likes
981

Hi,

I have a requirement where in i have to add a filed in the infotype 0009.

For this i have added the field in the structure ps0009 through append structure. But i have to get the filed in the sceen. Please let me know how to do this.

I have gone to PM01 transaction and for infotype 0009 went into module pool option button and clicked on create screen then its asking for the access key as this is the standard infotype. But i dont know how many screens are related to this infotype as the access key for all the screens is different. I took access for 2 screens but not sure how many screens are there.

Please advice how to proceed.

Thanks,

Raju

Hi,

I have a requirement where in i have to add a filed in the infotype 0009.

For this i have added the field in the structure ps0009 through append structure. But i have to get the filed in the sceen. Please let me know how to do this.

I have gone to PM01 transaction and for infotype 0009 went into module pool option button and clicked on create screen then its asking for the access key as this is the standard infotype. But i dont know how many screens are related to this infotype as the access key for all the screens is different. I took access for 2 screens but not sure how many screens are there.

Please advice how to proceed.

Thanks,

Raju

3 REPLIES 3
Read only

Former Member
0 Likes
740

Hi,

you can enhance a infotype through PM01. You have a tab called enhance infotype. Click on that and give th infotype number(0009) Click on the generated objects. First object will be CI include. Add your required fields to this include. and then generate the screen numbers. You will get the fieds in your infotype.

Regards,

Read only

Former Member
0 Likes
740

Hi raja,

1. The screen numbers starting with 2

are the ones which will show the data for entry purpose.

2. So while doing pa30, check the exact screen number,

which comes in your case (this is country dependent / customizing dependent)

3. Then accordingly u can enhance those screen.

regards,

amit m.

Read only

amit_khare
Active Contributor
0 Likes
740

Hi,

instead of appending structure, more suggestable is to use CI_INCLUDE for that infotype for adding fields to it.

This can be done from PM01. Select ‘Enhance Single Screen’ Tab

In CI include add your field.

Then click on create module pool it will craea Z- Module pool with name ZP000900

where you can change the screen accordingly and write any validations if require.

This module pool will be automatically connected to MP000900.

Regards,

Amit

Reward all helpful replies.