How to deliver an order created in SAP R/3 using sap gui.

Hi all,
   I have created an order in SAP R/3 with two items.Now i want to deliver the order using sap gui.Pls tell me the bapi or steps of doing it.
Regards,
Kiran.

Hi,
Kindly check the link for creating Outbound delivery for
customer sales order:
http://help.sap.com/saphelp_47x200/helpdata/en/dd/56078c545a11d1a7020000e829fd11/frameset.htm
best regards,
Thangesh

Similar Messages

  • How to create interactive map in SAP Visual Business using SAP UI5 SDK

    Hi,
    Please tell me,
    How to create interactive map in SAP Visual Business using SAP UI5 SDK.
    Is it possible to create interactive map using VB Control in SAP UI5 SDK..?
    if possible please any one let me know.

    Hi folks, one question:
    We have our development close moved and now it is earlier than originally planned. 
    That means that we maybe can't finish our convenient API and you have to wait till we will release it - early 2015 is planned.
    But there is another option:
    Currently we have a API based on json. The developer has to create json and  to transfer it to the Visual Business control.
    This interface is more used as a low level API and we are developing on top the more convenient one. So all the features are the same.
    It will stay stable & compatible in the future and you can build on it.
    Do you want to use this interface?  
    Then I will publish the documentation.
    Let me know.
    Thanks

  • SAP UI5 Chart using SAP MII Query template

    Hi All, I am new to SAP UI5. I am trying to create SAP UI5 chart using SAP MII Query template. could anyone please tell me how to pass the Query Template as input to the SAPUI5 Chart? If possible please share sample code for doing so Regards Praveen Reddy

    Hi,
    If you want to embed UI5 objects in an IRPT here is a very simple code snippet:
    <HTML>
    <HEAD>
      <TITLE>TestUI5</TITLE>
    <SCRIPT type="text/javascript" src="/XMII/JavaScript/bootstrap.js" data-libs="i5Chart,i5Grid,i5SPCChart"></SCRIPT>
      <SCRIPT>
      var Grid = new com.sap.xmii.grid.init.i5Grid(SpecifyDisplayTemplateHere, SpecifyQueryTemplateHere);
      Grid.setGridWidth("640px");
      Grid.setGridHeight("400px");
      Grid.draw("div1");
      </SCRIPT>
    </HEAD>
    <BOD
      <DIV id="div1"/>
    </BODY>
    </HTML>

  • How to deliver items in SAP R/3 using sap gui

    Hi all,
        I have created an order.I want to deliver the items contained in it. pls tell me how to do it using sap gui.
    Regards,
    Kiran.

    Hi Anil
    You can create a normal ABAP report to delete or modify records from database table.
    You can use statements such as delete or modify for this purpose.
    First select the records from table bring them into internal table and use that table to delete the records from database.
    Note: If you are trying to delete records from Z tables then this approch can be adopted but if you are dealing with Standard tables it`s not a option to directly delte the reocrds from database table .
    For that purpose you can use BDC or any othe available FM/BAPI.
    Note :When you are deleting records from the database table please use locking function module to lock the database entries.
    Regards
    Neha

  • How to indentified work orders created for an trasfered asset in EAM

    Dear All,
    We have a businees requriment, where we need to list of workorders created for an asset which has been transfered from one EAM org to another EAM org.
    Business case :
    1.We have an asset BX3003 in WSB (eAM org), i have performed move asset transaction from maintenance super user to transfer this asset to other eAM org (GSW) and created a workorder in this org.
    2.Now we get this work order in to a custom report called work order created for transfered assets
    Can any one help us on this issue.
    Thanks a lot
    Praveen

    Hi,
    Yes, you can generate active calls into the future. First ensure that you have set a scheduling period in each relevant maintenance plan. This determines how far into the future you want calls to be generated. Also make sure the completion requiremment flag is not set.
    The calls can be generated via IP30 (or schedule with RISTRA20). Make sure the interval for call object is set to a sufficient length of time. This has the same function as the scheduling period in the plan. However the lower of these two values will be effective. To ensure the calls are not set on hold - set the immediate start for all flag. This setting will ensure the calls are scheduled and orders generated.
    -Paul
    Please use [Enterprise Asset Management (EAM)|Enterprise Asset Management (SAP EAM); forum for PM/CS specific topics   (I am moving the thread)

  • How to create widget webservice Enabled RFC using SAP WidgetDevelopmentTool

    Hi,
    I have Exposed one RFC as webservice. How to execute that RFC using webservice using SAP Widget development tool.
    Regards
    Vijay

    hi vijay,
    this blog will be useful for your furthur development :
    /people/anton.wenzelhuemer/blog/2007/03/04/kpi-speedometer-widget
    aslo you check the services available in the widget foundation.
    try with this service ;
    /ewcs/service/rfct POST Executes specified RFC through JCO or WS and allows XSL transformation of results
    link : http://localhost:7531/SapMiddleTier/REST/ewcs/service/rfct
    thanks
    Jaideep Srinivasan

  • Creating BO or Crystal reports using SAP - R3 - Possible?

    Hi,
    Is it possible to create Business objects or crystal report with just SAP R3 system (without using SAP BW)?
    Thanks in advance
    Regards,
    Subbu S

    Hi,
    In latest release in BOXI3 we have option BO and SAP integration kit.whilt installing you need to install this integration kit i.e. how we are installing Deski and designer.
    Once you have install this option we can directly use SAP R3 source and we can gentrate reports and we can use SAP R3 source table in to universe desing and we can design universe. Once universe desing done we can use this universe for report creation.
    Thanks
    Vivek.K

  • Reading of File from legacy system into SAP Application Server using SAP XI

    Hi All,
      I have a file in <b>Legacy System with Exchange rates information data</b> i have to read that file using SAP XI process and put that file in SAP Application Server in SAP Specific Format and latter i have to use program RFTBFF00 to upload the file in the Application Server into SAP Tables.
      Can anybody tell me how can i do this with some example of same scenario.
      It would be better if anybody provides code example as i am new to SAP XI.
    Thanks in advance.
    Warm Regards,
    Rayeez.

    Hi Shaik,
    You need the access to the file system of ur legacy application and then you can follow this link for the required ifnormation
    File & Header
    Regards
    Vishnu

  • Connect to SAP R/3  using SAP GUI for HTML through saprouter

    Hello,
    I have my system running on my intranet, but I need to connect some support enginners through an Internet connection. Nowadays some users can connect to QAS and PRO systems using SAP GUI for windows and java with the saprouter string,  but the support enginners are using SAP GUI for HTML, do I need a special string or configuration so html users can connect to my system from the Internet?
    Thanks in advance.

    thanks, I can get the data from SAP R/3 to crystal report.
    but still dont know how to do the second question mentioned in previous message:
    once the table I want to get the data from is a cluster, and have found the mapping data dictionary of this data cluster, which displayed in crystal report connection as well, however, the data is not what I wanted.

  • Testing SAP HCM application using SAP TAO

    I have the following questions regarding SAP HCM testing.
    1)  Do we use any third-party i.e, HP's Quality Center, QTP tools to test SAP HCM applicationa?
    2) Do any one  tested SAP HCM using SAP TAO tool? 
    I am new to SAP HCM testing, appreciate if someone can send some documents related to testing using SAP TAO and other third-party tools.

    Basuvarma:
    I understand that we use Quality Center to maintain the test cases. I want to know if you can provid me any documents related to SAP HCM testing using QC or Rations tools....
    Appreciate your response.

  • How many ways we can create authorization for user groups in sap query reports

    Hi Gurus, I am getting a problem when I am assigning users to user group in sap query report .The users other than created in user groups are also able to add &change  the users .So please suggest me how to restrict users outside of the user group.
    Please send me if u have any suggestions and useful threads.
    Thank You,
    Suneel Kumar.

    I don't think it can be done. According to the link below 'Users who have authorization for the authorization object S_QUERY with both the values Change and Maintain, can access all queries of all user groups without being explicitly entered in each user group.'
    http://help.sap.com/saphelp_46c/helpdata/en/d2/cb3f89455611d189710000e8322d00/content.htm
    Although I think you can add code to your infoset and maybe restrict according to authority group, i.e.:
    Use AUTHORITY-CHECK to restrict access to the database based on user.
    Press F1 on AUTHORITY-CHECK to find out how to use it in the code

  • How to block sales order creating manually for a sales order type

    Hi SD gurus,
    My client wants for EDI orde type, the sales order should not be processed manually
    how can i restrict this. I know to i can restrict this by not giving authorization
    I want globally to maintain this.
    thanks

    Hi.
    I think that the best way to do this is to create a field exit to data element AUART.
    You will need an ABAP'er to create this field exit and associate the field exit to program SAPMV45A.
    Doing this, you need create a customized table to maintain the sales order type permitted to manual creation.
    You can use the program RSMODPRF to see all active field exits.
    I believe that EDI orders in your process are created through BAPI, correct?
    Waiting for response.
    regards.

  • How to display Sales order creater and whole modified the SO, when modified

    Dear ,
       I want to know a Sales order whol created it, and who modified it , which time modifed. What can I do?

    Hi,
    Go to VA02, then select Environment -> Changes -> Click on Additional Info .
    If you want to check a particular line item , you can put the item number in the Item field.
    Otherwise if you want to look at the entire order changes, then just leave it blank and click on execute.
    Now double click on any of the action and you would be able to see the previous and the changed value.
    Hope it helps you.
    Reward points if helpful.
    Regards
    Ravi

  • How to Upload Excel sheet in DB or internal table using SAP NetWeaver ABAP

    Dear All experts,
    Pls provide guidance  to Upload Excel sheet in DB or internal table using ABAP in  ( SAP NetWeaver stack  )
    Regards
    Machindra
    Edited by: Machindra Patade on Apr 8, 2010 3:07 PM

    Please search before posting.
    Thread locked.
    Thomas

  • How Can I Make Encore Create a Bluray Image that uses a Bit Rate that Really Fills The Disc?

    I have searched and browsed but have not seen this specific issue.
    I realize that if you leave the bit rate alone, Encore will use the best bitrate. In my experience, it doesnt. I have also found that the Disc Info on the Build tab is never correct. The final transcoded size of the ISO is always very different from what is shown.
    With the current disc I am making, I am encoding 4 HD m2t video files that total 20 GB on disk. The total running time is about 1hr 50m. Leaving everything set to defaults, the final size of the ISO file is 12 GB. I would like the final size to be around 20GB. I would expect that Encore would do this automatically. Changing bitrate in the project settings and re-transcoding does not change the final size. If I manually set the encoding, the size does change but since the Disc Info is unusable, it is excruciating trial and error. You have to pick settings that you think will work, wait hours for it to transcode, then it is way to big or way to small. I cant figure out how to get it to my target size.
    Also, when I transcode the files, Encore never lists the bit rates of the transcoded files. The field is always blank.
    It may also be note worthy that I have to first transcode the files, then build the disc. If I dont do that, the transcoding will hang. Even when I do separate the steps, sometimes when I build the disc from the transcoded files, the build of the disc still hangs.
    I am running a 3 GHz Quad CPU with 4 GB of Ram in 32 bit XP Pro. I have 5 physical drives of 500 GB each. I also use separate physical drives for the source files vs the target ISO. Disk space is not an issue.
    Also, is there any timeframe for when Adobe is going to release a new update? I have also run into other problems on this forum like the wonderful error 6 and the hanging transcoding, although my solutions to both problems were different than what was posted. It is all hit or miss.
    Does anyone know if Adobe going to add a feature like on other disc authoring programs where you click a Fit to disc button and it then calculates the best bit rate for the specified disc size? That would make me very happy.
    I would appreciate any help here.

    Encore does have a fit-to-disc feature, called "automatic transcoding", which chooses the bit rate based upon how much media there is to encode, how much room is currently on the disc, and applying format-legal restrictions (minimum and maximum bit rates allowable by the format).
    So for instance, 30 minutes of video will never fill a disc because the required bit rate to do so would be higher than allowable by the format.

Maybe you are looking for

  • Radeon 9600TX + Xorg 1.6.1.901: Disturbing Flicker

    Hi! I try to setup a Radeon 9600 TX (R300 Chip) with Xorg 1.6.1.901 and xf86-video-ati. I want to use 2D + 3D acceleration. This is a new system setup using XFCE. (I intend to add compiz later.) Acceleration for 3D is present + ok. Window resizing is

  • Custom tag with struts

    Hi I would like to create a custom tag that will print this section of html with struts:<tr>      <td class="f_name"><bean:message bundle="fields" key="firstName" /></td>      <td class="f_value"><html:text property="firstName" /></td> </tr>This mean

  • Generating report queries

    We recently upgraded and we use GR55 to generate report queries used in our financial reports. We are not sure which report groups we need to regenerate and we want to avoid regenerating all of them because for sure not all of these are in use. The w

  • Query on MC (on agg level on cube) not input ready

    Hello xperts, aggregation level A is placed on infoprovider P and contains all characterstics and KYFs from P. A query containing KYFs X,Y and Z built on A is input ready for KYFs X,Y and Z. The query displays the correct values for X = 10 Y = 20 Z =

  • Iweb, ftp plugin??

    Please help. I have created a website on iweb. My website needs to have an ftp option for my customers to upload their files. is there a simple answer? I need something relatively easy! I would like files to be uploaded under my domain name - but hid