Two calculations are required for a single condition type

Hello Experts,
I have a requirement to calculate the VAT conditon type in a pricing procedure...like in one case  ( If TAX Indicator  set to "0,1,2" at sales order header level) tax should be calculate on PR00 & 3 other condition types....in second case (  If TAX Indicator set to " 3 " at sales order header level) tax should be calculate on 3 other condition types except PR00.    But make sure that TAX Indicator  "3" always set by user manually during the creation of sales order.
Another hurdle is if user set the indicator as 3 manually during the creation of Sales order then price will not be redetermine automatically, So I need this to be happend automatically.
Let me know how should I proceed further to fix the requirement.
Appriciate quick response.
Regards,
Chandu

Hi Sudir,
Somehow my edit did not get saved:
This is suppoed to read
Set up your pricing as follows:
10 PR00
20 Z001
30 Z002
40 Z003
100 Subtotal #1 = Sum of 10 through 40
110 ZSUB = Discount condition with condition record for 100% for Tax indicator = '3' (otherwise 0)  with base = line 10 (PR00)
200 Tax base = 100 through 110
In other words:
For tax indicators = 0,1 or 2
Tax base (Line 200) = PR00 + Z001 + Z002 + Z003
For tax indcator = 3
Tax base = PR00 + Z001 + Z002 + Z003 - (100% x PR00)  =  Z001 + Z002 + Z003
Yiou will probably aneed to put some code in one of the sales order user exits to trigger repiricing if you change this manually.

