Table for Rebate Condition Types( Condition Records)

Hello All,
I need the table and the FM name which stores the values of the Key Combination of the Rebate Condition Type maintained in a Rebate Agreement.
If not, at least, give me the name of the FM which stores the values of the key combination maintained in condition records for pricing.
Regards,
Raghu.

I'll give an example,what am looking for..:
I've a Condition Type: ZBAX for ex. it has a key combination: Sales OrgCustomerMaterial.
I maintain condition records as:
For CU70/21100043/3456  the value of the condition record is say 100 euro.
My question is where will I get the values CU70/21100043/3456 ?
FYI..in T685 the defintion of the Condition Type is stored. in SAP, no T-table is meant to store condition record values.
KONA contains data on Rebate Agreements i.e. RA no, Rebate Recepient etc..
I know that KONP stores the accrual %, scale base, scale values etc..
but, I want to know where are the values for the key stored? Or, the FM that would fetch me these details?
I hope am clear..
Regards,
Raghu.

Similar Messages

  • What is table for results field in results recording

    Dear all,
    Please tell me the  table for the results in results recording .
    Thanx in advance.
    Regards
    Srinivas

    Hi,
    QAMR                             Characteristic results during inspection processing
                                                                                    QASE                             Results table for the sample unit                                                                               
    QASR                             Sample results for inspection characteristics                                                                               
    Regards
    Mangal

  • Table in which changes to condition type is recorded for a contract

    Hi Experts
    We are working on customised report in classical Real estate in which for a particular contract changes done in the condition tab are to be displayed.
    In this report we want to restrict condition types related to Budget and forecast which are already existing in the system.
    We dont want any changes done to those condition type to be shown in the report. We are in the process of creating Ztable to link it with our report. But we are facing difficulty as we can find tables which will record user changes for contract as a whole. We want to know details about table which record changes done by the user for every condition related to that contract.
    Can you pls let me know the tables which record this changes ?

    Hi,
    unfortunately I am still not sure if I got your question right. Change documents show all changes of the contract, also of condition types.
    Table VICDCOND stores the conditions of the contract. Maybe you are looking for this.
    Hope this helps.
    Regards, Franz

  • Condition Types and Records

    Hello,
    I wanted to bring few condition types as a mandatory condition types with default values(Rates) in CRM contract transaction.
    These condition types are maintained in Group Condition Maintence. When i create a conditon record for these condition types, in Menu-> Masterdata->Prices & Conditions ->maintain conditions, i 'm getting this error ' incorrect Values in interface parameters'.
    Can some one help me to resolve this error. Also system should determine these condition types automatically when entering a product in CRM contract transaction.
    Regards
    Kamalesh

    Hi,
    The configurations regarding Order Types are done under VOV8, but once you have created/saved an Order Type during VA01 then you can't change it.
    If you want to change Standatd Order to Rush Order then you need to have the Shipping Condition as "As soon as possible" with "Immediate delivery" marker as 'X' which will create the delivery as soon as Order os saved. Since these settings results from configuration in VOV8 and I don't thnk that it can be changed mid-stream.
    Regards
    SD

  • Creation of New Table for Delivery Output Type.

    Hi Guys,
    I need to replace an existing table by creating a new Table in the existing Access Sequence with the combination of "Ship to Party/Product Hierarchy".
    Logistics>Shipping>basic Shipping functions>Output determination>Maintain Condition Tables-->maintain output condition table for deliveries.
    I am choosing a new table by the name 902, but i am not getting the field " PRODH Product Hierarchy" on the right hand side to choose from.
    I checked the field catelog also. Firstly the field catelog was also not having the field, and then i added the field in it by choosing new entries.
    I guess i am missing some step in between, thats why the new field (PRODH) is not showing on the right hand side while creation of the condition table.
    One more thing, when i am seeing the Field Catelog, i am able to see a very large number of fields, then why only a few are appearing during creation of a new table??????
    Can you guys correct me and let me find a way.????
    Thanks very much indeed.
    Regards,
    Vivek

    Hi If u have already the field in FC u can add with new entries .
    Try with ,enter t- code <b>SE11</b>, enter <b>KOMB</b>- it will ask for access key get from basis and add u r Field catalog
    Field catalog for condition key: output determination
    If at all u want a new field tao add to u r FC u Can try with userexit.
    1)ADDING OF NEW FIELDS IN PRICING  
    In Pricing in SD the fields on the basis of which pricing is done are derived from the FIELD CATALOG which is a structure KOMG .This structure is used to transfer transaction data to the pricing procedure in SD and is also known as communication structure.This structure KOMG consists of two tables KOMK for Header related fields and KOMP for item related fields.
       The fields which are not in either of the two tables KOMK and KOMP
    cannot be used in pricing .Sometimes a need arises when the pricing
    is to be based on some other criteria which is not present in the form of fields in either of the two tables.
      This problem can be solved by using USEREXITS which are provided for pricing in SD.
      Pricing takes place both when the SALES ORDER ( Transaction VA01) is created as well as when INVOICING ( Transaction VF01) is done.Hence SAP provides 2 userexits ,one for sales order processing which is
    USEREXIT_PRICING_PREPARE_TKOMP  or
    USEREXIT_PRICING_PREPARE_TKOMK
    Depending upon which table (KOMK or KOMP) the new fields were inserted we use either of the above two userexits.These userexits are found in include MV45AFZZ of the standard SAP sales order creation program SAPMV45A.
    In the case of userexit which will be called when invoicing is done ,these
    are provided in the include RY60AFZZ which is in the standard SAP
    program SAPMV45A. The name of the userexits are same. i.e
    USEREXIT_PRICING_PREPARE_TKOMP  or
    USEREXIT_PRICING_PREPARE_TKOMK
    These userexits are used for passing the data from the communication structure to the pricing procedure, for this we have to fill the newely
    created field in the communication structure KOMG for this we fill the code in the above userexit using the MOVE statement after the data that
    has to be passed is taken from the database table by using the SELECT statement. The actual structure which is visible in these userexits and which is to be filled for that particular field is TKOMP or TKOMK.
    Before the coding for these userexits is done ,it is necessary to create a new field in either of the two tables KOMK or KOMP .For this purpose
    includes are provided in each of them .
    To create the field in header data(KOMK) the include provided is KOMKAZ
    and to create the field in item data(KOMP) the include provided is KOMPAZ.
    One possible example for the need of creating new fields can be e.g. Frieght to be based upon transportation zone ,for this no field is available in field catalog and hence it can be created in KOMK and then above userexits can be used to fill the transportation data to it.
    2)The other method of finding userexit is to find the word USEREXIT in the
    associated program of the transaction for which we want to determine userexit using SE38.
    3)The other method of finding userexits is to find the include in case of SD/MM applications where the userexits are located ,this can be found in the SAP reference IMG generally in the subfolder under SYSTEM MODIFICATION.
    Some other examples of userexits in SD are:<b></b>
    Message was edited by:
            SHESAGIRI GEDILA

  • Tables for Documents&doc. type assigned to Equipment master

    Hi
    I need a table for Documents&d oc. type assigned to Equipment master .I have tried in ITOB, EQUI, DRAW. i could not find this
    Thanks
    Seenu

    hi
    yes you can use object key, it  is the one which relates with the equipment ( object key <b>EQUI</b>)
    regards
    thyagarajan

  • Table for Special Stock Types

    Hi All,
    I am creating a report to display the stock information of a material. In that i need to include all the special stocks also.
    Can anyone please tell me the table containing the data for special stock type E,K,M,O,P,Q,V,W,Y

    Check these tables.
    MSCA     Sales Orders on Hand with Vendor
    MSCD     Customer stock with vendor
    MSCS     Customer stock with vendor - Total
    MSFD     Sales Order Stock with Vendor
    MSFS     Sales Order Stock with Vendor - Total
    MSID     Vendor Stock with Vendor
    MSIS     Vendor Stock with Vendor - Total
    MSKA     Sales Order Stock
    MSKU     Special Stocks with Customer
    MSLB     Special Stocks with Vendor
    MSOA     Total Sales Orders on Hand with Vendor
    MSPR     Project Stock
    MSRD     Project Stock with Vendor
    MSRS     Project Stock with Vendor - Total
    MSSA     Total Customer Orders on Hand
    MSSL     Total Special Stocks with Vendor
    MSSQ     Project Stock Total

  • What is the table for checking billing types assigned to sales orders

    Hi Folks,
    Good morning!
    Could you please help me how to check the billing types assigned to sales documents.
    What is the table to see billing types assigned to sales documents.
    Regards,
    Sarath

    Hello Sarath,
    As mentioned by Siva in the above the table name is TVAK but if you are a functional guy then you should go by the functional assignment.We are assigning the default billing type in Tcode= VOV8.
    All sales document control you can find over here.
    Needless to mention this Billing type you are assigning over here is auto proposed during billing in VF01. But you have option to choose another billing type in VF01 itself considering you have maintained the Copy Control for that.
    Thanks,
    Suman$

  • Master table for fetching Shipping Type Discription.

    Hi ,
    I  can poplulate the Shipping type value from VBKD in field VSART.
    But it is providing me values in Numbers which user cant understand.
    I want to know from where i can fetch the proper Discription of Shippin types.
    In table T173 (check table) i can see discription but in actual structure there is no field as such BEZEI.
    thanks,
    Edited by: Kumar_rohitkg on Jun 11, 2010 11:24 AM

    Hi,
    Please check the field in table T173T -Routes: Mode of Transport by Shipping Type: Texts
    and in table  T173 -'Routes: Mode of Transport for Each Shipping Type' You wont find field BEZEI.
    But that field is of description and available in t173T only.
    Hope this will resolve your issue.
    Regards,
    Krishna O

  • Number range table for MM document types

    hi
    Can anybody help me to find the number range for the mm document types.
    Regards
    rajeev

    Hi,
    go to transaction SPRO, Materials Management, then choose one of the following:
    Purchasing or
    External Services Management or
    Logistics Invoice Verification or
    Inventory Management and Physical Inventory
    and look for the document types you would like to customize.
    Like within purchasing for purchase order -> Define Number Ranges. In this step, you maintain the number ranges for the following purchasing documents:
    RFQ/quotation
    Purchase order
    Contract
    Scheduling agreement
    After that you can add the number ranges to the document types under Define Document Types. ...
    Please be more specific next time as MM document types can relate to 4 main areas within MM.
    Regards,
    Edit

  • Table for Original Values in Results Recording

    Hi,
    Where are the original values of the results recording of the inspection lot (inspection type 04) stored?
    Or, is there any function module to fetch this data?
    Regards
    Ramakanth

    it's in table QASE
    original value (Data Element- QORIGINAL_INPUT )

  • No Order number in QMEL table for Q3 notification type

    Hi All,
    I am new to QM part, and trying to understand concepts here.
    a notifcation got created for a internal problem encountered in Production process. Notifcation type Q3, Order number, Operation Number and othere required data was maintained.
    But when I look into QMEL table AUFNR field is blank. Is this a standard behaviour ?
    Actually this information is required in Custom report-->The link between Notifcation number and Order number. Is there a different way of fetcheing this information.
    **please note that no inspection lot is created here.
    Regards,
    Avinash

    Hello Avinash,
    In QMEL; AUFNR is Maintenance Order number, Usually used in PM notifications.
    You can use QMEL- FERTAUFNR : Prod. Order field to get link between Notification and Order.
    (CO_AUFNR = QM Order.)
    Amol.

  • Table for PO Doc Type

    Hi,
    I need to know the table name where i can find the PO document types and the same assigned to which all roles?
    BASIS person says that we can check that in a table. Do we have any such table.
    Experts please help.
    Rgds,
    KK

    Hi,
    the document types to purchase orders are stored in the table T161 (BSART) - customizing!.
    The authorization object which checks the authorization in ME21N to a PO document type is M_BEST_BSA (document type in PO, checked with activities 01 and 02). EKKO-BSART is checked here.
    Please see the note 571276 regarding PFCG.
    Regards,
    Edit

  • Restriction for condition type

    Hi,
    I want to restrict some users to do not change the basic price (PR00) in sale order (VA01/VA02), Plz let me know how I can do this.
    regards,
    sps.

    The objects concerned have to be:
    V_KOND_VEA Maintain condition: Auth. for use/appl./cond.type/table -- (Deals with condition records)
    V_KONH_VKO Condition: Authorization for Sales Organizations
    V_KONH_VKS Condition: Authorization for Condition Types
    But in the standard system VA02 has these objects set to No check in SU24. You may have to modify this to Check/maintain and then maintain the values in the users role. Like you can have:
    Object : V_KONH_VKS Condition: Authorization for Condition Types
    Condition Type: PR00
    Actvt : 03
    Thanks & Regards
    JP

  • Rebate Condition type problem

    Hi ,
    I have  created rebate condition type,access sequence and the rebate table where i use field "Material group 4" which was not in standard .So i added  that field in the standard table by including ,And it works fine .I have done every step for making rebate config .
    Ex.
    Maintain subtotal 7 in pricing procedure .
    Access Sequence 1(relevent for rebate).
    Acc key :ERB,& ERU.
    Condition type : condition class :C.
    and upto billing its works fine .and the rebate condition type is appear in billing document only (assigning req.24) .
    But the issue is when i realease the billing document to accounting ,the rebate condition type got vanish .But when i create the billing and have a look by VF02 this condition type shows with proper value .
    I got puzzle . Am i missing something for config .....
    Need urgent halp ...........
    Thanks in Advance .......
    Regards,
    Abhijit....

    Hi ravi
    The infostrucuture S136 is related to bonus buy extension.So if you activate it and if you extend the rebate date then you need to update the infostructure S136.But it will be in updating mode only.
    But one thing to tell is there is no link to activate Bonus buy in your problem
    So in OMO1 double click S469 change to synchronous updating.then your problem will be solved
    If you are working at any server , then first of all check it in the sandbox server and then work ,so that it wont affect the development server
    Regards
    Srinath

Maybe you are looking for

  • How to reconfigure my Linksys EA2700 wi fi router

    I made the mistake of resetting my router (EA2700) when it was down and now I need to reconfigure it.  Can anyone help me or do I need to pay tech support at Linksys? Thanks

  • PSE 8 Editor won't open

    When I try to open the editor in PSE 8 I get an error that this program has stopped working. I've been using PSE 7 just fine, and in fact went back to it and the editor works fine.  Using Vista.  Any ideas?

  • CVD Clearing

    Hi Gurus, What is CVD Clearing? Subir

  • This is my ChaClient file

    2. ChatClient.java import java.net.*; import java.io.*; import java.applet.*; import java.awt.*; public class ChatClient extends Applet {  private Socket socket              = null; private DataInputStream console = null; private DataOutputStream str

  • T450s Network adapter stops working

    We've got  a number of T450s laptops which we have imaged with Windows 7 Enterprise x64 using SCCM 2012.  Although it took a bit of work to get the laptops imaged with the I218-LM network adapter, we were eventually able to get this driver loaded und