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

Finding existing BDC programs

Former Member
0 Likes
462

Hello,

I want to list out all existing BDC prgograms (Session or Calltransactions) in the development server. Is there anyway to identify this.

Please help me.

Thanks,srinivas

1 ACCEPTED SOLUTION
Read only

suresh_datti
Active Contributor
0 Likes
425

Hi Srinivas,

You can use the standard Report RPR_ABAP_SOURCE_SCAN and search for Programs with 'CALL TRANSACTION' & 'BDC_INSERT' strings.

regards,

Suresh Datti

2 REPLIES 2
Read only

suresh_datti
Active Contributor
0 Likes
426

Hi Srinivas,

You can use the standard Report RPR_ABAP_SOURCE_SCAN and search for Programs with 'CALL TRANSACTION' & 'BDC_INSERT' strings.

regards,

Suresh Datti

Read only

0 Likes
425

Thank you suresh. Working perfectly.

Regards,Srinivas