call function 'ZCPD_POPUP_FOR_INPUT'
exporting
i_vbeln = vbap-vbeln
i_posnr = vbap-posnr
tables
t_curr = it_temp.
1)need to move from it_temp into it_currinp
it_currinp[] = it_temp[].
2) need to delete from temp where record exist in posnr and also
delete from it_currinp not exits in posnr .
Edited by: anil kumar on Jan 30, 2008 10:30 AM