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
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.