‎2009 Mar 26 12:27 PM
Hi,
I want to capture the use of select-option in BDC. Is there a way to do so.
For example, capture BDC for T-Code -> ME07.
There, you have select-options for material no:
I have a list of material nos. in an internal table, and this list has to be uploaded through the select-options.
Is there a way to do so ?
Ofcourse, U can upload from clipboard onto the select-options window, but how to export the contents of internal table to clipboard ?
Any idea.
Please help.
Thanks.
Tom.
‎2009 Mar 26 1:10 PM
CL_GUI_FRONTEND_SERVICES=>CLIPBOARD_EXPORT (Exports data to clipboard)
CL_GUI_FRONTEND_SERVICES=>CLIPBOARD_IMPORT (Imports data from clipboard)
Check for example by using where used list