Adding new surcharge for few customer group

Hi guys ,
I want to add a new surcharge in our pricing procedure.
This should be applicable to all customer except some special customer.
I want to know how can I handle this with condition technique?
OR do I need to use condition exclusion ?
Please explain
Thanks
Dona

Hi Dona,
  You can either make this customer group as a part of the key fields of the comdition table for this surcharge. So during runtime, based on the customer group value passed to the PricingEngine of IPC correct record will be determined.
  Otherwise you can achieve this also via requirement formula assigned to this surcharge condition in your pricing procedure.
While implementing the formula you can check the value of the customer group being passed and based on that you can make the steps relevant or not during runtime.
Regards,
Prajesh

Similar Messages

  • How to format data for a custom group

    Hi all
    I have a pivot table with Actual and Budget as columns and some accounts in the rows. Since I'm using the account hierarchical column, I created custom groups for the accounts using the Selection steps pane. For example, I created a new group called Profit to combine 3 different Profit accounts and display one Profit line.
    Now I want to format the data for the Profit group. I right-click on the Profit group, choose to edit the group and click on the Format button on the bottom left corner. I add some formatting, e.g. borders. When I now view the pivot table, borders have been applied to the label of the group - so the word Profit is now bordered. However, the values in the Actual and Budget columns do not have a border. Don't know what I'm missing, but I want both the group label and the values to be formatted the same way.
    How can I apply formatting to the data/values for the custom group?

    Yeah tried that already, it formats the entire column whereas I need just the values for the Profit row to be formatted. Seems it is a limitation only when using custom groups?

  • PO new pricing for selected custom condition types

    Hi Experts
    We have certain custom pricing conditions determined through condition records.
    Periodically these conditon records undergo changes (new rates maintained).
    We would like to have redetermination of new prices for the custom conditions for all the open POs.
    Is it possible to have this function for the conditons types which undergo changes.
    Thanks
    ramSiva

    Hi ;
    You can filter open PO's with a selection parameter WE01 in ME2N.
    After that , go to MEMASSPO tcode , copy open PO's. And, update conditions with header or item EKPO-EBELP or EKKO-KNUMV.
    Transformation :
    KONV-KNUMV = EKKO-KNUMV.
    KONV-KPOSN = EKPO-EBELP.
    Regards.
    M.Ozgur Unal

  • I choose to save and quit when I close Firefox, but recently my pages dissapear on new session for few times. Is the new version unstable?

    I choose to 'save and quit' when I close Firefox, but recently my pages disappear on new session for few times. After I reopen firefox, it's only my default homepage left, all my other pages that I previously save before closing firefox are all gone. It has happened for a few times with this new version, which I do not have this kind of problem before with other version. I wonder is this version unstable? Or is there any other way to deal with it? Thanks!

    You should update to Firefox 3.6.13. See Help > Check for Updates.
    If you use [[Clear Recent History]] to clear the 'Browsing History' when you close Firefox then restoring tabs from the last session ("Save & Quit" or "Show my windows and tabs from last time") doesn't work.
    * http://kb.mozillazine.org/Session_Restore

  • [cgse] adding new pools for growth

    Hi, CSC:
    I'm looking for advice for adding new pools on a single CGSE on a CRS.
    My setup (working) is as follows:
    - single cgse on a 5.1.3 CRS
    - nat44
    - abf
    - single inside vrf and single outside vrf (default vrf)
    - single map address-pool, at this point
    i was looking at the documentation and, only starting with XR 5.2, the configuration guide explicitly says that adding 'multiple' pools for nat44 is supported. So here are a few questions:
    - is adding multiple address pools to a single inside vrf supported (only) starting with XR 5.2 or can i do this in 5.1?
    - i'm assuming multiple pool support means: add several 'map address-pools' commands under the same inside vrf. is this correct?
    - say multiple address pools under the same inside vrf is not supported on 5.1. is there a 'soft' way of adding more valid ips (address pool) to the setup? for example, creating a second inside vrf (different serviceapp) and adding it to the same 'service cgn' so that it maps out to one single outside interface?
    Thanks a lot!
    c.

    App Pool details will be persisted in the config database.
    This post is my own opinion and does not necessarily reflect the opinion or view of Slalom.

  • How can I load photos on a new iPad for a customer?

    Now this is something that I've done before. But iOS has gone through some changes since then, and now I can't remember what to do.
    Basically, I have a new iPad which was purchased for a customer. I need to load some photos on the iPad for the customer, then give to to them to do whatever they're going to do with it. Trouble is, I seem to remember being able to do this through iPhoto in the past, but that doesn't appear to be the case anymore. Now it seems you have to go through iTunes, which means setting it up with my iTunes account, which I don't want to do.
    So, my question is, what is the best way to load these photos onto the iPad so that when the client sets things up they won't lose the images. Can I just set things up as usual, then manually sign out of my iTunes account on the iPad?

    I'd really suggest you not try to do this. An iPad can only be synched to a single computer, so if you sync the iPhotos on your system (and synching has always been done through iTunes), when your customer takes the iPad to his/her own computer and syncs, it will erase the content (i.e. photos) you put on the iPad.
    There may be workarounds, but I'd strongly suggest you just let the customer sync the photos him/herself. That's going to be a lot less headache.
    Regards.

  • Adding new divs for banner ad placement

    Hello,
    I am attempting to add new divs for banner ads to the left and right of the page inside my container and can't figure out how to position them. I have modified a screen shot below to show where I want them (they are just layers I created in photoshop). I didn't create the page and am lost. Is it a matter of 'splitting' the current divs in the doc?
    I added padding to create space to the left but I don't think that was the way to go...
    Thanks a ton for help on this one!

    Is this a template that you purchased... you didn't do the actual layout yourself?
    There are a ton of nested <div>s in there used for some background images.... I really have no idea why so many! I would have used maybe a couple of background images and called it good. Anyway, now you'll have to work around all those nested <div>s.
    The area on the left is because of the 150 px of padding in <div class="aside">.
    To make that space available, you'll need to remove that padding, and use two floated elements instead of just the one element that's there now.
    I'd suggest that you review how the CSS box model works, along with how to "float" an element. Then you'll be able to align two or more container <div>s side by side.
    http://www.w3schools.com/css/css_boxmodel.asp
    http://www.w3schools.com/css/css_float.asp
    You may have a better learning experience if you start very simple... on a new, blank Web page, work in code view and place 4 <div>s, use the first <div> to wrap around and contain the other 3. Then place those 3 side by side. Give each a width, height, and a different background color so you can see where and how they align when floated. Play around with it a little until you understand how floats work.... then tackle your actual Web page.
    Best wishes,
    Adninjastrator

  • HELP NEEDED: Use a new record for a customized table as a workflow trigger

    Hi SAP Workflow Gurus,
    Good day!
    One of our requirements is to have the creation of a new record in a custom database table trigger a workflow. I read and followed the steps as indicated in this link
    http://www.****************/Tutorials/Workflow/Table/events.htm
    As a summary, here is what I did:
    1. Created a subroutine for the custom table ZPA2003 for the create event
    2. Defined this event as a trigger for the custom workflow WS90000019
    3. Maintained and activated the event linkage via SWETYPV
    Basically I tried following the instructions indicated on the link
    Note that the entries for the custom table are created via a function module.
    Now during testing of the workflow, the system was able to complete the notification message. However, when I triggered the event via creation of the entry in the custom db table nothing happened
    1. Is there a way to debug/find out whether the link between the subroutine in the table and event itself are connected?
    2. I also tried running the event trace to check the activities executed but found nothing.
    Can you guys help me check on what I may have missed out?
    Regards,

    Hi All,
    Basically these are the requirements for the work schedule substitution:
    1. Employee enters the request via ESS (custom portal transaction)
    2. Upon saving of the entry (request) in a custom  table, this should trigger the workflow at the backend
    3. The Manager should then receive a work item in his Universal Worklist at the MSS side of the portal
    4. Upon clicking on the work item, a new screen will pop up showing the work schedule substitution details as well as an interface which will allow him to enter his/her usage decision
    5. Depending on the decision, the workflow must execute the necessary notifications as well as changes in the custom and PA2003 tables
    Now, we have accomplished step 1 and I am currently in the process for step 2. Now I have some queries:
    1. For the Manager to view and approve the substitution details, I used two methods for each process (view and approve) since our ABAPer mentioned that this cannot be done in 1 function module. Is there a way to simplify this step or is it really valid that they need to be executed in 2 different methods?
    2. As per our ABAPer, function Modules only import and export variables; they do not have the facility of say having tags on the details being displayed. Hence, if the details are 10001 (Employee Number), 10/20/2011 (Start Date), 10/25/2011 (End Date) the output would be 10001, 10/20/2011, 10/25/2011. Is there a way within the function module (or dynpro interface) to show it like this: Employee Number: 10001
                               Start Date: 10/20/2011
                               End Date: 10/25/2011
    3.  Speaking of dynpro applications, do I need to still develop one to allow the Manager to view and approve/reject the request via the MSS portal upon accessing the work item via the UWL? How would the work item go about calling the dynpro application? or is this even possible?
    It would have been easier if the facility would not pass through workflows since it will be just direct web dynpro/ABAP calls. Having to include it as a work item in the UWL puts a certain twist to it
    Your inputs are well-appreciated.
    Regards,

  • Maximum discount rate for the customer group

    Hi
    First;
    I have a agreement Discount Rates for customer based on Customer and Product hierarchy.
    Customer ProdHier   Discount Rate
    1122        4757         %20
    1234        4757         %20
    4455        6756         %10
    It can be done the auotomatically. I know.
    Second;
    I have a maximum allowable discount rate for customer group based on Customer Group and Product hierarchy.
    Customer Group   ProdHier  Max.Discount Rate
    OEM                   4757        %25
    Dealer                 4757        %30
    1122' s customer group is OEM.
    1234' s cusromer group is Dealer.
    %20 will be find for 1122 on first step. It is ok.
    But I want, user can not give up to %25 on manually pricing.
    Because this customer in OEM Customer group and this customer group's max.discount rate is %25.
    What can I do?
    Best Regards,
    Gulay Celik

    I had use the sap standard customer hierarchy to solve it. thanks.

  • BADI for adding new approver for PO

    Hi All,
      I want to add new approver for PO but with some restrictions. Could any one give me the BADI ddetails?
    Regards,
    Bhushan V

    Hello Shiva,
    Hope you may find this useful for your scenario.
    Allow Changes to Approvers
    Use
    You can use the Business Add-In (<DS:GLOS.5C733369F735D311AE620060B03C9BBE>BAdI) BBP_CHNG_AGNT_ALLOW to activate and deactivate the adding/changing of reviewers in the workflow approval preview.
    (The appropriate pushbuttons are then shown or hidden on the user interface.)
    Activities
    To do this, implement the method AUTHORISE_FOR_CHANGE in the BAdI.
    Example
    METHOD if_ex_bbp_chng_agnt_allow~authorise_for_change.
      IF sy-uname EQ 'EMPLOYEE4'.
        ev_add_buttons_disabled = 'X'.
      ENDIF.
    ENDMETHOD.
    This example implementation makes the buttons for changing or adding approvers and reviewers inactive for the user EMPLOYEE4.
    Please Reward FULL points for useful answer.
    BR,
    -Ashwin.

  • Adding responsibility objects for the Notification Groups for a PA

    Hi Gurus,
    I am supposed to add responsibility objects for the notiifcation groups for a PA.. Could you please confirm the steps I am planning to follow
    1. Find out the Workflow
    2. Add the responsibilities objects ( Where can Add  those ( in the workflow or in Org Management?)
    3. Edit the rule to point to that PA..
    I am new to workflows ..points are assured for the help

    Just write your own composite Icon class:
    public class CompositeIcon implements Icon
      private Icon icon1;
      private Icon icon2;
      public CompositeIcon(Icon icon1, Icon icon2)
        this.icon1 = icon1;
        this.icon2 = icon2;
      public int getIconHeight()
        return Math.max(icon1.getIconHeight(), icon2.getIconHeight());
      public int getIconWidth()
        return icon1.getIconWidth() + icon2.getIconWidth();
      public void paintIcon(Component c, Graphics g, int x, int y)
        icon1.paintIcon(c, g, x, y);
        icon2.paintIcon(c, g, x + icon1.getIconWidth, y);
    }Hopefully a slightly more reusable solution. You could write all sorts of different layouts in this way.
    Hope this helps.

  • Adding new fields to th custom segment

    Hi all,
    I have to add new fields to the custom segment Z1EDPZ1.
    Iam getting error msg saying  'Error while resetting release of segment Z1EDPZ1' when I click the cancel release inorder to add new fields in WE31.
    Thanks
    Saichand.

    Hi Sai,
    do one thing first cancel the release of the basic type and then cancel the release of the segment.Now add the fields and release both the segment and the basictype.
    also check in the segemnt the version.
    regards,
    Nagaraj

  • How much for wireless taxes, fees, and surcharges for Michigan customer?

    Verizon,
    I'm considering starting a new family "More Everything" wireless plan and I live in Michigan.  Please let me know what exact taxes, fees, and surcharges will be added to the bill. Here's my monthly total before taxes:
    4x $40 Monthly Access with $20 EDGE Discount === $80
    10GB  Shared Data  Unlimited Talk & Text === $100
    3x $10.56/mo EDGE for Samsung Galaxy S III mini === $31.68
    1x $16.81/mo EDGE for Moto X === $16.81
    ================
    $228.49 Monthly Total Before Taxes

    Nice site, but MI does not charge tax on all the bill. Here is my breakout on a $95.99 bill prior to taxes and surcharges on my current invoice
    Verizon Wireless' Surcharges
    Fed Universal Service Charge 1.42
    Regulatory Charge                    .21
    Administrative Charge              .88
    Intrast Switched Toll Acc Sur   .15
    TOTAL                                      $2.66
    Taxes, Governmental Surcharges and Fees
    MI State 911 Charge                   .19
    MI State Use Tax                      3.08
    TOTAL                                      $3.27
    TOTAL of both:                         $5.93

  • Reg smartforms -  creating a new page for each customer

    Hai friends,
    i have selection option for customer(kunnr) in the selection crieria..
    Now i am getting the output in the smartfroms related to the customer details..
    But i am getting details for only one customer...
    suppose there are 10  customers.. i want the details of the 10 cusotmers in 10 different pages...
    PLs help me.
    Rgds,
    Vinod

    Hi,
    First assigned to structure to internal table i_final
    declare L_LINES in global declaration
    right click on main window create program lines in that
    Input parameters: I_FINAL
    In CODE option
    SORT I_FINAL BY KUNNR.
    DESCRIBE TABLE I_FINAL LINES L_LINES.
    After you create LOOP IN data tab give chek the check box
    I_FINAL     INTO     WA_FINAL
    WA_FINAL declare in global declaration
    Under loop create node alternative(CONDITON)
    double click CONDITION in conditions tab
    Field name: L_LINES
    Relational operator:>
    Comparison value:0
    in that CONDITION ---> TRUE & FALSE is available
    in TRUE option create program lines, in that give like
    L_LINES = L_LINES - 1.
    Under TRUE option create COMMAND node
    in General attributes tab: check the chek box go to new page
    in conditions : maintain as
    Field name: L_LINES
    Relational operator:>
    Comparison value:0
    Regards
    Bhupal

  • Reg smartforms -  creating a new page for each customer number

    Dear friends,
    This is a sample program for smartform.
    Below is my coding ...
    TABLES : KNA1.
    SELECT-OPTIONS : S_KUNNR FOR KNA1-KUNNR.
    TYPES : BEGIN OF ZFS_KNA1,
            KUNNR TYPE KNA1-KUNNR, 
            NAME1 TYPE KNA1-NAME1,
            ORT01 TYPE KNA1-ORT01,
             END OF ZFS_KNA1.
    DATA : ITAB TYPE STANDARD TABLE OF ZFS_KNA1 INITIAL SIZE 0,
           WA TYPE ZFS_KNA1.
    SELECT KUNNR NAME1 ORT01 PSTLZ LAND1 FROM KNA1 INTO TABLE ITAB WHERE KUNNR IN S_KUNNR.
    Now i am having one secondary window (cusotmer number) and main window(name and city).
    I am able display list of cm nos, names and city in one page.
    But i want to display name, city and number of customer in one single page.
    suppose 5 customer numbers are there.....then 5 seperate pages should be displayed.
    pls help me.
    Regards,
    S. Vinod

    Hi,
    In your loop node... you have sort criteria....
    give the fieldname of the customer number KUNNR and check the check box under the begin of sort event...
    An event node is created... under that event  node... create command node for triggering new page and dont forget to tick the checkbox for " not on first page" in the conditions tab....
    and under that you can create text elements to display the data
    regards
    padma

