Services on CCW

hello
please note that i am unable to add any services on CCW. the "Select Services/Subscriptions" is not acticated.
and same goes to all employees here.
please can you let me know how to resolve this issue?
thank you
Rima

Hi Rima,
Good Day!
Please be informed that we have first checked your profile, and confirmed that you have access to CCW Tool.
The issues that you are having for configuration can be directly assisted by our team by contacting CCW Support Team at 800-553-6387 options 5,2 and 3. This service subscription issue depends as well with the part numbers that you are going to configure in CCW Tool.
Kindly ready as well the version of the browser that you are using when trying to navigate the tool due to as per your statement your colleagues are having the same issue with this. Not all version of the browsers cater CCW Tool.
Hope to hear from you soon.
Thank you
Shiela S.
CCW Support Team
Cisco's Customer Service

Similar Messages

  • Calling web service from Delphi7?

    Hi,
    anyone could send me a demo, calling a wsdl web service from Delphi 7? i am beginner for web service & sap.
    Any help will appreciate.
    Thanks.

    Thanks for answer.
    i try some webservices and consuming they without problem but i couldn't call sap web service. i use wsdl importer but wsdl importer doesn't create httprio function?? For example, when i import a codegear wsdl (http://cc.codegear.com/ccws/cc.asmx?WSDL) it's like this :
    ICodeCentralWSSoap = interface(IInvokable)
      ['{6ABDF982-CBF4-A50C-28B9-24CABB94B13B}']
        function  Login(const AEmail: WideString; const APassword: WideString; const AUserAgent: WideString): LoginResult; stdcall;
        function  LoginZLib(const AEmail: WideString; const APassword: WideString; const AUserAgent: WideString): TByteDynArray; stdcall;
        function  Search(const ASessionID: WideString; const AIDList: WideString; const AProductList: WideString; const ASubmitter: WideString; const ACategoryList: WideString; const ALowVersion: Double; const AHighVersion: Double; const AFromDate: TXSDateTime; const AToDate: TXSDateTime; const AUseDates: Boolean;
                         const AKeywords: WideString; const ACopyright: Integer): SearchResult; stdcall;
        function  SearchZLib(const ASessionID: WideString; const AIDList: WideString; const AProductList: WideString; const ASubmitter: WideString; const ACategoryList: WideString; const ALowVersion: Double; const AHighVersion: Double; const AFromDate: TXSDateTime; const AToDate: TXSDateTime; const AUseDates: Boolean;
                             const AKeywords: WideString; const ACopyright: Integer): TByteDynArray; stdcall;
        function  GetSnippet(const ASessionID: WideString; const ASnippetID: Integer): GetSnippetResult; stdcall;
        function  GetSnippetZLib(const ASessionID: WideString; const ASnippetID: Integer): TByteDynArray; stdcall;
        function  DownloadAttachment(const ASessionID: WideString; const ASnippetID: Integer): TByteDynArray; stdcall;
        function  GetProducts(const ASessionID: WideString): GetProductsResult; stdcall;
        function  GetProductsZLib(const ASessionID: WideString): TByteDynArray; stdcall;
        function  GetCategories(const ASessionID: WideString): GetCategoriesResult; stdcall;
        function  GetCategoriesZLib(const ASessionID: WideString): TByteDynArray; stdcall;
        function  GetCopyrights(const ASessionID: WideString): GetCopyrightsResult; stdcall;
        function  GetCopyrightsZLib(const ASessionID: WideString): TByteDynArray; stdcall;
        function  GetTerms(const ASessionID: WideString): GetTermsResult; stdcall;
        function  GetTermsZLib(const ASessionID: WideString): TByteDynArray; stdcall;
        function  GetAllDownloads(const ASessionID: WideString): GetAllDownloadsResult; stdcall;
        function  GetAllDownloadsZLib(const ASessionID: WideString): TByteDynArray; stdcall;
        function  GetOutdatedDownloads(const ASessionID: WideString): GetOutdatedDownloadsResult; stdcall;
        function  GetOutdatedDownloadsZLib(const ASessionID: WideString): TByteDynArray; stdcall;
        function  GetSnippetsWithComments(const ASessionID: WideString): GetSnippetsWithCommentsResult; stdcall;
        function  GetSnippetsWithCommentsZLib(const ASessionID: WideString): TByteDynArray; stdcall;
        function  GetSnippetsCommentedByUser(const ASessionID: WideString): GetSnippetsCommentedByUserResult; stdcall;
        function  GetSnippetsCommentedByUserZLib(const ASessionID: WideString): TByteDynArray; stdcall;
        function  GetSnippetsWithRatings(const ASessionID: WideString): GetSnippetsWithRatingsResult; stdcall;
        function  GetSnippetsWithRatingsZLib(const ASessionID: WideString): TByteDynArray; stdcall;
        function  GetSnippetsRatedByUser(const ASessionID: WideString): GetSnippetsRatedByUserResult; stdcall;
        function  GetSnippetsRatedByUserZLib(const ASessionID: WideString): TByteDynArray; stdcall;
        function  GetRecommendations(const ASessionID: WideString; const ASnippetID: Integer): GetRecommendationsResult; stdcall;
        function  GetRecommendationsZLib(const ASessionID: WideString; const ASnippetID: Integer): TByteDynArray; stdcall;
        function  CanDownload(const ASessionID: WideString; const ASnippetID: Integer): Boolean; stdcall;
        function  GetRequiredPackages(const ASessionID: WideString; const ASnippetID: Integer): GetRequiredPackagesResult; stdcall;
        function  GetRequiredPackagesZLib(const ASessionID: WideString; const ASnippetID: Integer): TByteDynArray; stdcall;
      end;
    function GetICodeCentralWSSoap(UseWSDL: Boolean=System.False; Addr: string=''; HTTPRIO: THTTPRIO = nil): ICodeCentralWSSoap; 
    */* this functions equal not in sap webservice */*
    implementation
    function GetICodeCentralWSSoap(UseWSDL: Boolean; Addr: string; HTTPRIO: THTTPRIO): ICodeCentralWSSoap;
    const
      defWSDL = 'http://cc.codegear.com/ccws/cc.asmx?WSDL';
      defURL  = 'http://cc.codegear.com/ccws/cc.asmx';
      defSvc  = 'ICodeCentralWS';
      defPrt  = 'ICodeCentralWSSoap';
    var
    i use function GetICodeCentralWSSoap, but wsdl importer doesn't create this function equal in sap web service. sap web service like this :
    ZABCD_GET_DAT = interface(IInvokable)
      ['{72BD4B88-0D89-A294-1DAC-63FBFF037735}']
        function  ZztrABCWebServ01(const parameters: ZztrABCWebServ01): ZztrABCWebServ01Response; stdcall;
      end;
    implementation
    destructor ZztrABCWebServ01.Destroy;
    var
      I: Integer;
    begin
    Thanks.

  • Services in Prime Infrastructure 2.x

    Is it possible to mix CON-ESW and CON-PSSW in single PI software? For example, the first 50 Lifecycle Device License is under CON-ESW service and the Adder 25 Lifecycle Device License is under CON-PSSW service? Thanks.

    Hi Wai King,
    Good day!
    Based on my research, it is possible to have mix services on Prime Infrastucture, however, it is not recommended. PSSW and ESW have different support levels and as such, the coverage might differ on each license if you have a mixed services environment.
    Technically you can go for ESW for 50 LF licenses and PSSW for 25 additional licenses. But logically it doesn't make sense. You should either go with ESW or PSSW depending upon whether it is Cisco Direct/CBS or Partner Branded.
    Thanks and Best Regards,
    Jen C.
    CCW Support

  • Adding customer PO number in CCW orders that will show in CSCC

    Is there a field in CCW that I can use, that will transfer to a customers contract?  I need to show customer PO Number in CSCC and on their contracts
    on a line by line basis.

    Hello Michael,
    Good day!
    Unfortunately we don't have that provision. The best thing I can suggest for the meantime, is for you to send an enhancement request.
    If you wish to request for this feature, please send email to [email protected]
    as an enhancement issue. However, you will need to fill out a template first and then send it to that alias.
    To get the template, we suggest that you create a case with us online at http://www.cisco.com/cisco/psn/web/workspace or by calling 1-800-553-6387 options 2 and 3.
    If this is your first time to open a case using Customer Service Central, you will need to sign in to your My Cisco Workspace (http://www.cisco.com/cisco/psn/web/workspace)     and then add the Customer Service Central module to your Workspace  to    open and manage your cases online. Help and support documentation  is    available on Operations Exchange.
    Regards,
    Jen
    CCW Support Team

  • CCW Configuration Group By Site capability

    Hi,
    Is there any plan to add support to do simple labeling and sections in order to be able to group items inside a large BoM?
    ie,
    I'm working on a multisite BoM configuration, and I want to be able to create sections inside the Configuration  to put together all the items belonging to a site.
    I'm pretty sure this was available on netformix, but would be nice to have it on CCW.
    I'd like to see something like
    SITE 1
         Item 1
         Item 2
         Item n
    SITE 2
         Item 1
         Item 2
         Item n
    SITE N
    Can you share the CCW roadmap and if this feature will be available on a future release?
    FBM.

    Hi FBM,
    Good day!
    Thank you for bringing this attention to us.
    Please be advised that, above feature (CCW Configuration Group by Site Capability) is not yet available in CCW. If you wish to request for this feature, please send email to [email protected]
    as an enhancement issue. However, you will need to fill out a template first and then send it to that alias.
    To get the template, we suggest that you create a case with us online at http://www.cisco.com/cisco/psn/web/workspace or by calling 1-800-553-6387 options 2 and 3.
    If this is your first time to open a case using Customer Service Central, you will need to sign in to your My Cisco Workspace (http://www.cisco.com/cisco/psn/web/workspace)    and then add the Customer Service Central module to your Workspace to    open and manage your cases online. Help and support documentation is    available on Operations Exchange.
    Thanks and Best Regards,
    Jen C.
    CCW Support

  • Free usable description per line in CCW configuration

    If I use CCW configure-tool to create a solution with many positions, it will be very helpfull to describe my own each line in an, maybe 20 character flied.
    This field must turn up after inport in CCW-Qoute/CCW QuickQoute and also CCW-Export to *.xls, *.XML

    Hi Sridhar,
    Good day!
    Please be advised that 'Add User Note' feature is only available in deals/quotes. However, if you wish to have this feature be added in a configuration, you may send us an enhancement request by opening a case with CCW Team.
    Open a case with the CCW  Support Team, either  create a case online at http://www.cisco.com/cisco/psn/web/workspace or by calling 1-800-553-6387 options 2 and 3.
    If this is your first time to open a case using Customer Service Central, you will need to sign in to your My Cisco Workspace (http://www.cisco.com/cisco/psn/web/workspace)   and then add the Customer Service Central module to your Workspace to   open and manage your cases online. Help and support documentation is   available on Operations Exchange.
    Thanks,
    Jen C.
    CCW Support Team

  • Service Modules in 6500s, IPS/IDS and Stand-alone options.

    Hi,
    My first post here and it's a question regarding knowledge that I can't seem to find via CCW and through people I know.
    Does the Service Module in the 6500 i.e. WS-SVC-ASASM1B-K9 come with or support an IPS/IDS option?
    Does a stand-alone ASA5500 come with an installed IPS/IDS option.
    Thanks.

    > Does the Service Module in the 6500 i.e. WS-SVC-ASASM1B-K9 come with or support an IPS/IDS option?
    On the Cat6k5 is the IDSM2. Thats a completely outdated module with 500 MBit/s of throuput. For the Datacenter designs Cisco recommends the standalone IPS 4500 instead a module if you need good IPS throughput.
    > Does a stand-alone ASA5500 come with an installed IPS/IDS option.
    The ASA has build-in IPS with a fixed signature-set that is not such rerlevant. The better way of doing IPS on the ASa is to have an optional IPS-module. These modules are didicated hardware on the legacy ASAs (the ones without -X) and pure software-modules on the new ASAs. The 5585 is an exception where IPS is also a dedicated hardware-module.
    Sent from Cisco Technical Support iPad App

  • Error while calling a select esb service

    javax.resource.ResourceException: RollbackException: Transaction has been marked for rollback:
    I encounter the above error while executing a synchronous bpel process, that invokes an esb db select service to fetch a value from the db.
    the details available for the error are:
    An unhandled exception has been thrown in the ESB system. The exception reported is: "java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 0 at java.util.Vector.get(Vector.java:710) at oracle.tip.esb.server.common.wsif.WSIFInvoker.readResponseHeader(Unknown Source) at oracle.tip.esb.server.common.wsif.WSIFInvoker.executeOperation(Unknown Source) at oracle.tip.esb.server.common.wsif.WSIFInvoker.nextService(Unknown Source) at oracle.tip.esb.server.service.impl.outadapter.OutboundAdapterService.nextService(Unknown Source) at oracle.tip.esb.server.service.impl.outadapter.OutboundAdapterService.processBusinessEvent(Unknown Source) at oracle.tip.esb.server.dispatch.InitialEventDispatcher.dispatchNonRoutingService(Unknown Source) at oracle.tip.esb.server.dispatch.InitialEventDispatcher.dispatch(Unknown Source) at oracle.tip.esb.server.dispatch.BusinessEvent.raise(Unknown Source) at oracle.tip.esb.wsif.WSIFOperation_ESB.executeRequestResponseOperation(Unknown Source) at com.collaxa.cube.ws.WSIFInvocationHandler.invoke(WSIFInvocationHandler.java:431) at com.collaxa.cube.ws.WSInvocationManager.invoke2(WSInvocationManager.java:353) at com.collaxa.cube.ws.WSInvocationManager.invoke(WSInvocationManager.java:192) at com.collaxa.cube.engine.ext.wmp.BPELInvokeWMP.__invoke(BPELInvokeWMP.java:733) at com.collaxa.cube.engine.ext.wmp.BPELInvokeWMP.__executeStatements(BPELInvokeWMP.java:368) at com.collaxa.cube.engine.ext.wmp.BPELActivityWMP.perform(BPELActivityWMP.java:197) at com.collaxa.cube.engine.CubeEngine.performActivity(CubeEngine.java:3266) at com.collaxa.cube.engine.CubeEngine.handleWorkItem(CubeEngine.java:1696) at com.collaxa.cube.engine.dispatch.message.instance.PerformMessageHandler.handleLocal(PerformMessageHandler.java:75) at com.collaxa.cube.engine.dispatch.DispatchHelper.handleLocalMessage(DispatchHelper.java:184) at com.collaxa.cube.engine.dispatch.DispatchHelper.sendMemory(DispatchHelper.java:269) at com.collaxa.cube.engine.CubeE
    Please suggest
    thanx
    AJ

    Done That,
    Thanx a ton Dave, it worked.
    So I am finally moving on :-)
    Just one question Dave, I happened to work on the Beta release of this version too, the problem was not there. How come we have been able to get it in dev preview.

  • Error while invoking a WS-Security secured web service from Oracle BPEL..

    Hi ,
    We are facing some error while invoking a WS-Security secured web service from our BPEL Process on the windows platform(SOA 10.1.3.3.0).
    For the BPEL process we are following the same steps as given in an AMIS blog : - [http://technology.amis.nl/blog/1607/how-to-call-a-ws-security-secured-web-service-from-oracle-bpel]
    but sttill,after deploying it and passing values in it,we are getting the following error on the console :-
    “Header [http://schemas.xmlsoap.org/ws/2004/08/addressing:Action] for ultimate recipient is required but not present in the message”
    Any pointers in this regard will be highly appreciated.
    Thanks,
    Saurabh

    Hi James,
    Thanks for the quick reply.
    We've tried to call that web service from an HTML designed in Visual Studios with the same username and password and its working fine.
    But on the BPEL console, we are getting the error as mentioned.
    Also if you can tell me how to set the user name and password in the header of the parter link.I could not find how to do it.
    Thanks,
    Saurabh

  • Necessary Fields For Creation of Service PO of Order Type Relaese Order.

    Dear Guru,
    I have encountered an issue which i am trying to resolve...
    My this requirment will seem little okward the way i am asking but i have no way...
    The issue is I have to create a Service PO of Order type Release order (RO) using BAPI Function Module .BAPI_PO_CREATE1.
    The service PO should be of multiple Item and services for particular line item should be multiple.
    When I am creating this using ME21 or ME21N i am facing no issue.
    But when i am using BAPI Function Module .BAPI_PO_CREATE1
    i am getting following errors ;; The error which i am getting as below                                                                               
    T ID                   NUM MESSAGE                                                                               
    E BAPI                001 No instance of object type PurchaseOrder has been created. External reference:
    E MEPO              000 Purchase order still contains faulty items                                    
    E SE                   029 Please maintain services or limits                                            
    E SE                   140 Service HIRING OF LCD: please specify unit of measure
    But I am failing to findout in which field services  or limits and unit of measurement have to maintain.
    What are the necessary fields have to pass in Bapi import parameter and the table i am unable to findout.
    Please show some way how to resolve this or give me some guideline to resolve this
    Dear Moderator request your kind intervane to move this qurry into correct forum if i have asked this in wrong forum
    Thanks and regards
    saifur rahaman

    Hi Saifur
    Can you please elaborate how did you resolve the issue we are also facing same problem when we are trying to create the PO for service items through SRM it is throwing same error while creating the PO in SAP.
    Email Id : [email protected]
    Thank you in advance!!
    Regards
    Deepika

  • Logical Systems in Business Services

    Hi
    In Business Service creation, for Adapter Specific Identifiers, the parameter for the Logical System. It is only possible to assign one logical system to one Business Service ?.
    i.e. to do
    MyBusServ1, Z_LS_1 
    MyBusServ2, Z_LS_1
    is not possible ?
    When trying to assign Z_LS_1 to MyBusServ2 I get the error that Z_LS_1 is already assigned. Is there a way to circumvent ?, I do not want to create two logical systems in R/3 as the IDOCS types submitted by the Business Services are the same.
    Thanks
    Damien

    Thanks for the replies
    Sarvesh - The Business service is the sender of the information \ IDOC. If I remove the Adapter specific config then how will XI know what Logical system to apply to the IDOC ?.
    Jaishankar - I am creating two IDOC's in SAP. MATMAS and PORDCR. The input file are coming from two different source systems. lets say sys1 and sys2. Both of thse for clarity are created in my scenario as Business Services. sys 1 creates MATMAS and PORDCR IDOC's int he syatem, sys2 creates PORDCR IDOC's in the system. As sys1 and sys2 are related in that they created the IDOC's as part od the same project then I would like to collect in the same partner profile in SAP e.g. Partner Profile ZPP_IDOC with IDOC types MATMAS PORDCR that serve as input for both systems. Logically I would assume that I can assing the logical system ZPP_IDOC to both the adapter specific parameter in both sys1 and sys2.
    Thanks
    Damien

  • Not Able To View Data in Web Service Model

    Hi ,
       I m trying to view a table using web service model.
       When i write the same code for binding it to context , i m able to view its data.
       But not so while using Web Service Model(not adaptive web service model).
       The code is: 
             Request_ZMANAGE_MAKT_ZMANAGE_ZMAKT object1 =new Request_ZMANAGE_MAKT_ZMANAGE_ZMAKT();
       wdContext.nodeRequest_ZMANAGE_MAKT_ZMANAGE_ZMAKT().bind(object1);
       object1.setResponse(new Response_ZMANAGE_MAKT_ZMANAGE_ZMAKT());
      CAn anybody plz solve my problem.
    Thanks..
    Regards,
    Ankita

    Hi,
    I have no problem with item :P15_EV_LCL this is having a value my probem here is i am using java script to display the value in different color based on the condtion case
    eg:
    select
    case
    TRUNC((
    ( (NVL(Z."AEWP",0) - NVL(Z."BEWP_Final",0) ) / DECODE(Z."BEWP_Final",0,NULL,Z."BEWP_Final") ) * 100
    ),2)
    = :P15_EV_LCL
    then
    span style="background-color:lightgreen"
    || TRUNC((
    ( (NVL(Z."AEWP",0) - NVL(Z."BEWP_Final",0) ) / DECODE(Z."BEWP_Final",0,NULL,Z."BEWP_Final") ) * 100
    ),2) || '%' || /span
    else
    span style="background-color:yellow"
    || TRUNC(
    ( (NVL(Z."AEWP",0) - NVL(Z."BEWP_Final",0) ) / DECODE(Z."BEWP_Final",0,NULL,Z."BEWP_Final") ) * 100
    ),2) || '%' || /span
    end "Effort"
    from actuals Z
    If i dont use this <Span style="Background-color:color"> i am able to generate data in excel sheet if i use this color coding i am not able to get data in spread sheet.
    Please suggest
    Thanks
    Sudhir
    Edited by: Sudhir_N on Mar 23, 2009 10:00 PM

  • Unable to capture return values in web services api

    At the time of login to web services if my server is down ,
    it returns following error :
    java.lang.StringIndexOutOfBoundsException: String index out of range: -1
            at java.lang.String.substring(String.java:1438)
            at java.lang.String.substring(String.java:1411)
    I want to capture this error so that i can try another server to login. how do i capture this error
    Another place where i want to capture the return Value is when i look for a report on the server
    rh = boBIPlatform.get("path://InfoObjects/Root Folder/"src_folder"/" + reportName +
                               "@SI_SCHEDULEINFO,SI_PROCESSINFO" ,oGetOptions);
    oInfoObjects = rh.getInfoObjects();
    CrystalReport = (CrystalReport)oInfoObjects.getInfoObject(0);
    Here if the report is not there on the server , it returns a null handler exception.
    but if i try catching it by checking my responsehandler is null  like rh == null  it does not catch it.
    Any help will be appreciated
    thanks
    Rakesh Gupta

    Ted : i have two cases
    1)   server = server_st.nextToken();
        providerURL = "http://"server"/dswsbobje/services";
        sessConnURL = new URL(providerURL + "/session");
       Connection boConnection = new Connection(sessConnURL);
       Session boSession = new Session(boConnection);
      EnterpriseCredential boEnterpriseCredential = new    EnterpriseCredential();
                  boEnterpriseCredential.setLogin(userid);
      boEnterpriseCredential.setPassword(pwd);
      boEnterpriseCredential.setAuthType(auth);
    SessionInfo boSI = boSession.login(boEnterpriseCredential);
    I have got a list of servers running web servcies stored in my tokens. when i pass the first server name say " test:8080" and that server is down , i want to catch somewhere in the code above that it did not get the connection so that i can loop back and try with the second server say test1:8080
    This is for failover purposes.
    at present when i was trying to capture return value of boSI it  breaks giving the error
    java.lang.StringIndexOutOfBoundsException: String index out of range: -1
    at java.lang.String.substring(String.java:1438)
    at java.lang.String.substring(String.java:1411)
    2nd case :
    I am geeting reports from the server and scheduling them:
    i run the following code which works fine if reports is there
    rh = boBIPlatform.get("path://InfoObjects/Root Folder/"src_folder"/" + reportName +
    "@SI_SCHEDULEINFO,SI_PROCESSINFO" ,oGetOptions);
    oInfoObjects = rh.getInfoObjects();
    CrystalReport = (CrystalReport)oInfoObjects.getInfoObject(0);
    Here if  the  report  is not there on the server  then i should be able to catch from the response handle rh that it has got a null value.
    but rh does not return a null value 
    the code ultimately throws a null handle at the following line
    CrystalReport = (CrystalReport)oInfoObjects.getInfoObject(0);
    i am not able to catch the null value there also.
    hope you got my issue.

  • Adobe Cloud Services

    How comes Adobe Cloud services is not available to people in Africa?

    There is a special sub forum for iOs Reader:
    http://forums.adobe.com/community/adobe_reader_forums/ios?view=discussions

  • Service Desk - Expert Mode - Not all actions are available

    Dear SAP colleagues,
    I have just implemented the Service Desk in our SOLMAN system.
    1. I choose Incident Management
    2. I click on Queries
    3. I click on a ticket (Transaction ID).
    4. I edit the message
    5. When I select Actions, I only have the 4 following options :
        - Send Message to SAP
        - Maintain SAP Logon Data
        - Display SAP Action Log
        - Update SAP Message
    When I consult some demos, there are many differents options available in Actions menu, as, for example :
    - Open System fro SAP
    - Confirm Message to SAP
    - E-Mail to Message Creator (Mail)
    - Print Message
    - Create Change Document
    - Call Solution Manager Diagnostics.
    Is it due to an missing authorizations (roles and profiles) ?
    Thanks for your input.
    Best regards
    CP2009

    Dear Rajeev,
    First of all, thanks for your input.
    I have choosen SIVA when I have activated BC Sets.
    Should I activate also BC Sets for transaction type SLFN ?
    1. I have started SPPFCADM and follow your recommandations.
    2. I have choosen CRM_ORDER
    3. I have then click on "Condition Configuration (Transportable Conditions)
    4. There are many entries related to the Support and Service Desk
    Example : Support Desk Message Action Profile
    I have 5 actions defined -
    Action 01 : Send Message to Processor
    Action 02 : Create/Change Basis Message from CRM Procedure
    Action 03 : Send Notification to SAP
    Action 04 : Update Message from SAP
    Action 05 : Confirm Message to SAP
    I have activate BC Sets for transaction type SIVA, not for SLFN.
    Best regards
    CP2009

Maybe you are looking for

  • Ask the Expert: ISE 1.2: Configuration and Deployment with Cisco expert Craig Hyps

    Welcome to the Cisco Support Community Ask the Expert conversation. This is an opportunity to learn and ask questions about how to deploy and configure Cisco Identity Services Engine (ISE) Version 1.2 and to understand the features and enhanced troub

  • WebService problem in java

    Hi All, Me facing a problem related to java web services.I am using jdk-6u3,Eclipse and Tomcat 5.0.I am making the web service of WsEpp Class shown below @WebService public class WsEpp EppService objcls; @WebMethod public int registerDomain(String AC

  • WS20000040 Approve Trip

    Hi , I am using the workflow WS20000040 for approving trips. As per the help documentation, this can be customized to be a two step or a single step approval workflow. I have activated the two step approval workflow. As per our business requirements,

  • Problems Editing in iPhoto 6.04

    When I try to edit photos in iPhoto, they will load just fine, but if I try to do anything to them (including zooming, cropping, applying an effect, etc...) the picture becomes invisible. I can actually make the changes to the picture, I just can't s

  • Reg:- hirachy query.

    Dear Frieds, i have requirement but i have some restriction to use in plsql code. like 1) In the Loop select is not used. now requirement as below. i have define one hierarchy Query which i have used in explicit cursor. the cursor query return 3 pare