Can i release the stock by "BAPI_GOODSMVT_CREATE" bapi ?

Dear Guru ,
Currently , in our SAP  purchase goods receipt process , we will do the 103 movement GR and Blocked the stock in storage location firstly , and then we do the 105 movement to realse the GR Blocked .
Base on this process , we try to use bapi to simplify the user operation .
For 103 movement GR and Blocked , everything is okay . But for the 105 movement release operation , it always showed me :
PU GR blocked stock exceeded by 20 PC : P913691030001 MSCC 5000
Can you please take a look my abap program and guide me how to fix this problem ?
Many thanks .
Best Regards,
Carlos
Edited by: Carlos Zhang on Feb 3, 2010 4:30 AM
Edited by: Carlos Zhang on Feb 3, 2010 4:31 AM

DATA : i_goodsmvt_headret LIKE bapi2017_gm_head_ret OCCURS 0 WITH HEADER LINE.
DATA : BEGIN OF I_GOODSMVT_ITEM OCCURS 0.
             INCLUDE STRUCTURE BAPI2017_GM_ITEM_CREATE.
DATA : END OF I_GOODSMVT_ITEM.
DATA : BEGIN OF I_GOODSMVT_HEADER OCCURS 1.
             INCLUDE STRUCTURE BAPI2017_GM_HEAD_01.
DATA : END OF I_GOODSMVT_HEADER.
DATA : BEGIN OF I_GOODSMVT_RETURN OCCURS 0.
             INCLUDE STRUCTURE BAPIRET2.
DATA : END OF I_GOODSMVT_RETURN.
DATA : BEGIN OF I_GOODSMVT_RETURN_TOT OCCURS 0.
             INCLUDE STRUCTURE BAPIRET2.
DATA : END OF I_GOODSMVT_RETURN_TOT.
i_goodsmvt_header-doc_date = sy-datum.
i_goodsmvt_header-pstng_date = sy-datum.
i_goodsmvt_header-pr_uname = sy-uname.
i_goodsmvt_header-header_txt = '47000382' .
      APPEND i_goodsmvt_header.
i_goodsmvt_item-vendor = '0000200661'. 
i_goodsmvt_item-po_number = '4500006153'.
i_goodsmvt_item-po_item = '00020'.
i_goodsmvt_item-plant     = 'MSCC'.
i_goodsmvt_item-stge_loc  = '5000'.
i_goodsmvt_item-move_type = '105'.
i_goodsmvt_item-material  = 'P913691030001'.
i_goodsmvt_item-entry_qnt = '20'.
i_goodsmvt_item-mvt_ind   = 'B'.
      APPEND i_goodsmvt_item.
CALL FUNCTION 'BAPI_GOODSMVT_CREATE'  
   EXPORTING
      goodsmvt_header  = i_goodsmvt_header
      goodsmvt_code    = '01'
      TESTRUN          = 'X'
   IMPORTING
      goodsmvt_headret = i_goodsmvt_headret
   TABLES
      goodsmvt_item    = i_goodsmvt_item
      return           = i_goodsmvt_return.
IF i_goodsmvt_return[] IS INITIAL.
CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
   EXPORTING
      wait = 'X'.
ELSE.
   READ TABLE i_goodsmvt_return WITH KEY type = 'E'. 
   WRITE : '105 error' , i_goodsmvt_return-message .
ENDIF .
Edited by: Carlos Zhang on Feb 3, 2010 4:35 AM
Edited by: Carlos Zhang on Feb 3, 2010 4:37 AM

