HI after at selection on value request for p_vbeln
example.
i am giving input selection criterai
entering
material ' c2010110'
batch 'd0032'
plant '1109'.
after at selection on valuie request for p_vbeln
it shows enteires
material value space
batch value space'
plant value sapce
pls let me know wht is the wrong
the input selection entries will shows null values
AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_vbeln.
SELECT * FROM lips INTO CORRESPONDING FIELDS OF TABLE p_it_values
where werks = p_werks
AND matnr = p_matnr
AND charg = p_charg
and vbeln = p_vbeln.
thanks
suma