Skip to Content
0
Former Member
Dec 02, 2011 at 07:13 AM

Individual Account Creation in IC_AGENT business role.

30 Views

Hi,

After system got upgraded from 6.0 to EHP1, marketing attributes are not working as expected.

When i create an Individual Account type in ZIC_AGENT business role, it gets created successfully but its marketing attributes are not getting set when i check in the Account overview.

There is a BADI implementation of "BUPA_GENERAL_UPDATE", i debugged and found that in FM "CRM_MKTBP_READ_KSSK_AUSP", system is trying to get the attributes from table "ausp"

select * from ausp into table et_ausp

where partner_guid = lv_guid

and klart = 'BUP'.

I think, somewhere configurations are not done correctly. But i am aware where i check all these configurations for markting attributes corresponding to BP. If you know then please let me know.

Thanks

Raman.