Purchase order Condition control tab?

Hi,
Here in the purchase order condition control tab I need to get Price Date and Price date category. Presently they are not appearing in my purchase orders. When I go to screen layout, I am not able to get those fields to configure.
Could please anybody help me urgently?
Thanks,
Bhairav

Hi
GOTO----> OLME--> PO -> Define Screenlay out at Document level -> There Choose your Field Selection ( NBF  and ME21N)... and go into to details--> And select the field selection group  Quantity and Price and Double Click--> There you choose the field  <b>PRICING DATE CONTROL</b>    and  Check it as a Required Entry or Optional Entry and save . <b>DO IT FOR BOTH NBF and ME21N FIELD SELECTION.</b>
Now when ever you make PO in ME21N.....You will get Pricing Date Category and  Price Date Fields in  PO-> Item Details---> Condition Control Tab.
Reward if useful
Regards
S.Baskaran
Message was edited by:
        baskaran srinivasan

Similar Messages

  • Retrieve the Purchase Order Condition Records Table

    Hallo!
    I have found this code right here:
    http://www.sap-basis-abap.com/sapab025.htm
    It is very useful particular for purposes which I need. Please can somebody
    try to fix the error to get it working. There is an internal table missing.
    Regards
    Ilhan
    Retrieve the Purchase Order Condition Records Table
    select * from ekko.
           select * from konv where knumv = ekko-knumv
               "Get all the condition records for the purchase order
           endselect.
    endselect.
    * Get the info record conditions record
    * First declare the record structure for the key
    data: begin of int_konp,
                 txt1(5),
                 lifnr(5),
                 matnr(18),
                 txt2(4),
                 txt3(1),
            end of int_konp.
    clear: konh, konp, int_konp.
    * data for the record key konh-vakey
    int_konp-txt1    = '00000'.
    int_konp-lifnr    = ekko-lifnr+5(5).
    int_konp-matnr = ekpo-matnr(18).
    int_konp-txt2    = 'ALL'.
    int_konp-werks = ekpo-werks.
    int_konp-txt3    = '0'.
    select * from konh where      kschl = 'PB00'            "Conditions (Header)
                                         and datab => p_datum.       "valid from date
          if konh-vakey = int_konp.                                  "Conditions (Item)
                 select single * from konp where knumh = konh-knumh.
                 continue.
          endif.
    endselect.

    Hi flora
    Just get through the sequence .
    see the table fields ...
    1. From EKKO table take an entry which is having pricing conditions.
    Now in the fields list check out for field EKKO-KNUMV(document condition number).
    2.Take this condition number and now goto table KONV.
    Give the document condition number in the field  KONV-KNUMV and execute .
    This will lead to a list of document condition numbers and some other fields .
    3.Now check for field KONV-KNUMH ,KONV-KAWRT(quantity) and note the value KONV-KWERT  .
    (Remember this is at header level).
    This is ur condition record number.
    **comments
    Now from document condition number we got the condition record number (KNUMH).
    4. now since u want the item level tax procedure go to table KONP and give the condition record number and execute .
    This will give u a list of details .
    Now concentrate on KONV-KAWRT (scale quantity) KONP-KBETR(rate) as this table will store “Pricing  per UNIT “ so product of these two will give u the total pricing tax, for a particular condition type say PR00  .
    For that particular condition item .
    Check the pricing procedure .
    See t-code VK13 and check the pricing procedure .
    From me23 check the same PO num select the item and check the pricing conditions applicable .
    Select a particular pricing and goto condition->analysis->analysis pricing  ,
    Better take help of a SD functional consultant in the process.
    regards,
    vijay.

  • GL Configuration Purchase order condition

    Gurus,
    Kindly let us know T-code to see GL Configuration of Purchase order condition.
    Condition type...is as under
    ZDEC
    ZJWC
    JEXC
    SKTO
    JEXS
    Condiation Use "The condition type indicates, for example, whether, during pricing, the system applies a price, a discount, a surcharge, or other pricing elements, such as freight costs and sales taxes. For each of these pricing elements, there is a condition type defined in the system"

    Hi,
    Check in account key OB40 and OBYC settings
    Regards,
    JA

  • Extracting Purchase Order condition data

    Hi All,
    I have requirement where as i need to pull the purchase order condition data, but i haven't found any datasources regarding that, can somebody guide me how to pull that data to BW.
    thanks
    Neel

    Hi Neel,
    Create view of EKKO ( Purchasing header ) and KONV  (Conditions (Transaction Data)) and link it on EKKO-KNUMV to KONV-KNUMV.
    Create Generic Extractor based on the View.
    Hope that helps.
    Regards
    Mr Kapadia
    Assigning points is the way to say thanks in SDN.

  • Purchase Order Condition values

    Hi Friends ,
                 I'm facing a problem in identifying a data source for  Purchase Order's. On searching in SDN Forum i came to know that there is no standard Datasource for Purchase order conditions.
                 Can some one give me little clue of how to pick up the conditions from R/3 to my biw system.
    Thanks and Regards,
    Vijay

    Hi Anil ,
             Thanks for your response.
             On analysing the condition table KONV in R/3 one thing striked my mind.
             Either it's Purchase order or Sale Order the condtion table is one , that is KONV. So if the condition number is available for a PO i think very well we can pick it for po's.
             Can you give me your suggestion on the above...please.
    regards,
    Vijay

  • Purchase Order Condition Data

    Hi,
    Can anybody please explain what is Purchase Order Condition Data ( KONV ).
    What is the use of it in the report.
    Thanks,
    JB

    .

  • Table name for WBS Element & Purchase Order Conditions

    Dear All,
    I need a table which stores WBS Elemnt No. & Purchase Order Conditions ( Like Excise Duty, Sales Tax, Packing & Forwarding etc.)
    Thanks & Regards,
    Sandeep N.Theurkar

    Hi ,
    It is not possible to get all this information from one table. But you can get the data by writing ABAP , or by creating a query.
    As Amit posted WBS table is PRPS.
    You can get the account assignment of a purchase order (whether it is network or WBS element) from table :EKKN.
    Pass PO number into EKKN and get the following:
    WBS No - PS PSP PNR
    Network -NPLNR
    Activity - AUFPL
    Hope all the postings together will provide an integrated picture.
    Regards
    Muraleedharan.R

  • Purchase Order ME23n  - communication tab - where these values stored

    Dear all
    Can someone tell me where the
    Purchase Order ME23n  - communication tab - where these values stored
    I am not able to find it.
    Regards,
    Venkat

    Table EKKO. All fields in communication tab are available here
    EKKO-IHREZ  Your Reference
    EKKO-VERKF  Responsible Salesperson at Vendor's Office
    EKKO-TELF1  Vendor's Telephone Number
    EKKO-UNSEZ  Our Reference

  • Purchase order -Conditions tab

    HI
    Any one can explain me in detail about Conditions tab in Item Overview of Purchase Order in that we have 3 tabs like
    1. Condition record
    2. Analysis
    3. Update
    please explain me which tabs are used in what conditions ?
    Thanks & Regards,
    senthil.

    Hi
    1) Condition Record: keep the cursor in the condition type PB00 and click the condition record it will take you  to the detail condition record were you can check whether scales exist (or) Not
    2) Analysis :In this you can check all the condition type and whether automatic entry (or) manual entry can be seen
    3)UPDATE
    Hi,
    YActivate button in the condition tab.
    The purpose of this activate button is to activate the price in the P.O.
    Eg : You have created a P.O (04.07.2008) with Purchasing info record(PIR) and the price has flown from PIR say Rs 100.00
    After sometime you have changed the price to Rs 150.00
    In the P.O if you have not received any goods you go to ME22N and press the activate button the price Rs 150 will be flow from the PIR for the same P.O ,you do not need to raise New P.O.
    Please try.
    G.Ganesh Kumar

  • In purchase order condition tab is not appearing

    Dear Mentors
    when i am opening purchase order in me23n, we are not able view
    condition type in standard screen
    I provided authorizations following
    M_BEST_BSA
    M_BEST_EKG
    M_BEST_EKO
    M_BEST_WRK
    M_EINK_FRG
    parameters are maintained for user profile
    EFB  = PO
    ME_USE_GRID =X
    SCL = X
    Please find attached screen shot for more details.
    THANKS
    REGARDS
    SUDHEER K

    Check OMET settings.
    First check your user profile from t-code SU3, what is value set for parameter EFB
    Then go to t-code OMET. The display condition should be maintained for Function Authorization.

  • Purchase order & condition tyep

    Hello ALL
    In Purchase order , Item detail Condition Tab, i have only saw PBXX , why system will not saw the PB00 every time we select it from Dropdown menu why,
    we are using RM0002 pricing procedure, in that we are using some new condition types but it will not seen in condition tab why, every time we select it from Drop down menu, i want this show all conition type while creation of Po,
    otherwise user will confuse in dropdown menu, which codition type we chosee, bcz new condition types are more.
    mahesh naik

    Hi
    The standard condition type is provided with access sequence and it is maintained in quotation / inforecord. You will get this condition type populated, if you maintain conditions in inforecord.
    PBXX is the condition type to be used when you directly create PO with out any reference.
    If you look at properties/control data of PB00 and PBXX, both are very identical except access sequence assignment for PB00 for the reason said above. Hence you can use the available condition type in PO i.e. PBXX. Why you are looking for only PB00?
    warm regards
    sairam akundi

  • Purchase order delivery control

    Hi,
    we have purchase order with 5 line items, system should allowe only full quantity deliveries each line item wise. we need to control partial deliveries each line item wise, so how can we control this. We should control with itemcategory wise(NLC and NLCC).
    Rao

    Dear Rao,
    You can control this through customer master settings but I don't know about it will full fill your requirement or not.
    Try this
    Please go to the customer master data through VD02 transaction then go to Sales area data here you go to the Shipping tab here you can find the Partial delivery per item field under Partial deliveries. You maintain B  Create only one delivery (also with quantity = 0) or C  Only complete delivery allowed in the Partial delivery per item field then try.
    I hope this will help you,
    Regards,
    Murali.

  • Purchase Order condition isn't calculating the value of refundable tax

    Hello Experts,
                          When i am inputting tax in invoice tab at item level footer in Purchase Order, and after that when i am calculating the taxable and the total amount the condition tab isn't displaying the tax value, the condition type is NAVS of tax in condition tab. Kindly suggest me i want to calculate tax.
    Thanks
    Harmandeep

    Hi flora
    Just get through the sequence .
    see the table fields ...
    1. From EKKO table take an entry which is having pricing conditions.
    Now in the fields list check out for field EKKO-KNUMV(document condition number).
    2.Take this condition number and now goto table KONV.
    Give the document condition number in the field  KONV-KNUMV and execute .
    This will lead to a list of document condition numbers and some other fields .
    3.Now check for field KONV-KNUMH ,KONV-KAWRT(quantity) and note the value KONV-KWERT  .
    (Remember this is at header level).
    This is ur condition record number.
    **comments
    Now from document condition number we got the condition record number (KNUMH).
    4. now since u want the item level tax procedure go to table KONP and give the condition record number and execute .
    This will give u a list of details .
    Now concentrate on KONV-KAWRT (scale quantity) KONP-KBETR(rate) as this table will store “Pricing  per UNIT “ so product of these two will give u the total pricing tax, for a particular condition type say PR00  .
    For that particular condition item .
    Check the pricing procedure .
    See t-code VK13 and check the pricing procedure .
    From me23 check the same PO num select the item and check the pricing conditions applicable .
    Select a particular pricing and goto condition->analysis->analysis pricing  ,
    Better take help of a SD functional consultant in the process.
    regards,
    vijay.

  • Transaction ME23N; Create purchase order- Account assignment tab

    Hello , do you know in which table the info for account assignment for a purchase order is kept?
    e.g just like EKBE is used for Purchase order history.
    thx.

    Table Description u2013 All Tables: Purchasing
    EBAN  Purchase Requisition 
    EBKN  Purchase Requisition Account Assignment 
    EBUB  Index for Stock Transport Requisitions for Materi
    EINA  Purchasing Info Record: General Data 
    EINE  Purchasing Info Record: Purchasing Organization D
    EIPA  Order Price History: Info Record 
    EKAB  Release Documentation 
    EKAN  Vendor Address: Purchasing Document 
    EKBE  History per Purchasing Document 
    EKBEH  Removed PO History Records 
    EKBZ  History per Purchasing Document: Delivery Costs 
    EKBZH  History per Purchasing Document: Delivery Costs 
    EKEH  Scheduling Agreement Release Documentation 
    EKEK  Header Data for Scheduling Agreement Releases 
    EKES  Vendor Confirmations 
    EKET  Scheduling Agreement Schedule Lines 
    EKETH  Scheduling Agreement Schedules: History Tables 
    EKKI  Purchasing Condition Index 
    EKKN  Account Assignment in Purchasing Document 
    EKKO  Purchasing Document Header 
    EKPA  Partner Roles in Purchasing 
    EKPB  "Material Provided" Item in Purchasing Document 
    EKPO  Purchasing Document Item 
    EKPV  Shipping Specific Data on Stock Tfr. for Purch. D 
    EKRS  ERS Procedure: Goods (Merchandise) Movements to b 
    EKUB  Index for Stock Transport Orders for Material 
    EORD  Purchasing Source List 
    EQUK  Quota File: Header 
    EQUP  Quota File: Item 
    T- Tables
    T024  Purchasing Groups 
    T024E  Purchasing Organizations 
    T024W  Valid Purchasing Organizations for Plant 
    T024Z  Purchasing Organizations 
    T027A  Shipping Instructions, Purchasing 
    T027B  Texts: Shipping Instructions 
    T027C  Codes for Compliance with Shipping Instructions 
    T027D  Compliance with Shipping Instructions: Texts 
    T069  Certificate Categories 
    T069Q  Control Data for Source Determination and Checkin 
    T069T  Certificate Categories: Text Description 
    T160  SAP Transaction Control, Purchasing 
    T160B  SAP Transaction Control, List Displays, Purchasin 
    T160C  SAP Transaction Control for List Displays in CALL 
    T160D  Function Authorizations: Purchase Order 
    T160E  Function Authorizations: Purchasing: Descriptions
    T160I  Control of Intrastat Reports 
    T160J  Text Table for Intrastat Reports 
    T160L  Scope of Purchasing Lists 
    T160M  Message Control: Purchasing (System Messages) 
    T160O  Description of Scope of List 
    T160P  Entities Table Routines 
    T160Q  Scope of List: Buyeru2019s Negotiation Sheet: Routine
    T160R  Routines for Buyeru2019s Negotiation Sheet 
    T160S  Selection Parameters for Purchasing Lists 
    T160T  Description of Selection Parameters 
    T160V  Default Values for Purchasing 
    T160W  Description for Default Values for Purchasing Ope
    T160X  Scope of List: Buyeru2019s Negotiation Sheet 
    T160Y  Scope of List: Buyeru2019s Negotiation Sheet: Descrip
    T161  Purchasing Document Types 
    T161A  Linkage of Requisition Doc. Type to Purchasing Do
    T161B  Default Business Transaction Type for Import 
    T161E  Release Codes 
    T161F  Release Point Assignment for Purchase Requisition
    T161G  Release Prerequisite, Purchase Requisition 
    T161H  Fields for Release Procedure, Purchase Requisitio
    T161I  Determination of Release Strategy 
    T161M  FineTuned Control: Message Types 
    T161N  Message Determination Schemas: Assignment 
    T161P  Check of Document Type, Document Category, Item C
    T161R  REORG Control, Purchasing 
    T161S  Release Indicator, Purchase Requisition 
    T161T  Texts for Purchasing Document Types 
    T161U  Texts for Release Indicator 
    T161V  Shipping Specific Data for Stock Tfr. for Purch. 
    T161W  Order Types for Stock Transfer 
    T161Z  Additional Checks for Outline Agreements on Reorg
    T162  Field Selection, Purchasing Document 
    T162K  Field Selection, Account Assignment Fields, Purch
    T162T  Description of Field Selection Reference Key 
    T162X  Description of Field Groups from T162/T162K 
    T162Y  Groups: Field Selection 
    T163  Item Categories in Purchasing Document 
    T163A  Check Item Category/Account Assignment Category 
    T163B  Purchase Order History Categories 
    T163C  Texts for Purchase Order History Categories 
    T163D  Assignment Internal/External Confirmation Categor
    T163E  Confirmation Categories 
    T163F  Confirmation Categories: Descriptions 
    T163G  Confirmation Control 
    T163I  Texts for Account Assignment Categories 
    T163K  Account Assignment Categories in Purchasing Docum
    T163KS  Assignment of Tax Indicator to Account Assignment
    T163L  Confirmation Control Keys 
    T163M  Confirmation Control Keys: Description 
    T163P  Release Creation Profile 
    T163S  Description for Release Creation Profile 
    T163X  "Zombie" T163X 
    T163Y  Texts for Item Categories 
    T165K  Copying Options: Header Texts 
    T165P  Copying Options: Item texts 
    T166A  Supplement Text in Purchasing Document Printouts 
    T166C  Print Relevant Purchasing Document Changes 
    T166K  Header Texts in Purchasing Document Printouts 
    T166P  Item Texts in Purchasing Document Printouts 
    T166T  Change Texts in Purchasing Document Printouts 
    T166U  Headings in Purchasing Document Printout 
    T167  Number Range Management for Purchasing Master Dat 
    T167T  Transaction Description 
    T168  Screen Control, Purchasing 
    T168F  Function Codes, Purchasing 
    T168T  Screen Titles 
    T16FB  Release Indicators: Purchasing Document 
    T16FC  Release Codes 
    T16FD  Description of Release Codes 
    T16FE  Descriptions of Release Indicators: Purchasing Do 
    T16FG  Release Groups 
    T16FH  Descriptions of Release Groups 
    T16FK  Release Statuses 
    T16FS  Release Strategies

  • Purchase Order conditions mandatory

    Hi,
    our requirement is to make tax condtions into PO Mandatory--i. excise & vat conditions,
    system should not allow to save the PO without this taxes.
    Devendra

    Hi,
    Tax code links pricing procedure with tax procedure and in tax procedure you have all your asked related condition types.
    Use follow the path:
    SPRO-MM-Purchasing- Purchase Order--Define Screen Layout at Document Level
    Select & double click your Field Selection Key for Po you are using and go to
    GR/IR control segment & make Tax code is the required entry & save.
    Now create PO, system will ask to entry Tax code and you can find all respective tax condition types WRT Tax code.
    Regards,
    Biju K

