PCR Error

Hi we have been struggling with errors in Web Dynpro PCRs. When we correct one error we are getting another error after that.. rightnow we have the following error.
The initial exception that caused the request to fail, was:
   com.sap.engine.services.webservices.jaxrpc.wsdl2java.ClientProtocolException: An error occured while reading data from the destination sap.com/tcwdpdfobject/com.sap.tc.webdynpro.adsproxy.AdsProxy/SecConfigPort_Document. The error was: java.security.cert.CertificateException No such view:.
    at com.sap.security.core.client.ws.DeployableSecurityProtocol.transportSecurityHandleRequest(DeployableSecurityProtocol.java:536)
    at com.sap.security.core.client.ws.DeployableSecurityProtocol.handleRequest(DeployableSecurityProtocol.java:196)
    at com.sap.engine.services.webservices.jaxrpc.wsdl2java.ProtocolList.handleRequest(ProtocolList.java:69)
    at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.call(MimeHttpBinding.java:1269)
    at com.sap.tc.webdynpro.adsproxy.SecConfigBindingStub.rpData(SecConfigBindingStub.java:82)
    ... 30 more
See full exception chain for details.
com.sap.tc.webdynpro.pdfobject.core.PDFObjectRuntimeException: Service call exception; nested exception is:
     com.sap.engine.services.webservices.jaxrpc.wsdl2java.ClientProtocolException: An error occured while reading data from the destination sap.com/tcwdpdfobject/com.sap.tc.webdynpro.adsproxy.AdsProxy/SecConfigPort_Document. The error was: java.security.cert.CertificateException No such view:.
     at com.sap.tc.webdynpro.pdfobject.core.PDFObject.doSoapCall(PDFObject.java:282)
     at com.sap.tc.webdynpro.pdfobject.core.PDFObject.createPDF(PDFObject.java:224)
     at com.sap.tc.webdynpro.clientserver.adobe.AdobeFormHelper.createPDFDocumentForUIElement(AdobeFormHelper.java:483)
     at com.sap.tc.webdynpro.clientserver.uielib.adobe.impl.InteractiveForm.afterHandleActionEvent(InteractiveForm.java:185)
     at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.afterHandleActionEvent(ClientApplication.java:1154)
     at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.handleActionEvent(WebDynproMainTask.java:402)
     at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.execute(WebDynproMainTask.java:649)
     at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:59)
     at com.sap.tc.webdynpro.clientserver.cal.ClientManager.doProcessing(ClientManager.java:248)
     at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doWebDynproProcessing(DispatcherServlet.java:154)
     at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:116)
     at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:55)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
     at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
     at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
     at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java(Compiled Code))
     at java.security.AccessController.doPrivileged1(Native Method)
     at java.security.AccessController.doPrivileged(AccessController.java(Compiled Code))
     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java(Compiled Code))
     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java(Compiled Code))
Caused by: java.rmi.RemoteException: Service call exception; nested exception is:
     com.sap.engine.services.webservices.jaxrpc.wsdl2java.ClientProtocolException: An error occured while reading data from the destination sap.com/tcwdpdfobject/com.sap.tc.webdynpro.adsproxy.AdsProxy/SecConfigPort_Document. The error was: java.security.cert.CertificateException No such view:.
     at com.sap.tc.webdynpro.adsproxy.SecConfigBindingStub.rpData(SecConfigBindingStub.java:89)
     at com.sap.tc.webdynpro.adsproxy.SecConfigBindingStub.rpData(SecConfigBindingStub.java:99)
     at com.sap.tc.webdynpro.pdfobject.core.PDFObject.doSoapCall(PDFObject.java:279)
     ... 28 more
Caused by: com.sap.engine.services.webservices.jaxrpc.wsdl2java.ClientProtocolException: An error occured while reading data from the destination sap.com/tcwdpdfobject/com.sap.tc.webdynpro.adsproxy.AdsProxy/SecConfigPort_Document. The error was: java.security.cert.CertificateException No such view:.
     at com.sap.security.core.client.ws.DeployableSecurityProtocol.transportSecurityHandleRequest(DeployableSecurityProtocol.java:536)
     at com.sap.security.core.client.ws.DeployableSecurityProtocol.handleRequest(DeployableSecurityProtocol.java:196)
     at com.sap.engine.services.webservices.jaxrpc.wsdl2java.ProtocolList.handleRequest(ProtocolList.java:69)
     at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.call(MimeHttpBinding.java:1269)
     at com.sap.tc.webdynpro.adsproxy.SecConfigBindingStub.rpData(SecConfigBindingStub.java:82)
     ... 30 more
Please help me with this..
Thanks

hi thanks for  your reply.
i am working in indian payroll. where do i have to activate. so far i never knew that the pcr to be activated.
please help me
i will send the screen shot of pcr also
regards,
rashmi

