2007 Feb 23 11:33 AM
Dear all,
I have made a BDC program for transaction me22. The program works like;
if i select a po number in the selection screen, the details are shown as..
40000109 0010
40000109 0020
40000109 0030
40000109 0040 so on and so forth.
When i double click on any po number, recording gets started.
After recording, the screen should be like
40000109 0010
40000109 0030
40000109 0040 so on and so forth. { if i double click on item no 20}
My question is how to do it using leave to list-processing.
please help.points will be rewarded to the helpful.
2007 Feb 23 11:37 AM
Hi,
I am not clear that how can you display a list of POs in the Selection Screen.
If that is your custom screen, it is just a matter of the Deleting the PO Item in your Internal Table if the BDC for that Item is Successfull.
regards,
Mahesh
2007 Feb 23 11:46 AM
hey,
I m not displaying it in the selection screen. After entering the po no. in the selection screen ,i get the output. I click on a particular item no. (as in the query)
and recording starts.
i deleted it from the internal table through delete command but after clickin back,
again i get the same screen with all the records.