Maybe you are looking for

  • Z87 Mpower (post-code A0 or AD or AO??)

    Good day! Tell me, please, which means a combination of A0 (or AO or AD?) mainboard post-code screen? OS (Win 7 64 ult) booting correctly. It's okay, or worry? Google did not help to find a definitive answer.  Thank you! 

  • FileInputStream.read()  and non-blocking file i/o

    According to the API, FileInputStream.read() is : public native int read() throws IOException Reads a byte of data from this input stream. This method blocks if no input is yet available. Returns: the next byte of data, or -1 if the end of the file i

  • Every iPhone update fails and send phone into recovery mode

    I'm getting extremely frustrated, and I know I'm not the only one after searching Google, that every time an update is released for the iPhone mine fails and goes into recovery mode then works the second time. It has happened on every release of iPho

  • Unable to install Adobe flash cs 4 Trial pack

    Hello, I am trying to install Flash cs4. I downloaded the trial versions from the site: "ADBEFLPRCS4Win_LS1" extractor and "ADBEFLPRCS4Win_LS1" WinRAR archive. When I double click the extractor it shows this error: "A problem occured while extracting

  • Need Conversion Agent Java API Reference document

    Hi all, Can any one provide Java documentation for doing conversion agent? actually "Conversion Agent Java API Reference" had been refered by Conversion Agent User guide. I couldn't find that one... Any inputs are great....... Thanks