Development Strategy Input Request

I have a client who wishes to add Purchase Requests from an existing external Java application into SRM 7.0 on a SAP ECC 5.0 ERP platform. Their request proposes that this could be easily accomplished using the "BAPI_REQUISITION_CREATE" transaction.
We've downloaded the NetWeaver 7.02 ABAP Trial to evaluate possible development strategies. With a desire to follow established Best Practices we could use some advice on the best development approach.
Does the NetWeaver 7.02 ABAP platform offer the best and most appropriate development environment? If so, can we add SRM functionality to test on?
Will the Trial version suffice for the development simple non-UI application for the submission of Purchase Requests?  We do not have SAP deployed in our development environment.
Which would be the better approach, ABAP or Java? If Java is the recommended approach, is the Trial development environment suffice?
Any guidance or recommendations would be greatly appreciated. Thanks in advance!

Hi,
     In addition to the above....
Webdynpro is preferred when minimum coding is required and applications are to be developed fast with minimal time and effort.
WD is also used when components are to be reused. Also highly skilled programmers are not needed to develop a WD application.
Java script can be used with Portal applications. Refer docs on creating Portal Applications. U'll get to know better.
Regards,
Pooja.

Similar Messages

  • Debugging is not working in R/3 from WebDynpro-ABAP developed webpage input

    Dear Friends,
    We are facing a serious problem for debugging. Expecting valuable input for the same.
    Debugging is not working in R/3 from WebDynpro-ABAP developed webpage input in Production Server.
    The debugging (for WebDynpro-ABAP application) is working in Dev. Server for
    1st ] Within R/3
    Ex. debug for bapi within R/3. i.e. value enter as input in R/3 only.
    2nd ] From webpage to R/3
    Ex. Some input given on the internet web page developed through WebDynpro and external breakpoint set in R/3 it works. It directs to R/3 code through debugging.
    In Prod. Server the 1st case above is working but the 2nd case is not working.
    In Prod. Server the WebDynpro developed applications are running successfully through internet explorer webpage inputs. So running the application is not a problem in prod. Server but debugging of the same is the problem.
    The setting which are done in Prod. server are,
    1] RZ10 in parameters are set for port and host name.
    2.1] In SMICM check for ICM.
    2.2] Host file updated in Windows-System 32.
    3] In SICF following services are active,
    3.1] default_host/sap/bc/webdynpro
    3.2] default_host/sap/public/bc
    3.3] default_host/sap/public/bc/webdynpro/viewdesigner
    3.4] default_host/sap/bc/wdvd
    3.5] default_host/sap/public/icman
    3.6] default_host/sap/bc/gui/sap/its/webgui
    3.7] default_host/sap/public/ping
    3.8] default_host/sap/bc/error
    3.9] default_host/sap/bc/echo
    4] In SE80
    4.1] Internet services-System-are published
    4.2] Internet services-WEBGUI-are published
    4.3] Utilities-Setting-ABAP Editor-Debugging-Username & New Debugger set.
    4.4] Utilities-Setting-ABAP Editor-Editor-Front-End Editor(New) set.
    5] In Su01 for user profiles sap_all & sap_new is assigned and role  SAP_BC_WEBSERVICE_DEBUGGER is assigned.
    6] The support packages are also updated to latest level.
    7] Gone through following links but not getting any clues.
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/48/74d50bd1431b5ae10000000a42189c/frameset.htm
    http://help.sap.com/saphelp_nw04s/helpdata/EN/77/3545415ea6f523e10000000a155106/frameset.htm
    Thanks in Advance.
    Best Regards,
    Abhijit.

    No cross posting
    Read the "Rules of Engagament"
    Regards
    Juan

  • Updation of INPUT Request fields in PI sheet automatically from xMII system

    Hi,
    We are getting the consumption data(Material Weight and Batch) from xMII in SAP browser based PI sheet through Z function module as a parameters .These values needs to updated automatically in PPPI_INPUT-REQUEST fields (PPPI_MATERIAL_CONSUMED & PPPI_BATCH),so that PI_CONS(Consumption) process message will be created automatically.
    We are facing problem to update the input request fields(PPPI_MATERIAL_CONSUMED and PPPI_BATCH) automatically in Browser based PI sheet.
    Can you please help us out to populate the input request fields automatically in PI sheet to automate the xMII with SAP PI sheet. I can provide the screen shots of PI sheets and configuration of process management if required.
    Thank you
    Warm Regards
    Darga Ali

    Hello Udayan,
    The issue is in SAP PI Sheet.
    We are getting the data from xMII into variables through function module and able to populate these values in PI sheet,But we need to update these values directly in input request fields ,so that it will create a process message and updated the process order with material consumption data.
    Is there any functionality available in xMII ,to update the vaules directly in input request fields in PI sheet.
    Thank you
    Warm Regards
    Darga Ali

  • I got My Apple Developer Program Enrollment Request but till now don't get any verification

    i wanna buy developer apple account  .I got My Apple Developer Program Enrollment Request before 6 days  but till now don't get any verification . so please help us ASAP .

    We are users like you. We have nothing to do with your enrollment. You need to go to the Online Store to formally purchase and pay for the membership.

  • Inbound Service Interface without Input Request Message

    Is it possible to create an Inbound Service Interface without Input Request Message?  We are trying to create a web service to get all records from a database table hence no input parameter is needed.  We have tried in both XI 7.0 and PI 7.1 but couldn't do it.  Is this scenario not supported by ESR or am I missing something?  Any hint will be appreciated.
    Regards,
    Jiannan

    In the scenario I described in my initial post the table structure is only needed in the response message to receive the data. 
    For a web service generated from a RFC function module using the service creation wizard (SE80) a table parameter is automatically included in the request message.  I can understand this as the wizard can not figure out if the table parameter is needed in the request message or not.
    I have tried to use the service creation wizard to generate a web service from the function module RFCPING that has no input or output parameters.  As shown in below WSDL segment the WSDL does allow not having any input or output parameters.
    - <wsdl:types>
    - <xsd:schema attributeFormDefault="qualified" targetNamespace="urn:sap-com:document:sap:soap:functions:mc-style">
    - <xsd:element name="Rfcping">
    - <xsd:complexType>
      <xsd:sequence />
      </xsd:complexType>
      </xsd:element>
    - <xsd:element name="RfcpingResponse">
    - <xsd:complexType>
      <xsd:sequence />
      </xsd:complexType>
      </xsd:element>
      </xsd:schema>
      </wsdl:types>
    - <wsdl:message name="Rfcping">
      <wsdl:part name="parameters" element="tns:Rfcping" />
      </wsdl:message>
    - <wsdl:message name="RfcpingResponse">
      <wsdl:part name="parameter" element="tns:RfcpingResponse" />
      </wsdl:message>
    Thanks,
    Jiannan

  • How to use Create input request Activity

     Hi,
     I want to get inputs from the users .
     I want to display a form were user can select a input from drop down list.
     That selected item i want to store it in a variable and use across the flow.
     How to do that using create input request or is there any other way to do that.

    You should be using "Input Request" to do what you are trying to do.
    Add "Create Input Request" to your workflow
    Configure the question you want the user to see in the Web Console. For example, "Select make of your dream car"
    Add "questions" to your input request. For the "drop-down" selection, chose to add new question of type "Select". This will bring up the dialog box that will allow you to configure the unique ID for your question, the free form text (label) and the list of selection choices to show in the drop-down.
    In the activities that follow "Create Input Request" you can retrieve the actual values that the user chose/typed by looking at the values in the [Workflow.Create Input Request.Task.Questions] table property. It has several columns: Id, Question, Value (that correspond to the fields you've configured)
    If you have Input request with several questions, you can use Select from Table activity to choose the specified question (by ID) that you want the value for. If you have only one question in the input request, you can get to the value (entered by the end user) by referencing this property [Workflow.Create Input Request.Task.Questions.First Row.Value]

  • FAO Adobe: What is Adobe's mobile development strategy?

    We've been trying to establish where Adobe is going with mobile development but just can't figure it out. Can anyone clarify please?
    For example, when will Dreamweaver be updated to properly support the latest versions of Phonegap/Cordova (i.e. v3.x)? Or is there no commitment to Phonegap? Blackberry, WebOS, Symbian are still shown but not supported. And Windows Phone is supported but not shown.
    There seems to be a lack of interest from Adobe for Phonegap/Dreamweaver support.
    Alongside our investment in Flash, which is now killed off, we previously invested time in native app development, then started using FlashBuilder because of Adobe's support for mobile app development, but Flashbuilder isn't properly supported now. Then switched to dreamweaver/phonegap because of Adobe's commitment to develop once and distribute to many platforms. But it seems to be a dwindling commitment and Phonegap isn't planned to support Blackberry 10. Creative Cloud seemed like a step towards supporting better development and faster access to updated software but the products have hardly been updated since we adopted it. So, we're just trying to establish if there is a strategy or go back to native app development with eclipse and xcode or look for another solution.
    We've recently seen "Adobe Experience Manager" in the press but it seems like a lot of marketing blurb with no real substance in terms of a development strategy and how the Adobe products fit in.
    Any clarification of the strategy would be really useful. Anyone got any ideas?

    Hi Ronny,
    you only have the two possibilities which where shown: Backweb or Attachments. As you say I got more bad experience with Attachments due to the fact that you need BP's or Activities. If you are using SAP Portal my recommendation is Backweb. I installed it under CRM 3.0 and it is really good. Easy to use and reliable. Admins need 30 min for training, Enduser about 5 Minutes and it works - what should I say more
    Andreas

  • Develop Text Input Service with Vistual Studio 2013 Express for Desktop

    Dear All,
    1 . Can we develop Text Input Service using TSF with Visual Studio 2013 Express?
    2. How to deploy  this text input service application onto PC or tablet? According to MS guideline(https://msdn.microsoft.com/en-us/library/windows/apps/hh967425.aspx), it seems we have to create an installer from Installsheild, then deploy this installer
    to PC/tablet, but this is really inconvenient for debug purpose. Do we have other ways to deploy?

    Hello,
    >>1 . Can we develop Text Input Service using TSF with Visual Studio 2013 Express?
    Since it is related with the Visual Studio, the VS forum is more proper for this question:
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?category=visualstudio
    >>but this is really inconvenient for debug purpose. Do we have other ways to deploy?
    Since this is the official guideline, i think there could not be other approaches, or you could have a try with the ClickOnce whcih is easier than the installer:
    https://msdn.microsoft.com/en-us/library/t71a733d.aspx
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Dynamic data in Composite Test Framework Input Request

    Hi All,
    I have created composite test framework test suites to test existing soa11g bpel composite.
    I have a requirement to have unique id in its input elemnt every time I test a BPEL service.
    <input>
    <ID>unique id</ID>
    </input>
    Can we generate unique ids in input data from test frame work?
    Can we achieve this ?
    Thanks,
    Praveen

    I remember that we had a prototype for this - but it seems that code never made it into the delivered code base. You might want to file an SR and ask for an enhancement request.

  • VCSStreamMonitor input request. Cannot process event

    The class listed below is added to the VCSRunProcess.addErrorMonitor() method. In order for it to be called, I have to set VCSRunProcess.setInputData("Y"), which in turn sends "Y" regardless of choices made in the MessageDialog.
    If I don't use VCSRunProcess.setInputData("Y"), the process will hang until a timeout occurs.
      private static class VSSInputMonitor extends VCSStreamMonitor {
        private String sError = new String();
        protected void patternMatched( RunProcess rp )  {
          try {
            String sInputData = ( MessageDialog.confirm( Ide.getMainWindow() , sError , "VSS Input", null) ? "Y" : "N");
            rp.log(sInputData);
            VCSProcessUtils.sendInputData( rp.getStarter().getProcess(), sInputData, true );
          } catch (IOException ex)  {
            ExceptionDialog.showExceptionDialog( Ide.getMainWindow(), ex );
        protected void streamLine(String sOutput, RunProcess rp)  {
          sError += sOutput;
          patternMatched(rp);
      }When the MessageDialog has finished, an IOException is thrown stating the following stack-trace:
    java.io.IOException: The system cannot find the path specified.
         at java.io.FileOutputStream.writeBytes(Native Method)
         at java.io.FileOutputStream.write(FileOutputStream.java:260)
         at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:66)
         at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:124)
         at sun.nio.cs.StreamEncoder$ConverterSE.implFlush(StreamEncoder.java:243)
         at sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:152)
         at java.io.OutputStreamWriter.flush(OutputStreamWriter.java:213)
         at java.io.BufferedWriter.flush(BufferedWriter.java:230)
         at oracle.jdeveloper.vcs.util.VCSProcessUtils.sendInputData(VCSProcessUtils.java:132)
         at novus.jdev.vss.VSS$VSSInputMonitor.patternMatched(VSS.java:358)
         at novus.jdev.vss.VSS$VSSInputMonitor.streamLine(VSS.java:366)
         at oracle.jdeveloper.vcs.migrate.VCSShellRunner$OutputThread.doLineUpdate(VCSShellRunner.java:543)
         at oracle.jdeveloper.vcs.migrate.VCSShellRunner$OutputThread.run(VCSShellRunner.java:482)What am I doing wrong?

    I'm afraid I can't really provide much guidance here. I spoke to PaulB (developer responsible for these APIs) and he could not think of a good reason why you're having these problems... It's perhaps something specific to ss.exe.
    FWIW, the SourceSafe integration we're implementing for 10.1.3 doesn't go via the command line (it uses OLE instead), so it doesn't have these problems... this is why I can't be as helpful as I'd like to be. I tried writing a SourceSafe extension based around SS.EXE a while back, and quickly came to the conclusion that Microsoft decided to write SS.EXE in a way that made it very difficult to integrate into other products as a command line tool.
    Brian

  • USBA and isochronous input requests ?

    Hello.
    I'm developing a driver for a device that communicates using isochronous USB requests.
    The system is a Sun Ultra 5 with a PCI USB2.0 card, Solaris 9/SunOS 5.8, USBA 1.0 patch installed.
    When I hot-unplug the device the detach() routine closes all pipes using usb_pipe_close(). I do not call usb_free_isoc_req() as this seems to be done by usb_pipe close(); doing it anyway crashes the system (I tried that).
    Now the system writes a lot of messages to /var/adm/messages. All messages have the same time stamp. An infinite number of messages are written (until the system is stopped):
    Jul 31 16:21:20 martin-ultra usba10: [ID 349649 kern.info] usba: leaking request wrappers 0x30001b64690
    Jul 31 16:21:20 martin-ultra usba10: [ID 349649 kern.info] usba: leaking request wrappers 0x30001b647d0
    Sometimes stopping the system (halt(1), reboot(1) or poweroff(1)) will cause a system crash. This is the case when re-plugging the unplugged device.
    In Solaris user (not developer) forums I read that the USB mouse driver (shipped with Solaris) produces similar messages after hot-unplugging.
    How can I handle these problems ?
    Only by cold-unplugging USB devices ?
    Note: This means that I must reboot the Sun Ultra each time I modify my driver !
    Thanks.
    Martin R.

    I found out a part of the solution myself:
    The callback routine must free the usb requests passed to it using usb_free_isoc_req().
    However I get 1 "leaking wrapper" request for the first request I have passed to usb_pipe_isoc_xfer().
    The system will crash sometimes especially on halt commands (such as poweroff).
    (btw. the SunOS version is 5.9, not 5.8)

  • Development Strategy

    Hi,
    Assume that we want to develop applications which will run on EP. We have the following choices for development tools;
    - Web Dynpro for Java/ABAP
    - Pure Java (JSP)
    - Portal Application (PAR). Applications Developed with PDK --> is this correct?
    My question is all about Portal Applications. I appeciate if you help me to make it clear,
    Q1. What is the language used for Portal Applications? May be I've to ask, What languages can be used for Portal Applications?
    Q2. Is Javascript coding possible with Portal Applications?
    Q3. In what circumstances we have to choose development of a Portal Application instead of a WD of JSP applications?
    My best regards

    Hi,
         In addition to the above....
    Webdynpro is preferred when minimum coding is required and applications are to be developed fast with minimal time and effort.
    WD is also used when components are to be reused. Also highly skilled programmers are not needed to develop a WD application.
    Java script can be used with Portal applications. Refer docs on creating Portal Applications. U'll get to know better.
    Regards,
    Pooja.

  • IOS 7 change iTunes and AppStore password input request.

    On iOS 6.1 I was able to change the frequency of how often iTunes and the AppStore requested my password. I had it set to "ask me every time". I would like to change it so it would be once every 15 mins. Yet I cannot find it in iOS 7. Any help or solutions?

    Ok so I figured it out. Go to General>Restrictions>Require passcode>15 minutes

  • Developer acecss key requested on executing proxy

    Hi Guys,
    We just upgraeded our SAP PI system from PI 7.11 to PI 7.3.
    After upgrade we have regenerated the proxy for one of the existing custome development (File to Proxy sceario). Now we are facing 2 wierd issues:
    1. On trying to execute the proxy from SPROXY, for testing purpose, we are being prompted to enter the developer key.
    2. When testing the interface end-to-end, messages get stuck in queue (SMQ2) with the error: "Screen output without connection to user.".
    We have tried to regenerate the proxy (dummy change in interface), but no good. Have tried transporting to the QA system but we are getting same error there as well. All other existing interfaces seem to work fine, i.e. we are not being prompted to enter developer or access key or the error message in SMQ2.
    Our backend system was upgraded as well.
    Any ideas will be appreciated.
    Regards,
    Sanjeev.

    1. On trying to execute the proxy from SPROXY, for testing purpose, we are being prompted to enter the developer key.
    you have to ask developer , is theer any maintain security for accessing the Sproxy......
    2. When testing the interface end-to-end, messages get stuck in queue (SMQ2) with the error: "Screen output without connection to user.".
    might be the reason is authorizations for the user that you are using for Proxy communication between XI and your R/3 system.
    refer :
    http://www.saptechno.com/sap-notes.html?view=sapnote&id=502122
    http://www.sapnet.ru/abap_docu/ABENRFC_SYS_FAIL.htm

  • Input requested: Issues in upgrading search for public site to 2013

    We have a fully branded 2010 public site that uses search.  In our upgrade to 2013:
    We'd would prefer not to perform the visual upgrade because we don't want to update our master pages and page layouts.  
    Search currently uses a 2010 search scope to limit results to the single site collection - there are other portals on the farm.
    We can't use the new 2013 result sources that replace search scopes, so I'm looking for a good way to limit search results.  I know I could create a separate search service app for the portal, but I'd prefer not to do that.  
    Does anyone see a way to do this without performing the 2013 visual upgrade OR using custom development OR creating a new search service application that serves just the 2013.  I know I'm asking to have my cake and eat it, too, but I want to exhaust
    all easy options before I try something more complex.
    Thanks for your help.
    Nate

    Hi Nate,
    As I understand, you are concerning about custom branding and search scope issues when upgrading from SharePoint 2010 to 2013 version.
    For custom branding, SharePoint 2013 introduces a new user interface that is lightweight, fast, and fluid. To get this new experience, you must upgrade to the new UI. If your site collection contains custom branding, we recommend that, before you upgrade,
    you first create an evaluation site collection where you can test and re-create your custom branding in a SharePoint 2013 environment. For more information:
    http://technet.microsoft.com/en-us/library/dn178510(v=office.15).aspx
    http://en.share-gate.com/blog/migrating-sharepoint-site-customizations-to-sp2013
    For search scope feature in SharePoint 2010 search, we have content source now. To limit search results, we could use Query Rules and Result Sources:
    http://blogs.technet.com/b/mspfe/archive/2013/02/01/how-query-rules-and-result-sources-can-be-used-to-customize-search-results.aspx
    http://blogs.technet.com/b/tothesharepoint/archive/2012/10/09/build-a-specialized-search-experience-in-minutes-with-sharepoint-2013.aspx
    http://brainlitter.com/2013/03/22/sharepoint-2013-search-scopes-are-gone-but-dont-fret/
    Regards,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected] .
    Rebecca Tu
    TechNet Community Support

Maybe you are looking for

  • Links category in Page Properties

    In most of my pages, the Page Properties does not list "Links" in Categories, so I am unable to change properties of links - like eliminating underlining, or changing the color of visited links, etc. The affected pages have Appearance, Title/Encoding

  • IPhoto - Facebook Faces Problem

    I'm having issues with Facebook and iPhoto Faces integration.  Here is what is happening:  I go through my pictures in iPhoto and tag Faces.  Then I upload the pictures through iPhoto to Facebook.  But if I've tagged a Face of an individual in iPhoto

  • Chess app starts automatically

    How can I stop the Chess app from automatically staring when I turn on my Mac Book Pro?

  • Pricing in outbound delivery without ref to sales order

    Hello, I am creating a delivery without ref to sales order. I need to do pricing in the delivery for the material sold. 1 ) I have never done the above. can someone tell  what are the config steps for  the same and what is the t code to create condit

  • Auto-expire from query based on date

    I have some records in my MySQL db that contain dates for upcoming events.. I need a way to query upcoming events and expire them from the query once the date passes without necessarily deleting them from the database. (I'm publishing the next 5 upco