MM Pricing for normal PO?

hii
Explain me below trail pricing with detailed steps with more clear explanation with any links .
I wanted to do normal procurement with conditons basic price ,discount %  and frieght value.
For above conditions,what are the below setting has to be done and why????
Step: ??
Counter: ?
Condition type: ?
From: ?
To:?
Manual: ?
Requirement:?
Statistical: ?
Print: ?
Subtotal: ?
Requirement: ?
Calculation type: ?
Condition base calculation: ?
Account key: ?
Accruals: ?
Thanks

Mandatory: u2022 This indicator specifies that particular condition type is mandatory in the pricing procedure. u2022 If we check the box, then in VA01 at the header/item level in the conditions tab, if we delete the value in the condition type and try to save the document then system will not allow us to do it and throws an error.
u2022 If we uncheck the box, then in VA01 at the header/item level in the conditions tab, if we delete the value in the condition type and try to save the document then system will allow us to save it, without giving any error.
u2022 Mandatory check box should be checked in condition types which are compulsorily required in pricing procedure. Ex.: PR00, MWST. u2022 If the condition type is checked with mandatory option, then value should be
maintained for that condition type, otherwise the system will not allow the user to
process the document.
Statistical: u2022 This indicator if it is activated will not allow the value of the condition type to be taken into net value calculation. u2022 It is used only for information purposes only. u2022 This indicator causes a surcharge or discount to be set in the document statistically (that is, without altering the value). u2022 This is commonly used for condition types o SKTO - Cash Discount o VPRS - Cost (Moving average price/Standard Price). Print: u2022 The value of this field specifies whether line item can be printed or not in the sales document and at what level it is to be printed.
Subtotal: u2022 The value of this field determines where the values of subtotals to be captured i.e. in which table and which field.
u2022 Controls whether and in which fields condition amounts or subtotals (for example, a customer discount or the cost of a material) are stored. u2022 If the same fields are used to store different condition amounts, the system totals the individual amounts. u2022 These condition amounts or subtotals are used as a starting point for further
calculations. You may, for example, want a subtotal of all the discounts included in the
pricing of a sales order.
Requirement: u2022 It is a routine that is written by an ABAP consultant according to the business requirement. u2022 By defining Requirement in condition technique we can restrict the access of condition type. u2022 To understand the concept, we will take the example of the Rebates. Rebates are to be
included during the billing document processing and not in the sales document
processing. As rebates are given on the delivered quantity and not on the ordered
quantity (in case of cut-off period for rebates).
u2022 For rebates we use the condition types BO01 to BO05, and in the Requirement column we give the value 24 which is "Only in Billing Document". u2022 This Requirement will ensure that these condition types will appear only during the billing document processing. u2022 If new Requirements are to be defined we follow the procedure given below. o Go to T.Code: VOFM. - Maintain Requirements & Formulas o Click on the "Requirements" in the top menu and then click on "pricing". o We have a list of requirements, we can ask ABAP consultant to create new requirement based on the client requests. o And we assign the application type like V - Sales/Distribution etc. AltCty - Condition formula for alternative calculation type: u2022 It is again a Routine that is written by ABAP Consultant. u2022 It is an alternative formula for the condition type that can be used instead of standard formulas.
For example, let us take the Profit Margin which can be both + / - , so here this
routine will help us in generating the value which can be either + or -. Profit margin is
not a condition type so it cannot be classified as +ve or -ve in the V/06.
u2022 Ex.: 950 0 Profit Margin 11. u2022 So we assign 11 - Profit Margin. u2022 If new routines are to be defined we follow the procedure given below. o Go to T.Code: VOFM. - Maintain Requirements & Formulas u2022o Click on the "Formulas" and then on the "Condition Values". o We have a list of routines, we can ask ABAP consultant to create new routines based on the client requests. o And we assign the application type.
Edited by: Afshad Irani on Aug 4, 2010 3:13 PM