Similar Messages

  • How to set required for group of condition type in the same condition class

    Hello,
              we have a group of condition type with the same condition class B, the last one have been set, and all of others will be inactive.
    but we don't set any required for all the condition types in pricing control, so if user don't set any of them, the sales order or billing is still saved. that is a risk.How can i fix it? Thanks.
    Sophie

    Hello,
      incompletion log is not available in invoices.
    You have different options:
    - activate a validation in FI when the Billing document is released into accounting,  so that te release into accounting is not allowed if the invoice amount is zero;
    - define a subtotal in the pricing procedure as sum of the pricing conditions of your group, then develop a custom routine to be assigned in the formula "CalType" (field T683S-KOFRM) where an error should be raised if the amount of the subtotal is zero (use as an example formula 48);
    Best regards,
    Andrea

  • To write&activate new Requirement for customr discount condition type k007

    Hi Guru's,
    how to write and activate new Requirement for customer discount condition type K007 in VOFM.
    could please guide me step by step process or if you have any programming language related to this please provide me that would be helpfull to me...
    please let me know if my question is not clear..
    Thanks in advance and will give full points...
    Srinivas.

    Hi S,
    u can use options condition value, condition based values for this requirement.
    1.all Z requirements starts from 9xx onwards ,
    2.u need to use Internal tables KOMP in that requirements based on the given conditions.
    3. Dont active all , select only new requirement->Edit->Active.
    ref any standard requirement for sample codes.
    regards
    Prabhu

  • Two idocs are created for one output message type

    hi all,
    we are communicating our sap idocs to external system using ALE.It is working smoothly.
    Our problem raises here,
    .idocs are creating at the time of output type attachment for purchase orders.But rarely,two idocs are creating for one message type.It means two idocs are created for same Purchase order.It makes complications for the external system.
    anyone can help me pls?
    thnks in advance..........

    thanks jurgen for ur reply,
    jurgen, the second idoc is not an "ORDCHG",It is the replica of first idoc.This one has also "ORDERS" message type.The only difference between these idocs are the time.It means the difference between the time field segments of these idocs have only three(3)seconds difference.We think that its from the system error.If it is not from the system error pls give me the explanation.
    thanks in advance.......

  • BODS / SAP : what set-ups are required for communicating with each other ?

    Hi.
    There is a new SAP system
    And there is a new BODS installation.
    Both on independent server machines but on the same lan network.
    On the test system of BODS. We tried to see how the communication happens with SAP.
    While we try some test jobs by trying to pull a simple table on SAP R/3
    In Dataflow, we used simple SAPR/3 ABAP flow. And put it into target database thro query transformation.
    In the datastore,
    We used the Generate and Execute option,
    with a path on the local directory of BODS server for creating the ABAP program and the dat file.
    However,
    We are always getting error on batch job schedule.
    Although the user is having rights on the R/3 table
    And can login into SAP R/3 system and check the table.
    Still we get an error saying Databstore unabel to connect to R/3 system. Check for user login etc.
    For anyone whose login we use. We get the error.
    However, if i directly generate the code on the ABAP flow (without running the job),
    make the program available on R/3 system.
    and then run the job as execute preloaded
    this works fine without any error.
    and we are able to see the data in the target table.
    Now both the systems are new.
    And am not aware of the initial set-ups which are required for communication between SAP / BODS.
    Are WE missing something on the SAP side setups - for generate and execute option to be used?
    Is there anything specific to be done for ease of the communication between SAP server and BODS server in this regard.
    Can anyone share some inputs on this.
    Actually for any user with full admin rights too, on the sap side, if we use the user login for R/3 connectivity for this particular "generate and execute" option,  it errors out after nearly 10 minutes. Then the error says, login info not correct.
    So basically, the communication channel by itself between SAP R/3 and BODS seems to be locked somewhere.
    If anyone with SAP admin expertise - can help or advise on this.
    Many thanks
    Indu
    Edited by: Indumathy Narayanan on Sep 13, 2011 9:20 PM

    Getting data out of R/3 requires two distinct setup tasks, and they don't have much to do with each other.
    The first basic task is to get the little ABAP extraction programs loaded and run in R/3.  You can pre-load them and then call them, or generate, upload, and execute them all on-the-fly, at BODS runtime.  During development, use "Generate and Execute" for your ABAP.
    Once that's done, you have four different choices to get the data back: "Direct download", "Shared directory", FTP, and "Customer Transfer". Normally, you'll use either FTP or "Shared directory".  Refer to the documentation (the BODS SAP Supplement) for a description of all this.
    In all cases (or at least, quite certainly, using the FTP and Shared Directory methods), the ABAP extraction programs are directed to plop their output as flat files in the "Working directory on SAP server."  For testing, you can look in that folder to see if any flat files are appearing when you submit an ABAP data flow.  If not, then either 1) your ABAP program isn't getting in there (a Basis admin should be able to tell you), or 2) it's not running (ditto), or 3) it's running but unable to generate the output file (ditto), because a) SAP isn't permitted to write to that folder, or b) the folder doesn't exist (it needs to be defined from the perspective of the SAP server).
    If you do see files appear in the "Working directory on SAP server" when you run a BODS job w/ an ABAP dataflow, then the problem is that BODS can't fetch them.  If you're using the "Shared directory" method, which is suitable for and often used in all-Windows environments, then the account under which the Job Server in question is running must have access to the "Working directory on SAP server," but this time from the perspective of the Job Server.  So if, for instance, SAP was directed to put the flat files on a local folder, say, "E:\USR\SAP\BODS", then you might want to share this folder out as, for instance,
    sapdev1\bods (for an SAP host called "sapdev1"), and then enter "
    sapdev1\bods" in the "Application path to shared directory" field, in your SAP datastore configuration.  If your Job Server service is logging-in as "Local System," though, it won't be able to get there -- it needs to log-in as an AD domain account w/ rights to that share.  Get it?  Try logging in to your BODS job server computer with the AD "service account" setup for use by the Job Server service, and try to open a file on the "Application path to shared directory". If you can't, then BODS won't be able to get data from ECC, either.  FTP works similarly -- if you're using that and having trouble, please re-post.
    Best wishes,
    Jeff Prenevost
    Data Services Practice Manager
    itelligence

  • What version of iOS is required for the Single Edition viewer?

    Does anyone know what the minimum requirements for downloading SIngle Edition apps are?
    Thanks for the quick help...

    Actually, it sounds like we're dropping support for iOS 3, so it's iOS 4.x and later. And the support is the same for any DPS app on iOS. Unfortunately, this is not documented anywhere, though I've been trying to get device compatibility publically published.
    Matthew

  • What settings are required for DP_PROC_TY,CT_PROC_TY,TEND_TYPE

    hai friends
    what settings are required for DP_PROC_TY,CT_PROC_TY,TEND_TYPE
    Thanks a lot
    Regards
    VinayKrishna

    Hi Vinay,
    1. For DP_PROC_TY  you need to give the transaction type or R/3 document type you want to use for creating direct material POs. Could be ECDP given in the standard or copy of which you might  have created.
    2. For CT_PROC_TY it is either PCTR or GCTR depending what you want to create local contract or GOA.
    3. TEND_TYPE can have BID, RFCR etc depending on what type of bid invitaion you want to create form sourcing cockpit or as follow on bid invitaion.
    Ragards,
    RRK.
    Do reward points for useful answers
    Edited by: Ramakrishna Rallapalli on Jun 16, 2008 9:06 AM
    Edited by: Ramakrishna Rallapalli on Jun 16, 2008 9:06 AM

  • What are the essential services that are required for ensuring server is healthy up ?

    Hi All,
    Please advise me What are the essential services that are required for ensuring server is healthy up ?
    Warm regards,
    jk1510

    The easiest way to find the Health report of server or workstation follow the below steps which is very much easiest way to get it done
    There are a few ways to find this in Windows Server 2008.
    First click “Start” and type “Generate a system health report”
    Or second navigate your way to the Control Panel choose “System and Security” and choose “Generate a system health report”.
    The last is to type “Generate a system health report” into the “Search Control Panel” box in the upper right hand corner of the Control Panel window.
    Once armed with this data it’s easier to refute or acknowledge an issue is at hand.
    BTW if you’re looking for this same thing in Windows 7 it’s there just buried a bit more.
    Search Performance in the Start Menu, choose “Performance Information and Tools”, click “Advanced Tools” from the menu on the left, and finally choose “Generate a system
    health report”.
    Ref: http://blogs.technet.com/b/rmontee/archive/2012/02/23/generate-a-system-health-report.aspx
    Exchange Queries

  • Which parameters are required for generating a solution manager key?

    Hello All,
    I generated a key in Solution Manager, to install a SAP NW 2004s SR1.
    But I receive an error during the installation from the SAPINST:
    <b>"SAP Solution manager key for the instance number... is invalid ".</b>
    I already changed the parameters for generating the key, changed the instance number, hostname, but I still receive the same error.
    Could someone tell me which parameters <u>exactly</u> are required for generating a solution manager key?
    thanks
    Thomas

    Dear Sri,
    this is exactly what I have entered, I still get the same error message.
    <u>My entries in SAPINST:</u>
    SAPinst founds one system instance on the host with
      the Instance number 00,
      the Instance name SCS00.
    And ask for the Central Instance parameters:
    there I enter<b> 01</b> for the central Instance number,
    the hostname
    and the solution manager key generated for the instance number <b>01</b>!
    best regards
    Thomas

  • Which sharepoint service applications & services are required for Project server 2013 to work fine.

    HI,
    Can any one help me,
    I am planning to install project server 2013,  what are the service applications and Services ( Manage services on server in central admin ) in sharepoint  are required for project server 2013 to work fine, so that i will run only  service
    application and services to increase server performance..i don't want to configure all service applications  when i  am configuring.
    Thanks in Advance..
    vijay kommireddi

    Hi Vijay,
    If you are installing Project Server on SharePoint farm, You need to start the service Project Application Service which would be available after you install project Server 2013.
    For Project Server Reporting you need to start Excel service and Secure Store service.
    http://technet.microsoft.com/en-us/library/ee662106(v=office.15).aspx
    Thanks,
    Phani

  • What SAP modules are required for insuance sector

    what SAP modules are required for insuance sector

    Hi,
    Following authorizations are required to be able to use all the functions of Support Package Manager:
    S_CTS_ADMI
    S_TRANSPRT
    Additional objects required and which can be used to restrict further the functionality are:
    S_C_FUNCT
    S_CTS_ADMI
    S_DATASET
    S_GUI
    S_RFC
    As available in the SAP help,standard SAP S_A.SYSTEM contains all necessary access for importing support packages.
    Regards,
    Nagendran

  • Which privileges are required for sql tuning advisor

    Hi,
    Oracle 10g
    1> I want to know which privileges are required for running sql tuning advisor...
    2> Some queries are taking long time.. if i run sql tuning advisor..shud i first try it out on development database or directly on prod database
    Regards

    1> I want to know which privileges are required for running sql tuning advisor...
    As SQL tuning advisor relies on the advisor framework, so all tuning task interfaces (XXX_TUNING_TASK) require privilege ADVISOR.
    http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14258/d_sqltun.htm#CACDFEBH
    Some queries are taking long time.. if i run sql tuning advisor..shud i first try it out on development database or directly on prod databaseDo you mean the implementation?
    Adith

  • What changes are required for OSS note 456507

    Hi All,
    PLease advise me what changes are required for OSS note 456507 (Assign the function groups QOWK or ORFC in the authorization object S_RFC to tRFC/qRFC users).
    I’m thinking of just going with the following additions to Role
    AAAB – Cross Application Auth Objects
    S_RFC
    Activity – 16
    Name of RFC - *
    Type of RFC - *
    But wanted to check what the implications of doing such a thing were, are there any negative points that you can think of opening up the access as above, as opposed to what was suggested in the OSS note?
    Your advice would be greatly appreciated.
    Thanks in Advance.
    Regards,
    Sandhya.

    Hello Sandhya,
    S_RFC is needed in case of making any RFC calls.
    Normally it is needed  for users that are mentioned in RFC destinations.
    As such mostly these users are system/communication users or super users.
    Without giving access to function groups through S_RFC successful RFC call can´not be done.
    Now the value of field name of RFC can be * but only for those users which are really global super users. In case you need this authorization for any selective functionality as in you case only for function groups QOWK or ORFC then you should try to  restrict the access. Negatiity is only that in case of * the authorization access increases but for system or super users you dont need to worry too much really because with system/communication users no one can login and the super users will have sap_all generally. Also their passwords will be a well kept secret so that a miususe can not be made.
    By global super users I mean users which are used for various types of activites.
    Please award points accordingly.
    Regards.
    Ruchit.

  • IGNORE this since I can not DELETE IT - Your browser does not support cookies, which are required for this web server to work in session authentication mode

    Error - No cookies
    Your browser does not support cookies, which are required for this web server to work in session authentication mode
    This is a NOSCRIPT PROBLEM and NOT a Firefox problem.......
    when disabled it works JUST FINE

    Error - No cookies
    Your browser does not support cookies, which are required for this web server to work in session authentication mode
    This is a NOSCRIPT PROBLEM and NOT a Firefox problem.......
    when disabled it works JUST FINE

  • I need an app that allows - top notch Powerpoint accessibility.  Notetaking and audio recording.  AND a possible translator.  Is there any appl or two that are recommended for a busy traveling executive?

    My boss just purchased and IPad and needs an app that allows -
    Powerpoint Editing and graphics capability/accessibility. 
    Notetaking and audio recording. 
    Japanese Translator.
    Is there any appl or two that are recommended for this busy traveling executive?
    Mahalo Nui Loa!

    dmkimball wrote:
    Japanese Translator.
    Have a look at
    http://itunes.apple.com/us/app/google-translate/id414706506?mt=8

Maybe you are looking for

  • Error publishing from Muse - "error updating device redirect setting"

    After recent upgrade of Muse I am getting an error message when publishing. The pages are published correctly but there is an error which prevents the final completion of the process. message = "Error updating device redirect settings click resume to

  • Using Event Structures with Array of Clusters

    Using LabVIEW 8.5 Hi all, I'm trying to convert an existing application to one that can be used through a touch screen. I updated the UI and added an event structure to listen for mouse ups on controls that require a HMI keyboard or numpad to show up

  • Unstable ip address

    I've had a B110 printer for 3 yrs and have had regular problems with it going off line, but usually easy to bring back on line again but a few months ago I changed to BT Infinity wireless router and I'm hardly ever able to print anything at all now.

  • RAW compatibility

    Is there any way to know if Aperture is ever going to support RAW files from the Panasonic G1 camera? I've had the camera since last fall. I really wanted to use Aperture as all my previous pics are stored in iPhoto and I wanted some continuity. Adob

  • Moving messages in Mail 2.0.8

    This is really dumb. Upgrading to new Macbook Pro OS I decided to switch from Entourage to Mail 2.0.8 Imported all mailboxes successfully, reorganised them as I wanted, them tried to move some new messages from Inbox to the relevant mailboxes. Error