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 - Select Option

Former Member
0 Likes
507

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.

1 REPLY 1
Read only

former_member156446
Active Contributor
0 Likes
442

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