Create enterprise service by BAP_PO_CREATE1 and CX_SY_MESSAGE_IN_PLUGIN_MOD

Hello experts,
I don't understand this problem. I created a web service on BAPI_PO_CREATE1. With Tool soapUI it's possible to test this web service and I filled all necessary input parameter and rum this service. But an error occured:
"Message E F5 275 kann im Pluginmodus HTTPS nicht verarbeitet werden".
CX_SY_MESSAGE_IN_PLUGIN_MODE:Ausnahme CX_SOAP_ROOT aufgetreten (Programm: CL_SOAP_RUNTIME_ROOT==========CP, Include CL_SOAP_RUNTIME_ROOT==========CM004, Zeile: 109)..Message E F5 275 kann im Pluginmodus HTTPS nicht verarbeitet werden</faultstring><detail><ns:SystemFault
Via SE37 I filled the same input parameter and it works fine.
What's wrong in my web service or where I can find further informations ?
thanks
Holger

Hi Holger,
I don't there's anything wrong with your web service because you're using a standard SAP BAPI.
The problem is more than likely data related & is the exception handling of the BAPI needs a lot of work, a lot of the times it doesn't cater for web service communication. I'll explain. I've had similar painful experiences. Sometimes if you send through a web servie request & something is slightly wrong with the input data, the provider/ backend is configured to pop-up a window. Web service communication naturally can't handle this.
The only way around this is to do some debugging in the standard BAPI when the web service request comes in until the error is triggered & try & work out what it's expecting you to do different.
The other option would be, by process of elimination, to completely remove all optional tags tags from the SoapUI request so that there isn't any funnies there. Also, maybe clean up all unused data elements attributes. Sometimes when you populate an optional data element, some of the attributes of that element are mandatory & you might not be populating those, that could trigger this error. Just send through the absolute minimum data in the request, no additional elements / tags / attributes.
Lastly, it may help but there's no guarantee, setup an ICF trace in TCode SICF for the user that you're using in SoapUI & see if that yields any helpful results.
Best Regards, Trevor

