How to get balance qty. of delivery in del. doc.

Dear Friends,
S.O's qty=100
Delivery doc. added qty=50
Now if i will open delivery doc.
shall i get information like.
ordered=100
Delivered=50
Balance to deliver=50
Regards,
MAhesh.

Hi
In S.O u will get two fields in Form settings like Delivered Qty and Open QTy( Yet to deliver), u can use this in ur so.
In Delivery u will get two fields in FS like QTY to Ship , Ordered qty.
Giri

Similar Messages

  • How to get balance sheet report for profit centers

    hi
    how to get balance sheet report for profit centers, is there any transcation code to get that report or i need to create a report painter report for this

    Hi,
    You can use T. code KE5Z for actual line items.
    More to this you can use program RFBILA10 (Use T. code SE38 and program RFBILA10) for complete blance sheet.
    The transaction is for special purpose ledger but this program RFBILA10 can be used for profit center balance also.
    In selection, you can give ledger name which is generally 8A for profit center ledger.
    Reg

  • How to get balance sheetby using profit center in f.01

    Hi Gurus,
    1.New gl has been activated in our system.
    2.Leading ledger 0L is activated in our system
    3.Document splitting is not activated in our system
    Right now one plant is running here.For this plant one profit center is in the system.So single balance sheet we are having.Now we are going for plant 2. Separate profit center has been created for plant 2. So, now client is asking separate balance sheet for plant wise. So can we have separate balance sheets  plant wise with out activating the "document splitting" in the system.Can we activate document splitting right now in the system and what will be effected in the system.If possible what are the activities to be done.Please help on the same.
    Regards
    Raja

    Dear Ajay,
    Thanks a lot for your promt reply.I have gone through S_PLO_86000028 and S_PLO_86000029 which have  given no result. The transactions are updating the  new gl table FAGLFLEXT with out profit center updation. Can you give any advise to get plant wise balance sheet. Inter plant transaction are here in our company. So can we activate document splitting in the middile of the year.If we activate in the middile of the year which areas will be effected in the system.Please help on the same.
    Thanks&Regards
    Raja

  • How to update picked qty as delivery qty while creating outbound delivery

    Hi,
    I am using badi definition LE_SHP_DELIVERY_PROC to update delivery qty as picked qty at the time of creating delivery. By using method SAVE_DOCUMENT_PREPARE I am populating delivery qt(yCT_XLIPS- G_LFIMG) to picked qty(CT_XLIPS[1]-PIKMG). and i am also populating update flag as 'I'. after saving the delivery document i am not able to update picked qty which was populated in BADI. could you please suggest anything needs to care. thanks in advance.
    Regards,
    Peranandam

    Hi,
    I did a little test and, within the method CHANGE_DELIVERY_ITEM, itu2019s possible to fill the picking quantity (structure CS_LIPSD) but unfortunately during the save the added information is lost.
    This is because the BAdI method is fired too soon and the routine PICKMENGE_BEARBEITEN (SAPFV50P) is not called at all.
    The problem is quite complex; even after changing the picking quantities, the picking status still remains open!
    The picked quantity is generally filled:
    u2022     by printing the picking list
    u2022     Warehouse Management by creating a transfer order
    u2022     or by manual entry
    Otherwise, it is assumed that picking has not yet been initiated and the result is that picked quantity is ignored.
    In my opinion itu2019s very difficult to solve your problem using only the BAdI implementation.
    I suggest you to propose an alternative solution such as the automatic processing of Picking Output EK00; easy to activate and absolutely standard!!!!!!
    Regards,
    Andrea

  • How to get balance to zero

    Balance to zero
    Right I'm going to go ******* mad if someone doesn't help me sort this **** thing out I need to talk to some on with a bit if since as I'm getting extremely ****** off

    Contact iTunes Support - http://apple.com/emea/support/itunes/contact.html - and ask them to clear your balance.

  • How to get Status of Archived Delivery Document line item

    Hi Folks,
    I want read the Status of line item of archived delivery document.
    As delivery is archived, it is not found in LIKP/LIPS. So I got the archived delivery document from VBFA table.But this does not contain the status field.
    Is there any program or Function modules which reads this status.
    Please help.
    Thanks in advance.

    Check field VBUK-GBSTK (Overall processing status of document).
    regards,
    srinivas
    <b>*reward for useful answers*</b>

  • How to clear balance qty pending at vendor end

    Hi Gurus,
    I have checked the report MBLB there is lot of unrestricted material. This is actually losted material, Kindly let me know how i can clear this pending material. The SAP shows this material but actually material does not exist physical.
    Regards,
    ViAngrish

    This is actually losted material
    What i mean from above term is material is scraped @ subcon while processing,
    then do 551 'O" using MB1A to issue stock from subcontractor,Check it in devlop. server,before applying it in live datas.

  • How to get the details of MIGO num/MIGO Doc year and Ref MIGO Doc item num

    Hi,
    Currently I am working on a requirement to post an Incoming Invoice and using the BAPI 'BAPI_INCOMINGINVOICE_CREATE' to upload the data into SAP.
    In the Input file(to be uploaded to SAP) I was not getting details like REF_DOC(Document No. of a Reference Document), REF_DOC_YEAR(Document No. of a Reference Document) and REF_DOC_IT(Item of a Reference Document) and so I need to derive these 3 fields and feed into the interface parameter 'ITEMDATA'  of the BAPI.
    If I do not give any input values to these 3 fields, BAPI was throwing a message saying that, the mandatory fields were missing in the structure 'ITEMDATA'. So I need to pass these 3 fields mandatorily.
    I have in the input fields PO Number and PO item( only from these 2 fields ) and I need to get the above fields.
    So please provide me inputs as how I can get these 3 fields from the PO number and PO item.
    Thanks for the help in advance.
    Regards,
    Vishnu.

    Hi Vishnu,
    The code mentioned by Vinod is OK, but You will also have to check whether the GR has not been cancelled. For this you need to add selection criteria of
    Fetch the latest GR date (movement type will be 101)
    select max( budat )
    into w_budat
    from    ekbe
    where ebeln = <Po number>
    and     ebelp = <po Line Item>
    and     vgabe = '1'
    and     bwart = '101'.
    Fetch the latest material document
    Select gjahr  "(Reference document year)
               belnr  "(Reference document No)
               buzei "(Reference document item)
    from    ekbe
    where ebeln = <Po number>
    and     ebelp = <po Line Item>
    and     vgabe = '1'
    and     budat = w_budat .
    Regards,
    Birendra

  • How to get a handle to Ctrl + Alt + Del

    Hi,
    Is there a way to tell if the Forms Application has been closed by clicking CTRL + ALT + DEL followed by End task?
    Any help is apprieciated.
    Thanks in advance
    Edited by: user533882 on Jan 21, 2010 2:37 PM

    Hi DM,
    Thanks for providing that Link. That was some useful information however it deos not help me resolve my problem.
    Is there any way to find out from the database if the Form has been closed using Ctrl + Alt + Del or by any other way?

  • How to get inbound delivery number according to materail document number

    Our business scenario:
    1) ME21N, to create NB purchasing document
    2) VL31N, to create inbound delivery based on NB purchasing document
    3) MIGO, to receive the material to storage location based on inbound delivery, then materail document number will be generaated.
    My question is that how shall I find the original inbound delivery based on the materail document number? Thanks very much.
    King qi
    2008-08-21

    Sridhar,
       Yes, you can find inbound delivery in confirmation tab, and GR material document in PO history, but still can not find the matching relattionship between inbound delivery and GR material document.
    For example
    PO             inbound delivery/qty     GR material  document/qty
    450000690      6900001/100             5000001/40
                          6900001/100             5000004/60
                          6900003/80               5000008/70
    this is my simulation for the matching relattionship between inbound delivery and GR material document.
    in fact, this will be more complex in real world, my question is to get the original inbound delivery  based on the GR materail document number.
    thanks.

  • How to get the Purchase order Qty in the object dependency

    Hi,
    We are using variant pricing in the purchase order. I have condition type say u201CZVBPu201D for Pallet cost. I defined Pallet cost as 5 USD per each (pallet). I have to calculate Number of pallets = Purchase order Qty/ 5. The number of pallets should be rounded to nearest integer.
    My question is how to get the Purchase order Qty in the object dependency?
    Is there any reference table and field can be used to get Purchase order Qty just like we use MMCOM-VKOND for variant pricing.
    Appreciate your help
    Thanks,
    Srini

    Hi,
    1. I do not have system now so I can not conclusively tell about table field .
    2. Since I did it long back so I also do not exactly remember it, there are more than one place where PO qty appears for example Item overview and Item details - one of the PO qty when used in the characteristic do pull the PO qty which can be used for variant pricing (so request to please update the forum with the correct table and field once you find it - in the meantime if I get opportunity to get to system I will also try and find out ).

  • How to get loan balance

    Dear Friends,
    How to get loan balance in HR module.
    any help higly appricated.
    Regards,
    Malik

    Hi,
    Use the Function Module "PYXX_READ_PAYROLL_RESULT".
    Check Tables PA0045 & PA0078 (If loan amount is more than Salary).
    Cheers,
    Sunil B.

  • How to get aggregate balance?

    Hi,
    i have a requirement need to calculate % of total amont for each level.
    ex:
    product dimension have have 4 level, product level 1,product level 2, product level 3, product level 4.
    if i drill to product level 4, i need have a calculate column to calcuate percentage
    product level 4' balance / sum(product level 3' balance)
    how to get aggregate balance sum(product level 3' balance)?

    Hi,
    Use the Function Module "PYXX_READ_PAYROLL_RESULT".
    Check Tables PA0045 & PA0078 (If loan amount is more than Salary).
    Cheers,
    Sunil B.

  • How to get Open Balance for the year and Total Ending Balance?

    For a given account, how to get Open Balance for the year (Cumulative Ending Balance) and Total Ending Balance (Cumulative Ending Balance)?
    Is there any function module available? or should I read from some tables? Please advice.

    Hello Paul,
    You could try calling one of the following BAPIs - see which one meets your requirement. They are documented well so shouldn't be a problem finding out the correct one for your requirements.
    BAPI_GL_GETGLACCBALANCE      
    BAPI_GL_GETGLACCCURRENTBALANCE
    BAPI_GL_ACC_GETBALANCE      
    BAPI_GL_ACC_GETCURRENTBALANCE
    BAPI_GL_ACC_GETPERIODBALANCES
    BAPI_COND_VAL_DECRE_BALANCES
    You might have to put in some of your own logic after the BAPI call to get what you want.
    Hope this helps,
    Cheers,
    Sougata.
    p.s. Also look at FM FAGL_GET_ACCOUNT_BALANCE
    Edited by: Sougata Chatterjee on May 7, 2008 11:47 AM

  • How to get the Delivery date in PO line Item in SAPScript

    Hi Gurus,
    I am working on PO Script (MEDRUCK). I copied the Standard to a Z form. ZMM_MEDRUCK, Now I need to print the the Header text at the end of MAIN window.  I put Iem number along with the other line Item informmation like stanadrd PO Script MEDRUCK. I also want to show the delivey date with line Item, so Itried to use EKET-EINDT but it is returning the delivery date of last line item, means while printing the first line and other information it is showing the delivery date of the last line item, I tried with the  PEKPO-EINDT it is also not working.
    Can any body suggest me how i can get the delivery date for the respective line Item  ?
    Regards
    Sony

    actually your are picking up the correct data from Table EKET (EKET-EINDT) but your are printing that in item data loop for EKET might have already executed in your script and the header of that internal table consist the last entry of the table so for that. Fetch the delivery date explicite from the Table EKET when your in item level processing and print that.
    For Example u can use this code.
    To print you have write the this code in Script item level printing window "MAIN" window
    Following perform is called to get the line item delivery date in PO
    {/: PERFORM GET_DEL_DATE IN PROGRAM ZPerform_prog
    /: USING &EKPO-EBELN&
    /: USING &EKPO-EBELP&
    /: CHANGING &DEL_DATE&
    /: ENDPERFORM}
    {* Dellivery date &DEL_DATE& }
    write the below code in the Z program "ZPerform_prog"
    { FORM get_del_date  TABLES in_par STRUCTURE itcsy
                             out_par STRUCTURE itcsy.
      READ TABLE in_par WITH KEY 'EKPO-EBELN'.
      CHECK sy-subrc = 0.
      $_po_no = in_par-value.
      READ TABLE in_par WITH KEY 'EKPO-EBELP'.
      CHECK sy-subrc = 0.
      $_po_line = in_par-value.
      SELECT *
      FROM eket UP TO 1 ROWS WHERE ebeln EQ $_po_no AND ebelp EQ $_po_line.
        $_del_date = eket-eindt.
        CALL FUNCTION 'CONVERT_DATE_TO_EXTERNAL'
          EXPORTING
            date_internal            = eket-eindt
          IMPORTING
            date_external            = $_del_date
          EXCEPTIONS
            date_internal_is_invalid = 1
            OTHERS                   = 2.
        READ TABLE out_par WITH KEY 'DEL_DATE'.
        CHECK sy-subrc EQ 0.
        out_par-value = $_del_date.
        MODIFY out_par
                    INDEX sy-tabix.
        CLEAR : $_po_no , $_po_line ,$_del_date.
      ENDSELECT.
    ENDFORM.                    "GET_DEL_DATE }

Maybe you are looking for

  • Sharepoint AppFabric Issue

    Hi All,    Just recently new to Sharepoint in our company we have went with the foundation 2013 product. Had a bit of bother Setting the server up initially as our servers do not have direct access to the internet, so did the offline installation thr

  • Stop Lightroom from forcing "-edit" rename and saving in the same directory when saved from Photoshop

    After opening a file from Lightroom 5 in photoshop, is there a way to disable the function that automatically saves a file back to Lightroom in the same folder, while adding the infuriating "-edit" to the filename? I keep my files in a very tight fil

  • How to Install XSQL On Apache 1.3.12 Tomcat 3.1 ?

    We are trying to install the XSQL 1.0.0 Servlet to the Apache 1.3.12 With Tomcat 3.1 (production verion) on Solaris 2.6 platform. We followed the instructions on the XSQL Release Note. However, it does not work. More specifically, we modified the tom

  • How many pins does a FireWire 800 have?

    I'm trying to determine if a fire wire 800 is interchangeable with a fire wire (IEEE 1394a) 6 pin cable. 

  • NW2004s SP16 install problem

    Hi guys, Wenn I start to install NW2004s the System requires always a disc, namely "MIGRATION EXPORT JAVA". Where can I download it? Thx.