Create Conditions for CRMD_ORDER (Rebate)

Hi,
Can you please  tell me if we have any STD FM/BAPI for creating conditions for CRMD_ORDER (Rebates)?
Thanks
Ashu

Hi Ashu,
SAP CRM Web UI will not call CRMD_ORDER. The Web UI will also access the same old One Order API's that are used to create the One Order Objects. So, whether it's a SAP GUI or Web UI, the Model is same and consistent across other layers.
So, if you put a debug point in the One Order API layer, you can very well notice that the debug point is it across from the upper layers.
If you can debug the data, then you might probably get some more data which you might have missed while making the call.
Hope this helps.
Thanks,
Samantak.

Similar Messages

  • Is there any chance of creating conditions for parameters in discoverer...

    Hello all,
    can u help me..
    i will tell the situation
    i have some countries with some codes like 40 to 80. and i have a group name for these countires like 'EMT'.
    like that i have total three groups of different names ....
    I like to create a parameter in discoveree for theses three group cpuntries.
    if i select "EMT" as a parameter i have to get all countries of code 40 to 80.
    is there any possible way to create condition for a parameter like if select this parameter those values only should display..
    iam selecting country name,code in my query..
    Plz help me..
    Thanks in advance..

    Perhaps I am misisng something, but would you not have a table that links the code values to the group name the code value is assigned to? Good database design would say that such a table should exist. I would just bring in that table into the business area and create the join that allows the link to that table. Then you have the group name available to pick as an item to create a parameter on. If there is no such table, then yes, you are stuck with having to do something as mentioned in the other reply.
    John Dickey

  • Creating Conditions for Purchase Info Records using IDoc COND_A01

    Hi All,
    we are using IDOC COND_A01 to update and add conditions in ME12 transactions.
    But when we send a condition IDoc which contains 2 condition types (Segment KONP), the standard function call creates only one database entry in the table KONP. The entry in KONP is for  standard condition types PB00, but not  for company specific types (Say: ZABC) .But when we create them manually in ME12 maintaining an purchase info record  we get both the entries in the KONP database table.
    Has anyone come accross such a problem? Is there any special field in the IDoc COND_A01 which controls the creation of the condition types?
    Thanks for any answer!

    U should use basic type INFREC01 instead of NFRECMASS01.
    Within the FM there is a check for basic type like:
    check idoc type
        if f_idoc_control-idoctp <> c_idoctp_infrec01. " INFREC01
          raise wrong_function_called.
        endif.
    Edited by: Joyjit Ghosh on Sep 15, 2008 4:57 PM

  • Error While maintain VK11 Create Condition Type

    Dear All
         Due to I created new sale area in system and user want to maintain condition type "MWST" for new sale area . In config I set criteria for maintain condition type "MWST" is Sale Org / Channel /Division
         When I access tcode VK11 for set tax code of new sale area , System show error "Conditions cannot be created in division 30"
         Message no. VK078
          Diagnosis
         You have attempted to create condition records for division 30. This
              function is not allowed because in sales organization 2301 no division
              was assigned to division 30, which is used in a sales document.
         System Response
          It is not allowed to create conditions for division 30 (sales
              organization 2301).
         Procedure
         Check whether you have selected the right division and whether the
              divisions have been assigned correctly in Customizing.
         First time I think that config wrong about new sale area but I test in create sale order for new sale area so It can create normally
         Could you please help to fix this issue ?
    Best Regards,
    Nontan

    Conditions cannot be created in division 30
    You need to assign the Division 30 to Cross Division 00 in VOR2.
    thanks
    G. Lakshmipathi

  • How to create scales for conditions for rebate agreements?

    Does anybody know any function modules or bapis to create scales for rebate agreement conditions.I want to create entries in konm table where scales for conditions get stored.Also pls tell me how to link contributory volume by programaticaly?
    Thanks in advance

    Part of my question is answered .I could find parameter in BAPI_PRICES_CONDITIONS to create scales for conditions.But do anyone have any idea how to link contributory volume to conditions? i have conditions and also contributory volume? can anybosy send me some material which explains the contributory volume..atleast functionally?

  • How to create a new Condition for tax as VAT ( 4 % )  in SAP ? .

    Dear All ,
                           Pl guide that " How to create a new Condition for tax as VAT ( 4 % )  in SAP ? . What are all necessary requirements to do so , I need to have all steps so that i should feel very confident . For example what data is to be ticked in Control tab during cond. creation , in the same way how to put this cond. in Pricing procedure ? pl write all necessary thing which are required during this process .
    Thanx & deep regrads to all in adv.
    sap11

    In tax we can configure taxprocedure two types i.e., taxinn and tainj. If you adopt taxinn procedure if  it is other than VAT condition first you have to create the condition type and then you have to go to FTXP and assign the tax required VAT percentage to the repective % to ded or non ded VAT condion type. In second step you have to assign this tax code to respective company code.
    If you adopt taxinj procedure you have to a create tax code with FTXP T-code by assigning the values to the respective and save conditions.
    Regards,
    Bhuvan

  • FM for creating Condition Records

    Is there FM for creating Condition Records for output type like transaction VV11 (Create Output - Condition Records: Sales)

    Hi there,
    FM for condition records? Why do you want to think of a FM for creating conditon records?
    Condition records is a master data that has to be manually created as per the business requirement.
    But what we can do is that if the data ia existing in an external legacy system, we can migrate that into SAP through a BAPI / BDC or LSMW depending on the volume of data.
    But in other cases condition records are manually created in SAP system.
    If at all you have a function module to create condition records, how would you ensure that it feeds correct data into the condition records? What key combination would the system take & what data would you want the FM to upload?
    How will you monitor what data is uploaded,.
    Regards,
    Sivanand

  • How to create greater_or_equal condition for file_io storage

    Dear experts,
    Please tell me the how to create greater_or_equal condition for query in file_io as RationalOperatorType.GREATER_OR_EQUAL is not supported for file_IO storage.
    thanks n regards,
    Kapoorchand.

    Hi,
    not sure if I got you correctly, but in
    com.sap.ip.me.api.persist.query.RelationalOperatorType
    There is no condition available that you are looking for. Why do you not work with
    public interface Condition
    Represents a condition for a query. This can either be a single condition, as FIELD = VALUE and / or a composite condition, as ( ( FIELD1 = VALUE1 OR FIELD2 = VALUE2 ) AND FIELDE 3 <> VALUE3 ).
    Hope this helps!
    Regards,
    Oliver

  • Function Module for creating condition record (XKOMV table record)

    Hi,
    I have a requirement as like below,
    In the repair order i need to sum the GRWR condition type's  conditional values for all the line items (Except deliverable line item) and then i need to create an condition type GRWR under the deliverable line item with the above calculated conditional values,
    the table XKOMV will be having details about all the line item's condition types, in this table i need to add one more new record with the condition type of GRWR and the above calculated conditional values under the deliverable line item.
    for the above logic i am using the user exit
    USEREXIT_SAVE_DOCUMENT_PREPARE
    All the above things need to be done when the user click the save button in the transaction (VA01/VA02).
    Problem here is table XKOMV contains somany fields so manually we can't create xkomv record, is there any Function module to create condition type record?
    Regards,
    Manikumar
    Edited by: Manikumar Shanmugam on Mar 8, 2008 3:53 PM

    Hi,
       You can use Function module PRICING_CHECK to check condition record. Do a where-used list on it to see how to call it.
    Regards
    Kiran Sure

  • Firefox 3.6 is using a conditional stylesheet that I created only for IE6. Is there any script available to fix this? Thanks

    I am creating a website and I create stylesheets for the look and feel of the website. Because of conflicting browser engines I have to create a separate stylesheet for versions of Internet Explorer.
    I have noticed that FF 3.6 is using the conditional stylesheet I created only for IE6. Please help, this is not happening in later versions of FF or any other browsers.
    Thanks

    There are solutions for those interface issues, but to address your question about keeping the old version, make sure your auto-update is set to ask you before updating you.
    Tools > Options > Advanced > Update mini-tab
    http://support.mozilla.com/en-US/kb/Updating%20Firefox#w_configuring-update-options

  • Creating new conditions for a material

    Hi,
    I need to create new price conditions massively for materials. The conditions I'm talking about are manually editable via transaction COMMPR01 -> choose a material -> "Conditions" tab -> Conditions for BBP Purchasing; there it shows the condition records with their validity interval.
    I need to add new conditions for many materials via ABAP by adding a new record with a new price and a new validity interval for each material. I was wondering if there is a FM that does the job.
    Can you help me?
    Thanks in advance!!

    No one knows of a function module/bapi that updates the product conditions in srm?
    it should do massively what you can do with transaction COMMPR01 -> choose a material -> "Conditions" tab -> Conditions for -> BBP Purchasing (dropdown) -> edit condition records -> save

  • How to create new starting conditions for a workflow of shopping cart

    Hi all,
    How to create new starting conditions for a workflow of shopping cart
    SATYA

    Excecute SWB_COND
    Creating New:
    Click on Create button. If you cannot see that it could be a authorization issue
    then Business Object:  BUS2121
    Double Click the event linkage for one step workflow
    Define the expressions, Check Consistency and click on Traansfer
    Start Condition is created. If it is not Active click on the Red Button to make it Active
    Editing Already existing:
    Click on Edit Button If you cannot see that it could be a authorization issue
    then select Business Object:  BUS2121
    Click on the condition part (White area) of the start condtion needing editing
    Change the expressions, Check Consistency) and click on Traansfer.If it is not Active click on the Red Button to make it Active

  • Bapi or FM to Create Or Update multidimensional freight conditions for different scale id for different conditions

    Hello all,
    I want to create or update multidimensional freight conditions for different scale id for different conditions.
    I cound not find any Bapi or FM for this. I uesd BDC for this but i can not rely on it.
    If any one have other solution than IDOC then suggest me.
    Any BAPI or FM available then suggest me.

    Hi Gowri Rao,
    Can you please tell me, what values do you pass in table 'IT_PRICING_CONDITIONS'?
    Regards,
    Pratik

  • Relevance Condition for released P.O. Don´t create the EH in EM

    Hello Experts,
    I have the following issue, I create a Relevance condition For an Application Object Type, in this case acording to ZPCM10_ITEM. The condition works like this:
    &UEKPO-Purchasing Doc&                >         1999999               and
    &UEKPO-Purchasing Doc&                <         3000000              
    )                                                                                and
    &UEKPO-Plant&                                  =          BPXX
    The condition works well, only create the PO into the range of numbers and with the plant. My problem is when i include into the condition the "Release indicator: Purchasing Document" according this:
    &UEKPO-Purchasing Doc&                >         1999999               and
    &UEKPO-Purchasing Doc&                <         3000000              
    )                                                                                and
    &UEKPO-Plant&                                  =          BPXX                   and
    &/SAPTRX/MM_PO_HDR-Re&            =          1
    I include the condition of the indicator = 1 (Released). In theory in EM we can only see the Purchase orders in Released Status, but when i execute ME28 Transaction, nothing happen and the P.O. don´t work in Event Management.
    Do i forget other step to reach the objective?
    I appreciate a lot your help and support.
    Thanks a lot and best regards.
    Julián.

    Hello Berthold,
    Thanks a lot by the function module, i really don´t knew it, was very helpful to identify my problem. As you explain, yes the condition result was F (false), so the EH was not created.
    We must to modify the condition, because our scenario is procurement visibility process and it works at P.O. Item level, so we cannot get this validation in the condition, we decide to create an expected event and registered this with the help of the User Exit EXIT_SAPMM06E_007.
    We decide this, because when we create the P.O. but don´t release this, ok, the EH was not created, but later when we release the P.O., the expected event extractor, don´t trigger, so the expected events extractor was not generated and this option was not useful for us, because we have an empty EH.
    So we use the Exit EXIT_SAPMM06E_007, to check the Event Release P.O. and send it to the Event Manager via calling the functions 'TRFC_SET_QUEUE_NAME' and '/SAPTRX/BAPI_EH_ADDEVENTMSG_02'.
    Thanks by your help Berthold and i appreciated a lot your opinion about this solution.
    Best regards,
    Julián.

  • Error :Maintain pricing conditions for the material for the excise invoice

    Hi
    i have maintained excise data for material, after that i have created scheduled agreement with lp and with 0 value private and dummy tax code  and delivery schedule is released. Now when i do the goods receipt i am getting error " Maintain pricing conditions for the material for the excise invoice date
    Message no. 8I629" can some body can help me.
    with regards
    Narendra kumar

    Hi,
    goto tcode fv11 u have to maintained the condition.
    first enter the condition type like jmop -
    then enter, next screen u have the select the below comination.
    select the plant/vendor/material base u have to maintain the conditions.
    Thank's
    MVS

