cancel
Showing results for 
Search instead for 
Did you mean: 

CRMVC_DQ - BTQSrvReq operator BT for Posting_data

Former Member
0 Kudos
235

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

View Entire Topic
CarstenKasper
Active Contributor
0 Kudos

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

Former Member
0 Kudos

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

CarstenKasper
Active Contributor
0 Kudos

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

Former Member
0 Kudos

Thank you Carsten,

you solved my issue.

I have this famous book from SAP Press but i never got this far. I was already after the first chapters confused .

Manfred

p_soobhany
Participant
0 Kudos

Hello,

I am currently having the same problem with a client. Would you mind share the solution you used. I unfortunately do not understand German and the link to the book is not working.

Thanks in advance.