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.

Similar Messages

  • Table Name for Rebates Condition Records in Rebate Agreements

    Hello All,
    I want to know the table name which stores the condition records for Rebate Condition Types?
    fast responses are appreciated.
    Regards,
    Rags.

    Hi,
    Try KONA table.
    KONM KONW
    Regards,
    Chandra

  • Transaction used for maintaining condition record for contract

    Hi All,
    In one of the issue user is not able to print contract,we have noticed that default printer is set for user.I need to check what condition record is maintained for user.
    Can anyone let me know what is the transaction used for maintaining condition record for contract output.
    Regards,
    Dharmesh

    Hi
    MN01 Create Message: RFQ
    MN04 Create Message: PO
    MN07 Create Message: Outline Agreement
    MN10 Create Message: Schd. Agmt. Schedul
    MN13 Create Message: Service Entry Sheet
    MN21 Create Condition: Inventory Mgmt
    MN24 Create Message: Shipping Notif.
    MN27 Create message: rough goods receipt
    MN10 / MN11 - Scheduling Agreement Delivery Schedule
    Vijay

  • 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

  • Condition Records For output

    Hi,
    Can anyone help me how to find the condition records for output.
    We have for the pick, pack and stage different printing options.
    How can I check it on the system that they have been configured

    go to NACE and check output type V4 for Picking V6 for Handling Unit and V2 for Shipping. You need to configure Pick Slip, Packing List/Delivery Note and HU labels here. Then you can chose out put on delivery for printing.

  • 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

  • Condition Record for picking Output List

    Dear All
    Kindly let me know where do we maintain condition record for Picking Output list.
    Where do we define a new Output Type for Picking List
    Regards
    Srihari

    Hi Srihari,
    I think i have got the question rightly interpreted.
    All you want is to maintain condition records for picking ouptut ... correct ?
    You can do it through transaction<b> VP01SHP</b> ....(dont try to find it in easy access..atleast I could not locate it)
    Under TCD VP01SHP > V4 you will be able to maintain condition records for all condition types that have been configured for picking.
    Hope this helps you .... <b>if yes then pls reward liberally !!</b>
    KInd Regards
    Sachin Bhonsle

  • VA01 user exit to manually insert condition record for sales order

    Hello Experts,
    I have a req. to find a user exit through which I can insert a new condition record for a sales order everytime a sales order is created.
    Whenever a sales order is created I should check whether condition types X and Y are being generated for the particular sales order.If yes I have to insert a new condition record with type Z for that sales order after some calculations.
    Does anybody have an idea which user exit should be used so that my new condition comes up in the CONDITIONS tab for the sales order item.
    Thanks in anticipation.
    Vipul

    Hi,
    What I suggest is suppose you want condition type say 'XXX' to appear with some calculated value only when condition type 'X' & 'Y' are present, then let the consultant define that condition type in pricing procedure, with 'Manual Entry not allowd flag on, so that nobody can overwrite the value calculated by your routine in condition type 'XXX'  & let him 'attach; a routine say 901 to it. Now via VOFM in routine 901 you can put your logic. In routine 901 you can loop at xkomv & check if both condition types viz. 'X' & 'Y' are present. IF yes then calculate the value of condition type 'XXX' as per the logic required & pass it on to SAP by xkomv-kwert = w_amount, where w_amount is the value calculated by you as per the logic required.
    I hope this helps,
    Regards
    Raju Chitale

  • Downloading Pricing condition records for products from ECC to CRM

    Hi All,
         I have a requirement where i  need to download condition records for products from ECC to CRM. The Inputs available for me are Product Id or the material number and the Sales org data.Kindly let me know the step by step procedure that i should follow to download the condition records for the products.
    Note: 1. The Products are already in the CRM system.
              2. I have downloaded the adapter object "DNL_CUST_CNDALL" already.
    Thanks & Regards,
    Shwetha.

    First of check and ensure that if the records are already downloaded. To do so,
    1) Log to ECC system and go to tcode V/06
    2) From here select the condition type you are looking at. Dbl click on the condition type and note down the access seq.
    3) Go to V/07. seelect the access seq you obtained in previous step and dbl click on "Accesses". Here you will come to know the condition table numbers. Note down the table numbers. (example: 002, 567)
    Understand at this juncture that tables from 1-500 are SAP Standard tables and 501 - 999 are customer specific tables.
    1) Log to CRM system and go to se16
    2) Type CNCCRMPR002 or CNCCRMPR567 and Choose F4 from keyboard.
    3) you should find an entry which looks like CNCCRMPRSAP002 or CNCCRMPRCUS567.
    4) query the table with input parameters like Product or Sales Org. YOu should find the records.
    If you fail in step 3, it means that the table itself has not come to CRM. For this do DNL_CUST_CNDALL with OPEN client (go to SCC4 and there Dbl clik on your client. There "NO CHANGES ALLOWED" should not have been selected. If it is so, consult your basis team and explain that DNL_CUST_CNDALL should be done on open client.(Repeat this even if you have already done that)
    If you fail in step4, try downloading DNL_COND_A*** adapter Objects. *** stands for the ECC condition table captured from ECC (step3)
    If you still are unable to find the record in the database table level, Check for the log in SLG1 tcode in CRM system. This gives you an idea of what's wrong.
    Note: Even if you maintain conditions via Product master, ultimateley it gets stored in A* tables in ECC and CNCCRMPR* tables in CRM. So the above procedure holds good for whatever the case might be.
    Hope this helps
    Regds,
    Raghu

  • Condition Records for Output types

    Hello Gurus,
    Do we need to maintain the condition records for the output types configured as Archive only Storage mode??
    Will this option archive only in Output type completely archive the document???
    Points will be rewarded generously for the apt answers
    Thanks and Regards,
    Pavan P.

    hi pavan,
    Still u have to maintain the condition record for the archive mode also. Becoz  what are the document type u want to archive is defined in the o/p records.
    suppose u want to archive billing documents types F2,F1etc...
    then goto--> vv31-> enter RD00->enter the billing documnt type-. now click teh communication button on the top -
    > here u will find the storage mode. Means the docuemnts which are created with F2 are archived.
    regards,
    Arunprasad
    Message was edited by:
            arun prasad

  • Condition records for free Goods

    hi experts
    what are the T codes/path for maintaining condition records for
    freegoods
    product sub
    thanks in advance
    vinay

    Hi,
    CRM Standalone condition records maintain from the  Transaction code
    /SAPCND/GCM - Condition Maintenance, after entering this code give the Application CRM than select your Free goods condition type and maintain the values.
    Configure condition technique correctly for the free godds conditin type
    ( eg : Source : CRM ).
    Regards
    Naren..

  • How to maintain 2 condition record for the same message type

    Hi,
    My requirement is that I have got a PO output type NEU.Now when i release the PO 2 mesages  should get outputed.
    1) A print should go to the Printer ie:Option1 Print output
    2) A PDF should go to the vendor ie:Option 5 External send
    I have completed the config part but I am having a problem while maintaing the condition record for simultaneous output of message 1 & 5.
    In MN04 i tried to maintain 1 & 5 but it doesn't allow me to do so?Why
    How do I output  2 messages while releasing the PO
    KN

    Please check this answered link:
    Re: Two PO Outputs.
    Re: Emailing PO to Vendor, copy to buyer as well
    Edited by: Afshad Irani on Jun 16, 2010 12:05 PM

  • The condition record for use B can not be displayed

    Hi gururs,
    What does this message (number : VE896 ) mean ?
    How to make it desapear ?
    P.S : it's about output type for purchase orders.
    This message is displayed when I click on : "Goto -> Determi analysis" in tcode ME22N.
    Regards,
    Bahia.

    Hi
    It means you are trying to veiw the executed condition record. System found the condition record for entered transactional data which you cannot see by clicking on it (when you see green record in condition analysis).
    For given condition type -> and access sequence/ access - system shows the condition record that is determined. You can see its details by clicking the access which shows the message that condition record has been found with its determined parameters.
    Ex: For batch determination I have set up one search strategy with a condition type (with access sequence). I created one condition record. When creating say sales order -batch determination takes place based on condition record parameters. System shows a green light for determined condition record. You cannot see its details - if you try to see then system issues a message like ''The condition record for use B can not be displayed''. If you want to see click on its immediate predecessor (access ).
    Thanks

  • Condition record for tax calculation

    hi .
    how to populate value for condition type MWAS (outputax)
    where to create?

    hi,
    Tax is determined based on,
    1) Departure Country , departure Zone is taken from delivering plant
    2) Destination Country of the customer receiving the goods( i.e Ship to party)
    3) Tax indicators in CMR >Sale area data>billing tab page& MMR>Sales:sale org data1 view.
    Maintain all the above in the condition records for determining the tax condition rate in pricing procedure.
    Reward if it is useful.
    MCM

  • Condition Records For Tax Condition types for SAP 4.7

    Dear Experts,
    What is the procedure to maintain condition records for tax condition types like CST , VAT and Service Tax. We are not using CIN. In MM01 and XD02 tax classifications i have maintained UTXJ condition Type and also maintained the above mention tax condition types.. But when i create condition records for UTXJ in VK11 the sysytem is asking for Tax code. In FTXP when i defined Tax code A1 for Tax ProcedureTAXIN1 where i maintained all the Tax condition types there.But i am unable to save the Tax % in FTXP.When i try to save the tax code it is not saving.
    Is there any other procedure to maintain Tax condition types for SAP4.7.
    My Pricing procedure that i maintained in V/08 is Z00001.
    Regards
    Jyoti

    Hi Jyoti
    Since you are not using CIN, you can do the follwing for tax conditions
    Check the assignment of the TAx procedure to country
    once u do this , you will be able to maintin the vendor and customer records for MWST  type for taxes
    then create condition records for MWSt with access sequence MWST in condiution type or design one suited to your needs
    alternatevely in the current procedure you can change access sequence for condition type UTXJ form the current one to MWST and then maintain condition records
    hope this helps
    thanks
    Akasha

Maybe you are looking for