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 BDC name in a program

Former Member
0 Likes
2,077

Hi all,

How to find the BDC name in a program? I have a program and couldnt find which BDC it is using. Can anyone tell me the way to find it. Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,220

There is no BDC program for a Program ..

U hv to find the Program and screen number to run a bdc .

Go to Sytem-status .. U will get the Program name and screen no .

4 REPLIES 4
Read only

former_member188594
Active Participant
0 Likes
1,220

Hi,

Your question is not clear. Could you give more details. Is it the type of BDC you are looking for like Call Transaction or Session method etc., It is the same program name that we pass in Form BDC_DYNPRO ie BDCDATA-PROGRAM = PROG. If you are looking for something else be specific and clear, so that we can help you.

Best Regards,

Sekhar

Read only

Former Member
0 Likes
1,221

There is no BDC program for a Program ..

U hv to find the Program and screen number to run a bdc .

Go to Sytem-status .. U will get the Program name and screen no .

Read only

0 Likes
1,220

Hi,

I have a program which i dint create and I'm asked to edit it. There has been a BDC used in the program. I want to know the name of the recording(BDC) which that program uses, so that i can analyse the recording in SHDB.

Read only

0 Likes
1,220

Hi,

Once you plan for a BDC with a given transaction, first you will do the recording using SHDB and you can generate an ABAP program code using that recording and modify it accordingly or you can write your own code based on the screen numbers, technical field names, and okcodes for the data transfer to take place. So you cannot look in for a SHDB recording name in your program name as it is not required anywhere in the program. If you want you can search for the user who created the program and recording and the relevant transaction code from the SHDB list.

Reward points if useful.

Best Wishes,

Sekhar