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

enhance infotypes

Former Member
0 Likes
767

Tell me the process to enhance infotypes?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
676

the process to enhance infotypes are...

from SE11 u need to specify the required infotype and go in the change mode and u can enhance the infotypes.

Here the infotypes are of 2 types....those with PAxxxxx are Transparent tables while PSxxxxx are Structures.

the process to enhance infotypes are...

from SE11 u need to specify the required infotype and go in the change mode and u can enhance the infotypes.

Here the infotypes are of 2 types....those with PAxxxxx are Transparent tables while PSxxxxx are Structures.

4 REPLIES 4
Read only

Former Member
0 Likes
676

Hi vishal,

goto se11->specify the infotype that u want,

eg:pa0000 - actions,

pa0001,pa0002............

all starts with pa are transparent tables,starts with ps are structures

Read only

Former Member
0 Likes
677

the process to enhance infotypes are...

from SE11 u need to specify the required infotype and go in the change mode and u can enhance the infotypes.

Here the infotypes are of 2 types....those with PAxxxxx are Transparent tables while PSxxxxx are Structures.

Read only

Former Member
0 Likes
676

hi Vishal,

To enhance an infotype,

<u><b>1. PD infotype</b></u>

STEP1:Goto PPCI->click on EXTEND button, the third button on the application toolbar.

Give the infotype number, it will take you to a screen, where you can select the include, which takes to SE11; include the customer fields there and activate.

STEP2: go back to PPCI, now select the radiobutton for subscreen (screen number 200), it will take you to screen painter, where you put the field which you created in the include

STEP3: similary, enhance the module-pool, which will take you to ABAP Editor, where you put in the extra logic you need to put in.

<u><b>2. PA Infotype</b></u>

Goto PM01 and and select the tabs with spiral icon (enhance structure, enhance screen, etc..) and follow the processes as mentioned above.

Hope this helps,

Sajan Joseph

Read only

Former Member
0 Likes
676

I got answer ..thnxs