Similar Messages

  • Creation of New consistencycheck condition for Normal Correction

    Hi,
    We are using ChaRM normal correction to check the transport imported to production system we are using the check conditon 'PRODUCTION_IMPORT_OK' which is implemented in Class CL_SOCM_INSTANCE .
    On similar base we wanted to create the condition of 'ZTEST_IMPORT_OK' for normal correction, but we are not able to find the Standard code written for condition PRODUCTION_IMPORT_OK.
    If find this code we can make some adjustment in this code with BADI for consistency check to implement the new condition .
    Is any one worked on this type of condition , your help will be appreciated.
    Regards,
    Amar Kamat

    HI
    Check if needed to assign any account key to this new condition type in your procedure if needed, then mantain the GL acc for the same.
    If you are adding this condition type in your TAXINN procedure (assuming so) you need to create the condition type for the same by using trax FV11.
    If you are adding your condition type in Pricing procedure then no ned to create the condition record.
    Regards
    Sujoy

  • Getting pricing for free goods also

    Hi guys
        can u Please help me out
    i have configured free good Concept am getting free goods while creating Sales order but i am getting pricing for free goods also.
    EX: 100 (quantity)
            20 (free goods)
    Pricing has done for 120 items .. what need to be done ?
    Regards
    Amar

    hi,
    check this configuation steps.
    1. define the condition type from NA00 to Za00.
    2. define access sequence by selecting new entries as Zaoo and maintian the tables and fields.
    3. linK the access seq to ur condition type.
    condition type   (created)                    access sequence (created)
    ZA00                                                     ZA00
    4. Maintain the free goods determination procedure from the std. one NA0000 and copy it as Za0000. and maintain ur condition type in the procedure.
    5. after all maintain these free goods procedure to ur sales area.
    ex: in normal scenario u will be assigning ur sales area to ur standard pricing procedure as
    S.orgD.ChDivA1 + Pr00. but for the free goods u have to maintain as it is to ur std. pricing procedure except document pricing procedure as C - denotes free goods.
    6. finally maintain condition records thru VBN1. (there would be a option as inclusive and exclusive). u opt it according to ur requirements.
    definetely if you follow those steps, 100% error will not throw while u r creating the sales order.
    reward points if it is useful.
    regards
    KR

  • BAPI_SALESORDER_CREATEFROMDAT2 is not carrying out pricing for variant config materials

    Hi Guys
    I need to create a BAPI to create sales orders coming in through a web service from an external system, for normal materials all works well, but for variant config materials the pricing is not happening, like the way it does when I manually create an order, I don't want to manually pass the pricing condition in BAPICOND as I want the BAPI to dynamically determine the conditions from the access sequence.
    While debugging VA01 I found that the control goes to the 'PRICING' function module twice, ones for the main material , and next for all its config materials, the second time it calls the 'PRICING' fm with pricing type 'O'. Here it selects the price for all the variant materials and loads into an internal table vkomv and displays in VA01 the variant materials that we select while creating the order, but in the case of the BAPI call, the control is going only to the 'PRICING' fm call for the header.
    I have passed 'V'  in the application parameter and the variant material in the varcond parameter of the BAPICOND structure.
    Any idea what I might be missing ??
    Thanks
    Sameer

    Solved by reading the following OSS notes
    562124 Configuration change via
    549563 BAPI: Filling the configuration structures
    567348 – Fill configuration via BAPI

  • Different pricing  for same material in 2 line items

    Dear All ,
    In a sales order  i have two line items of same material . One with the item category TAN and another REN . line item with TAN  is the normal sale item while as  second line item is  for Return of same materail . .
    Now i want Different pricing for the Normal sale item and Return item in single sales order . The pricing has to come automaticaly through the condition records
    Please suggest me how to do it
    Thanks in Advance .
    Satish

    Hi,
    Add the item category (field name: PSTYV) to the allowed fields in the pricing condition table.
    create new conditon table include the field item category.
    create a access seq that includes your new condition table
    Assign that access seq to the condition type which is assigned to the pricing procedure.
    create the condition records.
    This will solve your problem.
    Note:
    How will your customers accept if you reduce the price while returning?
    Otherwise create new discount type that including the condition table which contains the field item categry.
    And create condition record for that item category.
    Hope this will solve your problem
    Reward if usefull
    Muthupandiyan.

  • Pricing for Export

    Hi,
    Can anyone email me material on OTC for EXPORT and Pricing for Export, my email is:
    [email protected]
    Helpful document will be definitely rewarded!
    Thanks

    Pricing of exports will be similar to the pricing used for normal sales order, except for Taxes being Statistical or without Tax Condition, as per requirement.
    Regards,
    Rajesh Banka
    Reward suitable points.
    How to give points: Mark your thread as a question while creating it. In the answers you get, you can assign the points by clicking on the stars to the left. You also get a point yourself for rewarding (one per thread).

  • Does Windows Intune has non-profit pricing for NGO organizations

    please let me know, if Windows Intune has non-profit pricing for NGO organizations
    Thanks,
    Max Hazan

    Have you checked the normal channels like:
    http://www.techsoup.org/microsoft
    -Neil
    neilgo

  • Excise invoice is meant for normal exports.

    Hi Gurus,
    In Deemed exports :  While raising ARE-3 its showing the following error message:
    0000000003/2008 excise invoice is meant for normal exports.
    Message no. 4F260
    Please share your ideas to go ahead.
    I have used same excise group but different series group and number ranges for that series group.
    Regards
    Sri

    Maintained number ranges and in J1iin selected expots under bond.
    Its working fine.
    Best Regards
    Sri

  • Fingerprint utility is not working for normal users - Tecra M11

    Hi All,
    I installed windows 7 pro in Tecra M11 laptop and the Toshiba finger print utility is not working for normal users.
    It is working only for domain administrators. The TFPU is not working for, normal domain users, local users, local administrators. If we run the utility it will ask to enter the windows password and once we applied the password then the message saying "entered password is not valid" will prompt even if we are trying to use the utility first time.
    If we try with a domain admin account it will work without any problem. Can somebody help me to trouble shoot this issue?
    Thanks.

    People nowadays experienced that no matter How many times we glide our finger it have no response.In this instance, you might be very afraid of Windows password lost by reason that there is a plenty of important data on your PC.
    Then what should you do? One choose is fix the Fingerprint scanners, but this method will cost a lot of money. The other is use the Windows password function to solve the problem. Certainly, this is a very safer, faster and easier to use method for you.
    According my personal experience, you can try these three ways to re-access to your PC:
    Method 1: Login with the default administrator account
    * Step 1: Start Windows PC
    * Step 2: When you can see the Windows login screen, press ctrl+alt+del keys Twice and it'll show Classic Login box
    * Step 3: Type Administrator as Username and leave the password field blank
    * Step 4: Press the Enter Key and then you can be able to login the default windows administrator account which is it created by default when install windows.
    *Note:* This trick is only work for Windows XP. And when you input the key combination Please don't put the cursor on any account. And if you change the name or password before, you cannot login by this way.
    Method 2: Use the previous password reset disk
    This method describes how to create and use a password reset disk for a computer that is a member of a domain. You can use a Windows password reset disk to gain access to your Microsoft Windows Professional-based computer if you forget your Windows password. Please click here to learn more.
    Method 3: Using Windows Password Unlocker
    Using Windows password remove software is could be the fastest and easiest way for you to reset your Windows password while you didn't create a password reset disk before.
    There are 2 options for you: recover Windows password with a bootable CD/DVD or recover Windows password with a USB flash drive.
    Before starting, a bootable CD/DVD or USB flash drive and a computer with CD drive are required. (Internal CD drive and external CD drive are both OK.
    Option 1: Recover Windows password by burning a bootable CD/DVD
    Option 2: Recover Windows password by burning a USB flash drive
    The whole Windows password recovery process can be divided to 3 big steps:
    * >> Step 1: Burn a USB flash drive to remove lost Windows password
    * >> Step 2: Set your target computer to boot from USB
    * >> Step 3: Recover forgotten Windows password with the burned USB flash drive
    In fact, all you need is a *Windows Password Unlocker www.passwordunlocker.com/windows-password-recovery.html which can help you directly reset your windows xp password, and then you can login your XP without a password required. Of course, there are also some other ways to do it, but this way may be most convenient one.

  • For when a new firmware for normal N73?

    I know there is a new firmware for N73ME, my question is, anybody knows when will be release a new firmware for normal N73, with same improvements like N73ME (or more).
    Message Edited by naf1970 on 16-Jan-2008 07:22 PM
    Nokia N8 / N9 / Lumia 920 White

    29-Feb-2008 06:26 PM
    1983 wrote:
    I think N73 wont get any more updates... The new line of candy bar nseries is the target now: N82 and N78, and the other N81, N95s and N96,
    N73 is almost as old as N80, and n80 isnt getting any new updates. Sorry.
    ur wrong
    Nokia 5800 XpressMusic (11) [Product ID: 0559416]
    V 21.0.025 (date: 02-04-2009)
    network: mobily (etihad etisalat)

  • Have Adobe Standard CS 5 (Student), and would like to upgrade to Creative Cloud (Non-Student) - won't accept my serial number for special pricing for existing users

    I currently use Adobe Standard CS 5. It was bought with the Education discount. I would like to upgrade to Creative Cloud and see that they have special pricing for existing customers that use past versions of Creative Suite. I am no longer in Education, so I will have to buy a full version. This is fine, but it won't accept my serial number for the discounted pricing. Is there something else I should be doing?

    Hi there
    Please contact our Sales team who will assist with your order - 800-585-0774
    Thanks
    Bev

  • Down payment for Normal Assets

    Dear Experts,
    I have an issue on Down payment for Fixed Asset.
    User created an Fixed Asset (Normal Asset) which is not a AUC Asset.Created a P.O and Assigned that Asset into the P.O.  Now he want to post the downpayment request for the same through F-47. Now they are getting the below error.
    You cannot use this transaction type to post to this asset
    Message no. AA 834
    Diagnosis
    The transaction type entered belomgs to transaction type group 15. It has been specified for this transaction type group, that it is only allowed to post to asset classes for which it has been explicitly allowed (for example, the asset class for assets under construction). The asset to which you are posting belongs to class 46 (chart of depreciation XXX). You cannot post to this asset class using the transaction type entered.
    Procedure
    Check the asset number you entered. You may want to allow posting to this asset class using this transaction type group.
    here i have the below doubts.
    1. Can we assign the other than AUC Asset Class in OAYB for down payment (Group 15).  but the system is showing the AUC Asset Classes only.
    2. Can we assign GL Accounts for Down payment and down payment clearing accounts in AO85 other than AUC Asset Classes also?  becasue if i check F1 help for those fields its saying only for AUC Asset Classes.
    Kindly help me for how to do the down payment for Normal Assets.
    regards,
    Gopi.P

    Hi,
    I have a simple solution for you, which treats your down payments made to asset POs also same manner as down payments to normal POs.
    Please check the below thread.
    [Asset Downpayment;
    Regards,
    Srinu

  • _file_name_convert for normal restore

    Hi,
    Can I use db_file_name_convert and log_file_name_convert for normal RMAN restore.I know that the same can be used with duplicate command to restore the datafiles to a new location .But I want to use the same for normal database restore/recovery when the filesystem is different on the target and destination machines

    db_file_name_convert & log_file_name_convert is to tell controlfile that earlier the files are in a location now its in different location..
    this link will tell you the usage of parameter..
    http://download.oracle.com/docs/cd/B13789_01/server.101/b10770/rcmsynta31.htm
    http://download.oracle.com/docs/cd/B10501_01/server.920/a96536/ch144.htm#REFRN10038
    Thanks

  • Pricing for 4 and 4s

    I'm getting very frustrated as the pricing for the 4 and 4s is yet to be changed to the announced lower prices.  Other providers had the new prices in their systems early yesterday... I handle a large corporate account and have many users wanting to take advantage of the price drops.  I'm a "usual" huge VZW fan, however, I can't imagine why in the world this hasn't been addressed yet, see no good reason or any explanation for it and find myself extremely disappointed w/VZW right now - EXTREMELY DISAPPOINTED...
    VZW - you are making my job more difficult - not happy

    I was told yesterday by a VZW customer service person (through the "Chat Now" feature on www.vzw.com), that the price was supposed to change yesterday "but it didn't." 
    "James" wouldn't give me any more information than that.
    The 4S is already $99 at Best Buy, but my plan is $50 more at BB than with VZW, so I'm obviously waiting for the price to drop with VZW.  Silly that they'd wait until the 5 comes out.....especially when they're telling people it was supposed to happen yesterday and when other retailers are already offering it at $99.

  • Accruals for Normal Conditions

    Hi,
    Can any one guide me is it possible to maintain the accruals for discount conditions if yes guide me
    i tried i maintained condition type (Quantity) and also manual entry , i maintained 2 account keys for normal account and accrual and also i maintained 2 seperate G/L accounts in VKOA settings but at the time of Account document generated time at billing level system is not showing 2 line like how we can see rebate accruals
    Guide me
    Regards,
    Prasanna

    Not clear where you have seen.  You can see the accruals via FS10N or FBL5N.  If you are not able to see there, ensure that the said condition type is ticked for the field "Accruals" in V/06
    G. Lakshmipathi

Maybe you are looking for

  • How to connect Apple TV with an iPad ?

    How to connect Apple TV with iPad ?

  • PLEASE HELP! OSX cannot be installed on Macintosh HD

    PROBLEM I'm trying to update from Snow Leopard 10.6.8 to Yosemite 10.10.2 and it's not working. I downloaded the installer file from the app store and it is in my applications folder. When prompted, I "Select the disc where I want to install OS X" an

  • Routing Report to display data in CA03

    Hi Experts, I am making a report that displays the routings of all materials. In the table PLPO, i can see all the informations of operations its hours. But if an operation is deleted in the routing master then the entry inthe table is not deleted. S

  • How to get the httpsession ?

    I want to use the httpsession in the managed bean,how can I get the httpsession? If anyone knows how to ,tell me,please.Thanks a million.

  • How do I import a song into GarageBand from 'Music'

    how do I import a song which is in 'music' on my iPad into 'GarageBand' on the same iPad - I do not use the Cloud currently but I should not need to for this simple import (sorry, just starting to use the iPad today for the first time) thx