Similar Messages

  • Need to create Enterprise field, LookUp Table and PDPs programmatically

    Hi,
    Please suggest how i can create Enterprise field, LookUp Table and PDPs, Workflow Stages, Phases programmatically for Project Server 2013. Any resource / blog link will be really be helpful.
    I searched google but most of them are for PS 2010
    Regards,
    Ankit G

    By Enterprise field i am assuming you mean Custom Field.
    The Google/Bing results for PS 2010 is referring to the PSI model. This model can still be used for Project Server 2013 OnPremise installations, but not for Project Online.
    The question is how do you want to create them/which technology do you want to use. you can program Agains the Project server through the PSI API, the CSOM API, the REST interface, Javascript and VBA code.
    I am gussing you want to create an application that uses C# therefore i will suggest to use the PSI or CSOM API.
    PSI is the old model, but is still supported in PS2013.
    The CSOM is the new model and only Works in PS2013 and comming versions.
    A great reference you should download is the Project Server 2013 SDK:
    http://www.microsoft.com/en-us/download/details.aspx?id=30435
    I am guessing you are new to Project Server programming so i will suggest you go with PSI as it has the most documentation.
    PSI:
    Getting started:
    http://msdn.microsoft.com/en-us/library/office/ff843379(v=office.14).aspx
    http://msdn.microsoft.com/en-us/library/office/ee767707(v=office.15).aspx
    Create Custom field:
    http://msdn.microsoft.com/en-us/library/office/websvccustomfields.customfielddataset.customfieldsdatatable.newcustomfieldsrow_di_pj14mref(v=office.15).aspx
    http://msdn.microsoft.com/en-us/library/office/gg217970.aspx
    Setting custom field values:
    http://blogs.msdn.com/b/brismith/archive/2007/12/06/setting-custom-field-values-using-the-psi.aspx
    http://msdn.microsoft.com/en-US/library/office/microsoft.office.project.server.library.customfield_di_pj14mref
    Lookuptables are the same procedure:
    http://msdn.microsoft.com/en-us/library/office/websvclookuptable_di_pj14mref(v=office.15).aspx
    Workflow phases/stages:
    http://msdn.microsoft.com/en-us/library/office/websvcworkflow_di_pj14mref(v=office.15).aspx
    PDP's:
    PDP's have to be created through the SharePoint interface as Web Part Pages. I havn't tried this.
    I think you want to do this in a backup/restore scenario. In this case you might consider the free tool Playbooks:
    http://technet.microsoft.com/en-us/library/gg128952(v=office.14).aspx

  • Import Enterprise Service into Repository and Enhance Service

    Hi experts.
    We've activated with transaction SOAMANAGER a enterprise service discovered in ENTERPRISE SERVICE WORKPLACE in SAP BACKEND.
    In SAP PI we created a external definition from WSDL definition and we've developed a SOAP to SOAP scenario where SOAP receiver is pointing  to this service. Everytring is working fine but I have some doubts.
    1. Is that the best way to proceed? Should I have to import metadata in someway from enterprise service workplace into repository and not create a external definition from import wsdl retrive in ENTERPRISE SERVICE WORKPLACE?
    2. Now we have a new requriment and we have to add to a new field into response message. So we need to enhance the enterprise service. How we can get that?
    Thanks a lot.
    Regards.

    Hi.
    We're using 7.11.
    First question resolved. In this guide is explained how to enhance a standard enterprise service:
    [http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c0bb5687-00b2-2a10-ed8f-c9af69942e5d?QuickLink=index&overridelayout=true]
    One of the steps is create a enhanced data type from original data type and then import this enhanced data type to backend with SPROXY transaction. Then you can enhance the standard code with BADIs. But my question is, how I import to SAP PI repository the metadata of a standard enterprise service (data types, message types, service interface). I'm using the enterprise service SupplierERPBasicDataByElementsQueryResponse_In.
    [http://esworkplace.sap.com/socoview%28bD1lbiZjPTAwMSZkPW1pbg==%29/render.asp?id=E84CA2C09A8411DD2B8D000F20FCB6A9&fragID=&packageid=DE0426DD9B0249F19515001A64D3F462&iv=]
    Regards.
    Thank u so much.
    Edited by: Christian  Abad Chico on Feb 21, 2012 9:03 AM

  • Creating web service for bapi and consume in portal.

    Hi ,
    I am new to Web Services. This is my requirement I need to publish the functionality of bapi as a web service and consume the web service from portal side.
    I have followed these steps to create web service.In transaction se80 i have created service definiton and a wsdl file is generated.
    When i am exporting that WSDL file and creating a model in a webdynpro project. I am getting the following error. I dont know how to proceed further.Error while loading WSDL.Check error log for more details.
    Whether the proxies need to be generated?What is the purpose of it? Where the proxies need to be generated?
    Is Process integration needed to use web services?
    Kindly guide me how to proceed.
    Best Wishes
    Idhaya R

    the proxy is the object that make possible to use the service; even if service and consumer are on the same host, you need a proxy to use it.
    try to check this blog
    /people/thomas.jung/blog/2007/12/17/consuming-services-with-abap

  • Enterprise Services without ESR and EHP - is it possible

    Hi All,
    I am investigating if it is possible to setup Enterprise services without having ESR in our landscape. We also do not have EHP installed in our ERP system. We have SAP ECC 6.0 and PI 7.0.
    I would like to install separate ES that I would like to use for our current project. I can't wait for installing ESR on PI and EHPs on ERP.
    Is it possible? If it is how I can do it?
    br
    Dawid

    Hi Dawid,
    Contrary to what the previous post said (SudipPaul)...
    It is possible to setup Enterprise Services without having an ESR in your landscape. You'll just need to ensure that the ECC version that you're on supports the Enterprise Service in question. You would typically search for possible Enterprise Services that you could use in the ES Workplace:
    [http://esworkplace.sap.com/socoview(bD1lbiZjPTAwMSZkPW1pbg==)/render.asp?sap-unique=130459&sap-params=aWQ9RjZDRkMwRUEzRUYxNEJDOTg0MUM1MjgyNzJFRTg1ODMmcGFja2FnZWlkPURFMDQyNkREOUIwMjQ5RjE5NTE1MDAxQTY0RDNGNDYyJm1vZGU9]
    From the ES Workplace you can also test drive the Enterprise Service that you're thinking of using to see if it meets your requirements. You do this by applying for access to the relevant backend system/s on the same landing page as above.
    If you have identified an Enterprise Service that you want to use (you'll normally notice the ECC version or Industry Solution version that the enterprise service is available from) then you'll need to check whether you're on the right ECC version or higher. Use this forum thread as an example to identify that:
    [Can't find  ESA ECC-SE 603 SWCV;
    So it is possible depending on whether the Enterprise Service is available with the ECC version you have & without PI or ESR or anything else. The ESR is a nice to have & just makes life a lot easier. A services registry is also a nice to have but not compulsory.
    Regards, Trevor

  • Automator - Creating a service - to Copy and Paste Folders

    I keep trying to create an Automator service to copy a set of folders and paste them in a location where I have right clicked, but I can not make it happen.
    Can someone please help me or point me in the right direction of some information.
    Thank you in Advance!

    Are you always copying to the same location or does it change locations each time? If it changes each time we'll need to create a step to ask for the pathname.
    I built a workflow that might do what you need. Haven't tried it since upgrading to Snow Leopard but the actions are still there.
    1. Use the "Get Specified Finder Items" to select the files that will be copied. If you click its options you can choose "Show When Run" which lets you choose new files each time the workflow is run.
    2. Add a "Copy Finder Items" actions. Choosing the "Show this action when run" option will allow you to choose a new destination location each time the workflow is run.

  • Is it possible to create web services for classes and bol objects?

    i am new to crm web channel,can any one  please ,help me....
    thank u in advance,
    kiran.

    Hi Kiran,
    Here, when you are talking about classes and BOL objects together, I assume you are talking about the BOL layer for CRM. If that is the case, and you have no dependency on WCEM for these objects, I would suggest you use the NW gateway to expose Odata web services from the CRM box itself. If you would like to expose the Odata web services from WCEM, please have a look at Ch 7 Dev & Extension Guide available in help.sap.com/wec301.
    Good luck!
    Regards
    Pranshu

  • Replace patient create bapi with enterprise service

    Hi all,
    I've compared the input data of the patient create bapi with the input message of the patient create enterprise service. There are some differences and so I don't know if it's possible to replace the bapi with the enterprise service. As example, the bapi offers input fields for contact persons (first and last name, relationship, address number) which are stored in the table NPAT.
    In contrast, the enterprise service offers the input type dependent relationship with fields DependendId and RoleCode.
    Which table does the service use to store the contact information?
    Does the create patient service fill the same tables as the bapi?
    Is it possible to replace the bapi create patient with the enterprise service?
    Best regards,
    Christian Sonek

    Hi Christian,
    Enterprise services expose more or less the business partner interface whereas BAPIs expose the patient management interfaces complying to the former data model. As my colleagued described before, next of kin is handled as a separate business partner and due to that fact, services and BAPIs behave in a different way.
    That means, in case a customer does not want to upgrade to the new patient management concept with using the central business parter he cannot create next of kin data with the PatientCreate service. In case he wants to upgrade to the new Patient concept and he agrees to store patients and next of kin as business partners, he can replace the API with the service.
    Apart from next of kin data, the service for patient create can be used to create patients even with the old patient
    Best Regards, Doris Karbach

  • Ibase and configuration error while creating a Service Contract

    Hi,
    I am creating a Service Contract programatically and not manually through the T-code CRMD_ORDER.
    I am using the Function module CRMXIF_ORDER_SAVE for the same as the FM BAPI_BUSPROCESSND_CREATEMULTI and CRM_ORDER_MAINTAIN did not work for me because of the number of parameters that needs to be passed for creating the Service contract.
    The Service contract does get created but there are errors corresponding to the Point of delivery and configuration missing.
    The error corresponding to the point of delivery says "IS-U:allocate a point of delivery to the item" even though I am passing the values in the REF_OBJECTS field of the CRMXIF_BUSTRANS_ITEM structure.
    Structure for the same is :
    ls_objects_i-TYPE_REF_OBJ = 'B'.
      ls_objects_i-object_task = 'I'.
      ls_objects_i-PRODUCT_GUID = lv_product_guid.
      ls_objects_i-PRODUCT_ID = p_product_id.
      ls_objects_i-IBASE_COMP_GUID = ls_output-IBASE_GUID.
      ls_objects_i-IB_INSTANCE = 1582.
      ls_objects_i-IB_COMP_VALID = '20070926093651'.
      ls_objects_i-SERIAL_NUMBER = '0102 46CC9C278B92025BE10000000AD5920E'.
      append ls_objects_i to lt_objects_i.
      p_ls_item-REF_OBJECT-data = lt_objects_i.
      p_ls_item-REF_OBJECT-datax = 'X'.
    Similarly,the error for the configuration says "Configuration for the item missing" and here again I am passing the values in the CONFIGURATION structure.
    Structure for this is :
      p_ls_item-configuration-data-consist = 'T'.
      p_ls_item-configuration-data-kbname = 32.
      p_ls_item-configuration-data-kbvers = '0.0'.
      p_ls_item-configuration-data-kbprofile = 'E_H_B'.
      p_ls_item-configuration-data-complete = 'T'.
      p_ls_item-configuration-data-spras = 'E'.
      p_ls_item-configuration-data-cfginfo = 'VCOND=VARIANT_CONDITION_KEY'
      ls_cuins-OBJ_TYPE = 'SERV'.
      ls_cuins-class_type = 300.
      ls_cuins-obj_key = 'E_H_B'.
      ls_cuins-obj_txt = 'E_H_B'.
      ls_cuins-QUANTITY = '1.0'.
      ls_cuins-COMPLETE = 'T'.
      ls_cuins-CONSIST = 'T'.
      append ls_cuins to lt_cuins.
      ls_config_i-instance = lt_cuins.
      p_ls_item-configuration-data = ls_config_i.
      p_ls_item-configuration-datax = 'X'.
      clear ls_config_i.
      ls_cuval-charc = 'DISCOUNT_EUR'.
      ls_cuval-charc_txt = 'DISCOUNT_EUR'.
      ls_cuval-value = '0.0'.
    ls_cuval-value_txt
      append ls_cuval to lt_cuval.
      ls_instance-value = lt_cuval.
      insert ls_instance into table lt_instance.
    ls_config_i-instance = lt_instance.
    p_ls_item-configuration-data = ls_config_i.
    p_ls_item-configuration-datax = 'X'.
    clear ls_config_i.
    Kindly help if anyone has worked on this.......
    Regards,
    Puneet Jhari.

    Hi,
    I am creating a Service Contract programatically and not manually through the T-code CRMD_ORDER.
    I am using the Function module CRMXIF_ORDER_SAVE for the same as the FM BAPI_BUSPROCESSND_CREATEMULTI and CRM_ORDER_MAINTAIN did not work for me because of the number of parameters that needs to be passed for creating the Service contract.
    The Service contract does get created but there are errors corresponding to the Point of delivery and configuration missing.
    The error corresponding to the point of delivery says "IS-U:allocate a point of delivery to the item" even though I am passing the values in the REF_OBJECTS field of the CRMXIF_BUSTRANS_ITEM structure.
    Structure for the same is :
    ls_objects_i-TYPE_REF_OBJ = 'B'.
      ls_objects_i-object_task = 'I'.
      ls_objects_i-PRODUCT_GUID = lv_product_guid.
      ls_objects_i-PRODUCT_ID = p_product_id.
      ls_objects_i-IBASE_COMP_GUID = ls_output-IBASE_GUID.
      ls_objects_i-IB_INSTANCE = 1582.
      ls_objects_i-IB_COMP_VALID = '20070926093651'.
      ls_objects_i-SERIAL_NUMBER = '0102 46CC9C278B92025BE10000000AD5920E'.
      append ls_objects_i to lt_objects_i.
      p_ls_item-REF_OBJECT-data = lt_objects_i.
      p_ls_item-REF_OBJECT-datax = 'X'.
    Similarly,the error for the configuration says "Configuration for the item missing" and here again I am passing the values in the CONFIGURATION structure.
    Structure for this is :
      p_ls_item-configuration-data-consist = 'T'.
      p_ls_item-configuration-data-kbname = 32.
      p_ls_item-configuration-data-kbvers = '0.0'.
      p_ls_item-configuration-data-kbprofile = 'E_H_B'.
      p_ls_item-configuration-data-complete = 'T'.
      p_ls_item-configuration-data-spras = 'E'.
      p_ls_item-configuration-data-cfginfo = 'VCOND=VARIANT_CONDITION_KEY'
      ls_cuins-OBJ_TYPE = 'SERV'.
      ls_cuins-class_type = 300.
      ls_cuins-obj_key = 'E_H_B'.
      ls_cuins-obj_txt = 'E_H_B'.
      ls_cuins-QUANTITY = '1.0'.
      ls_cuins-COMPLETE = 'T'.
      ls_cuins-CONSIST = 'T'.
      append ls_cuins to lt_cuins.
      ls_config_i-instance = lt_cuins.
      p_ls_item-configuration-data = ls_config_i.
      p_ls_item-configuration-datax = 'X'.
      clear ls_config_i.
      ls_cuval-charc = 'DISCOUNT_EUR'.
      ls_cuval-charc_txt = 'DISCOUNT_EUR'.
      ls_cuval-value = '0.0'.
    ls_cuval-value_txt
      append ls_cuval to lt_cuval.
      ls_instance-value = lt_cuval.
      insert ls_instance into table lt_instance.
    ls_config_i-instance = lt_instance.
    p_ls_item-configuration-data = ls_config_i.
    p_ls_item-configuration-datax = 'X'.
    clear ls_config_i.
    Kindly help if anyone has worked on this.......
    Regards,
    Puneet Jhari.

  • Call Enterprise service in BPM Process

    Hi,
    I define a BPM process for PO creation
    In the first Lane : Purchase requestor
    In the second Lane: Approve Process
    In the third Lane: Create PO(Enterprise Service)
    Here in the first lane iam giving the below attributes
    Requestor Name
    Requestor Country
    Product ID
    Product Descrption
    This will be send to second lane i.e Approver Process
    Once he approved it should create a PO in Hu2 if he reject it should goto first stage
    I consumed Enterprise Service from HU2 and i published in service registry
    Now i created automated activity and imported PO create service in BPM flow seccussfully.
    Now my problem is to write code in webdynpro.
    How to write code for below process?
    In the second lane i.e Approver Process i should write a code that if it approve goto third process i.e call webservice which which creates a PO .If it rejects goto first process??How to write this code?Plz can u help Iam new to coding moreover to webdynpro...
    Regards
    Shwetha.
    Edited by: Shwetha-Capita on May 1, 2009 1:28 PM

    Hi Shwetha,
    The following part of the documentation explains how to prepare your Web Dynpro DC so that it can be used in SAP NetWeaver BPM:
    https://help.sap.com/saphelp_nwce711/helpdata/en/48/cae1791e774da5e10000000a421937/frameset.htm
    The important thing to know is that SAP NetWeaver BPM is waiting for a complete event to be triggered in your application. Once this is received the process flow continues.
    So in your case you would simply create two Web Dynpro user interfaces. The first one for entering the data and the second one for reviewing / approving / rejecting the data.
    In the first case you would have some sort of "submit" button, which triggers the before mentioned 'complete' event. SAP NetWeaver BPM will then take the data that is visible in the Web Dynpro context of the interface controller and continue the processing.
    The second case basically works the same with one little difference: Here you would have two buttons -  one for the approval and one for rejection. Both will trigger the 'complete' event, but should set a field in the Web Dynpro context (e.g. "isApproved") differently. While the "approve" button should set it to "true" the "reject" button would set it to "false".
    So once this step is also completed you could make use of gateways and conditions (https://help.sap.com/saphelp_nwce711/helpdata/en/47/635cb242bf6831e10000000a421937/frameset.htm) in your proces model to determine if the data should be passed to the service for PO creaton or if it should handle a different situation in case of a rejection.
    If you're new to SAP NetWeaver BPM it might help having a look at the documentation first and also browse through some sample models as they are provided here:
    https://www.sdn.sap.com/irj/sdn/nw-bpm?rid=/webcontent/uuid/006a16ad-a3ad-2b10-4e9a-af2ee5820848 [original link is broken]
    Hope that helps,
    Martin

  • Extending an Enterprise Service

    I am looking for a step-by-step guide that explains how to extend an existing Enterprise Service to add and process additional fields to the standard data type the is used by that service. This includes the changes to be made in PI and the target system hosting the Enterprise Service.
    Can anybody point me to a good article or blog?
    Kind Regards,
    Tony.

    I am not sure if there is a blog. But this is what you should do -
    1. Find the associate enterprise service PI content. Find the message type and the data type with in.
    2. Select the data type at which you want to add new field and create an enhancement for this data type under your own namespace. Activate.
    3. In Host system, SPROXY, select your enhancement and create proxy. Activate. you should now see the enhanced fields in the standard service structure.
    VJ

  • Enterprise Services Point-to-Point Communication

    Hello Gurus,
    I have activated Enterprise Services in ECC and installed all the prequisite SWC in PI. 
    I can see all the relvant objects in PI and ECC i.e. proxies.
    However I can't find the service interfaces in SOA or service registry.
    I want to create a point2point communication using these services or is it not possible? it really should go thru adapters?
    *Im fairly new to using ES(sap delivered).
    Thanks for your help!

    Hi,
    However I can't find the service interfaces in SOA or service registry.
    To see service in service registry you need to publish it. Check transaction SOAMANAGER and search for your service, you will be able to see it there. Create endpoint and use wsdl of selected binding for point to point communication (No adapter required).
    Seach SCN and SAP help for step by step instructions.
    Regards,
    Gourav

  • No access to Enterprise Services via Visual Composer

    Hi,
    I've configured the new landscape of EsWorkplace (HU2/800) in the Visual Administrator.
    After I start the Visual Composer and log in I get the list of Enterprise services normally, but when I click on the Enteprise Service to get the Data service to model in the story board, nothing happens and I can't get the Data service.
    Can anybody help in this issue?

    Hi Ghosh,
    I had used fine the EsWorkplace environment until the update of the landscape, when the system id was FU2. I used the Enterprises Services directly in Visual Composer and  used in the NetWeaver Developer Studio by CAF Services too.
    When SAP changed the landscape (system id HU2)  I received another password for my userid.
    I changed my WebService Security in the Visual Administrator and when I started the test, I see that I don't get to use the Enterprise Services directly in the Visual Composer.
    The applications that I created in the Developer Studio still work fine, but When I select the button "Find Data",  select the HU2 system , and select the search button the result is showed at the screen , but when I click on the Enterprise Service nothing happens, and I can't get the Service for model at the Story board.
    thanks,
    Márcio

  • Enterprise Service Design Guide

    Hello,
    One of my colleagues is attending TechEd in Amsterdam this week, and he informs me that he was told SAP a while back developed a design guide for creating enterprise services.  I can't seem to find anything particular to this on SDN.. can someone point me in the right direction?
    Thanks,
    Matt

    Hi Matthew,
    <a href="http://www.sap.com/mk/get?_EC=DRQ9ocPiuHUaeFthOrrkni">Here is the guide.</a>
    Regards,
    Austin

  • Realationship enterprise service - application/entity service

    I read some books about ESA and CAF but I still don't know the relationship between enterprise services in ESA and application and entity services in the Netweaver DevStudio (CAS framework).
    Are application/entity services also enterprise services? Or is there a difference?
    Thanks for your answers.
    Joachim

    You can consume SAP Enterprise Services. You can also participate in the definition of the Enterprise Services  through the ES Community (see ES Community under Enterprise SOA in SDN) and even create your own Enterprise Services. You can use whatever web development tools you like. In Netweaver Java stack, you can use CAF to implement or develop Application Services (where business logic is coded) leveraging Entity Services taping into your local or remote data model(s). Enterprise Services can be modeled and coded in CAF Application Services but you can use plain J2EE as well. In SAP case, the interfaces for Enterprise Services are defined in XI (input/output/exception). Their implementation happen in the appropriate SAP solutions like ERP where business logic can execute against appropriate data.
    Practically CAF Entity Services cannot be called Enterprise Services unless you want to. They just perform basic CRUD (create/read/update/delete) operations on an data object. They're more like utility services. But like Anton's mention of "Private Enterprise Services", what's private remains your own business!

Maybe you are looking for

  • Sleep Light

    So I recently started noticing that the sleep light on the front of my powerbook will start to turn on and do it's 'sleep blink' after about 5 minutes of me using my laptop. The system does NOT shut down or go into sleep mode, it simply just blinks f

  • MY IPAD IS DISABLED

    My iPad is asking for a passcode but I never set one and now my iPad is disabled. What can I do to fix this?

  • What is/are the diagram just one step before coding?

    My question above is quite clear. I would like to know what is/are the diagram (in UML) one step before coding? The sequence diagram for coding, does it need to include details? i mean detail here is implementation detal. For example, if my GUI is us

  • How to use alerts

    Hi , I am doing Scenario File to IDOC  with out BPM. Requiremnt  is when ever the scenario fails( IDOC Not created due to some fields missing ) it should raise an alert in Alertinbox/External Mail/Fax/ How can it be possible. How should i approch the

  • Sapscript compare b/t string & number

    Hi, In sapscript, I write the below comparison but it doesn't understand: <b>IF &PAGE& = &SAPSCRIPT-FORMPAGES&.</b> with &PAGE& is of type character & &SAPSCRIPT-FORMPAGES& is an interger. Can someone show me how to convert (date type) either of the