Doubt with Customer pricing group

Hi ,
          I have  maintained a customer pricing group in customer master. say x is my customer so i maintained  c.p.g as A1(regular cust).  so when ever mr x place an order he gets some discount  which i am maitaining in condition type k020 . so now i create a new material in the same sales area but i dont want to  give Mr x any kind of discount.. not ever k020 disc..  how do i do this ..  becoz by default this cus belongs to group A1.
Any solution ??
Edited by: jagadisha14 on Jul 14, 2009 6:16 PM

Hi jagadisha14,
              Well, in your case if you don't want to determine in all cases the condition type K020 when your c.p.g is A1 you should create a condition table for that condition type K020 with an additional field to distinguish for which materials you want the discount, this field can be the material pricing group or the material number or other, it should be a field with different value between these material, because the same result as now will be get.
Example: 
Material XX             YY
MPG       B1             B2
So if you have a condition record for K020
CPG                A1
MPG                B1
The condition K020 will be only determine for material XX.
On other hand I don't think condition exclusion works in this case because it has other functionality.
Thanks,
Mariano.
Edited by: Mariano Adalberto Sorrentino on Jul 14, 2009 7:47 PM

Similar Messages

  • Create new Customer pricing group

    Hi,
    How to create new customer pricing group in Development server & Transport to Quality Server & then Production.

    Hi
    If you are refering the Pricing group field in the Customer Master, it is available in Customer Master Sales Area Data Sales screen.
    It can be configured via IMG - Sales & Dist - Basic Functions - Pricing - Maintain Price Relevant Master Data Fields - Define Pricing Groups for Customers. Transport methodology is via transports to other environments.
    Regards
    Nara

  • SE80 problem in ECC with custom function groups

    We are in the process of upgrading from 4.64 to ECC 6 and have encountered an unusual situation.
    When we bring up a custom function group in SE80, we can no longer see the custom includes in the include section.  We can see all other sections.  We can still use SE38 to look at an include.  The automatically-generated includes are there, such as the TOP, F01 and UXX, but see none of the ones that go with the function modules we've created.  When we look at the UXX include, we can see each of the function modules with the include it belongs to.  These are function groups that existed in the 4.64 system; they are not new to the ECC system.
    We've tried rebuilding the object list at the function group and package levels.  We receive no errors and the processes work fine.
    Maybe there is a setting somewhere that needs to be updated?

    See the solution that Srini has suggested in this thread
    OA Framework & JTT Request Parameters
    you need to use jtfcrmchrome.jsp to navigate between JTF and OA pages.
    Thanks
    Tapash

  • BAPI for creation of Credit Note with custom pricing condition

    I need to create a Credit Note with reference Invoice via program.  So, I am planning to use BAPI. Could you please suggest appropriate BAPI?  I need to send a pricing condition that is set manually in the credit note as well.  So, I will needto pass pricing condition and value.  Thanks.

    Hello,
    Why you have to create the credit note using BAPI w.r.t. invoice ? Can you brief the senario .
    The simple way is create a credit memo request in VA01 w.r.t. invoice number. It will have the block . Remove the block and Create credit memo in VF01 .
    Thanks
    RK

  • Customer Price Group

    Hi All,
            Can anyone please let me know how can i create a customer price group
    (T188-KONDA)
    Thanks,
    NK

    Dear NK,
    Please go through this IMG path then define the Customrt pricing group.
    IMG>Sales and Dostribution>Bascifunctions>Pricing>Click on Maintain pricin-Relevent Master data fields-->Click on Define pricing groups for customers here you can maintain the Customer pricing group.
    Transaction code --> OVSL
    I hope it will help you,
    Regads,
    Murali.

  • Doubt in customizing request with respect to table entries

    Hi All,
    I have a doubt in customizing request with respect to table entries.
    Suppose I have a customizing request with respect to a table that contains say 10 entries in the development system.
    Now I am transporting this request to the quality system in which the same table contains 20 entries.
    When I am transporting this table from the development system to the quality system, will my 10 entries in the development system get added to the 20 entries in the quality system or will my table get overwritten in the quality system.
    What difference will this be if it is a workbench request ? .
    Regards,
    Sushanth H.S.

    Hello,
    So if we are transporting contents of a table from one system to another, it should always be a customizing request and not a workbench request right.
    If the "Delivery Class" of the table is 'C'(Customizing table, maintenance only by cust., not SAP import) it will ask for a customizing request.
    If it is 'A'(Application table (master and transaction data)), it will ask for Workbench.
    To add to your previous qn, when you transport the entries to subsequent system it will always check the KEY FIELDS and then update. If you see a transport, then the table entries are represented by their key fields.
    If you create new entries in your table and transport, it will add the records. Else it will modify them
    Hope i am clear.
    BR,
    Suhas
    Edited by: Suhas Saha on Jan 23, 2009 11:51 AM

  • Customer Account Group with Output Procedure assignment

    Hi Gurus,
    Is there any assignment is possible between Customer Account Group & Output Procedure? What is the function of Output procedure DB0001, I mean how its works. How in Customer Master Output box will get open. Please give details as much as possible.
    Thanks & Regards,
    Savi

    Dear Savi,
    Yes it is possible to assign the output determination procedure to the account group.
    IMG path to assign output determination procedure
    SPRO>Financial accounting>Account recievables and Account payables>Customer accounts>Master data>Preparations for Creating Customer Master Data>Define Account Groups with screen layout (Customers) select account group then go in to details here you can find the field Output determ.proc. under general data tab.
    If you assign the output determination procedure to the account group, the output box will open in the customer master record in the Sales area data as Documents tab here you can enter the output types which are related to you.
    I hope it will help you,
    Regards,
    Murali.

  • Access Control with Custom Groups

    I am rather new to APEX. I am trying to implement access control/authorization using custom groups (not the built-in View, Edit, and Administrator groups). I did search the discussion forums and the web in general but so far I have come up empty. I was hoping someone could point me into the right direction as to how to get started. Are there stored procedures that need to be customized/implemented? Where do I store the user groups? Can I use the built-in tables or should I create custom security group tables? Those are just some of the questions I am trying to figure out and any help would be much appreciated.
    And BTW, due to client requirements, we are currently using version 3.2. Not sure if there are any significant changes between that version and the latest version.
    Thank you all!
    Mischa

    Custom authentication is fairly easy to set up with your own tables, here is an example
    http://djmein.blogspot.com.au/2007/07/custom-authentication-authorisation.html
    This leads on to authorisation, again using your own tables. You need to look into using authorization schemes
    http://docs.oracle.com/cd/E37097_01/doc/doc.42/e35125/sec_authorization.htm#BABEDFGB
    This can simply be queries on your own group tables, which presumably would control membership by username.
    You ask the question about using built-in tables, yet don't want to the built-in administrator groups?
    Plenty of significant changes, but none that should affect you in regard to authentication/authorisation.
    Scott

  • Is there an option to import with custom groups in PSE 9's organizer?

    With the Organizer included with PSE7 (and earlier, as I recall), I always used the option Custom Groups (Advanced) in Create Subfolders. This allowed me to easily save imported photos into different folders and naming the files accordingly.
    For example, on one media card I might have some family activities, some Kiwanis activities, and skiing activities. With Custom Groups, I could import them in small groups, with different base names, and so on.
    How do I accomplish those same things in PSE9. It was such a useful feature, Please tell me they did not remove it.
    Thanks!

    As far as adding java script to the generated form you can add a pl/sql code having java script in it for eg below is a sample function
    which has javaScript in it.
    CREATE OR REPLACE FUNCTION sample_javaScript
    RETURN varchar2 IS
    l_string varchar2(1000);
    l_char_en varchar2(1) := chr(38);
    begin
    l_string := '<script language="JavaScript1.1">'||chr(10)
    ||'<!--'||chr(10)
    ||'function getField(form,fieldName,theElement)'||chr(10)
    ||'{ '||chr(10)
    ||'var objName = "";'||chr(10)
    ||'var tmp = ""; '||chr(10)
    ||'var recnummer = 0;'||chr(10)
    ||'var dAction = ""; '||chr(10)
    ||'var sel_idx = 0; '||chr(10)
    ||'var cnt = 0; '||chr(10)
    ||'var instance = 0; '||chr(10)
    ||'var slicedName; '||chr(10)
    ||'var slicedButton; '||chr(10)
    ||'var fillData = new Array(); '||chr(10)
    ||'slicedButton = theElement.name.split("."); '||chr(10)
    ||'recnummer = parseInt(slicedButton[3],10); '||chr(10)
    ||'for (var i = 0; i < form.length; i++) '||chr(10)
    ||'{ '||chr(10)
    ||'slicedName = form.elements.name.split("."); '||chr(10)
    ||'tmp = slicedName[2]; '||chr(10)
    ||'instance = parseInt(slicedName[3],10);'||chr(10)
    ||'if (!tmp) '||chr(10)
    ||'continue; '||chr(10)
    ||'objName = tmp; '||chr(10)
    ||'if (objName == fieldName '
    ||l_char_en||l_char_en||' instance == recnummer) '||chr(10)
    ||'{'||chr(10)
    ||'return form.elements[i].value; '||chr(10)
    ||'} '||chr(10)
    ||'} '||chr(10)
    ||'} '||chr(10)
    ||'//-->'||chr(10)
    ||'</script>'||chr(10);
    return l_string;
    end sample_javaScript;
    Grant this to the schema of the form if they are in different schemas.
    In the last sql section (Before Display of the form) you can simply call this function like this.
    htp.p(schemaName.sample_javaScript);This will place java script at the form level.
    You can similarly write what all javascripting you wish to do at the form level instead of
    element level.For firing of Lovs also you can write code in the java script that will do the required action.

  • Target group with customer and contact person

    Hi experts,
    I want to create a target group with customer data and the names of the main contact person to execute a campaign.
    During execution I need the name of the contact person to personalize my forms, the campaign activity should be connected to the customer (and not the contact person).
    Is there a functionality to solve my problem? (CRM 7.0)
    Thanks in advance.
    Werner

    Hi Werner,.
    I assume you want to select for Organizations (BUT000 Type 2) and you want to see in the Target Group the Contact Persons which are assigned via Relationship to the Orgnizations.
    Create for example a Datasource with  Infoset CRM_MKTTG_BP_ORG, and under Details for Business Partner use BUT000_PER-PARTNER_GUID.
    In Field Function Module maintain CRM_MKTTG_PF_BP_TAB_TO_CP.
    Create an Attribute List an assign the Datasource. After Creating the Target Group you will see the Organizations with all the assigned Contact Persons via Relationsship.
    Regards
    Andreas
    Another Tip: Create a Target Group for Persons, assign it to the Campaign, and now set the B2B Flag. Depending from your SP Level you have to apply a note so that the B2B Flag is visible (1263915)
    If you set the B2B flag you will get Communication Data for letters, for a Call List from the Relationship.
    Regards,
    Andreas
    Edited by: Andreas Pauli on Apr 29, 2009 10:18 AM

  • Add custom local group with similar power as Windows BUILTIN\Administrators group

    In windows 7 or windows 8
    Is there any possibility to create a custom Local group having the same power/privileges as it does the BUILTIN\Administrators group.
    If yes; how?
    For instance:  I created a new local group, then in Local Security Policy(secpol.msc) \Security Settings\Local Policies\User Rights Assignments I added all the available policies where the Administrators group was also there, then I create a normal
    local user and assigned this new customized group, however the user never obtained the sufficient power as it does a user from Administrators group.
    Can anyone help?
    Thanks in advance.

    I don't think you can create a replica for Admin group.
    Arnav Sharma | http://arnavsharma.net/ Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading
    the thread.

  • Pricing table for Material pricing Group

    Hi everyone
    I have a problem related to pricing. In ECC, if we create a condition table for material pricing group, assign it to the Access sequence PR00 and then download the customizing data to CRM, the access sequence appears in CRM but without this table.
    Could you please provide any clue to this??
    Also, I had created another table with the Material/Material Prc Grp, assigned it to another Z-Access sequence and assigned the access seq to a Condition type. Again I had downloaded the customizing and in this case, only the Condition type has arrived. Neither the access sequence nor the table has come.
    Could you please guide me as to what needs to be done??
    Please help!!
    Regards
    Debolina

    Hello,
    Please check your replication object e.g. DNL_CUST_CNDALL and see if you have filters defined there.
    You might have put filters which are preventing the download.
    Also, you have to define the new field mappings in CRM before you download the tables.
    V_CND_MAP_CNVFLD (transaction SM30).: This view contains the mapping between R/3 data structure (maintained in CND_MAPT_ACS_REM_CUST) to CRM data structure (Field Catalog).
    The relationship between R/3 field names and CRM field names must be defined in either  CND_MAPC_CNV_FLM or CND_MAPM_CNV_FLM
    Let me know if still issues.
    Koshal

  • In VKOA .. what are customer , material groups

    hi ,
         in the tcode VKOA what are customer and material groups
    where to see customer groups and material groups.....
    and when PGI is done what happens to the costing document
    thanks
    mmn
    rewards for sure

    Hi,
    Customer group is different from customer account assignment group. I have explained you about the customer account group.
    <b>Customer group:</b>
    Identifies a particular group of customers (for example, wholesale or retail) for the purpose of pricing or generating statistics.
    <b>Use</b>
    You can freely define customer groups according to the needs of your organization. You assign a customer group to an individual customer in either the customer master record of the sold-to party or in the sales document. In SD Customizing, you can create a condition type that lets you create pricing records for customer groups. Additionally, when you want to generate sales statistics, you can use customer groups as one of the selection criteria.
    <b>Procedure</b>
    The system can propose a value from the customer master record. You can change the value manually in the document.
    Customer group you will find in - XD01 - sales area data - sales screen
    Customer account assignment group you will find in - XD01 - sales area data - billing screen.
    Similarly material group and mateial account assignment group are both different. Material account assignment group I have explained earlier.
    <b>Material group:</b>
    Key that you use to group together several materials or services with the same attributes, and to assign them to a particular material group.
    <b>Use</b>
    You can use material groups to:
    Restrict the scope of analyses
    Search specifically for material master records via search helps
    Material group you will find in - MM01 - Basic data 1 screen
    Material account assignment group  you will find in - MM01 - Sales:Sales Org. 2 screen.
    Regards,
    Allabaqsh G. Patil

  • Conditin Record-Check Material pricing group

    Hi
          For a condition type condition table is :
    1.sorg/material/material pricing group
    Now condition record should be created for some specific material pricing groups;
    Therfore the system has to check in the mateiral master data whether material pricing group exists,then the system should allow the creation of condition record.
    Ex:For Z1,Z2 -material contains material pricing gorup -should be allowed for creating conditon record
    For Z3-material contaims no material pricing group- should not be allowed for creating condition record
    Is it possible to check at the time of creation of condition record whether for the material -material pricing group exists or not.
    Plz help me out
    Thanks in advance
    Arpitha

    Hi Arpitha,
    Since you already have Customer/Material field in the condition table ,there is no need for Material Price group field in it.
    You can use the Material Price Group when you are not using the material field in the condition table.
    Can you explain the exact business requirement so that i can give the right solution.
    With Regards
    Vinu.N

  • Customer Pricing Procedure Indicator

    Dear Guru's,
                      When creating customer master the customer pricing procedure indicator is by default proposed by the system. (Which you can change). Where are you assing this Cu PP indicator..i believe it should be assigned to Account Group..but I don't know where to make this setting. Same with the case of material master, here the system by default proposes Item category group.. can anybody throw some light on this.
    Regards,
    Chandra

    You do the assignment in
    IMG > Sales and Distribution > Basic Functions > Pricing > Pricing Control > Define And Assign Pricing Procedures
    In that you have
    Define customer pricing procedure
    Define document pricing procedure
    Item category Group:
    IMG > Sales and Distribution > Sales > Sales Documents > Sales Document Item > Define Default Values For Material Type
    T.Code:VOVA
    In this we assign NORM to FERT (Finished Products)
    and in T.Code: VOV4
    We maintain
    OR + NORM + NIL + NIL = TAN
    Regards
    AK

Maybe you are looking for

  • Problem with swapDepth with press event

    Hi guys, Im getting confused with swapDepth for navigation buttons. I have a button mc's that use this for stacking but something weird happens on just the press event. I have tried to take away the press event but the problem makes it more difficult

  • DB Adapter not returning all columns from a sql table type

    Using Soa Suite 10.1.3.4. Calling DB Adapter from bpel to a database package procedure with an OUT NOCOPY parameter based on a TABLE OF type. It works fine except that I only get the first 14 columns out of 55. Can query all columns from Sqldeveloper

  • Solaris 10, Ultra20m2 random crashdumps

    Hi, I have quite strange problem with S10U6 with latest updates and from time to time completly crashed, reboots a starting up normally. I have Sun Ultra20m2. I've found a few crashdumps in /var/crash and here are the first and the latest one. ======

  • Wscompile NullPointerException

    Hello, I am trying to create java classes from wsdl but I failed to use wscompile.bat properly. First, I deleted from wscompile.bat the last parameter for "%JAVA_HOME%\bin\java.exe" classpath which was "%PATH%", because it was showing just the java.e

  • Group Contacts

    How do I create a group email contact?