cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance infotype 0008 screen

jaideepsharma
Active Contributor
0 Kudos
305

Hi,

We have a requirement to display a custom infotype 9759 as a subscreen in same screen as infotype 0008 screen 2000.

In standard SAP we have similar functionality for infotype 0000(Actions).

In PA30 we can see infotype 0000 as well as we can also see infotype 0302 as additional actions subscreen(80) on Actions screen (2000). Can we have similar functionality for infotype 0008 ?

KR Jaideep,

View Entire Topic
Former Member
0 Kudos

Hi Jaideep,

Yes you can do it. If you check IT0008 Screen there is one sub screen called as SUBSCREEN_TC0008.

Thanks & Regards,

Sandip

jaideepsharma
Active Contributor
0 Kudos

Hi Sandip,

Can you please provide me with steps how to implement this ?

KR Jaideep

Emre_tr
Active Participant
0 Kudos

i think you cant view an infotype as subscreen to an infotype, but you can enhance the infotype 0008 and put your custom infotype fields to this screen.

transaction PM01 in create single tab you generate your enhanced screen, your new enhanced program name will be ZP000800

Edited by: Hatsan on Jun 28, 2010 5:07 PM

suresh_datti
Active Contributor
0 Kudos

With PM01, you will be extending an infotype ie adding new field s to the structure. Wheras the requiremnt here is to display fields from another infotype. I don't think it is possible using PM01. You will have to modify the screen & the screenflow logic.

~Suresh

Emre_tr
Active Participant
0 Kudos

i want to say without repairing you can extend the 0008 infotype and put this screen what you want, other infotypes infos etc.

jaideepsharma
Active Contributor
0 Kudos

Hi,

I need to show infotype 9759 details in same screen as infotype 8 alongwith infotype 8.

KR Jaideep,

Emre_tr
Active Participant
0 Kudos

you need to write some abap code for this,

in PM01 goto SingleScreen tab and Generate objects.

create customer include (CI_0008) and add a dummy field , after ZP000800 include will be created.

in ZP000800 include's screen you can put there what you want, but you need abap code to show infos.