Report for outline agreement

Hi Guys:
I`m wondering on R/3, is there some transaction code or dynamic selection i can use to run a report for outline agreement. i am looking for one report that will generate following information: Outline agreements that has not been used since August 2007 till now, which means no Purchase orders drawn off the outline agreement.
In other word, Outline agreement with Purchase order but has not been used since a particular date.
Much appreicate your help indeed.
Forrest

Hi Manish:
Thanks a lot.
If i specify document date from 01.08.2007 to 14.05.2009, meanwhile, input RAHM into Scope of list. Then i will get one report including all the outline agreement created in this period, with filter, i think i can pick up outline agreement is not used until now.
I have another concern, how about the outline agreement created before 01.08.2007, but these outline agreement has not been used from 01.08.2007 to 14.05.2009.
Waiting for your solution.
Forrest

Similar Messages

  • Unable to prevent Price change for Outline Agreement

    Dear Experts,
    Once Outline Agreement is generated in SAP, I do not want to allow users to change the price.
    I have tried with " Field Selection at Document level" using ME32-Change outline agreement field selection.
    I select "Quantity and Price" and select check box Display for  "Price and Price Unit",Price Date", "Condition Group".
    This will not allow price change at item details level (field grayed out) but user can still select Item condition (for Example PB00) and change the price there.
    Is there any solution for this ?
    Ideally I want to do this for a particular Document type of Outline Agreement only.
    Thanks and Best Regards,
    Raju

    Hi Ramki,
    Thnka s for you reply.
    This is not the desired solution. I can not ask Client to change to create different uses for create and change .
    In the buinsess process , mostly create an change users are same for outline agreements.
    I do not wna to restrict by User Authorization either as this is also not a 100% solution.
    Still  looking at configuration level only to restrict changes in Pricing for outline agreements.
    Regards,
    Mitesh Desai

  • Delivery date for outline agreement requisition

    Hi all,
    When I create a purchase requisition (ME51N) for a non stock material, for example, using req type NB or FO, the delivery date defaults to the current date. If I create a req with the same information but using type RV (outline agreement) the delivery date defaults to blank. I found out that in the IMG, under the req doc type config, the type RV is associated with the "Control indicator for purchasing document type" = R (Purchase requisition for outline agreement). If I clear this field, the delivery date starts defaulting to the current date. I created 2 reqs side by side (one with the indicator "R" and the other without) and I did not find any difference except for the delivery date. Does anyone know what the impact is to clear field V_T161-BSAKZ for doc type RV?
    Thanks.

    Hi
    The control indicator "R" determines Filed selection. ie Which requires mandatory or optional. For Doc types RV field selection groups is RVB , in that Delivery date is not a Required/optional/Dsiplay field., this works in conjunction with control indicator "R".
    Hence when you try to create with Doc type RV and control indiactor "R" it is not propsoding the current date. When you remove Control indicator "R" the field selcetion groups becomes NBB , in that Delviery date is Required filed, so the system proposes the current date .
    The impact of removal of control indicator "R" is nothing.
    Regards
    DRN
    Give points if ok

  • ECC Report showing Outline Agreements WITH related Release Orders

    Does anyone know of a report in ECC which will display all Outline Agreements together with all the Related Release Orders associated with each Agreement Number?
    I have trawled through hundreds of SAP transaction codes and cannot find something that will give this information - I can use ME3N of course, but ideally my Users want to be able to search on ALL Outline Agreements and see the associated release orders
    If anyone is able to help it would save me a headache!
    Many thanks
    Jane

    You can get Goods Movement from MSEG Tables. Why do you need Goods Movement in Sales Flow?
    While Creating Every Document in SAP R/3, we will put reference Document and Item.
    While Creating Sales Document, Customer PO is reference Document.
    For Delivery, we can create againest Sales Document or Invoice etc.
    For Invoice, either Delivery or Sales Document.
    Pull all the Data Sales, Delivery, Billing and Shipping with Reference Documents into ODS.
    You need to create a Infoset on these ODS.
    Let me know if you still have any Questions.
    Nagesh Ganisetti.
    Assign points if it helps.

  • Find condition record for outline agreement

    I want to know how I can find the condition record for an outline agreement.  The condition number is not stored in EKKO and within the ME33K transaction I can view the condition by drilling into the item level (EKPO), but I canot find anyway of linking the agreemtn to the condition table KONP.
    The reason for the qeustion is we want to outpu all agreements that have a certain condition. Any ideas.

    try this code
    REPORT zpwtest .
    TABLES : ekko ,  ekpo , lfa1 , komk , komp , t001 , t001w , komv .
    DATA : tkomv  TYPE TABLE OF komv  .
    PARAMETER : p_ebeln TYPE ekpo-ebeln ,
                p_ebelp TYPE ekpo-ebelp .
    SELECT SINGLE *
      FROM ekko
    WHERE ebeln = p_ebeln .
    SELECT SINGLE *
      FROM ekpo
    WHERE ebeln = p_ebeln
      AND ebelp = p_ebelp.
    SELECT SINGLE *
      FROM lfa1
    WHERE lifnr = ekko-lifnr .
    SELECT SINGLE *
      FROM t001
    WHERE bukrs = ekko-bukrs .
    SELECT SINGLE *
      FROM t001w
    WHERE werks = ekpo-werks .
    CALL FUNCTION 'ME_FILL_KOMK_PO'
      EXPORTING
        i_ekko  = ekko
        i_ekpo  = ekpo
        i_lfa1  = lfa1
        i_t001w = t001w
        i_t001  = t001
        i_kalsm = ekko-kalsm
        i_kappl = 'M'
        i_kvorg = '02'             "Preissimulation
      IMPORTING
        e_komk  = komk.
    IF komk-prsdt EQ 0.
      komk-prsdt = sy-datlo.
    ENDIF.
    komk-fbuda = sy-datlo.
    CALL FUNCTION 'ME_FILL_KOMP_PO'
         EXPORTING
              i_ekpo  = ekpo
              i_t001w = t001w
              i_ekko  = ekko
              i_komk  = komk
    *              I_MT06E = MT06E
    *              I_EINA  = EINA           "hier nicht gefüllt
         IMPORTING
              e_komp  = komp.
    CALL FUNCTION 'PRICING'
      EXPORTING
        calculation_type = 'B'
        comm_head_i      = komk
        comm_item_i      = komp
      IMPORTING
        comm_head_e      = komk
        comm_item_e      = komp
      TABLES
        tkomv            = tkomv.
    LOOP AT tkomv INTO komv .
      WRITE : / komv-kschl , komv-kbetr CURRENCY komv-waers , komv-waers .
    ENDLOOP.

  • Report on Outline Agreement Usage

    Hello Guru,
    Is there any standard report to list all outline agreements that have been accessed by last MRP run, ie, created PReq based on these O/A?
    Thanks
    JM

    No std report available for this.

  • Function Module for outline agreement

    Dear Sir,
    I want to know the function module for contract/outline agreement from where I can fetch the details of release orders against the given contract.
    Regards
    Amit Agarwal

    Hi
    Go to SE37 enter the Outline agreement and press F4
    you can see the function module
    (or) Post the same message in  SAP ABAP forum
    G.Ganesh Kumar

  • Output determination: Dispatch time for Outline Agreements

    Hi gurus,
    I have an issue, when I am creating an outline agreement, by defaul the output message type: NEU is showed, and, it is fine, but, the dispatch time is always = 1 - Send with periodically schedule job.
    In the customising of the output NEU, I have:
    General data:
    Access sequence = 0001
    Check box active = Access conditions
    Check box active = Multiple issuing
    Print parameter = Purchasing group
    In the fine-tuned control, the "Update Print-Related data" is not active.
    And, I do not have defined any message schema for this output.
    And, then, I customised the dispatch time for NEU with the value = 4 - Print immediately, but, still is appearing the dispatch time "1".
    Then, I created 1 condition record with POrg, Doctype and Vendor, but, still is appearing the dispatch time "1".
    Could you help me with this, please?
    Kind regards,
    Sandra PF

    Hi Biju,
    The point is that this output message type does not have a "Message schema determination", for that reason, if I am creating the condition record, it will be never updated. I was doing a testing and saw it.
    But, if my message type NEU does not have any schema and according to SAP, by default will define the message type NEU, why the dispatch time is still = 1 if in the customising of NEU I have defined the dispatch time = 4?
    More ideas?
    Kind regards,
    Sandra PF

  • Report print price indicator for outline agreements

    Hi Gurus,
    Good day. I would like to ask if there is a report that we can generate to be able to view which contract items have a print price ticked/ unticked.
    Appreciate your help.
    Thank you so much

    What if i just wan to see contracts with unticked print price indicator.
    In ME3N > Dynamic selections >Purchasing Document Item > Select Print Price > Double click, Print price comes on right side, now click on Multiple selection tab (tab with arrow) which is at right side, new window opens, there select tab 'Exclude Ranges' & enter Lower & Upper Limit as 'X', execute, enter all your values & execute again, it will exclude the items which are having print price.

  • Wrong data in MCE1 & MCE3 reports for scheduling agreements

    Hi All,
    I have got problem while executing MCE1 & MCE3 reports.It shows wrong PO value and GR Qty. While executing , I am giving inputs as P.Org,Vendor and Period in T.Code MCE1. After executing ,I select Info Structure S011.But the output is not matching with Actual GR quantity and PO Value if you see Purchase Order History.The same case with report MCE3 report,where Info Structure S012 is being selected.
    I have checked in MC26 , where data field for period determination is set as Purchase Order date.
    So Can anybody assist me on this ...How to get the exact data (PO value,Invoice amount,Order qty)which should match with PO history??
    Further to this, Is there any Standard report to get the value of materials bought via consignment??
    Please let me know if there is any customization setting involved??
    Thanks in advance..
    Somu

    1> On what logic is the system picking that calculation schema?
    As per "Define Schema Determination" in spro Purchasing document should pick the Pricing Procedure .
    After creation of scheduling agreement have chacked your values in Scheduling agreement (Purchase ORG ,Schema grp in Vendor)
    2> What settings can I do to make it pick that calculation schema only which has been assigned with POrg Sch Gp and Ve Sch Gp?
    Check in Vendor mater is there any Plant specific Purcahsing data maintained.If it is plant specific Check purchasing data for that Plant.

  • Report for scheduling agreement

    Hi All,
    Please help me to know is there any Report available of open schedule agreements.
    Thanks

    Hi,
    Use  t.code: ME3N & then in next screen ,choose selection parameter WE101 ,then Execute
    Regards,
    Biju K

  • Outstanding report for Schedule Agreement??

    Which report can be used as a schedule agreement report to display below information :
    - Total target qty in SA (KTMNG)
    - Total open qty in SA (OKTMN)
    - Total qty GR based on SA.
    Kindly need your help gurus.
    Thank you

    Hi, Renuga
    Please check the T-code : AUT10 ,  with required transaction code and date range.
    Hope it will help U...
    Regards
    Vikrant

  • Reports for Sheduling Agreement

    Hi,
    SD Experts
    Any T-Code available to view the shedule line of the sheduling agreement for what are the quantities has been delivered and what are the quantitites to be delivered.
    Regards,
    Anand

    Hi,
    Amit
    Thanks for the information. If i go to V.26, its asking for object type. I do no what i want to give in that or any configuration required for the object type
    Regards
    Anand

  • LSMW for Outline Agreements or contracts

    I have one contract with multiple line items. How do I load using LSMW?

    Dear Janna,
    Considering the scenario, I suggest you go for BDC. Please visit the following links:
    www.sap-img.com/abap/learning-bdc-programming.htm
    www.sap-img.com/abap/question-about-bdc-program.htm
    aspalliance.com/1130_Batch_Data_Communication_BDC_in_SAP_R3
    https://wiki.sdn.sap.com/wiki/display/Snippets/CodetoHandleMultipleRecordsinBDCTableControl
    Let me know in case of any specific queries.
    Regards,
    Rakesh

  • SPRO config field for Material Master & Outline agreement Contracts

    Dear Gurus,
    I want the Field AUTO PO should be mandatory field - for creating New materials - Can you please suggest me in SPRO configuration?
    For outline Agreement ( contracts) - i want to make the Plant field as mandatiry - Can you please suggest me in SPRO configuration?
    Please advice
    Regards
    RS

    Hi,
    Transaction MEKB is for maintaining Condition records, in you PRD server ask concerned to maintain condition record using MEKB for contract and its line item.
    Procedure is
    1. Input in the intial screen is Purchase org, Contract number and relevant line item number and execute
    2. In the following screen highlight the line item and click on create (F6) button in the tool bar (First one from left)
    3. In the following screen inside grid maintain price in amount column agains the condition type
    If you have done the above steps then AUTO should work
    Check on it as eill:-
    Re: pr mandatory for po
    Re: Auto PO in ME59N
    pherasath

Maybe you are looking for