Similar Messages

  • MSS PCR Error

    Our ESS/MSS Scenario is as follows
    Host 1 - WAS JAVA / Portal 6.0 / BP for ESS/MSS
    Host 2 - WAS JAVA / WebDynpro / XSS 5.0 / Adobe Document Services
    Host 3 - ECC5.0
    SSO + UME configured to use ECC5.0 as the User source as without which the Portal wouldn't work with the Webdynpro on another host. Portal is the Ticket issuer. Certain functionality of ESS Works. In short ESS User & MSS Users can log in using the user source in ECC5.0.
    In MSS, when I go to Personnel Change Request -> New Change Request. Select an Employee -> Next step. Then select a form (Seperation for example). I get the following Error
    Imp - I have configured ADS, but not the SSL part of the configuration.
    Is the SSL config required even though we are using only http and not https?
    Running the test program FP_PDF_TEST_00 doesn't show the version number? If it shows the version number, does it mean that the configuration of ADS is completely done?
    Is there anything else needs to be done for PCR to work....
    I have also created the FP_ICF_DATA HTTP Destination on the Host1 & Host2, but not sure how this will work in this scenario.
    500 Internal Server Error
    Web Dynpro Container/SAP J2EE Engine/6.40
    Failed to process request. Please contact your system administrator.
    [Hide]
    Error Summary
    While processing the current request, an exception occured which could not be handled by the application or the framework.
    If the information contained on this page doesn't help you to find and correct the cause of the problem, please contact your system administrator. To facilitate analysis of the problem, keep a copy of this error page. Hint: Most browsers allow to select all content, copy it and then paste it into an empty document (e.g. email or simple text file).
    Root Cause
    The initial exception that caused the request to fail, was:
    java.lang.Exception: Incorrect content-type found 'text/html'
    at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.ClientMimeMessage.initDeserializationMode(ClientMimeMessage.java:120)
    at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.handleResponseMessage(MimeHttpBinding.java:951)
    at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.call(MimeHttpBinding.java:1430)
    at com.sap.tc.webdynpro.adsproxy.ConfigBindingStub.rpData(ConfigBindingStub.java:82)
    at com.sap.tc.webdynpro.adsproxy.ConfigBindingStub.rpData(ConfigBindingStub.java:99)
    ... 29 more
    See full exception chain for details.
    Detailed Error Information
    Detailed Exception Chain
    com.sap.tc.webdynpro.pdfobject.core.PDFObjectRuntimeException: Service call exception; nested exception is:
    java.lang.Exception: Incorrect content-type found text/html
    at com.sap.tc.webdynpro.pdfobject.core.PDFObject.doSoapCall(PDFObject.java:282)
    at com.sap.tc.webdynpro.pdfobject.core.PDFObject.createPDF(PDFObject.java:224)
    at com.sap.tc.webdynpro.clientserver.adobe.AdobeFormHelper.createPDFDocumentForUIElement(AdobeFormHelper.java:483)
    at com.sap.tc.webdynpro.clientserver.uielib.adobe.impl.InteractiveForm.afterHandleActionEvent(InteractiveForm.java:185)
    at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.afterHandleActionEvent(ClientApplication.java:1174)
    at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.handleActionEvent(WebDynproMainTask.java:407)
    at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.execute(WebDynproMainTask.java:659)
    at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:59)
    at com.sap.tc.webdynpro.clientserver.cal.ClientManager.doProcessing(ClientManager.java:251)
    at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doWebDynproProcessing(DispatcherServlet.java:154)
    at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:116)
    at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:55)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java(Compiled Code))
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java(Compiled Code))
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java(Compiled Code))
    at java.security.AccessController.doPrivileged1(Native Method)
    at java.security.AccessController.doPrivileged(AccessController.java(Compiled Code))
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java(Compiled Code))
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java(Compiled Code))
    Caused by: java.rmi.RemoteException: Service call exception; nested exception is:
    java.lang.Exception: Incorrect content-type found 'text/html'
    at com.sap.tc.webdynpro.adsproxy.ConfigBindingStub.rpData(ConfigBindingStub.java:89)
    at com.sap.tc.webdynpro.adsproxy.ConfigBindingStub.rpData(ConfigBindingStub.java:99)
    at com.sap.tc.webdynpro.pdfobject.core.PDFObject.doSoapCall(PDFObject.java:279)
    ... 28 more
    Caused by: java.lang.Exception: Incorrect content-type found 'text/html'
    at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.ClientMimeMessage.initDeserializationMode(ClientMimeMessage.java:120)
    at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.handleResponseMessage(MimeHttpBinding.java:951)
    at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.call(MimeHttpBinding.java:1430)
    at com.sap.tc.webdynpro.adsproxy.ConfigBindingStub.rpData(ConfigBindingStub.java:82)
    ... 30 more
    PLEASE HELP

    Samar,
    we have the same issue.
    could you please help us on this,..
    hairsh

  • Error while adding .sca files in DI Track

    Hi,
    I have 4 different tracks in DI for:
    1. ESS
    2.  MSS
    3.  A
    4.  B
    The software component in A and B is same.
    Now i have to add CAF related SCA files in Track A.
    I add those as dependencies. After adding, i also synchronize the dependencies.
    When i click on save, it doesnt display popup for save. Instead, a popup is displayed regarding "Where-Used Check" stating" Following runtime systems already used elsewhere in CMS domain" and below this displays the list of the remaining 3 tracks. It has 2 buttons: continue and cancel. If i continue on cancel, it gives the error:
    Unexpected error; inform your system administrator: User not authorized. (Service call exception; nested exception is: com.sap.engine.services.webservices.jaxrpc.exceptions.InvalidResponseCodeException: Invalid Response Code: (401) Unauthorized. The requested URL was:"http://<hostname>:50100/CBSWebService/CBSHttpSOAP?style=rpc")
    I am not able to figure out the reason for this.
    Thanks & regards,
    Anupreet

    Hi,
    Please check out these links on the same issue -
    Re: HTTP/1.0 401 Unauthorized
    Re: MSS PCR Error
    http://help.sap.com/saphelp_nw04/Helpdata/EN/ab/08194116bfb167e10000000a155106/content.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d0d9a978-5f59-2a10-1cae-d4cf0c92a0f2
    Hope the above links would solve the issue.
    Regards
    Lekha

  • Golden gate -  Unable to open file (error 2, The system cannot find the file specified.)

    Hi Everyone.
    I have configured GoldenGate on Win2008 R2, but when I start replicat, this fall.
    Initially:
    GGSCI (WIN-NKC50KUIT0G) 19> start replicat rep1 
    Sending START request to MANAGER ...
    REPLICAT REP1 starting
    GGSCI (WIN-NKC50KUIT0G) 20> info all
    Program     Status      Group       Lag at Chkpt  Time Since Chkpt
    MANAGER     RUNNING
    REPLICAT    STOPPED     REP1        00:00:00      00:37:53 
    GGSCI (WIN-NKC50KUIT0G) 21> info replicat rep1
    REPLICAT   REP1      Initialized   2013-11-02 22:23   Status STOPPED
    Checkpoint Lag       00:00:00 (updated 00:40:28 ago)
    Log Read Checkpoint  File C:\app\Oracle\product\gg\dirdat\tr000000
                         2013-11-02 22:23:55.000000
    With VIEW GGSEVT:
    2013-11-02 23:15:31  INFO    OGG-01815  Oracle GoldenGate Delivery for Oracle, R 
    EP1.prm:  Virtual Memory Facilities for: COM 
        anon alloc: MapViewOfFile  anon free: UnmapViewOfFile 
        file alloc: MapViewOfFile  file free: UnmapViewOfFile 
        target directories: 
        C:\app\Oracle\product\gg\dirtmp. 
    2013-11-02 23:15:31  ERROR   OGG-00446  Oracle GoldenGate Delivery for Oracle, R 
    EP1.prm:  Extract file not found or no records beyond begin time.   why??? 
    2013-11-02 23:15:31  ERROR   OGG-01668  Oracle GoldenGate Delivery for Oracle, R 
    EP1.prm:  PROCESS ABENDING. 
    After I tried with:
    GGSCI (WIN-NKC50KUIT0G) 8>Alter rep1, EXTSEQNO 0
    but
    GGSCI (WIN-NKC50KUIT0G) 9> info all
    Program     Status      Group       Lag at Chkpt  Time Since Chkpt
    MANAGER     RUNNING
    REPLICAT    ABENDED     REP1        00:00:00      01:11:50
    why??? abended??
    In logs:
    2013-11-03 14:07:02  INFO    OGG-00996  Oracle GoldenGate Delivery for Oracle, REP1.prm:  REPLICAT REP1 started. 
    2013-11-03 14:07:02  ERROR   OGG-01091  Oracle GoldenGate Delivery for Oracle, REP1.prm:  Unable to open file ".\dirdat\tr000000" (error 2, The system cannot find the file specified.).  why???
    2013-11-03 14:07:02  ERROR   OGG-01668  Oracle GoldenGate Delivery for Oracle, REP1.prm:  PROCESS ABENDING.
    GGSCI (WIN-NKC50KUIT0G) 12> info rep1, detail
    REPLICAT   REP1      Last Started 2013-11-03 14:30   Status ABENDED
    Checkpoint Lag       00:00:00 (updated 01:19:03 ago)
    Log Read Checkpoint  File .\dirdat\tr000000
                         First Record
      Extract Source                          Begin             End
      .\dirdat\tr000000                       * Initialized *   First Record
      .\dirdat\tr000000                       * Initialized *   First Record
      .\dirdat\tr000000                       * Initialized *   First Record
      .\dirdat\tr000000                       * Initialized *   First Record
      .\dirdat\tr000000                       * Initialized *   First Record
      .\dirdat\tr000000                       * Initialized *   First Record
      .\dirdat\tr000000                       * Initialized *   First Record
      .\dirdat\tr000000                       * Initialized *   2013-11-03 12:54
    Current directory    C:\app\Oracle\product\gg
    Report file          C:\app\Oracle\product\gg\dirrpt\REP1.rpt
    Parameter file       C:\app\Oracle\product\gg\dirprm\REP1.prm
    Checkpoint file      C:\app\Oracle\product\gg\dirchk\REP1.cpr
    Checkpoint table     target.checkpoint
    Process file         C:\app\Oracle\product\gg\dirpcs\REP1.pcr
    Error log            C:\app\Oracle\product\gg\ggserr.log
    GGSCI (WIN-NKC50KUIT0G) 13> view param rep1
    REPLICAT rep1
    ASSUMETARGETDEFS
    USERID target, PASSWORD oracle
    discardfile .\discard\rep1_discard.txt, append, megabytes 10
    DDL
    map source.*, target target.*;
    I don´t understand it, How I could solve?? Please help me!
    Thank you.

    What steps did you use to add the Replicat?  Can you list those commands out.
    Also, does this file actually exist on the server where Replicat is running: C:\app\Oracle\product\gg\dirdat\tr000000

  • AssemblyFailed

    Hi Friend,
    I'm Trying to move my request but it is failed in the assembly.
    Software Component sap.com/SAP_MSS
    Version DEV_XSSTRACK_D.10
    Label NewProject
    System XSSTRACK-Assembly
    Step Check-assembly
    Log E:\usr\sap\JTrans\CMS\log\XSSTRACK_C @ DEV\XSSTRACK_C @ DEV200908041546530073Check-assembly.log
    Info:Starting Step Check-assembly at 2009-08-04 10:46:53.0104 -5:00
    Info:Checks for software component sap.com,SAP_MSS are performed now:
    Fatal:Contact CBS administrator: Nonempty list of broken DCs -stopping export now
    Error:list of broken DCs:
    Error:sap.com,mss/newproject
    Error:sap.com,mss/budget
    Error:sap.com,mss/ecm
    Error:sap.com,mss/equ
    Error:sap.com,mss/ewa
    Error:sap.com,mss/finutils
    Error:sap.com,mss/lpa
    Error:sap.com,mss/mas
    Error:sap.com,mss/mol
    Error:sap.com,mss/mov
    Error:sap.com,mss/pcr
    Error:sap.com,mss/per
    Error:sap.com,mss/pla
    Error:sap.com,mss/qtp
    Error:sap.com,mss/qtt
    Error:sap.com,mss/rec
    Error:sap.com,mss/rec/cand
    Error:sap.com,mss/rec/req
    Error:sap.com,mss/rpt
    Error:sap.com,mss/tmv
    Info:Step Check-assembly ended with result 'fatal error' ,stopping execution at 2009-08-04 10:46:53.0291 -5:00
    What do to next?
    Regards
    Ali

    I got the same but we have incresed the size of the track then its looking good,
    but we faced like the same issue after some time, we shiffted all the nwdi ENVIRONMENT to UNIX server from windows its looking good now,
    try this one, or increse heap size of the server.
    Cheers,
    Appa

  • Error in creation of PCR

    Dear Experts,
    For country grouping 24 we have GOSI(Insurance). wagetype /370 for GOSI applicable earnings /320 - EE contribution /321- EMP contribution .
    Percentage of /321 is 10 of /370 and /321 is 12 of /370. As per the standard it is calculating  correctly.
    Scenario:
    If employee age is => 60 age as per Hijri calendar, calculation should be /9% & 11% of /370 respectively.
    PCR for your reference
    when inserted PCR in schema and tried to run payroll it is throwing error STOP No rule in Key.
    Kindly suggest how to create and  overwrite the existing /321 & /320 with age 60 calculation.
    Thanks
    Vinodh

    By what Function are you calling these PCRs in your Payroll Schema, and with what values for Par1 and Par2 ?
    In ZA29, operation CMPER is useless if the only return value is *.
    In ZA30, the syntax of Operation AMT*ZGO10 seems incorrect.  By what are you trying to multiply the Amount of WT /370 ?
    In ZA30, the syntax of Operation ADDWT/321 seems incorrect.  If you want to add the Rate, Number and modified Amount of WT /370 into WT /321 in the Output Table, there should be a space between ADDWT and /321.
    If the Output is elsewhere, use the appropriate character.

  • Error message with PCR.

    The logic of PCR is as follows :
    Compute 15% of /117.And assign this to WT 1223.
    Compute 27% of /117
    Subtract Wt /3F4,MF10,9805,9809 and 9810 from 27% of /117.Assign this to WT 1224.
    I have written a PCR which is giving an output error message :
    ****Variable ZVAR does not exist in table VAR                                             *   ZX      
    I have written a PCR with following code
        " /117 Superannuation Basis                       
            TABLEP0185 Read table fields                  
          " VARGBICTYP Tab.field VVVVV v.ky               
            " ZX                                          
                ZERO= RNA  AmtNumRteTime = 0              
                AMT=  /117 Set                            
                AMT*0.15   Multiplication                 
                ZERO=&ZVAR VVVV Set zero                  
                ADDWT&ZVAR VAR  Variable table            
                ADDWT 1223 OT   Output table              
                ZERO= RNA  AmtNumRteTime = 0              
                AMT=  /117 Set                            
                AMT*0.27   Multiplication                 
                ZERO=&ZVA1 VVVV Set zero                  
                ADDWT&ZVA1 VAR  Variable table            
                PRINT&ZVA1 Print variable VVVV            
                ZERO= RNA  AmtNumRteTime = 0              
                AMT=  /3F4 Set                            
                AMT+  MF10 Addition                       
                AMT+  9805 Addition                       
                AMT+  9809 Addition                       
                AMT+  9810 Addition                       
                ZERO=&ZVAR VVVV Set zero                  
                ADDWT&ZVAR VAR  Variable table            
                PRINT&ZVAR Print variable VVVV            
                ZERO= RNA  AmtNumRteTime = 0              
                AMT=&ZVA1  Set                            
                AMT-&ZVAR  Subtraction                    
                ADDWT 1224 OT   Output table              
    I am attaching the output from payroll log which is as follows :
    Rule   ESGPCR VaKey    Operation                                                                               
    ZSAN      *            TABLEP0185                                                                            
    ZSAN      *            VARGBICTYP                                                                            
    ZSAN      *   ZX       ZERO= RNA                                                                               
    ZSAN      *   ZX       AMT=  /117                                                                            
    ZSAN      *   ZX       AMT*0.15                                                                               
    ZSAN      *   ZX       ZERO=&ZVAR                                                                            
    ZSAN      *   ZX       ADDWT&ZVAR                                                                            
    ZSAN      *   ZX       NEXTR A                                                                               
    ZSAN      *   ZX       ADDWT 1223                                                                            
    ZSAN      *   ZX       ZERO= RNA                                                                               
    ZSAN      *   ZX       AMT=  /117                                                                            
    ZSAN      *   ZX       AMT*0.27                                                                               
    ZSAN      *   ZX       ZERO=&ZVA1                                                                            
    ZSAN      *   ZX       NEXTR B                                                                               
    ZSAN      *   ZX       ADDWT&ZVA1                                                                            
    ZSAN      *   ZX       PRINT&ZVA1                                                                               
    WType    Rate                         Number                 Amount                                                                               
    ZVA1                     0.00                         0.00               5,751.00                                                                               
    ZSAN      *   ZX       ZERO= RNA                                                                               
    ZSAN      *   ZX       AMT=  /3F4                                                                            
    ZSAN      *   ZX       AMT+  MF10                                                                            
    ZSAN      *   ZX       NEXTR C                                                                               
    ZSAN      *   ZX       AMT+  9805                                                                            
    ZSAN      *   ZX       AMT+  9809                                                                            
    ZSAN      *   ZX       AMT+  9810                                                                            
    ZSAN      *   ZX       ZERO=&ZVAR                                                                            
    ZSAN      *   ZX       ADDWT&ZVAR                                                                            
    ZSAN      *   ZX       NEXTR D                                                                               
    ZSAN      *   ZX       PRINT&ZVAR                                                                            
    ****Variable ZVAR does not exist in table VAR                                             *   ZX       PRINT&ZVAR****
    ZSAN      *   ZX       ZERO= RNA

    Hi
    Other variables are correct, please check, like ZVA1 etc.
    ZERO=&ZVAR VVVV Set zero
    ADDWT&ZVAR VAR Variable table
    In the first lines, you did not maintain print statement. Please check.
    Regards
    Team Member.

  • Error message in portal when manager tries to submit a PCR

    Hi
    I have an unusual / rare case that no-one seems to have come across before in the technical team, where a manager with MSS access is trying to submit a personnel change request to modify an employee's position (just a change in part time hours for the WSR) in the portal. When the manager goes through the action all is fine. At the end when they click on the submit button, they receive the following message which prevents them from sending the PCR:
    There is an error message submitting your request. The error text is:
    Enter a valid date (for example,)
    Has anyone come across such an issue before possibly ? In our test environment we do not encounter the same issue as in production for this manager and so it's a little odd as we are not able to replicate the problem.
    Any assistance would be much appreciated.
    Nicola

    Hello,
    I assume you've checked all the dates entered to see if they are valid, but what dates have been entered (if any)?
    What happens if he tries again, same result?
    Have you tried turning on the debugger to see where it's coming from?
    Also, check the date settings for that user (eg DD.MM.YYYY) to see if they're unexpected.
    OSS Note 1095770 explains that the error message (888 from the message class FK)
    was changed from:
    Enter a valid date (for example, 01.01.1996)
    to:
    Enter a valid date (for example, &)
    and in the code change I see that the variable gets set this way:
    l_date_format(15)   TYPE c.
    WRITE sy-datum TO l_date_format.
    So it would seem that user is having a problem writing sy-datum. Again, check his user settings.
    regards
    Rick Bakker
    Hanabi Technology

  • 500 internal server Error ,when i clicking the REVIEW/SAVE button in pcr

    Hi
    Iam facing the problem with pcr forms in portal .Forms are displaying in portal. when i click the button Review and save  .It is showing 500 internal server error.But sometimes it is working fine upto completed step.There is irregularity in display.
    Iam not understanding why this is happening like this.So let me know the solution for it.To display properly.
    Here iam sending tracefile to.
    Webresource could not be exchanged!
    EXCEPTION
    com.sap.tc.webdynpro.services.sal.util.cache.ResourceNotFoundException: Stream is not valid
    at com.sap.tc.webdynpro.services.sal.util.cache.ResourcePool$CopyByFirstReadResourcePoolElement.setInputStream(ResourcePool.java:475)
    at com.sap.tc.webdynpro.serverimpl.defaultimpl.datatransport.MassDataSource.setInputStream(MassDataSource.java:106)
    at com.sap.tc.webdynpro.services.sal.datatransport.core.InternalMassDataTransport.replaceInputMassDatasourceByKey(InternalMassDataTransport.java:96)
    at com.sap.tc.webdynpro.clientserver.cal.WebDynproExchangeHandler.replaceCachedResource(WebDynproExchangeHandler.java:217)
    at com.sap.tc.webdynpro.clientserver.cal.WebDynproExchangeHandler.doExchange(WebDynproExchangeHandler.java:181)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doExchangeProcessing(ClientSession.java:1166)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:763)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:712)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:261)
    at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
    at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
    at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:174)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(AccessController.java:207)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: com.sap.engine.services.httpserver.exceptions.HttpIOException: Read timeout. The client has disconnected or a synchronization error has occurred. Read 4380 bytes. Expected 14205.
    at com.sap.engine.services.httpserver.server.io.HttpInputStream.read(HttpInputStream.java:186)
    at java.io.InputStream.read(InputStream.java:109)
    at com.sap.tc.webdynpro.basesrvc.util.IOUtil.writeEncrypted(IOUtil.java:154)
    at com.sap.tc.webdynpro.services.sal.util.cache.ResourcePool$AbstractResourceElement.copyUnique(ResourcePool.java:245)
    at com.sap.tc.webdynpro.services.sal.util.cache.ResourcePool$CopyByFirstReadResourcePoolElement.save(ResourcePool.java:537)
    at com.sap.tc.webdynpro.services.sal.util.cache.ResourcePool$CopyByFirstReadResourcePoolElement.setInputStream(ResourcePool.java:471)
    at com.sap.tc.webdynpro.serverimpl.defaultimpl.datatransport.MassDataSource.setInputStream(MassDataSource.java:106)
    at com.sap.tc.webdynpro.services.sal.datatransport.core.InternalMassDataTransport.replaceInputMassDatasourceByKey(InternalMassDataTransport.java:96)
    at com.sap.tc.webdynpro.clientserver.cal.WebDynproExchangeHandler.replaceCachedResource(WebDynproExchangeHandler.java:217)
    at com.sap.tc.webdynpro.clientserver.cal.WebDynproExchangeHandler.doExchange(WebDynproExchangeHandler.java:181)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doExchangeProcessing(ClientSession.java:1166)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:763)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:712)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:261)
    at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
    at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
    at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:174)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(AccessController.java:207)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    with regards,
    Eswar.

    Hi
    Any update information for this issue.
    with rgds,
    Eswar.

  • Error in opening the adobe form to create a PCR

    Hi,
    I m getting an error while i open the adobe form to create a PCR as follows.
    Script failed. accessor '$record.ENAME.DATA.FIELD' is unknown.
    Please help.
    <b>Points are sure.</b>

    Hi,
    I m getting an error while i open the adobe form to create a PCR as follows.
    Script failed. accessor '$record.ENAME.DATA.FIELD' is unknown.
    Please help.
    <b>Points are sure.</b>

  • PDF Error while creating New PCR

    Hi All,
    i am getting belolw error while creating new PCR, it suppose to open PDF but with out opening it is giveing following error.
    The initial exception that caused the request to fail, was:
       com.sap.engine.services.webservices.jaxrpc.exceptions.InvalidResponseCodeException: Invalid Response Code: (401) Unauthorized. The requested URL was:"http://localhost:50000/AdobeDocumentServices/Config?style=document"
    com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentRuntimeException: Failed to  UPDATEDATAINPDF
    Request you guide me to resolve this problem
    Thanks,
    Srinivasu.Y

    Hello Srinivasu,
    It seems your Adobe configuration is not correct. Please use SAP note 944221 for troubleshooting.
    Also go through online help documentation-
    http://help.sap.com/erp2005_ehp_04/helpdata/en/2f/d7844205625551e10000000a1550b0/frameset.htm
    Configuration: Business Package for Manager Self-Service->Configuring Adobe Document Services
    Regards
    Pooja

  • ADOBE Error in PCR

    We have configure ADS for usage...
    Securtiy Model : Basic
    We have ERP 2005 - On One Server - ABAP stack only.
    Portal - EP with Netweaver 2004s - Java Stack on another  server with XSS,ESS and MSS Business Packages.
    We want to use Interactive Forms for MSS - i.e PCR
    The test as mentioned in ADOBE Config Guide and Netweaver 2004s install guide i.e. For ABAP - FP_PDF_TEST_00
    i.e for Java - http://<server>:port/AdobeDocumentServices/Config/ - test
    worked ok.
    Now when we try to call forms in Portal - MSS - PCRs or in ABAP - SFP we get errors...
    Error in Java
    The initial exception that caused the request to fail, was:
       com.sap.tc.webdynpro.services.exceptions.PDFDocumentCreationException: ../../sap.com/msspcr/PcrApplication/wd_key12_1163646819611/Error+PDF.pdf?sap-wd-download=1&sap-wd-dl_behaviour=1&sap-wd-cltwndid=DefaultExternal1163646667546&sap-ext-sid=w0EkChrXb%2BK97%2B%2Bb8bTJ0A%3D%3DLkG%2Bmy8Q4jfYCmPFPEEJCA%3D%3D%2Fpcd%3Aportal_content%2Fcom.sap.pct%2Fline_manager%2Fcom.sap.pct.erp.mss.bp_folder%2Fcom.sap.pct.erp.mss.roles%2Fcom.sap.pct.erp.mss.manager_self_service%2Fcom.sap.pct.erp.mss.manager%2Foverview%2Fcom.sap.pct.erp.mss.team%2Fpersonal_change_requests%2Fcom.sap.pct.erp.mss.pcrapplication_page%2Fsap.com%2Fmss%7Epcr%2FPcrApplication%2Fbase&sap-wd-norefresh=X&sap-ep-version=7.00.200608201842
        at at com.sap.tc.webdynpro.clientserver.uielib.adobe.impl.InteractiveForm.afterHandleActionEvent(InteractiveForm.java:383)
        at at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.afterApplicationModification(ClientApplication.java:1132)
        at at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.afterApplicationModification(ClientComponent.java:887)
        at at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doRespond(WindowPhaseModel.java:573)
        at at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:152)
        ... 41 more
    Error in ABAP - Error in Start Form : Message no. PTRA_WEB_INTERFACE162
    Not sure whats wrong...we tried to Execute a Trace in Java....but it didnt come with any entries....so its not even reaching to that level.
    And SFP Trace gives following error....
    Adobe Document Services Wed Nov 15 20:26:17 PST 2006 Trace Results:
                String: rp.script.uri = sap/SAPPDFDocument.rps
                String: Trace = 4
                String: Username = SKANDISE
                Stream: PDFDocument
                Stream: XFD
             IIOP service is running
             Created a new reference to the DataManager
             Locating stream: PDFDocument and loading into a DOM
             Processing PDFDocument instructions
             Discovering requested operations
             Checking request semantics
       Request initialization (including DOM construction and validation) processing elapsed time = 11 ms.
             Parse Identity
                Application: SAFP
                 Form: FITP_REQUEST_FORM
                 SID: DHR
                 Client: 500
                 IsProductive: false
                 Username: SKANDISE
       Begin operation: Render, elapsed time = 12 ms.
                   Parse template node
                      Template:
                        Source = URL
                        Name = dest:FP_ICF_DATA_DHR//sap/bc/fp/form/layout/FITP_REQUEST_FORM.XDP?fp-language=EN
                   Parse data node
                      Form Data (xml):
                        Source = Stream
                        Name = XFD
                   Parsing output node
                      Setting PDFDynamic to default 0 for this PDF.
                      Stream = PDFOut
                      Form Data (xml):
                       Document type = pdf
                       Relevant = null
                       isPDF = true
                       pdfDynamic = forbidden
                No custom config file found.
                   Using standard config file: AdobeDocumentServices/lib/xfa.xci
                   Config setup completed.
                      Lookup destination: FP_ICF_DATA_DHR
                      Lookup SAP Destination Service
    Problem trying read data from Destination: dest:FP_ICF_DATA_DHR//sap/bc/fp/form/layout/FITP_REQUEST_FORM.XDP?fp-language=EN
    com.adobe.ads.destination.DestinationException: Destination exception during destination lookup: FP_ICF_DATA_DHR
       Exception Stack Trace:
       com.adobe.ads.destination.DestinationException: Destination exception during destination lookup: FP_ICF_DATA_DHR
            at com.adobe.ads.destination.Destination.getDestination(Unknown Source)
            at com.adobe.ads.destination.Destination.readUrlStream(Unknown Source)
            at com.adobe.ads.destination.Destination.readTemplate(Unknown Source)
            at com.adobe.ads.data.DestURLData.setData(Unknown Source)
            at com.adobe.ads.data.DestURLData.<init>(Unknown Source)
            at com.adobe.ads.data.PDFData.createFromURL(Unknown Source)
            at com.adobe.ads.data.PDFData.create(Unknown Source)
            at com.adobe.ads.request.Template.setPDFData(Unknown Source)
            at com.adobe.ads.request.Template.initialize(Unknown Source)
            at com.adobe.ads.request.Renderer.initializeTemplates(Unknown Source)
            at com.adobe.ads.request.Renderer.execute(Unknown Source)
            at com.adobe.BaseADSRequest.doWork(Unknown Source)
            at com.adobe.AdobeDocumentServicesWorker.processRender(Unknown Source)
            at com.adobe.AdobeDocumentServicesWorker.execute(Unknown Source)
            at com.adobe.AdobeDocumentServicesEJB.processRequest(Unknown Source)
            at com.adobe.AdobeDocumentServicesEJB.rpData(Unknown Source)
            at com.adobe.AdobeDocumentServicesLocalLocalObjectImpl0.rpData(AdobeDocumentServicesLocalLocalObjectImpl0.java:120)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
            at java.lang.reflect.Method.invoke(Method.java:391)
            at com.sap.engine.services.webservices.runtime.EJBImplem
    Help will be highly appreciated.
    Thanks

    We figured out how to create this setting:
    After launching Visual Admin, go to
    Server (xyz) -> Services -> Destinations
    Under the Runtime Tab -> Destinations -> HTTP
    Create a new HTTP Destination.  The name should be FP_ICF_DATA_[instance]
    Enter the URL and Client of the ABAP system
    Leave the System ID and Language Blank
    Selet BASIC authentication, and enter the Username ("ADS_AGENT") and password.
    Click Save.
    To test this Destination Service, you can append "/sap/bc/fp/form/layout/fp_test_00.xdp" to the end of the URL you just entered.  Click Save and Test.  If successful, the following message should be displayed "HTTP GET response code 200 Content type text/xml".
    Don't forget to remove the appended text once you are done testing.

  • Error when launching PCR from action box

    We have a problem with our PCR's.  We're on ERP2004, but we're using the jsp-based forms.  I am trying to use the "display form" in the action box for personnel change requests in transaction IQS22.  I have set up the server in the required backend table.  However, when I launch the form I get a portal error screen that states:
    An exception occurred while processing a request for :
    iView : N/A
    Component Name : N/A
    Access denied (Object: com.sap.portal.system/security/com.sap.portal.ep50/ep50_safety).
    Exception id: 01:14_15/12/05_0001_6872350
    See the details for the exception ID in the log file
    In the log I see:
    com.sapportals.portal.prt.runtime.PortalRuntimeException: Access is denied: com.[companyname].pct.orgchange.default - user: Guest....  
    ....Caused by: com.sapportals.portal.pcd.gl.PermissionControlException: Access denied (Object: com.sap.portal.system/security/com.sap.portal.ep50/ep50_safety)
    I have tried the following:
    -setting up SSO from ABAP to the portal server
    -setting the AuthXXXX to 'none'
    -granting ep50_safety access to group 'everyone', 'anonymous users", "guests", etc.
    Has anyone else been able to launch PCR's from R/3 successfully? Any hints?

    Hi Dwight,
    We have been using MSS for over 2 years and did not have any issue while displaying the PCR form from IQS22. One thing you have to ensure is that the user is logged onto the Portal before trying to display the PCR form from the backend.
    Regards,
    Suresh Datti

  • MSS UCF_AcroForm error displayed when trying to display form in PCR

    I receive a pop-up UCF_AcroForm error when trying to display a PCR form. I believe it is a configuration problem. I wonder if anyone has ever received this type of error before, and if yes, how was it solved. Thank you.
    Edited by: Emmanuel Filosi on May 9, 2008 5:41 PM

    I have found a way to get rid of this by configuring my ADS Service (thanks to my colleague N.Pothuraj)
    Creating an ADS Service:
    ========================
    1) Add the following java settings for the server in the offline config tool
    "Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitialize". Restart the server after the settings
    2) create the ADS User in the R/3 system.
    3) create the destination of type "HTTP connection to External Server"service between R/3 and the ADS user.
    4) Define the destination service under destinations>HTTP>FP_ICF_DATA
        URL:http://usai4qpt.wdf.sap.corp:50077
        User: ADSUser ( ADS_AGENT1 in my case)
        pwd: initial ( in my case)
    This destination service is to establish the connection between R/3 and WebDynpro J2EE server
    5) Active the webservice clients ( establish connection between ADS server and the WebDynpro J2EE server.  This is the case only when the WebDynpro J2EE server and the ADS server are different, other use teh default URL service ).
    com.sap.tc.webdynpro.adsproxy.AdsProxy*ConfigPort_Document is the service, under custom type user the below mentioned URL http://pwdf3092.wdf.sap.corp:50090 /AdobeDocumentServices/Config?style=rpc  ( Remote ADS server )
    username: adsuser2 (Login for the remote ADS server)
    pwd:adobeads123    (Password for the remote ADS server)

  • "Invali date" error on Portal for termination PCR.

    Hi Experts,
                     I am working on termination PCR. when I check my PCR on Portal it works very fine when the value in the effective date field is sy-datum.But when the date is changed to any other than sydatum then On portal i get an error message as "INVALID DATE".Th BADI which I m using is QISR1.
                    please let me know where to check for this error and how to resolve it?
    Thanks in Advance.
    Sarang

    Hi Anand,
    I am facing the same problem. Were you able to resolve that issue? if so, what is the solution? I don't find any relevant note for this.
    Probelm: BRF is activated and when you do save/check on SC, throws short dump with error message as
    "Dynamic type conflict when assigning references".
    "MOVE_CAST_ERROR" "CX_SY_MOVE_CAST_ERROR"
    Thanks
    Akbar

Maybe you are looking for