2LIS_02_SCL and Multiple Schedule Line Items

Hi all,
I am having difficulties setting the queries up to pull in accurate numbers for those that have mulitple scheduled delivery lines.   It sums up my net price key figure.   I only want to see the open quantity of the PO and the amount associated with it.  There doesn't seem to be a standard key figure with open qty order value. 
Does anyone have any suggestions or tips on how to handle this? 
Thank you in advance,
Rydell

Hi,
To display the only open qty in query ,You can use the Selection as a column. Define a selectoin with item status as open ('o') and key figure is net price.
Let us assume you have Purchase organization as row and this selection as column . so report gives all open items' net price on PG wise.
With rgds,
Anil Kumar Sharma .P
Kindly assign points,If it really helps you.

Similar Messages

  • STO and Multiple Schedule Line

    Hi,
    we create STO and we trigger ATP in SCM. We are currently getting multilple schedule lines. Then if you create a sales order and trigger ATP check it does not see all the schedule lines on the STO. It only sees the requested date and requested QTY.
    Any idea why we are not promising on all those schedule lines on the sales order?
    Let me know if someone saw this behavior before.
    Regards
    David

    Hi David,
    I suppose you have not activated the following customizing in APO:
    SAP - Implementation Guide
    Advanced Planning and Optimization
    Global Available-to-Promise (Global ATP)
    Product Availability Check
    Consider Confirmed Quantity of Receipts
    Please check and activate to consider confirmed quantities instead of requested qty for STOs.
    best regards,
    Michael

  • Multiple schedule line and reschedule for product selection

    Hi,
    Is it possible to mainatine multiple sechedule line for sales order where product selection is active
    Let me explain the problem in detail.
    We are using product selection functionality while creating sales order. Say for example in VB11 transaction I have maintained A= A1, A2 and A3. Where A1 has stock 50, A2 has stock 30, A3 has stock 20. Suppose my sales order is 150 for material A. The reason used is 0004 'automatic'. So while creating the sales order, confirmed qty for A1=50, A2 =30 and A3
    = 20. I have unconfirmed qty. 50. for this scenario, I need to enable a
    partial delivery, 1st I need to let the customer know when my 100 pcs going to be delivered and 2nd when my balance 50 pcs going to be delivered. So in the sales order I need to maintain two schedule line , one for
    confirmed 100 and another for unconfirmed 50. I am not able to do this.
    I can maintain only one schedule line per main item and at the sub item
    level not possible to maintain.
    The second problem is that, when I get stock for unconfirmed 50, I can
    not reschedule. can anyone please help to solve this issue?
    Regards,
    Beena

    goto item and doublle click on item and goto schedule lines and chenage the shedule lines..
    wat i know is by avaiblity check it propose the delievry dates of items...
    goto MM02 and mrp 1.. you can give there days to producee..
    OR doc type propose delivery dates.. lead days...
    hope it helps
    you
    ramki

  • BAPI FOR Deleting a Schedule Line Item from EKES and EKET tables

    Dear All,
    I would like to for deleting one of the line item from EKES (Po Confirmation ) and the respective line item from the EKET(PO Schedule Line Item Table).
    Assume that am allowing the user to select the lineitem from zprogram screen and collecting the PO and Its LIne Item details in an internal table.
    Can i Use
    <b>BAPI_PO_Change</b> , if so , can anybody tell me the steps to follow to use this bapi for deleting the PO lineItems, since i m going to try BAPI for First time.
    pls help me out
    Message was edited by: Raja K.P

    Hi raja ,
    loop at iekko1.
        w_index = sy-tabix.
        item-po_item   = itemx-po_item   = iekko1-ebelp.
        item-quantity  = iekko1-mng01.
        itemx-quantity = iekko1-mng01.
        if iekko1-wamng = iekko1-wemng.
        itemx-no_more_gr = item-no_more_gr = 'X'.
        else.
        itemx-no_more_gr = item-no_more_gr = ''.
        endif.
        append item.
        append itemx.
          clear return[].
          call function 'BAPI_PO_CHANGE'
               exporting
                    purchaseorder = iekko1-ebeln
               tables
                    return        = return
                    poitem        = item
                    poitemx       = itemx.
          if return[] is initial.
          commit work and wait.
          call function 'DEQUEUE_ALL'.
    search for deletion fields which u have to mark 'X'.
    before calling  this BAPi u have to lock the PO by using ENQUEUE.
    <b>
    FU BAPI_PO_CHANGE
    Text
    Change purchase order
    Functionality
    Function module BAPI_PO_CHANGE enables you to change purchase orders. The Change method uses the technology behind the online transaction ME22N.
    Alternatively, the IDoc type PORDCH1 is available. The data from this IDoc populates the interface parameters of the function module BAPI_PO_CHANGE.
    Functionality in Detail
    Authorization
    When you create (activity 02) an Enjoy purchase order, the following authorization objects are checked:
    M_BEST_BSA (document type in PO)
    M_BEST_EKG (purchasing group in PO)
    M_BEST_EKO (purchasing organization in PO)
    M_BEST_WRK (plant in PO)
    Controlling adoption of field values via X bar
    For most tables, you can use your own parameters in the associated X bar (e.g. PoItemX) to determine whether fields are to be set initial, values inserted via the interface, or default values adopted from Customizing or master records, etc. (for example, it is not mandatory to adopt the material group from an underlying requisition - you can change it with the BAPI).
    Transfer
    Purchase order number
    The PurchaseOrder field uniquely identifies a purchase order. This field must be populated in order to carry out the Change method.
    Header data
    The header data of the Enjoy purchase order is transferred in table PoHeader.
    Item data
    The item data of the Enjoy purchase order is stored in the tables PoItem (general item data). Changes regarding quantity and delivery date are to be made in the table PoSchedule.
    Use the table PoAccount to change the account assignment information.
    Services and limits
    Changes to existing items cannot be carried out with the Change method. It is only possible to create new items.
    Conditions
    Conditions are transferred in the table PoCond; header conditions in the table PoCondHeader. A new price determination process can be initiated via the parameter CALCTYPE in the table PoItem.
    Vendor and delivery address
    The vendor address in the table PoAddrVendor and the delivery address in the table PoAddrDelivery can only be replaced by another address number that already exists in the system (table ADRC). Changes to address details can only be made using the method BAPI_ADDRESSORG_CHANGE.
    Partner roles
    You can change all partners except the partner role "vendor" via the table PoPartner.
    Export/import data
    Export/import data can be specified per item in the table PoExpImpItem. Foreign trade data can only be transferred as default data for new items. Changes to the export/import data of existing items are not possible.
    Texts
    Header and item texts can be transferred in the tables PoTextHeader and PoTextItem. Texts for services are imported in the table PoServicesText. Texts can only be replaced completely.
    Version Management
    You can make use of the Version Management facility via the table AllVersions.
    Return
    If the PO was changed successfully, the header and item tables are populated with the information from the PO.
    Return messages
    Messages are returned in the parameter Return. This also contains information as to whether interface data has been wrongly or probably wrongly (heuristical interface check) populated. If a PO has been successfully created, the PO number is also placed in the return table with the appropriate message.
    Restrictions
    With this function module, it is not possible to:
    Create subcontracting components (you can only use existing ones)
    Create configurations (you can only use existing ones)
    Change message records (table NAST) and additional message data (this data can only be determined via the message determination facility (Customizing))
    Attach documents to the purchase order
    Change foreign trade data
    Change service data
    Change or reexplode BOMs
    A firewall prevents the manipulation of data that is not changeable in Purchasing according to the business logic of the purchase order (e.g. PO number, vendor, etc.).
    PO items with an invoicing plan cannot be created or changed using the BAPIs
    In this connection, please refer to current information in Note 197958.
    To change addresses with numbers from Business Address Services (cantral address management), please use the function module BAPI_ADDRESSORG_CHANGE.
    To change variant configurations, please use the function module BAPI_UI_CHANGE. More information is available in the BAPI Explorer under the Logistics General node.
    In the case of changes that are to be made via the BAPI_PO_CHANGE, a firewall first checks whether the relevant fields are changeable. This approach follows that of the online transaction. Here it is not possible to change the vendor or the document type, for example.
    Example
    Example of changes made to a purchase order with:
    1. Change in header data
    2. Change in item
    3. Change in delivery schedule
    4. Change in account assignment
    5. Change in conditions
    6. Change in partners
    Parameter: PURCHASEORDER 4500049596
    Parameter: POHEADER
    PMNTTRMS = 0002
    PUR_GROUP = 002
    Parameter: POHEADERX
    PMNTTRMS = X
    PUR_GROUP = X
    Parameter: POITEM
    PO_ITEM = 00001
    CONF_CTRL = 0001
    Parameter: POITEMX
    PO_ITEM = 00001
    PO_ITEMX = X
    CONF_CTRL =  X
    Parameter: POSCHEDULE
    PO_ITEM = 00001
    SCHED_LINE = 0001
    QUANTITY = 10.000
    PO_ITEM = 00001
    SCHED_LINE = 0003
    DELETE_IND =  X
    Parameter: POSCHEDULEX
    PO_ITEM =  00001
    SCHED_LINE =  0001
    PO_ITEMX =  X
    SCHED_LINEX =  X
    QUANTITY =  X
    PO_ITEM =  00001
    SCHED_LINE =  0003
    PO_ITEMX =  X
    SCHED_LINEX =  X
    DELETE_IND = X
    Parameter: POACCOUNT
    PO_ITEM = 00001
    SERIAL_NO = 01
    GL_ACCOUNT = 0000400020
    Parameter: POACCOUNTX
    PO_ITEM = 00001
    SERIAL_NO = 01
    PO_ITEMX = X
    SERIAL_NOX = X
    GL_ACCOUNT = X
    Parameter: POCOND
    ITM_NUMBER = 000001
    COND_TYPE = RA02
    COND_VALUE = 2.110000000
    CURRENCY = %
    CHANGE_ID = U
    Parameter: POCONDX
    ITM_NUMBER = 000001
    COND_ST_NO = 001
    ITM_NUMBERX = X
    COND_ST_NOX = X
    COND_TYPE = X
    COND_VALUE = X
    CURRENCY = X
    CHANGE_ID = X
    Parameter: POPARTNER
    PARTNERDESC =  GS
    LANGU =  EN
    BUSPARTNO = 0000001000
    Help in the Case of Problems
    1. Note 197958 lists answers to frequently asked questions (FAQs). (Note 499626 contains answers to FAQs relating to External Services Management.)
    2. If you have detected an error in the function of a BAPI, kindly create a reproducible example in the test data directory in the Function Builder (transaction code SE37). Note 375886 tells you how to do this.
    3. If the problem persists, please create a Customer Problem Message for the componente MM-PUR-PO-BAPI, and document the reproducible example where necessary.
    Customer Enhancements
    The following user exits (function modules) are available for the BAPI BAPI_PO_CREATE1:
    EXIT_SAPL2012_001 (at start of BAPI)
    EXIT_SAPL2012_003 (at end of BAPI)
    The following user exits (function modules) are available for the BAPI BAPI BAPI_PO_CHANGE:
    EXIT_SAPL2012_002 (at start of BAPI)
    EXIT_SAPL2012_004 (at end of BAPI)
    These exits belong to the enhancement SAPL2012 (see also transaction codes SMOD and CMOD).
    There is also the option of populating customer-specific fields for header, item, or account assignment data via the parameter EXTENSIONIN.
    Further Information
    1. Note 197958 contains up-to-date information on the purchase order BAPIs.
    2. If you test the BAPIs BAPI_PO_CREATE1 or BAPI_PO_CHANGE in the Function Builder (transaction code SE37), no database updates will be carried out. If you need this function, please take a look at Note 420646.
    3. The BAPI BAPI_PO_GETDETAIL serves to read the details of a purchase order. The BAPI cannot read all details (e.g. conditions). However, you can use the BAPI BAPI_PO_CHANGE for this purpose if only the document number is populated and the initiator has change authorizations for purchase orders.
    4. Frequently used BAPIs for purchase orders are BAPI_PO_CREATE, BAPI_PO_CREATE1, BAPI_PO_CHANGE, BAPI_PO_GETDETAIL, BAPI_PO_GETITEMS, BAPI_PO_GETITEMSREL, and BAPI_PO_GETRELINFO.
    5. For more information on purchase orders, refer to the SAP library (under MM Purchasing -> Purchase Orders) or the Help for the Enjoy Purchase Order, or choose the path Tools -> ABAP Workbench -> Overview -> BAPI Explorer from the SAP menu.
    Parameters
    PURCHASEORDER
    POHEADER
    POHEADERX
    POADDRVENDOR
    TESTRUN
    MEMORY_UNCOMPLETE
    MEMORY_COMPLETE
    POEXPIMPHEADER
    POEXPIMPHEADERX
    VERSIONS
    NO_MESSAGING
    NO_MESSAGE_REQ
    NO_AUTHORITY
    NO_PRICE_FROM_PO
    EXPHEADER
    EXPPOEXPIMPHEADER
    RETURN
    POITEM
    POITEMX
    POADDRDELIVERY
    POSCHEDULE
    POSCHEDULEX
    POACCOUNT
    POACCOUNTPROFITSEGMENT
    POACCOUNTX
    POCONDHEADER
    POCONDHEADERX
    POCOND
    POCONDX
    POLIMITS
    POCONTRACTLIMITS
    POSERVICES
    POSRVACCESSVALUES
    POSERVICESTEXT
    EXTENSIONIN
    EXTENSIONOUT
    POEXPIMPITEM
    POEXPIMPITEMX
    POTEXTHEADER
    POTEXTITEM
    ALLVERSIONS
    POPARTNER
    Exceptions
    Function Group
    2012
    </b>
    regards
    prabhu
    Message was edited by: Prabhu Peram

  • Relation between movement type and Schedule Line Item Cat

    I have a situation for Return Sales Order, there's two lines items with
    *Item Cat                      Schedule Line Item Cat         Stock
    REN(Normal)                 YN (Returns 657)                 Blocked
    RENN (Free Goods)      DN (Returns)                        Return Stock
    Question is, the user would like all the return stock to be posted to Block stock which should be using movement type 657. How can I configure this.

    Hello Sarvanand
    Assign Sched Line category YN to item category RENN using this path:
    SPRO/IMG/Sales and Distribution/Sales/Schedule Lines/Assign Schedule Line Categories
    Don't change movement type of standard Item cat DN.
    Thanks.

  • Delivery block on the line item and on schedule line

    why are there two delivery block on the line item and on schedule line  respectively in the sales order? which one is exactly used for blocking delivery order from creating ? thank you very much!

    Hi
    The reason being, each line item can have more than one schedule line. If the line item has only one schedule line, the block at item level or SchLine level gives the same result. If the line item has two schedule lines, and if you want to block only specific delivery(one among the two schedule lines) the block at item level blocks both the deliveries and if you use delivery block at schedule line level, you can block only the required scheduled delivery.
    Thanks,
    Ravi

  • ME_GUI_PO_CUST And Schedule Line Items

    Hello,
    I have implemented the ME_GUI_PO_CUST BAdI and in method TRANSPORT_TO_MODEL Im trying to update some custom fields at schedule line item (EKET). Beloiw is the sample code and I can see the chnage in IM_MODEL after calling the SET_DATA method for schedule but after save the changes are not reflected in DB, any ideas? Im calling the same method in ME_PROCESS_PO_CUST method PROCESS_SCHEDULE and everything works just fine (For batch mode)
         mmpur_dynamic_cast lo_item im_model.
          CHECK NOT lo_item IS INITIAL.
          lt_meposchedule = lo_item->get_schedules( ).
          LOOP AT lt_meposchedule ASSIGNING <fs_meposchedule>.
            ls_meposchedule  = <fs_meposchedule>-schedule->get_data( ).
            CALL FUNCTION 'ZFM_PO_GUI_EX_FACT_DAT_GET_CHN'
              IMPORTING
                e_update         = l_update
              CHANGING
                c_meposchedule_s = ls_meposchedule.
            IF l_update IS NOT INITIAL.
              <fs_meposchedule>-schedule->set_data( im_data = ls_meposchedule ).
              FREE l_update.
            ENDIF.
          ENDLOOP.
    Thanks,
    Arash

    Hello,
    I have implemented the ME_GUI_PO_CUST BAdI and in method TRANSPORT_TO_MODEL Im trying to update some custom fields at schedule line item (EKET). Beloiw is the sample code and I can see the chnage in IM_MODEL after calling the SET_DATA method for schedule but after save the changes are not reflected in DB, any ideas? Im calling the same method in ME_PROCESS_PO_CUST method PROCESS_SCHEDULE and everything works just fine (For batch mode)
         mmpur_dynamic_cast lo_item im_model.
          CHECK NOT lo_item IS INITIAL.
          lt_meposchedule = lo_item->get_schedules( ).
          LOOP AT lt_meposchedule ASSIGNING <fs_meposchedule>.
            ls_meposchedule  = <fs_meposchedule>-schedule->get_data( ).
            CALL FUNCTION 'ZFM_PO_GUI_EX_FACT_DAT_GET_CHN'
              IMPORTING
                e_update         = l_update
              CHANGING
                c_meposchedule_s = ls_meposchedule.
            IF l_update IS NOT INITIAL.
              <fs_meposchedule>-schedule->set_data( im_data = ls_meposchedule ).
              FREE l_update.
            ENDIF.
          ENDLOOP.
    Thanks,
    Arash

  • Open Sales Order  table with multiple schedule line....

    YUSUF BHORI wrote:
    Hi Experts,
    In Sales Order there are multiple schedule line for single item.
    Where and in which table i can find open qty for order ,material, item and schedule line items.
    I Want open items for each schedule line. For One vbeln, posnr there multiple etenr.
    Urgent,
    Yusuf.

    Hai,
    Join VBAK & VBAP and store data in an internal table GT_VBAP to get Sales order numbers, items, materials.
    Get Open Sales order items from VBUP into GT_VBUP  where VBUP-GBSTA  NE  'C'.
    LOOP at GT_VBAP.
    Read table GT_VBUP with key vbeln & posnr.
    If sy-subrc <> 0.
      delete GT_VBAP.
    endif.
    ****Fill your Final Report Internal table with required field values **Append into that internal table
    ENDLOOP.
    Now Select WMENG BMENG from VBEP into GT_VBEP for all entries in GT_VBAP.
    LOOP AT  GT_VBEP.
    *******Again Modify your Final Report internal table with these values
    ***VBEP-WMENG is Ordered Qty
    ***VBEP-BMENG is Confirmed Qty
    ************Open Qty     = Ordered Qty      = Confirmed Qty***
    ************Open Qty     = VBEP-WMENG = VBEP-BMENG.***
    ENDLOOP.
    Edited by: Eswara Rao Aakula on Dec 24, 2007 9:56 AM
    Edited by: Eswara Rao Aakula on Dec 24, 2007 9:57 AM

  • Unable to enter multiple Schedule lines for BOM material in Sales Order

    Hi All,
    We have a Sales Order where in which we cannot add additional schedule lines for BOM material.
    The schedule lines are greyed out, user was able to add schedule lines earlier.
    I have checked all assignments in VOV6, VOV7 and everything seems to be fine and no changes have been made to item category being used.
    Please provide a solution for this.
    PFB link in which similar situation posted in this community but the final resolution method is not discussed.
    http://scn.sap.com/message/13201504#13201504
    Regards,
    Samiksh

    Hi Samiksh,
    Pls check for that particular customer, only complete delivery allowed(c) is set in the CMR or CMIR. If so, you can't enter multiple schedule lines for that customer.. it would be grayed out in the sales order schedule lines except confirmed line.
    or check the problematic sales order at item level shipping tab if the par del/item is set to 'C'
    With regards
    S.Siva

  • Multiple Schedule Lines for Individual Qty in Standard Order

    Hello All,
    I have a Client Requirement to Set up the Standard Order for a Material which will be sold on Single Quantity every Month.
    This will have to occur from the same Order. For this Multiple Schedule Lines are required to be generated as per Monthly Delivery Schedule.
    I know this functionality comes under Scheduling Agreements where we can deliver goods as per confirmed Schedule Lines for the Month.
    But Client Requirement is to set up this functionality in Standard Order Only as setting up scheduling agreements calls for mapping of New Order Types which is not feasible.
    So Can you provide with your valuable Inputs as to whether this can be possible through Standard Order in the system.
    Looking forward to your esteemed reply!!
    Warm Regards,
    Onkar Khedekar

    Dear Onkar:
    If you don't want to use Schedule agreements, you can enter several schedule lines for each item in "Schedule line" tab at  item level.
    Enter in this tab each schedule line per month.
    But be aware which date you enter becuase this requirement will be transfered to MRP.
    Check it and revert.
    Jose Antonio Martinez

  • Problem in uploading multiple PO line items thro bapi_po_create1...

    Hi All,
    I want to upload Purcase details thro BAPI_PO_create1.I am able to upload PO for single line item. If i pass multiple line items i am getting error.
    Error is "Purchase order still contails faulty items".
    Pls see my code,and help to solve this pls.Thanks in Advance.
      *iTEM 1
        ls_poitem-po_item = '00010'.
        ls_poitemx-po_item = '00010'.
        ls_poitemx-po_itemx = 'X'.
        ls_poitem-material = '11C650004'.
        ls_poitemx-material = 'X'.
         ls_poitem-MATL_GROUP = '125'.
         ls_poitemx-MATL_GROUP = 'X'.
         LS_POITEM-STGE_LOC = '1101'.
         LS_POITEMX-STGE_LOC = 'X'.
    MATERIAL DESCRIPTION.
        SELECT SINGLE MAKTX
          FROM MAKT
          INTO ls_poitem-short_text
          WHERE MATNR = ls_poitem-material AND
                SPRAS = 'EN'.
        ls_poitemx-short_text = 'X'.
       ls_poitem-quantity = '100'.
        ls_poitemx-quantity = 'X'.
        ls_poitem-po_unit = 'KG'.
        ls_poitemx-po_unit = 'X'.
        ls_poitem-po_unit_iso = 'KG'.
        ls_poitemx-po_unit_iso = 'X'.
        ls_poitem-net_price = '220.57'.
        ls_poitemx-net_price = 'X'.
        ls_poitem-price_unit = '1'.
        ls_poitemx-price_unit = 'X'.
        LS_POITEM-TAX_CODE = 'NT'.
        LS_POITEMX-TAX_CODE = 'X'.
        LS_POITEM-ACCTASSCAT = 'F'.
        LS_POITEMX-ACCTASSCAT = 'X'.
        ls_poitem-plant = '1100'.
        ls_poitemx-plant = 'X'.
    APPEND : ls_poitem TO gt_poitem,
    ls_poitemx TO gt_poitemx.
    CLEAR:LS_POITEM,LS_POITEMX.
    ITEM 2
        ls_poitem-po_item = '00020'.
        ls_poitemx-po_item = '00020'.
        ls_poitemx-po_itemx = 'X'.
        ls_poitem-material = '11C650003'.
        ls_poitemx-material = 'X'.
    MATERIAL DESCRIPTION.
        SELECT SINGLE MAKTX
          FROM MAKT
          INTO ls_poitem-short_text
          WHERE MATNR = ls_poitem-material AND
                SPRAS = 'EN'.
        ls_poitemx-short_text = 'X'.
        ls_poitem-quantity = '100'.
        ls_poitemx-quantity = 'X'.
        ls_poitem-po_unit = 'KG'.
        ls_poitemx-po_unit = 'X'.
        ls_poitem-po_unit_iso = 'KG'.
        ls_poitemx-po_unit_iso = 'X'.
        ls_poitem-net_price = '230.57'.
        ls_poitemx-net_price = 'X'.
        ls_poitem-price_unit = '1'.
        ls_poitemx-price_unit = 'X'.
        LS_POITEM-TAX_CODE = 'NT'.
        LS_POITEMX-TAX_CODE = 'X'.
        LS_POITEM-ACCTASSCAT = 'F'.
        LS_POITEMX-ACCTASSCAT = 'X'.
        ls_poitem-plant = '1100'.
        ls_poitemx-plant = 'X'.
    APPEND : ls_poitem TO gt_poitem,
    ls_poitemx TO gt_poitemx.
    CLEAR:LS_POITEM,LS_POITEMX.

    Hi Sree,
    Thanks for ur reply. After i passed storage location the PO is created.
    One more problem is multiple schedule line is not created.It considers only the first line alone.
    If possible can u pls give some ideas to solve the problem
    Thanks.

  • Help using /AFS/BAPI_PO_CREATE with multiple schedule lines

    I'm using /AFS/BAPI_PO_CREATE to create POs and everything works fine until I pass an item with multiple schedule lines. 
    When you pass multiple schedules it is giving each of the schedule lines under an item the same grid value!  So if I want to order one black, one white shirt...  both grid values are changed to black when the PO is created.
    I'm wondering if you need to pass some sort of sequence value into the BAPI when you have multiple schedule lines for an item.  Does anyone know?

    Hi Justin
    Please make sure that you are specifying the <b>item number</b> while passing the ITEM Details and their correponding SCHEDULE lines.
    Though i couldnt find FM: /AFS/BAPI_PO_CREATE in our system, i guess it is similar to BAPI_PO_CREATE.
    Kind Regards
    Eswar

  • Billing in the basis of billing plan for multiple schedule lines

    Hi All,
    I have one scenario in which we have created milestoen billing via project systems in sales order. Now Suppose I have three line items in my sales order and against each line items we have maintained multiple schedule lines. ex. 10%, 40%,50% respectively. Similarly for other line items also we have maintained the same. Now I need to generate invoice on the basis of schedule lines(billing plan). for ex. single Invoice covers 2 schedule lines out of total schedule lines in the line item. Similarly for other line items.
    Kindly guide.
    Thanks.

    Hi
    Your milestone billing plan integrates with PS means that you have an order related billing.
    Hence schedule line is a confusing word and I assume it as a billing plan.
    Each milestone-related billing date is blocked for processing until the Project System confirms that the milestone is completed. The billing block will automatically be removed once the milestone is achieved.
    Do maintain copy controls properly at item category level (VTFA) and your billing should happen standard SAP way.
    If still you face any errors, please post the screenshots.
    Thanks
    Atul

  • Not Printing Item Schedule line items in SAP Script

    Hi ,
    I modified  copied sap standard script(MEDRUCK) and copied my Zprogram to standard program.
    But here every thing is fine but i am not getting schedule line items and item text  in items data for every item
    thanks,
    sriram

    Hi
    Pls Check in the Line item Ur using the syntax properly or not..In SAP if it ios syntax error it won show..Pls chk the syntax properly ...POr try to debug the script and see whether item text is coming or not.
    If it is not coming check me23n whether tat PO has item text or not..if it is there Problem is in ur Include text.

  • SCHEDULE AGREEMENT-DELIVERY SCHEDULE LINE ITEM PRINTING

    Scheduling agreement is created in ECC.
    Delivery schedule line items are generated using APO and CIFed over to ECC.
    Upon displaying in ME38 in ECC, the delivery schedule line items are appearing as required. The problem is that no output type is displayed for condition type LPET even though the settings are done & condition records are maintained.
    Can someone throw some light on this?

    Hi Anil ,
    Goto Transaction NACE , Select Application EL and then Click on O/p Types.
    Select your o/p and click on Processing routines.
    Make a copy of medium 1 and change it to 5. The program , Form , Form routine would remain the same.
    Maintain condition records with medium 5 in MN10.
    Ensure that email address exists in Vendor Master.
    Check with ur Basis to make sure that the setting are done in Transaction SCOT for sending document via PDF.
    Create a new Agreement and test it.
    Regards
    Ramesh Ch

