on 2013 Feb 26 7:45 AM
Hello,
in the viewcluster CRMVC_DQ i marked the Operator BT for the Attribute POSTING_DATE.
This works fine in our DEV-System.
But after the transport to Production i can see the marked Checkbox in the viewcluster but in WebUI the Operator BT is not there.
Is there any step after the transport which i have missed?
Thank you.
Best regards
Manfred
Hi Manfred,
did not have this specific issue, yet, but I suppose problem is the shared memory has not been re-initialized on the P system.
Try transaction SHMM and reset memory area CL_CRM_GENIL_SHARED_MODEL.
This shared memory object buffers the whole BOL/GenIL model and is not instantiated on any client not marked as productive system for obvious reasons.
In case you feel adventurous have a look in CL_CRM_GENIL_SHARED_MODEL->CONSTRUCTOR and examine what function module TR_SYS_PARAMS returns.
cheers Carsten
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Carsten,
thank you for your answer.
I checked SHMM but have not found the class you mentioned in our CRM70 EHP1 System.
But i have found this classes:
CL_CRM_GENIL_MODEL_SHM_AREA
CL_CRM_GENIL_MODEL_SHM_AREA2
Should i try to invalidate this shared memory buffers in our productive CRM?
Thanks and best regards.
Manfred
Yes you are correct. Currently do not have access to a productive system.
Should be CL_CRM_GENIL_MODEL_SHM_AREA. Not sure about the second one, description says "Control area for CL_CRM_GENIL_MODEL_SHM_AREA".
As you understand german check page 581 of the following PDF:http://www.sap-press.de/download/dateien/2323/sappress_sap_web_client.pdf
cheers Carsten
User | Count |
---|---|
32 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.