Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BDC: leave to list-processing

Former Member
0 Likes
443

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.

2 REPLIES 2
Read only

Former Member
0 Likes
398

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

Read only

0 Likes
398

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.