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: 

BDC for Transaction XK01

duma_msongelwa
Explorer
0 Kudos
364

Hi Guys

Why is the BDC recording on SM35 for transaction XK01 different from the actual transaction? For eg when capturing the transaction XK01 the second screen name is SAPMF02K screen '0111' but in the recording it records it as SAPMF02K' scree '0110'. The screens are totaly different. Is it something that can be fixed or BDC are set by SAP to be different from the actuall transactions.

Regards

Duma

1 ACCEPTED SOLUTION

Former Member
0 Kudos
159

May be you should give a try choosing the 'Use central Management' checkbox in the intial screen of XK01 while recording.

Vikranth

4 REPLIES 4

Former Member
0 Kudos
160

May be you should give a try choosing the 'Use central Management' checkbox in the intial screen of XK01 while recording.

Vikranth

0 Kudos
159

When I was doing the recording on SM35 I need to tick the default size and not a batch input session checkbox. I was clicking on a default size and cont after commit check box

duma_msongelwa
Explorer
0 Kudos
159

I figured this out myself.

Former Member
0 Kudos
159

I had the same problem and never saw the Central Address Management box until I put:

Perform BDC_FIELD  using 'USE_ZAV'

                                                      'X'

into the BDC_Session after screen 0100.  Then when I referenced 0111, it actually used 0111

Then I saw the Central Management screen when running the BDC in foreground and my screens went from using 0110 to 0111. Hope this helps somebody