Skip to Content
Author's profile photo Jerry Wang

How to deal with error message Form of address 0001 not designated for organization

I have tried to download a customer from ERP to CRM via request download. After request download is finished, I saw error message in tcode SMW01:

/wp-content/uploads/2016/09/clipboard1_1042548.png

The customer being download is created in tcode VD01 in ERP as below:

/wp-content/uploads/2016/09/clipboard2_1042549.png

So I set a breakpoint in CRM validation module CRM_BUPA_MAIN_VAL mentioned in the error message, and found the error message is raised in line 34.

/wp-content/uploads/2016/09/clipboard3_1042631.png

Although this customer is treated as organization ( category = 02 ) in CRM, however the PERSON flag is set as X, not the flag organizatn, so error message is raised.

/wp-content/uploads/2016/09/clipboard4_1042632.png

Solution

In ERP, go to tcode SM30 and mark 0003 – Company as Organization using view V_TSAD3:

/wp-content/uploads/2016/09/clipboard5_1042633.png

Then change the title of customer from Ms to Company.

/wp-content/uploads/2016/09/clipboard6_1042634.png

Now perform request download once again and this time download is successful:

/wp-content/uploads/2016/09/clipboard7_1042635.png

The downloaded business partner could be found in CRM tcode BP:

/wp-content/uploads/2016/09/clipboard8_1042636.png

Assigned Tags

      Be the first to leave a comment
      You must be Logged on to comment or reply to a post.