Hi Kalpana,
I checked the dump you attached.
"MESSAGE_TYPE_X" " "
"SAPLCRM_DOWNLOAD_MAP" or "LCRM_DOWNLOAD_MAPF37"
"FILL_BTM_PARTNER"
Here you can see the dump occurs in FILL_BTM_PARTNER.The reason for
the error is that the document contains a partner that does not exist in CRM.
In order to recognize such a mismatch of partners before creating the
document we can see system will add the dump. This will force the queue entry to
roll back into the queue. Then you can fix the partner problem and
restart the queue and the document will be created correctly.
In order to find out which partner is missing you must debug the queue
and set a breakpoint at routine FILL_BTM_PARTNER in main program
SAPLCRM_DOWNLOAD_MAP. Here set a breakpoint at the message (there is
only one message inside this routine). When you reach the message
check field <ls_bapisdpart>-customer. This is the partner number from
R/3. You can check and load it with transaction CRMM_BUPA_MAP in the
CRM system.
Please note that you can only debug the queue if the
user is a dialog user.In addition you cannot set the breakpoint from outside, you
must always do it while debugging the queue.
Also, please try to check if some of the partner functions
belonging to BP are not transfered to CRM as realtionship. If so, you may
also need to do a request download for CUSTOMER_REL for those BPs.
Best Regards,
Bruce