Maybe you are looking for

  • Program does not fetch desired results

    I need to enhance a master data datasource with additional fields STPRS, PEINH from MBEW table and WAERS (currency for STPRS) from T001 table. Table T001 and MBEW table have no fields in common. So I took an indirect approach to this.I have a program

  • Difference between Oracle 10g 64 bit /Oracle 10g 32 Bit Windows

    Hi all We are using 10g Oracle 32 Bit windows as well as Oracle 10g 64 Windows at some installations. Now we tested these two systems in our office for Testing purpose on two similar machines i.e Intel i3 with 4 GB RAM. Database size approx 4GB We ha

  • Table Name For 'Picked Quantity' Field in VL03 Transaction

    Dear All,              I am not able to find out 'Picked Quantity' Field in VL03 Transaction.Can anybody provide me Table name and field name for the same. Regards, Mayank

  • SSRS 2012 integrated with Sharepoint 2013, subscription and impersonation

    Hello, We are configuring SSRS 2012 integrated with Sharepoint 2013. The reports are connecting to SSAS cubes via shared Datasources. We have defined user based roles and security in the cubes and would like to pass the effective username to the cube

  • How to do BW - XI scenario.

    Please give me guidance on integration of BW and XI. Currently XI is integrated with R3. Since this was done by a basis guy, I have no idea how to integrate BW in XI. What are the prerequisites and step-by-step procedures? Regards, NS.