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

mk01 BDC

Former Member
0 Likes
843

urgent

any body out there - I would like to create vendors via MK01 (with a bdc).

I manage to create the vendors but the e-mail field does not populate. If I view the vendor via mk03 the field does not display. I checked tables adrc/adr6 and lfa1 - no email adress - but on lfa1 there is a unique adrnr.

If I go to MK02 and update the email manually it does display on MK03 and also on ADR6

can somebody please help me - please please please

1 ACCEPTED SOLUTION
Read only

Former Member
795

You have to set the "use central address management" checkbox on the first screen.

Rob

4 REPLIES 4
Read only

Former Member
796

You have to set the "use central address management" checkbox on the first screen.

Rob

Read only

0 Likes
795

Thank you very much - I can see the StandardComm.Mtd field on the normal sap stransaction e.g. MK01/02/03 but the minute I use SHDB to capture the BDC the field is not available for capturing. The screen capturing end at the following field - InternetAdd.

Do you perhaps have any coding as how to capture the field data.

Much appreciated.

Read only

0 Likes
795

Your first screen should look like:

     'X' 'SAPMF02K'     '0107',         "Create Vendor: Initial Screen
      ' ' 'RF02K-BUKRS'             'CCCC',
      ' ' 'RF02K-KTOKK'             'ACGP',
      ' ' 'USE_ZAV'                 'X'.                 " <====

Rob

Read only

0 Likes
795

Rob - thank you so much - it is working 100%.