Maybe you are looking for

  • Computer recognizes Touch but firmware doesn

    I'll make this short: . Had problems upgrading Touch firmware 2. Touch is now stuck in recovery mode no matter what I do 3. Tried to re-upgrade firmware 4. Computer connects to player (docking screen comes up) 5. Firmware app says I am not connected

  • BAPI_SALESDATA_CREATEFROMDAT2 Changing Condition Value

    Hi,   when I use  BAPI_SALESDATA_CREATEFROMDAT2  to changeing condition value   wa_order_conditions_in-itm_number  = '000010'.   wa_order_conditions_in-COND_ST_NO  = '010'.     wa_order_conditions_in-COND_COUNT  = '01'.    wa_order_conditions_in-cond

  • QUICKTIME 7 and KODAK EASYSHARE CAMERA - Incompatibility

    Hi, newbie so sorry if already covered this. My KODAK camera (V610) plays .mov files perfectly on quicktime 6 that came with the camera. I had to install Quicktime 7 to get my IPOD to work and now the .mov files dont play (get sound but no picture).

  • Restrictions in select-options

    Hi, How to remove the diffrent tabs in the extention of a select-option? Foe example I want to remove 'exclude single values' and 'exclude range' from the extention of select-options. Thanks in advance Jaison Joseph

  • M2t files won't preview in Bridge 4.0.1.26

    I'm using Bridge that came with After Effects CS5.  Thumbnails for m2t files appear normally but do not play in the preview.  I can drag and drop a m2t file into AE and they work just fine so I must have the proper codecs.  Is there something I'm mis