Skip to Content
0
Jan 30, 2008 at 04:59 AM

need to delete the data from table

51 Views

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