2012 Sep 02 12:30 PM
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,
2012 Sep 02 12:47 PM
2012 Sep 02 8:57 PM
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.