Maybe you are looking for

  • Web help is not working in ie11

    Hi, I have asp.net application and a adobe robo help 7.I have  the WebHelp folder after generate ouput. if run the help help in ie11.. am geeting error at xmldoc.load(). But the same is working in other browser, such as ie 8 and firefox. Thanks & Reg

  • IMac display or a Samsung external display?

    Hi I am in the market with $1200 to spend on a computer. I was looking at a Mac mini + a Samsung 20 Inch monitor + Apple Keyboard + Logitech Mouse=Somewhere around $1100 The iMac is not so far away from the $1100 price tag, but i hate the Chin on the

  • Business Objects Overview

    I hope some one can help.  I'm trying to get my head around Business Objects and so far all I've done is get confused by all the various products, components and services.  Can anyone point me towards a good document/page which will explain each prod

  • Microsoft Outlook Online Access

    I have finally gotten my phone to recieve emails from my Outlook Access online, however, now it seems as though my messages are delayed by anywhere from 5minutes to 30minutes.  Is there a setting I can change to get them quicker, or am I just SOL and

  • ADF basic application without any IDE

    Hi, I want to create a very simple page using ADF but without JDeveloper or any other IDE (not even eclipse). Later i want to deploy the same to tomcat server. As we can do using servlets or JSF. Is it possible to create all directory structures and