Dear All,
my system landscape is a CRM rel. 4.0 linked to a R/3 rel 4.6C.
In order to send business partner changes (organization data - sales office and discrict) from CRM to R/3
i'm using function CRMXIF_PARTNER_SAVE in my own custom abap.
After execution i see changes in transaction BP but no bdoc BUPA_MAIN is created.
I fill data in this way :
DATA - HEADER - OBJECT INSTANCE :
Partner number filled
Partner guid filled
HEADER - OBJECT TASK = 'U'
DATA - CRM_DATA - SALESAREA :
Sales org filled
Channel filled
Division filled
SALESAREA - ORGANIZATION :
Task = 'U'
SALESAREA - ORGANIZATION - DATA :
Sales_office filled
District filled
SALESAREA - ORGANIZATION - DATAX :
Sales_office = 'X'
District = 'X'
Can i have an help to solve my problem.
Thanks in advance
Maurizio Ortolani