Confirmation creation error in web portal using BRF

Hi SRM Gurus,
We are new to SRM 7.0. Currently we are trying to create a confirmation step through BRF to get approval for confirmation of  goods received.  We are using a copy of the FM: /SAPSRM/WF_BRF_0EXP000 with the following parameters:
   0C_C1_C_FWFCORLCNTNT   > Class: /SAPSRM/CL_WF_RULE_CONTXT_CONF
   0C_C2_C_GET_PROPERTY    >  Method - Get Atrribute Value 
   0C_C3_C_SPECIFICAT             > Specification (for example, confirmation/return delivery/cancellation)
The standard workflow number is WS 40000015.
When we are using the Result Type as Boolean, we are getting a pop-up error message "Schema not found" in the web portal.
When the Result Type is changed to C (Length 30), we are getting a pop-up error message "No process levels defined in process scheme CF" error in the web portal.
Kindly provide us your valuable suggestions..
Thanks in Advance.
Cheers,
Ashok.

Hi,
  Is your schema evaluation(Event) linked to a expression(Schema definition) determine dynamically? if so check your FM expression when EV_VALUE return correct value.. make sure you clear the ev_data_missing..

Similar Messages

  • Best technology for creation of a web portal

    hello everybody,
    i want to create a 3-tier web portal and am confused about the implementation in either ASP or JSP. Can somebody please guide me which is the appropriate technology and the flexible one regarding future changes.
    s.l.s.phani

    your in a java forum, so the answer is: use java/jsp.
    For a developer point of view I would say: use the technique you are most familiar with.

  • Problem integrating BI analysis in web portal using HtmlViewServiceSoap

    GOAL:
    We have a web portal that is built using JSF and RichFaces and we want to integrate BI analysis using Oracle BI EE web services.
    We use Oracle BI EE 11g and tested with both 11.1.1.5 and 11.1.1.6).
    SOLUTION:
    Because Oracle BI server will not be accessible outside for the end web user we need to implement a proxy servlet acting as a bridge.
    Oracle BI web services provides a nice way of doing this: setBridge method in HtmlViewServiceSoap interface.
    In order to achieve our goal we use the HTML produced from oracle BI web service directly into a new created jsp page.
    This whole jsp page content is:
    <%
    String biReport = (String)request.getAttribute("biReport");
    MyServiceUtils.writeBiContent(request, out, biReport);
    %>
    writeBIContent method is listed here: http://pastebin.com/ndVt3HBu
    Our proxy/bridge servlet code is listed here: http://pastebin.com/NibVnBLb
    THE FIRST PART WORKS:
    The first HTML content retrieved from web service looks OK: all js and css files are prefixed with our bridge url.
    Example:
    <script type="text/javascript" src="/AbsWeb/bridgeservlet?RedirectURL=http%3a%2f%2f127.0.0.1%3a9704%2fanalytics%2fres%2fb_mozilla%2fcommon%2fobips.JavaScriptExtensions.js"></script>
    Complete html code generated can be viewed at: http://pastebin.com/DGRwTjaz
    Therefore our bridge servlet is used to retrieve resources like:
    http://localhost:8282/AbsWeb/bridgeservlet?RedirectURL=http%3a%2f%2f127.0.0.1%3a9704%2fanalytics%2fsaw.dll%3fajaxGo
    http://localhost:8282/AbsWeb/bridgeservlet?RedirectURL=http%3a%2f%2f127.0.0.1%3a9704%2fanalytics%2fsaw.dll%2fpages/common/ajaxloggedin.html
    These are translated by our servlet into:
    http://127.0.0.1:9704/analytics/saw.dll?ajaxGo&NoCookie=1&SearchID=jloq2nea8i290a6c9knifttj86&urlGenerator=qualified&_scid=XjlySz0yuAMz1rjOZZ4Y&ContainerId=m%3Aportlet%7Er%3ATestrevenuebydistrict&NQID=s0vbq5q6u2ijee3s9arnmmbsgtldhghfdlq6lc2&icharset=utf-8
    http://127.0.0.1:9704/analytics/saw.dll/pages/common/ajaxloggedin.html
    FINALLY OUR PROBLEM:
    The html code retrieved with ajaxloggedin.html does not use our bridge servlet for all js and css files...
    we expect this:
    example: <link rel="Stylesheet" href="/AbsWeb/bridgeservlet?RedirectURL=http%3a%2f%2f127.0.0.1%3a9704%2f/analytics/res/s_blafp/uicomponents/blafplus.css" type="text/css">
    but we get this:
    example: <link rel="Stylesheet" href="/analytics/res/s_blafp/uicomponents/blafplus.css" type="text/css">
    The first part is missing.
    Complete html code of ajaxloggedin.html can be viewed at: http://pastebin.com/gKTMfPSR
    We end up with a rotating clock displaying in our web page...
    Does anybody see what we are doing wrong, or has anybody had the same problem and a solution or work around?
    Thanks,
    Hans

    Hi,
    Can you go to RSA1 and check in BI Content - Bex Web Template - Select Objects and Transfer Selection - and see if the 0Analysis_Pattern is active or not and is transported to QA.
    And the second thing is to check the SPRO Config for the Template which is maintained:
    To Do this navigate in BW System:
    SPRO -  SAP NetWeaver - Business Intelligence - Settings for Reporting and Analysis - BEx Web - Set Standard Web Template - and see if Web Template is maintained as it is in Dev.....
    Since when you run the Query from Query Designer it will check in SPRO for this setting and show the report with that template.
    Hope this helps.
    Cheers-
    Pramod

  • CompileException: Error compiling web service (using ant jwsc)

    Hi,
    I try to use the ant task jwsc to create my portable artefacts for a web service.
    Unfortunately I get the following exception:
    BUILD FAILED
    C:\Sun\jwsdp-2.0\apache-ant\bin\build.xml:7: weblogic.wsee.tools.jws.build.CompileException: Error compiling web service: C:\Sun\jwsdp-2.0\apache-ant\bin\src\test\WsTest.java
    I do not know why the ant task can not compile my jws file (shown below) whereas Eclipse can!
    package test;
    import javax.jws.WebService;
    @WebService (name="WsTestName", serviceName="WsTestServiceName")
    public class WsTest {
    * @param name
    * @return Say hello to the person.
    public String sayHello(String name) {
    return "Hello, " + name + "!";
    I hope somebody can help me.
    Thanks
    Franz

    I thought I would post an update since I found a solution. The problem was a ClassCast exception in a part of the SSL stack, that wanted to use the ant BuildException class. This has the effect of hiding the real issue which was that the SSL connection was not successfully occuring. The real problem was that the SSL connection started with a WSDL retrieved via SSL, but the connection for the port was through a username/password. When a username/password is used to create a port, the WL stack falls back to http and causes a ClassCast exception on weblogic.wsee.connection.transport.http.HttpTransportInfo. The solution is to create an https transport object when the service impl is created:
    HttpsTransportInfo transport = new HttpsTransportInfo ();
    transport.setUsername (user.getBytes ());
    transport.setPassword (pass.getBytes ());
    gServiceImpl = new PersistenceManagerService_Impl (url, transport);
    and to create the port without parameters:
    port = getServiceImpl ().getPersistenceManagerServicePort ();
    This allows one-way SSL with username/password for the connection.

  • Error deploying web application using JDev 11.1.1.1.4

    I am using JDev 11.1.1.14 and WebLogic 10.3.2
    Whne I try to run a application html page from Jdev I get the foll error :
    weblogic.application.ModuleException: Failed to load webapp: 'avitrust'
    at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:393)
    at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
    at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    Truncated. see log file for complete stacktrace
    Caused By: java.io.FileNotFoundException: /u01/JDevApps/system11.1.1.4.37.59.23/DefaultDomain/servers/DefaultServer/tmp/_WL_user/jersey-web-lib/7srmrf/WEB-INF/web.xml (Too many open files)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:106)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.getInputStream(AbstractDescriptorLoader2.java:367)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBeanWithoutPlan(AbstractDescriptorLoader2.java:751)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBean(AbstractDescriptorLoader2.java:768)
    Any clue on why this error is getting generated and how this can be resolved ?

    When I try Deploying A WebCenter PS3 Portal Application using JDev 11.1.1.1.4 Integarted WebLogic Server I get the following error :
    [02:21:12 PM] Deploying Application...
    <29/03/2011 2:21:12 PM EST> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1301368872572' for task '1'. Error is: 'weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: oracle.webcenter.framework, Specification-Version: 11.1.1, exact-match: false], [Extension-Name: oracle.webcenter.skin, Specification-Version: 11.1.1, exact-match: false], [Extension-Name: oracle.sdp.client, exact-match: false].'
    weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: oracle.webcenter.framework, Specification-Version: 11.1.1, exact-match: false], [Extension-Name: oracle.webcenter.skin, Specification-Version: 11.1.1, exact-match: false], [Extension-Name: oracle.sdp.client, exact-match: false].
         at weblogic.application.internal.flow.CheckLibraryReferenceFlow.prepare(CheckLibraryReferenceFlow.java:26)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:613)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:184)
         at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:58)
         Truncated. see log file for complete stacktrace
    I need some help to triage the issue and resolve the cause. any help in this context appreciated .
    Redg

  • Error in web application using jxls

    I am using Jdeveloper 11.1.2.0 and when I use to fill a jxls excel files, I get the following error:
    <Digester> <startElement> Begin event threw exception
    java.lang.ClassNotFoundException: net.sf.jxls.tag.ForEachTag
         at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
         at org.apache.commons.digester.ObjectCreateRule.begin(ObjectCreateRule.java:205)
         at org.apache.commons.digester.Rule.begin(Rule.java:175)
         at org.apache.commons.digester.Digester.startElement(Digester.java:1453)
         at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1329)
         at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:376)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:322)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:226)
         at weblogic.xml.jaxp.RegistryXMLReader.parse(RegistryXMLReader.java:173)
         at org.apache.commons.digester.Digester.parse(Digester.java:1785)
         at net.sf.jxls.parser.CellParser.parseTag(CellParser.java:294)
    <CellParser> <parseTag> Can't parse cell tag <jx:forEach items="${grupos}" var="grupo">: fullXML: <jxls xmlns:jx="http://jxls.sourceforge.net/jxls/jx"><jx:forEach items="${grupos}" var="grupo"></jx:forEach></jxls>
    java.lang.ClassNotFoundException: net.sf.jxls.tag.ForEachTag
         at org.apache.commons.digester.Digester.createSAXException(Digester.java:3181)
         at org.apache.commons.digester.Digester.createSAXException(Digester.java:3207)
         at org.apache.commons.digester.Digester.startElement(Digester.java:1456)
         at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1329)
         at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:376)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:322)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:226)
         at weblogic.xml.jaxp.RegistryXMLReader.parse(RegistryXMLReader.java:173)
         at org.apache.commons.digester.Digester.parse(Digester.java:1785)
    Obviously needed are the added jar, I think the problem is the XML parser that uses Oracle Weblogic.
    I did a Test Case jsf libraries leaving only 2.0, 1.2 and jars jslt to jxls and error is the same, do not pass this in a tomcat.
    Any idea?
    Regards, Marcelo

    I even put the libraries in the WEB-INF/lib and the error remains the
    same.
    The packaged libraries are not found by the WebLogic server runtime.
    Add the jxls JAR file(s) to the +\\user_projects\domains\base_domain\bin\startWebLogic+ script's
    CLASSPATH variable and restart WebLogic server.

  • Avoid error in WebI by using multiple connections

    Hello experts,
    is there a way to avoid or ignore a error by executing a WebI-Report based on Universes?
    What I am doing is the following:
    I have a report that uses multiple Universes (more than 10) based on different connections to different systems (working fine, believe me). From time to time it can be, that one of the connections (relational) ejects an error due to reaching problems (for example network or server). As result, the entire report doen't work with a single faulty connection. Is there a way to exclude single universes by causing a failure on running? So that is possible to run all universes in respective, without the faulty one in the end?
    Greets
    Sven

    Hi ,
    If you are trying to refresh it manually then you can possibly run one universe after the other instead of running all at once.
    Just press on the drop down  as shown below in the refresh symbol and refresh one by one leaving out the faulty universe. You have to make sure you disable the refresh on open.
    Thanks,
    Tanveer.

  • #Multivalue Error on Webi when Using BEx Query

    Hi All,
    I have created a Webi Report on top of SAP BW BEx Query. I have created a variable in Webi on top of a dimension. When I add that variable in the report block some of the Measures are showing as #Multivalue. I know we can get rid of this by creating a universe and then changing the properties of the measure to sum. However we do not plan to have a universe and would want to make the changes in the BEx query or in the Webi Report whereever applicable.
    Kindly suggest the solution at the earliest.
    Regards,
    James

    HI James,
    Creat Variable =
    =sum(Tonumber([Dimension]))
    use this variable in report , it will help you
    Regards,
    Mahi

  • How to work web portal with sap rfc

    Hi,
    This is prasad my question is
    my project architecure includes:
    BEA web portal platform as frontend
    web methods as the middle ware
    and SAP CCS
    the data handling will be done using SAP RFC
    how to handle the validation of fields in the web portal using sap?
    Thaks in advance!

    Sandip,
    The forum that you have posted your question in is for questions related to the SAP Business One Integration for SAP NetWeaver.  Your question is SDK related and should be posted in the SAP Business One SDK Discussion forum.
    That being said ... here are the answers to your questions ...
    1. As far as the SDK goes, it does not provide an IDE.  Since the API's are COM, then you can use any IDE that can communicate with COM objects such as VB6, VB.Net, C#, C++, etc.
    2. As stated above, the SDK does not provide an IDE.  You would need to purchase one or you can get a free one from Microsoft on there website such as Visual Basic 2005 Express Edition.
    3. The Screen Painter is an SAP tool (independant of any IDE) that allows you to graphically create new SAP Business One looking forms and then save them to an XML format.  You would then in your code use the LoadBatchActions method to load your XML form.  Documentation on the Screen Painter and the LoadBatchActions method is in the SAP Business One SDK Help Center Documentation that comes with the SDK as well as there is eLearning available for the SDK on this portal as well as the SAP PartnerEdge Portal if you are an SAP Business One partner.
    4. If you are an SAP Business One partner and have an "S" number, you can log into the SAP PartnerEdge Portal and then under SAP Business One and "Installations & Updates" you can download the SAP Business One product as the SDK installation is part of the overall installation package.  If you are not a partner you would need to contact your local SAP Business One sales representative.
    Other tools available that work with the SAP Business One SDK are located on the SDN Portal under this link ...
    SAP Business One Tools [original link is broken]
    HTH,
    Eddy
    P.S. please give points for helpful answers!

  • Web dynpro project creation error with NWDS SP07

    I have NWDS 7.01 SP07 installed and when I am trying to create a webdynpro project, Local DC or otherwise. I get the following exception in the log. I am not able to create a web dynpro project. This problem has been replicated on other systems in windows environment.
    java.lang.NoClassDefFoundError: com/sap/ide/metamodel/webdynpro/WebDynproObject
    Any help regarding this release? We have to use SP07.

    This error is with NWDS standalone. No NWDI or server involved at the time of the error.
    Error happens at the time of creation of the web dynpro project. For both a DC project and standard web dynpro project. It seems to be a bug in NWDS 7.01 SPP07. I am wondering if there is a patch available.
    There are also errors opening up the empty web dynpro perspective.

  • Is Axis used in creation of a web service via Jdeveloper?

    I have a very simple java class that I am selecting and having the wizard create a web service. What actually is being done behind the scenes? Does Jdev 10g use Axis to create the Jax-rps web service? If so how can I change the parameters passed to the Axis calls. I need to force the creation of the web service to use SOAP 1.1 and WSDL 1.1. I have to consume this with a AXIS1 client.

    Hi Matthias,
    You can try using the ICF Recorder in TCode SICF, steps below:
    [http://help.sap.com/saphelp_nw70/helpdata/en/12/adc54044ed7b2de10000000a155106/frameset.htm]
    That should at least catch the entire client request (1:1) before the error occurs. Remember to de-activate the recorder after you're done. There's also an option to activate a ICF trace using the similar menu path, this also should be de-activated once you're completed.
    Regarding the SOAMANAGER traces, it needs to be activated before anything is logged there. That might be why you're not seeing anything there.
    Regards, Trevor

  • Web Application Designer -Unknown Error Occured during Portal Communication

    we are getting the below error while using the Web Application Designer .
    "Unknown Error Occured during Portal Communication"
    Vesrion
    SAPBW 700 SP14 on ABAP & SP12 on JAVA.
    Found the below error in the default trace
    Error 1
    Exception thrown Fri Aug 15 11:29:15,070:Exception thrown by application running in JCo Server
    java.lang.RuntimeException: Bean RSWR_PREEXECUTION_PROXYnot found on host smy14sap99, ProgId =SMY14SAP99_PORTAL_BD1: Object not found in lookup of RSWR_PREEXECUTION_PROXY.
    Error 2
    Error> occured >Fri Aug 15 11:29:12,413<
    RfcException:
    message: 'ashost' is missing
    Return code: RFC_INVALID_PARAMETER(19)
    error group: 101
    key: RFC_ERROR_PROGRAM

    Hello,
    Have a look at these Notes
    SAP Note 988484 RC=12 in after import method for objects BTMP and BITM
    SAP Note 916090 RFC-error messages in Web Application Designer 2004s
    Thanks
    Chandran

  • Error when installing SCSM 2012 Web Portal

    I am trying to install System Center Service Manager 2012 Web portal.
    I've got a server that has Service Manager 2012 Management Server installed on it. I am trying to add on the web console (this is just a test/lab/demo environment). The installer goes through the prompts, then on the final step (progress bat at top), it
    gets the following 3 parts completed, then errors out on the 4th:
    -> Initialize
    -> Install files
    -> Configure Registry Settings
    Then, on the 4th step, Configure Web Portal Site, i get the following error:
    "  An error occurred while executing a custom action:_GrantLocalPermissionsToWCSAccount.11EE91AB_EABF_48A6_9973_4DCD73190AC6
    This upgrade attempt has failed before permanent modifications were made. Upgrade has successfully rolled back to the original state of the system. Once the correction are made, you can retry upgrade for this role.  "
    Can anyone help me?

    Hi
    The install does create a local group - SCSM Web Content Server Accounts - on the web server and does add the "service account" to this group. It might well be that the roll back is removing this group. 
    When I have installed it in my test lab, I have logged in with an account that is a Service Manager administrator and a local windows administrator on the box. I have used the Service Manager service account for the ssp portal account as the portal
    account is added to Service Manager administrators as part of the install.
    Domain Admins won't necessarily be Service Manager admins - so you might want to make sure your account is in the Service Manager administrator group.
    Cheers
    Graham 
    New SCOM 2012 Blog! - http://www.systemcentersolutions.com/blog/
    View OpsMgr tips and tricks at
    http://systemcentersolutions.wordpress.com/

  • Error while Integrating SDN with portal using AppIntegrator

    Hi
    I am trying to Integrate SDN in Portal Using AppIntegrator.
    When I am select SDN iview then it is connecting to the SDN but it is not login into SDN (Error is User Id or Password is not correct.).
    The mapped User Id & password is working fine if I am login SDN directly.
    System Property is
    URI of web application: - /irj/servlet/prt/portal/prtroot/com.sap.sdn.logon.redirect
    Thanks in Advance

    Hi
    Try with URL iView. (contant admin >> portal contant)
    Cheers
    Jawahar Govindaraj
    PS:Reward pts

  • Errors installing web service to use dreamweaver extension

    Portal Version: 10g
    OS/Vers. Where Portal is Installed:: Linux AS 2.1
    Errors installing web service to use dreamweaver extension
    Recently I download the dreamweaver extension for portal, but when I try to install it several errors are raised... in the installation guide the next message appear:
    This installation for this feature is an easy 3 step procedure.
    1. Installing the Portal web service
    2. Configuring the web service to work with your portal (one time administrative process)
    3. Installing the PortalTemplates extension for Dreamweaver MX
    well but when I try to run the 1 step everything goes wrong...
    in the guide say:
    # Transfer this file to the OC4J_HOME/j2ee/home directory of the OC4J
    (please make sure that the OC4J is up and running)
    # Use the following command to install the web service
    java -jar admin.jar ormi://<oc4j_host>:<oc4j_ormi_port>
    <username> <password>
    -deploy -file portalTemplate.ear -deploymentName portalTemplate
    here it's where I have some questions,
    1. the ormi referers to the rmi ok (I think that), well then I go tho the iasconsole and search for the ports and is show:
    home RMI 3202
    OC4J_Portal RMI 3203
    OC4J_BI_Forms RMI 3204
    then I use the home-> port 3202
    java -jar admin.jar ormi://myhost.midtierinstall.com:3202
    ias_admin ias_midtier_admin_password -deploy -file portalTemplate.ear -deploymentName portalTemplate
    but the following messages appear :
    Error: Unable to find java:ServerAdministrator : lookup error:javax.naming.AuthenticationException invalid username/passwod for default (ias_admin).... and the error continue... but the problem is that the password works when I use the enterprise manager in that midtier console...
    I want to know if I'm doing something wrong or how I should use this command to install that web service

    The ormi is the rmi port in the OC4J. This coold be found in oc4j_home/j2ee/home/config/rmi.xml file. The default port is 23791.
    Hope this helps,
    Ramya

Maybe you are looking for