cancel
Showing results for 
Search instead for 
Did you mean: 

ICCMP_HDR_CNTNT. Change context area when Account is Confirmed

Former Member
0 Kudos

Hi,

When I confirm an account the context area at the top of the screen is filled with the Contact Name and Account Name in the interaction center in SAP CRM 7.0.

I want to configure Account Name in context area (componet ICCMP_HDR_CNTNT, view AccountInformationVS)

For examle: Name1 + Name2 + Name3 + City + Street + other.

How I can do this? Where I can program my own algorithm?

Denis.

Accepted Solutions (0)

Answers (4)

Answers (4)

dmitry_sharshatkin
Active Participant
0 Kudos
0 Kudos

Hi,

use method IF_CRM_IUICMD_BADI~FILL_CALLER_DISPLAY of BAdI CRM_IUICMD_BADI.

Ondrej

Former Member
0 Kudos

Solved.

I have used another idea.

former_member224326
Participant
0 Kudos

Hi Denis

Can you please post how you did it? I have same requirement to display badge No besides to the name.

I think I have to write code in UI Component ICCMP_HDR_CNTNT/AccountName to and I have to creating new component id for the Context Area's extra component blocks and i have to add the new component to the header context (ICCMP_HEADER).

Please guide me if I need to take care anything else. Or what is the approach you have followed to do this. Please help me.

Help is most appreciable

Thanks

chand

former_member224326
Participant
0 Kudos

Any hint on this?

former_member189678
Active Contributor
0 Kudos

Could you elaborate more as to what you want to achieve?

Rg,

Harshit

Former Member
0 Kudos

Hi, Harshit.

I want to fill field 'Account Name' in the context area by according to my algorithm.

Where I can program this?

Denis.

Former Member
0 Kudos

Ideas?