SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

CRM Web IC (5.0) implementation - Requirement to change the text in a view

Former Member
0 Kudos
240

Hi All,

I am working on CRM Web IC and have a requirement to change the text in the list display of

Account history on the web screen.

This is equivalent to FPL9 transaction's Chronological display of documents.

The BSP Application for the same is CRM_IC_FICA and the view is FicaAccChron

Navigation for the desired change:

CRM_IC_FICA(BSP Application) -> FicaAccChron(View) -> FICAACCCHRITEM(Context Node) -> HTEXT(Attribute)

I have a requirement to change the value being populated in the the HTEXT field, rest being same.

As per my understanding i have to change the code in the GET_HTEXT method of class CL_CRM_IC_F_FICAACCCHRON_CN00.

Please suggest me how do i implement this change including the process how to attach this BSP application to a profile/user.

Thanks and Regards,

Himansu Roy

4 REPLIES 4

Former Member
0 Kudos
196

If you are very sure in this method "GET_HTEXT"

Then create a enhancement spot and write ur logic.

Regards,

Shiva

0 Kudos
196

Hi Siva,

I know the spot where I have to make the changes but this is a standard BSP Application - so we need to create a copy and then do the required changes.

If you could help me out with the process for the same.

Regards,

Himansu Roy.

0 Kudos
196

No need to copy the BSP application.

Double click the method and Press CTRL+F4.

EDIT option in the menu bar Enhancements Operations and show implicit operations

You will get some coloured lines, Then keep your cursor there and create Enhancement spot then u can write your code over there.

for creating enhancement spot :- Edit option in the menu bar and create enhancement spot .

Regards,

Shiva Kumar

Former Member
0 Kudos
196

Thanks to Shiva for the option.

It worked!!!