SAP R/3 форум ABAP консультантов
Russian ABAP Developer's Club

Home - FAQ - Search - Memberlist - Usergroups - Profile - Log in to check your private messages - Register - Log in - English
Blogs - Weblogs News

CRM FAQ



 
Post new topic   Reply to topic    Russian ABAP Developer's Club Forum Index -> CRM
View previous topic :: View next topic  
Author Message
admin
Администратор
Администратор



Joined: 01 Sep 2007
Posts: 1639

PostPosted: Thu Dec 25, 2014 10:35 am    Post subject: CRM FAQ Reply with quote

Adding new text types in SAP CRM

http://scn.sap.com/community/crm/webclient-ui-framework/blog/2012/06/04/crm-70-adding-custom-text-type-on-web-ui-view - CRM 7.0 :Adding Custom Text Type on Web UI View

The Business Layer is divided into two Sub layers: Business Object Layer (BOL) and Generic Interaction Layer (GENIL).
BOL Browser (Transaction GENIL_BOL_BROWSER).
BOL Model (Transaction GENIL_MODEL_BROWSER)

Text determination procedure
Available Text Types for a particular transaction is defined in SPRO under path
SPRO->IMG->CRM->Basic Functions->Text Management->Define Text Determination Procedure.
FM 'COM_TEXT_MAINTAIN' - standard texts for header or item

Q. How to delete Context Node
All you need to remove couple of entries in different methods:
1) XXX_IMPL->SET_MODELS
2) XXX_CTXT->CONNECT_NODES
3) XXX_CTXT->CREATE_CONTEXT_NODES
4) and the attribute of the node from XXX_CTXT
5) Delete your Context Node Class

Function Module CRM_ORDER_MAINTAIN - create or update CRM order

Q. Where global messages added
CL_CRM_GENIL_GLOBAL_MESS_CONT -> ADD_MESSAGE
CL_BSP_WD_MESSAGE_SERVICE-> COLLECT_MESSAGES

Reset personalization after config changes
Report: BSP_DLC_DELETE_PERSONALIZATION
You can also delete other "personalization" data using static method of CL_PERS_ADMIN=>DELETE_ALL_OBJECTS

Check configuration difference
Report: BSP_WD_RT_REP_COMPARE

Disable all enhancement for user
Set in the transaction SU3 parameter:
WCF_IGNORE_ENHANCEMT=A

BP duplicate check based email,phone
https://scn.sap.com/thread/3268373
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Russian ABAP Developer's Club Forum Index -> CRM All times are GMT + 4 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum


All product names are trademarks of their respective companies. SAPNET.RU websites are in no way affiliated with SAP AG.
SAP, SAP R/3, R/3 software, mySAP, ABAP, BAPI, xApps, SAP NetWeaver and any other are registered trademarks of SAP AG.
Every effort is made to ensure content integrity. Use information on this site at your own risk.