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

CO27 BDC - Function Code

Former Member
0 Likes
572

Hi All,

I am doing BDC recording for Txn. CO27.  I have keen the values of 'Profile' & 'Production Order' and executed.  Output get regenerated with 'Detail List of Components'.

I have to do picking for all the components.  I need to select all the values in the ALV Grid...and click on 'Picking' button for further processing.

Here the problem is, am not able to get the function code to select all the values in the ALV grid while recording in Txn. SHDB.

Let me know, if anyone has any idea's.

Thanks,

2 REPLIES 2
Read only

bharat_rathod2
Active Participant
0 Likes
481

Dear,

Please explain in detail I am ot getting your point.

Read only

Former Member
0 Likes
481

Hi Satishkumar,

Unfortunately, you cannot execute a BDC over front end contols such as  ALV's.

Since picking is equivalent to goods movement , you could use BAPI BAPI_GOODSMVT_CREATE. I see this as the only solution.

Thanks,

Venkat.