2008 Oct 16 9:43 AM
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
2008 Oct 16 11:24 AM
If you are very sure in this method "GET_HTEXT"
Then create a enhancement spot and write ur logic.
Regards,
Shiva
2008 Oct 16 11:41 AM
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.
2008 Oct 16 11:52 AM
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
2008 Oct 16 1:19 PM