cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to find BDC program name ?

Prajwal_N1
Explorer
0 Kudos
451

Hello  all,

i want to know, how to find the program name of a BDC program which is created against the recorded transaction which was recorded in SHDB transaction code.

WhatsApp Image 2024-06-10 at 15.35.15_6986090a.jpg

Thank You,

Accepted Solutions (0)

Answers (1)

Answers (1)

Tomas_Buryanek
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello,

I do not think there is any link between SHDB recording and theorethical program generated from it.
It is not mandatory to generate a program from recording. Also someone could generate program and modify the steps afterwards so it will not match.

But anyway - each SHDB recording is calling Transaction code. If you display recording you can see which transaction is called. You can search "Where-used" for this Transaction code in SE93 and possibly find where it is called using BDC (batch input). And then compare the logic with steps in the recording.