Skip to Content
0
Sep 25, 2008 at 04:51 PM

How get selected data tobe displayed in next screen

35 Views

Hi,

i have in Plant Maintenance Notification creation.

i have created an addtional data screen called "y-y analysis" .

before there is Tab called "activities" in notification cretion

if i entered some activities like:

Activity 1

Activity 2

Activity 3

Activity 4 in this if i select activity 3 and click on next tab in that screen that selected activity

should displayed, but im getting the first entered activity(activity 1) is getting displayed in that

which ever activity ill select that should display on next screen

if ( cust_aktyp = 'V' or cust_aktyp = 'A' ) and text_i_4 is initial. "Notifn Change/Display

select single * from qmma into viqmma

where qmnum = viqmel-QMNUM and kzloesch = ''.

select single kurztext from qpct into text_i_4

where katalogart = 'A'

and codegruppe = viqmma-mngrp

and code = viqmma-mncod

and sprache = sy-langu.

if sy-subrc = 0.

else.

text_i_4 = viqmma-matxt.

endif.

this is the code where exactly my selection process is going i think

Help full answers will be rewarded,

Thanks,

Rajesh