Application Development 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: 

List of all BDC programs

Former Member
0 Kudos

Hai Friends,

How can i get a list of all BDC programs from production server?.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Use the program RPR_ABAP_SOURCE_SCAN to search for the BDC_OPEN or CALL TRANSACTION.

2 REPLIES 2

Former Member
0 Kudos

Hi,

Use the program RPR_ABAP_SOURCE_SCAN to search for the BDC_OPEN or CALL TRANSACTION.

Former Member
0 Kudos

Hi

U need to implement a program in order to find out the BDC program.

This program should search some key words in order to understand if the report is a BDC program, these key words can be:

BDCDATA, BDC_OPEN_GROUP ......

Max