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 Query

Former Member
0 Likes
536

Hi ,

I have added a custom field in one of the standard infotypes.(There have been additions in the std infotype earlier as well in our project ).

When i go to the main pa30 screen I can see the other added fields on screen but not the one I have added.

I know I am missing a step of adding the field on the screen . COuld some one please guide me how to make that field visible in screen .

2 REPLIES 2
Read only

Former Member
0 Likes
420

Hi

You must do the following process to add additional fields in an infotype.

Enter the transaction code PPCM

Enter a four digit infotype number (nnnn).

Flag CI Include.

Choose Create All.

This brings you to Structure maintenance.

Create the desired fields in CI_Pnnnn and activate the structure.

Maintain entries in table 582C (Include-screens for infotypes).

You have enhanced your chosen infotype by adding fields created in the structure CI_Pnnnn. The following objects have been created:

CI_Include CI_Pnnnn

Include for module pool MPnnnn00

Include screen ZPnnnn000200

Regards

Shounak

Read only

Former Member
0 Likes
420

Thanks for the help.

I have reached to this point now . but one thing is what in did not do

Maintain entries in table 582C (Include-screens for infotypes

What is this ?Could u please explain.

Now my problem is How to populate values in my screen fields ..

if i enter some login in PAI it gives error as input field not defined .

when do i define so that values are populated in it ?

does the addition in T582C solve the issue ?

how to go about it ?