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

how to find bdc programs?

Former Member
0 Likes
3,752

Hi all,

I am working on upgrading project. I want to list all BDC programs. Is there any way i can find all programs which are using BDC Uploads?

Many Thanks

Shiva

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,062

HI Shiva,

There is no Special Search in SAP, but you can make use of function module which we use in BDC.

In Se37 --> Do the where used list on BDC_OPEN_GROUP, BDC_INSERT

and also, do the search for <b>Call TRANSACTION</b>

or else, you can use the Structure BDCDATA, goto SE11 and give this Structure name and do the where used list, give only Z* and Y*, so you will get all BDC Programs

Regards

Sudheer

Hi all,

I am working on upgrading project. I want to list all BDC programs. Is there any way i can find all programs which are using BDC Uploads?

Many Thanks

Shiva

3 REPLIES 3
Read only

Former Member
0 Likes
2,062

Hi Shiva,

You can do Where Use list on CALL TRANSACTION and BDC_INSTER on Z* programs.

Hope this helps.

Manish

Read only

Former Member
0 Likes
2,062

go to se37 & specify as BDC_INSERT & use where-used-list & it will display all the programs where all this is used....also goto SE11 and specify BDCMSGCOLL and use where-used-list to list display all programs from which sort the Z* programs.

Read only

Former Member
0 Likes
2,063

HI Shiva,

There is no Special Search in SAP, but you can make use of function module which we use in BDC.

In Se37 --> Do the where used list on BDC_OPEN_GROUP, BDC_INSERT

and also, do the search for <b>Call TRANSACTION</b>

or else, you can use the Structure BDCDATA, goto SE11 and give this Structure name and do the where used list, give only Z* and Y*, so you will get all BDC Programs

Regards

Sudheer