Similar Messages

  • Can we release the standard price for a material whose Price control is "V"

    Hi experts,
    Could you please clarify my doubt that can we release the standard cost of a material whose price control is "V".
    Our user is trying to release the std price. But its not getting released. If the material is of ML relevant I could have checked in CKM3 for any actual data existancy. I am aware that if any actual data existing the price could not be released.
    But here this material belongs to a Non Material ledger relevant plant. So I cheked the stock overview and for any material documents if any. But this material has no stock.
    I m confused how to check the material's transactions with FI entries.
    Please help in this regard.
    Thanks,
    Sarat.

    HI Sarat
    1. You can release a std cost for material with V, but that wont serve any purpose.. The inventory valuation will happen at V alone
    Either the material should have a BOM or Routing to release the std cost and MRP view shall have Proc Type as E / X
    OR
    You can have special proc in costing view as 20 and then execute CK11N for the material....
    Some price must be there in material master which will get released as std cost (based on your valuation variant)
    2. You can check material transaction using MB51
    Regards
    Ajay M

  • Error while Releasing the Stock from Quality-CRTD CHCR SPRQ

    Hai Experts
                          While releasing the stock from Quality i got  error like function cannot be caried out,
    The Material Status CRTD CHCR SPRQ.
    Thanks
    Rajakarthik

    Rajakarthik
    It looks like the status you mentioned are of inspection lot.
    CRTD mean created status of inspection lot.
    CHCR means characterstics required. in your case the the material master inspection view says characterstics required however your inspection plan does not have any cahracterstics.
    assign the characterstics to inspection plan & both the status of inspection lot will change. you will be then able to process the inspection lot to move the stock from quality to unrestricted.
    Regards
    Mahesh

  • How can we print the Stock Transfer Purchase Order

    Hi,
    How can we print the Stock Transfer Purchase Order??
    Because from Transaction ME9L & ME9F, we can print simple PO's like NB, MPR etc..but Stock Transfer PO could not print.
    Plz guide, from where we can do it...

    Messages for PO are set in MN04. For details on how to follow this link:
    Re: Problem with PO output determination MN04
    Once the record is set here you will see the records in ME23n under messages button in header.
    Edited by: Afshad Irani on Apr 30, 2010 10:09 AM

  • How can we release the locked objects..

    Hi,
    I have created some objects such as pages and iviews in the portal. If i edited any of the object, then when next time when i access the object, I am hgetting a message as object is locked by admin, you canot edit it. Infact, I have logged in as admin.
    How can we release the lock of objects?
    Your help and suggestins solicited...
    Best regards,
    Sudhesh...

    Login as the Portal Administrator.
    Go to System Administration > Monitoring ->Detailed navigation -> Object Locking
    Here you can find all the objects that are in locked state.
    Now to unlock,  tick mark the object that you want to work with & click on the "Unlock" Button.

  • Hi experts . how can we know the stock details for a perticular plant?

    hi experts . how can we know the stock details for a perticular plant

    check this code
    REPORT  YSG_MATSTK_REP    LINE-SIZE 220
                              LINE-COUNT 50(5).
    *&                       DATA DECLARATION                              *
    TABLES: MARA,              "GENERAL MASTER DATA
            MARC,              "PLANT DATA FOR MATERIAL
            MARD,              "STORAGE LOCATION DATA FOR MATERIAL
            MBEW,              "MATERIAL VALUATION
            MVKE,              "SALES DATA FOR MATERIAL
            MAKT.              "MATERIAL DESCRIPTION
    DATA: BEGIN OF I_MARA OCCURS 0,
               MATNR LIKE MARA-MATNR,"MATERIAL NUMBER
               MBRSH LIKE MARA-MBRSH,"INDUSTRY SECTOR
               MEINS LIKE MARA-MEINS,"BASE UNIT OF MEASURE
          END OF I_MARA.
    DATA: BEGIN OF I_MARC OCCURS 0,
              MATNR LIKE MARC-MATNR,"MATERIAL NUMBER
              WERKS LIKE MARC-WERKS,"PLANT
              LVORM LIKE MARC-LVORM,"FLAG MATERIAL FOR DELETION AT PLANT
                                    "LEVEL
              PSTAT LIKE MARC-PSTAT,"MAINTENANCE STATUS
              DISPO LIKE MARC-DISPO,"MRP CONTROLLER
          END OF I_MARC.
    DATA: BEGIN OF I_MAKT OCCURS 0,
               MATNR LIKE MAKT-MATNR,"MATERIAL NUMBER
               MAKTX LIKE MAKT-MAKTX,"MATERIAL DESCRIPTION
          END OF I_MAKT.
    DATA: BEGIN OF I_MVKE OCCURS 0,
               MATNR LIKE MVKE-MATNR,"MATERIAL NUMBER
               VKORG LIKE MVKE-VKORG,"SALES ORGANIZATION
               VTWEG LIKE MVKE-VTWEG,"DISTRIBUTION CHANNEL
          END OF I_MVKE.
    DATA: BEGIN OF I_MARD OCCURS 0,
               MATNR LIKE MARD-MATNR,"MATERIAL NUMBER
               LGORT LIKE MARD-LGORT,"STORAGE LOCATION
               LABST LIKE MARD-LABST,"VALUATED STOCK WITH UNRESTRICTED USE
          END OF I_MARD.
    DATA: BEGIN OF I_OUT OCCURS 0,
            MATNR LIKE MARC-MATNR,
            WERKS LIKE MARC-WERKS,
            LVORM LIKE MARC-LVORM,
            PSTAT LIKE MARC-PSTAT,
            DISPO LIKE MARC-DISPO,
            MBRSH LIKE MARA-MBRSH,
            MEINS LIKE MARA-MEINS,
            MAKTX LIKE MAKT-MAKTX,
            VKORG LIKE MVKE-VKORG,
            VTWEG LIKE MVKE-VTWEG,
            LGORT LIKE MARD-LGORT,
            LABST LIKE MARD-LABST,
          END OF I_OUT.
    DATA : TOT TYPE I. " TOT - TOTAL TO PRINT STOCK
    *&                   S E L E C T I O N - S C R E E N                   *
    SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-100.
    SELECT-OPTIONS: S_MATNR FOR MARA-MATNR OBLIGATORY.
    PARAMETERS: P_WERKS LIKE MARC-WERKS OBLIGATORY.
    SELECT-OPTIONS: S_LGORT FOR MARD-LGORT,
                    S_DISPO FOR MARC-DISPO.
    SELECTION-SCREEN END OF BLOCK B1.
    *&                  I N I T I A L I Z A T I O N                      *
    INITIALIZATION.
      S_MATNR-SIGN = 'I'.
      S_MATNR-OPTION = 'EQ'.
      S_MATNR-LOW = 'M-14'.
      S_MATNR-HIGH = 'M-18'.
      P_WERKS = '3000'.
      S_LGORT-SIGN = 'I'.
      S_LGORT-OPTION = 'EQ'.
      S_LGORT-LOW = '0001'.
      S_LGORT-HIGH = '0004'.
      S_DISPO-SIGN = 'I'.
      S_DISPO-OPTION = 'EQ'.
      S_DISPO-LOW = '001'.
      S_DISPO-HIGH = '002'.
      APPEND S_DISPO.
      APPEND S_LGORT.
      APPEND S_MATNR.
      CLEAR S_DISPO.
      CLEAR S_LGORT.
      CLEAR S_MATNR.
    *&             S T A R T - O F - S E L E C T I O N                     *
    START-OF-SELECTION.
      SELECT MATNR WERKS LVORM DISPO FROM MARC
      INTO CORRESPONDING FIELDS OF TABLE I_MARC
                          WHERE WERKS EQ P_WERKS
                          AND MATNR IN S_MATNR
                          AND DISPO IN S_DISPO
                          AND WERKS = P_WERKS.
      IF I_MARC[] IS INITIAL.
        WRITE:/ 'NO MATCHING DATA AVAILABLE FROM MARC'.
        EXIT.
      ENDIF.
      SELECT MATNR LGORT LABST FROM MARD INTO TABLE  I_MARD
                          FOR ALL ENTRIES IN I_MARC
                          WHERE MATNR = I_MARC-MATNR
                          AND WERKS EQ P_WERKS
                          AND LGORT IN S_LGORT.
      IF I_MARD[] IS INITIAL.
        WRITE:/ 'NO MATCHING DATA AVAILABLE FROM MARD'.
        EXIT.
      ENDIF.
      SELECT MATNR VKORG VTWEG FROM MVKE INTO TABLE I_MVKE
                          FOR ALL ENTRIES IN I_MARC
                          WHERE MATNR = I_MARC-MATNR.
    IF I_MVKE[] IS INITIAL.
        WRITE:/ 'NO MATCHING DATA AVAILABLE FROM MVKE'.
        EXIT.
      ENDIF.
      LOOP AT I_MARC.
        MOVE-CORRESPONDING I_MARC TO I_OUT.
        CLEAR MARC.
        SELECT SINGLE MATNR MBRSH MEINS FROM MARA
                         INTO CORRESPONDING FIELDS OF MARA
                         WHERE MATNR = I_OUT-MATNR.
        IF SY-SUBRC = 0.
          MOVE: MARA-MBRSH TO I_OUT-MBRSH,
                MARA-MEINS TO I_OUT-MEINS.
        ELSE.
          CONTINUE.
        ENDIF.
        SELECT SINGLE MATNR MAKTX FROM MAKT
                        INTO  CORRESPONDING FIELDS OF MAKT
                        WHERE  MATNR = I_OUT-MATNR.
        IF SY-SUBRC = 0.
          MOVE: MAKT-MAKTX TO I_OUT-MAKTX.
        ELSE.
          CONTINUE.
        ENDIF.
        LOOP AT I_MARD WHERE MATNR = I_MARC-MATNR.
          MOVE: I_MARD-LABST TO I_OUT-LABST,
                I_MARD-LGORT TO I_OUT-LGORT.
          APPEND I_OUT.
        ENDLOOP.
        LOOP AT I_MVKE WHERE MATNR = I_MARC-MATNR.
          MOVE: I_MVKE-VKORG TO I_OUT-VKORG,
                I_MVKE-VTWEG TO I_OUT-VTWEG.
          APPEND I_OUT.
        ENDLOOP.
        CLEAR I_OUT.
      ENDLOOP.
    CALL FUNCTION 'GUI_DOWNLOAD'
      EXPORTING
        FILENAME = 'C:\matstk.TXT'
       FILETYPE                        = 'ASC'
      TABLES
        DATA_TAB                        = I_OUT.
    *&                  T O P - O F - P A G E                              *
    TOP-OF-PAGE.
      WRITE:/ 'DATE:' ,SY-DATUM.
    *&                  E N D - O F - P A G E                              *
    END-OF-PAGE.
      WRITE: / SY-ULINE,
             /100 'PAGNO: ',SY-PAGNO,
             SY-ULINE.
    *&        E N D -- O F --  S E L E C T I O N                           *
    END-OF-SELECTION.
      LOOP AT I_OUT.
        AT FIRST.
          WRITE :/ 'MATERIAL EXTRACTION REPORT',
                   SY-ULINE.
        ENDAT.
        WRITE:/    SY-VLINE,
                   I_OUT-MATNR,SY-VLINE,
                   I_OUT-MEINS,SY-VLINE,
                   I_OUT-WERKS,SY-VLINE,
                   I_OUT-LVORM,SY-VLINE,
                   I_OUT-PSTAT,SY-VLINE,
                   I_OUT-DISPO,SY-VLINE,
                   I_OUT-MBRSH,SY-VLINE,
                   I_OUT-MAKTX,SY-VLINE,
                   I_OUT-VKORG,SY-VLINE,
                   I_OUT-VTWEG,SY-VLINE,
                   I_OUT-LGORT,SY-VLINE,
                   I_OUT-LABST,SY-VLINE.
        TOT = TOT + I_OUT-LABST.
        AT NEW MATNR.
          WRITE : 'NEW RECORD',
                   SY-VLINE.
        ENDAT.
        AT END OF LABST.
          WRITE : 'STOCK = ',
                   TOT,
                   SY-VLINE,
                   SY-ULINE.
        ENDAT.
        AT LAST.
          FORMAT COLOR 7 INTENSIFIED OFF.
          WRITE : /159 'TOTAL STOCK = ',
                     TOT.
        ENDAT.
      ENDLOOP.
        WRITE : /159 'TOTAL STOCK = ',
                     TOT.
    regards,
    srinivas
    <b>*reward for useful answers*</b>

  • Upgraded to lion, can not release the mouse/the icon is following

    upgraded to lion,but can not release the mouse/tablet/touchpad when click and drag(the icon turns translucent and following the arrow,doesn't want to release)
    I can do nothing with this laptop. the support from Apple has no idea on this in China
    have to reinstall all the system from 10.5.
    so sad!
    Who can help?

    SOLVED:
    I was reading a post about a similar problem and discovered a free program called TinkerTool. I downloaded it and under the Finder tab was able to check a feature called show all hidden files or something. Once I did this all files on my backup drive were visible but some were greyed out.
    I unchecked this feature and closed TinkerTools then restarted OS X Lion. Everything is back to normal and I can again see and manipulate the files on my backup drive. I'm all set, maybe reading this will help someone else.

  • How can we get the field details from bapi

    I am having one BAPI_BCA_ACCOUNTAM_GET_LIST
    There is BAPIBCA_DTE_BANKKEY one structure inside the above BAPI.
    From this I need to retrive BANK_CODE and ACCOUNT_NUMBER fileds.
    How can I write the code for this retriving data.

    In which SAP version you are working on? It doesn't exist in my system ECC 6

  • Can we release the requisition twice in E-recruitment?

    Hi,
    The Restricted Recruiter has released the requisition and waiting for the approval.
    From the below status history...
    Date            |    Time    |   Name                                             |    Status        |     Status Reason
    13.08.2009   |   09.03   |   David                                             |    Draft          |
    18.08.2009   |   16:31   |   Workflow Performance Manager  |   Released    |      New Position
    18.08.2009   |   16:34   |   David                                             |    Draft          |
    We can see that the first time 13.08.2009 09:03  the Requisition was in Draft and then it was released and sent to the approver;
    Then the approver has approved the requisition on 18.08.2009 16.31 and again the recruiter has changed some details and
    we can see it in draft status as on 18.08.2009 16:34 after this he has released the  requisition
    Which is yet to be approved.
    Now it is not allowing to edit the requisition status? why does this happen?
    There is one more thing complicating the approval process - the approval goes only to the Lead Recruiter who is a Lead recruiter at the moment when the requisition is being released. If we add another lead recruiter/update the current lead recruiter in the requisition, the new person will not see the requisition for approval.
    It might be due to the workflow being triggered once and not again when the support team is updated.
    Please let me know if there is any way how to trigger the workflow again (even from the backend) to avoid these two situations.
    Thanks and Regards,
    Rashmi
    Edited by: Rashmi G P on Aug 28, 2009 2:35 PM

    Hi Rashmi,
    the first íssue is a question of process design. Some customers say that every change has to be approved others say that if the requisition was approved once it should be done even if someone makes minor changes afterwards. Of you do not want to run the approval process again and again you can build a workflow which auto approves the requisition if it has been in status released at least once. I have done this for a customer and it worked fine.
    The issue for who sees a workitem for approval is due to the general princible of direct person assignment of tasks in e-recruitng. So the approval is only send to one user. A dialog workitem has always a group of peaple who are allowed to process the task, a group which is assigned to process the task, a number of people who are responsible for the task (all people who are allowed and assigned) and in the end one who is actuall processing it.In standard the assigned user should be the lead recruiter while you need all lead recruiters. this should be developable for a wf developer. 
    Kind regards
    Roman

  • Can I change the Stocks displayed in teh Stocks App?

    The Stocks App comes with six default displays.  I want to change the three single stocks to the DAX, Nikki and FST100.  Can this be done?

    While in the Stocks app, press the "i" in the lower right hand corner to change the displayed stocks.  Press the "+" icon to add and the "-" icons to remove stocks.
    Message was edited by: mp3 Andrew

  • How can I make the Stock Market Panel load AFTER the User Enters correct password?

    Can someone PLEASE help me. I need the Second part of this code(the Stock Market Panel) to be display after the user enters the correct username and password I have predefine. I really need to complete this project for school, Last Semester and i want to finally graduate!
    <?xml version="1.0"?>
    <mx:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                                     xmlns:mx="library://ns.adobe.com/flex/mx"
                                     xmlns:s="library://ns.adobe.com/flex/spark">
              <fx:Script>
                        <![CDATA[
                                  import mx.controls.Alert;
                                  public var u:String;
                                  public var p:String;
                                  public function log():void
                                            u=user.text.toLowerCase();
                                            p=pass.text.toLowerCase();
                                            if((u==''||u!='webmultimedia')||(p==''||p!='abc'))
                                                      Alert.show('Wrong userid or Password','Sorry',Alert.OK | Alert.CANCEL);
                                            else
                                                      Alert.show('Hi','Welcome',mx.controls.Alert.OK);
                                  public function clear():void
                                            user.text='';
                                            pass.text='';
                        ]]>
              </fx:Script>
              <mx:Panel id="NewForm" title="Please Log In" height="214" width="285" horizontalAlign="center" verticalAlign="middle" horizontalCenter="23" verticalCenter="2">
                        <mx:Label id="User Name" text="User Name"/> 
                        <mx:TextInput id="user" />
                        <mx:Label id="password" text="Password"/>
                        <mx:TextInput id="pass" displayAsPassword="true"/>   
                        <mx:Button id="submit" label="Submit" click="log()"/>
              </mx:Panel>
              <mx:Panel width="349" height="383" chromeColor="#1B8905" color="#FFFFFF" focusColor="#0F3CFF"
                                    fontFamily="Georgia" fontSize="21" fontWeight="bold" paddingBottom="10"
                                    paddingLeft="10" paddingRight="10" paddingTop="10" title="Stock Market">
                        <!--First Pane Of TabNavigator-->
                        <mx:TabNavigator borderStyle="solid">
                                  <mx:VBox y="71" width="371" height="334" label="Dow Jones"
                                                       chromeColor="#0A741C">
                                            <mx:Image id="loader1" source="http://dl.dropbox.com/u/8861424/stock1.png"/>
                                            <mx:RichTextEditor id="myRTE" width="355" height="286" borderVisible="true"
                                                                                       color="#000000" text="Enter Stock Comment"/>
                                  </mx:VBox>
                                  <!-- Second pane of TabNavigator -->
                                  <mx:VBox label="SandP" width="500" height="350">
                                            <mx:Image id="loader2" source="http://dl.dropbox.com/u/8861424/Untitled.png"/>
                                            <mx:RichTextEditor id="myRTE2" width="355" height="286" borderVisible="true"
                                                                                       color="#000000" text="Enter Stock Comment"/>
                                  </mx:VBox>
                                  <!-- Second pane of TabNavigator -->
                                  <mx:VBox label="Nasdaq" width="500" height="350">
                                            <mx:Image id="loader3" source="http://dl.dropbox.com/u/8861424/stock2.png"/>
                                            <mx:RichTextEditor id="myRTE3" width="355" height="286" borderVisible="true"
                                                                                       color="#000000" text="Enter Stock Comment"/>
                                  </mx:VBox>
                        </mx:TabNavigator>
              </mx:Panel> 
    </mx:Application>

    it's probably not the correct way to do it but I am more familiar with Flex4 (which use states) but this works
    however i had to remove your Alert they were throwing an error
    <mx:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                                            xmlns:mx="library://ns.adobe.com/flex/mx"
                                            xmlns:s="library://ns.adobe.com/flex/spark">
              <fx:Script>
                        <![CDATA[
                                  import mx.controls.Alert;
                                  public var u:String;
                                  public var p:String;
                                  public function log():void
                                            u = user.text.toLowerCase();
                                            p = pass.text.toLowerCase();
                                            if ((u == '' || u != 'webmultimedia') || (p == '' || p != 'abc'))
                                                      //Alert.show('Wrong userid or Password', 'Sorry', Alert.OK | Alert.CANCEL);
                                            else
                                                      //Alert.show('Hi', 'Welcome', mx.controls.Alert.OK);
                                                      stockMarket.visible = true;
                                                      NewForm.visible = false;
                                  public function clear():void
                                            user.text = '';
                                            pass.text = '';
                        ]]>
              </fx:Script>
              <mx:Panel id="NewForm"
                                    title="Please Log In"
                                    height="214"
                                    width="285"
                                    horizontalAlign="center"
                                    verticalAlign="middle"
                                    horizontalCenter="23"
                                    verticalCenter="2">
                        <mx:Label id="UserName"
                                              text="User Name" />
                        <mx:TextInput id="user" />
                        <mx:Label id="password"
                                              text="Password" />
                        <mx:TextInput id="pass"
                                                        displayAsPassword="true" />
                        <mx:Button id="submit"
                                               label="Submit"
                                               click="log()" />
              </mx:Panel>
              <mx:Panel id="stockMarket"
                                    visible="false"
                                    width="349"
                                    height="383"
                                    chromeColor="#1B8905"
                                    color="#FFFFFF"
                                    focusColor="#0F3CFF"
                                    fontFamily="Georgia"
                                    fontSize="21"
                                    fontWeight="bold"
                                    paddingBottom="10"
                                    paddingLeft="10"
                                    paddingRight="10"
                                    paddingTop="10"
                                    title="Stock Market">
                        <!--First Pane Of TabNavigator-->
                        <mx:TabNavigator borderStyle="solid">
                                  <mx:VBox y="71"
                                                       width="371"
                                                       height="334"
                                                       label="Dow Jones"
                                                       chromeColor="#0A741C">
                                            <mx:Image id="loader1"
                                                                  source="http://dl.dropbox.com/u/8861424/stock1.png" />
                                            <mx:RichTextEditor id="myRTE"
                                                                                       width="355"
                                                                                       height="286"
                                                                                       borderVisible="true"
                                                                                       color="#000000"
                                                                                       text="Enter Stock Comment" />
                                  </mx:VBox>
                                  <!-- Second pane of TabNavigator -->
                                  <mx:VBox label="SandP"
                                                       width="500"
                                                       height="350">
                                            <mx:Image id="loader2"
                                                                  source="http://dl.dropbox.com/u/8861424/Untitled.png" />
                                            <mx:RichTextEditor id="myRTE2"
                                                                                       width="355"
                                                                                       height="286"
                                                                                       borderVisible="true"
                                                                                       color="#000000"
                                                                                       text="Enter Stock Comment" />
                                  </mx:VBox>
                                  <!-- Second pane of TabNavigator -->
                                  <mx:VBox label="Nasdaq"
                                                       width="500"
                                                       height="350">
                                            <mx:Image id="loader3"
                                                                  source="http://dl.dropbox.com/u/8861424/stock2.png" />
                                            <mx:RichTextEditor id="myRTE3"
                                                                                       width="355"
                                                                                       height="286"
                                                                                       borderVisible="true"
                                                                                       color="#000000"
                                                                                       text="Enter Stock Comment" />
                                  </mx:VBox>
                        </mx:TabNavigator>
              </mx:Panel>
    </mx:Application>

  • After bundle can I release the request?

    1)I have more than 2000 transport requests.Can I bundle the requests and release after.Is it possible to release after bundle the request?
    2)I am going to upgrade my system from ECC5 to ECC6.for that I should release all the request or no need?

    Hello TJK,
    You can merge all the requests in one single request and release that single request. For this create a workbench request in SE01. Select the request and then do CTRL+F11. A pop up will come. Use option obhect list from mutiple requests.
    In the next screen give the transport numbers. Select all check boxes in request status. Also for request type select all the options.
    Now execute this in background.
    However if you do it through standard background option in SE01 the release may still fail.
    In that case you need to check OSS note 89466. You may have to  create a custom report for that.
    With regards to your second question I will  say yes please release transports. In case you have made changes to any standard SAP object like report or table definition and the object is locked in a transport the upgrade will stop.
    So make sure there are no locked standard SAP objects in transports at the time of upgrade.
    Please award points accordingly.
    Regards.
    Ruchit.
    Message was edited by:
            Ruchit Khushu
    Message was edited by:
            Ruchit Khushu

  • I got creative cloud and want to sell lightroom 5.  How can I release the license?

    I don't know how to do this, but I want to make sure that the new buyer can use the software properly.  I bought this and a month later, uninstalled it when I upgraded to creative cloud.  I don't know how to release the license so I can sell this software to a third party.  Maybe that isn't needed, but I need to make sure they can license it on their computer.  Please help since I don't know how to find out and my buyer is waiting to hear.  Thanks so much!
    -Marit

    I was just about to ask the same question.
    Any clarification would be much appreciated.
    Edit: In my case, I haven't uninstalled the box version of LR5, I just let the CC App install the LR CC version (i.e. just changed the license type to CC)according to this official FAQ: http://helpx.adobe.com/lightroom/kb/lightroom-creative-cloud-faq.html#id_81567

  • Notification Center- can I choose the stocks?

    Can I choose which stocks are shown in the Notification Center?

    Open the Stocks app > tap the menu icon on the bottom right

  • How can I remove the stock widget appearing in notification center

    Hi.
    I dont want to have the stock widget appearing in the today view in notification center.
    I have a Iphone 6 with the latest updates.
    How do i remove it ????
    This must be the most useless app or widget that is force installed.
    And there is NO way to get ride of it..

    THX.
    I thought that i checked everything, but not that.

Maybe you are looking for