Purchase Order Additional Entry

Dear Friends,
I want to have two additional fields in PO Header(ME21N).
How can I put
Regds.

Dear,
           If u have knowledge of user exits the use this enhancement code MM06E005
to create new fields in PO header.
Regards,
Vikas Madaan

Similar Messages

  • Shipment Document, No Purchase Order & Service Entry Sheet generated

    Hi Everyone
    We have transportation & shipment module configured in our company.
    We are running this process from the last 3 years without any problems whatsoever.
    But suddenly from the past 1 month we are facing a very serious issue while saving shipment cost document, i.e *no purchase* *order and service entry sheet* is generated on saving the service entry sheet.
    A purchase order and a service entry sheet is generated automatically whenever a shipment cost document is saved. All the congifurations & customisations are correctly done as per sap standards and no request have been moved to production which will disturb the above process.
    I have scanned the almost all sdn.sap queries for solutions and have incorporated all the suggestions which will help to solve this issue.
    But still the problem persists, i.e still no purchase order & service entry sheet is generated automatically after saving the shipment cost document.
    All the settings mentioned below are checked thoroughly.
    -- assign puachaging data
    --maintain acc. assignment cat.
    --automatic G/L acc. determination
    --automatic determination of CO assignments
    Check the following prerequisites for shipment cost processing has maintained or not
    -Shipment must marked as relevant for shipment cost
    -Shipment must have the required total status set in shipment cost type
    -Shipment must have transportation status planned
    -Shipment must have service agent
    -Maintainiing and assign shipment pricing procedure to shipement cost
    -Maintaining condition records,
    Please suggest some solutions to the above issue.
    Thanks & regards
    satish

    Hi Sumit
    Thanks for responding
    In tcode t_56 generate PO is "C", I.e generate po for a validity of 1 month, the item category settings are the same since as before.
    But for some reason the system is not generating any purchase order from the past month.
    The error message is shown below.
    No purchase order item was generated for shipment cost item 0000014950 000001
    Message no. VY633
    Diagnosis
    You have marked the shipment cost item for transmission to the finanacial accounting department. For this transaction, you need an order item. The system has attempted to create an order item, but has not succeeded in doing so.
    System Response
    Transmission of data to financial accounting without a valid order item is not possible. For this reason, all items that you have marked for transmission are reset.
    Procedure
    The log displays further information as to why the system could not create an order, although all the settings in Customizing were configured. You can also create an order manually that corresonds to the shipment cost item and then transmit this again.
    Thanks
    satish

  • Individual purchase order - Accounting entry  with account assignment M

    I want to use the individual purchase order with account assignment M .
    Can someone please tell me what would be the correct accounting entry during GR and during delivery?
    Process is
    Order -> pruchase req -> purchase order -> Goods receipt - > Delivery-> Billing
    During order creation system asks for a consumption account against GBB-VKA
    On GR the below entry is posted .
    Dr GBB-VKA consumption
    Cr WRX GR/IR .
    Is this correct ??
    If so what is the entry after delivery goods issue .

    Hi Hitesh
    I am now wondering if this is possible
    When PO has acct assignment to CC or IO, GR hits consumption
    With Wbse, it can hit to stock account. Am wondering whether it will hit stock account if the PO has acct assignment to sales order...
    I have seen sap notes for this scenario and my memory says I have seen the GR hitting consumption in those notes. There was an issue in scn where price diff upon invoice in such a scenario was not hitting vprs. For that there was sap note.
    Let us hear from others
    Let me tag some stalwarts here. Waman Shirwaicar Szymon FIN Maslowski arturo senosain G Lakshmipathi
    Br. Ajay M

  • Imort Purchase Order-Additional conditions to be added

    Dear Guru's
    The business practice we follow for import PO IS
    we have  4 vendors
    1. Comminnisher of customs
    2. Octori -Muncipal Corpor. Grater Mumbai
    3. CHA -Clearing agent Charges
    4. Bank Charges
    Under the delivery cost conditions in Purchase Order ,we have added the condition types for customs duty. ecs, sec. ECS , octori etc.but we have skipped the CHA Charges & Bank Charges
    The MIRO transaction for Planned Delivery Cost for this PO is allready done,
    and the payment has gone to
    Comminnisher of customs
    Octori -Muncipal Corpor. Grater Mumbai
    Now to process the payment for
    CHA -Clearing agent Charges
    Bank Charges
    when we are adding the further delivery cost in the same PO for Bank Charges & CHA Charges , System is not allowing us, we want to load this cost so that the material valuation will be updtaed 
    Please suggest,
    Regards
    sameer
    Edited by: sameer  saN on Feb 12, 2009 2:02 PM
    Edited by: sameer  saN on Feb 12, 2009 2:03 PM
    Edited by: sameer  saN on Feb 12, 2009 2:03 PM

    hi
    create a vendor invoice with reference to the po and post the values.

  • Intercompany Purchase Order-Accounting Entries.

    HI Guys,
    could anyone please guide me what is the process for doing intercompany PO and what are the accounting entries generated as a result of it.Thanks
    Regards
    Shaun

    Hi,
    The process of Inter Company PO, is as follows,
    the sender(provider) of the good/services will create the PO and send that one to the receiver(requestor),
    then the requestor has to approve that PO and send that back to the Provider..
    Then on approval of requestor, the provider will deliver the goods.
    Regarding the accounting entries, the entries are same as the general entries between a vendor and a company or customer and a company.
    Regards,
    Satya

  • OAF Tutorial Extension - To add Site Name in Purchase Order Summary Page

    I have gone through all steps for adding Supplier Site Name for Purchase Order Summary Page. It works but seems it shows SiteID instead of Site Name.
    The main instructions says
    Step 2.3 Create Your New View Object (VO)
    Make a copy the PoSummaryVO query statement before you begin creating your new VO. Expand the oracle.apps.fnd.framework.toolbox.tutorial.server package in the Navigator pane and edit PoSummaryVO. In the View Object Editor, select Query to display the query statement for this VO. Make a copy of the query statement.
    Create a new VO, named <YourName>PoSummaryVO, that extends oracle.apps.fnd.framework.toolbox.tutorial.server.PoSummaryVO.
    Create the VO in the <yourname>.oracle.apps.fnd.framework.toolbox.tutorial.server package.
    Add the oracle.apps.fnd.framework.toolbox.schema.server.SupplierSiteEO entity object. Leave the Read Only and Reference checkboxes checked. We are going to use this entity object only for read-only purposes.
    Add the SupplierSiteId and SiteName attributes from the SupplierSiteEO entity object.
    Paste the query statement that you copied from PoSummaryVO into the query statement field for <YourName>PoSummaryVO. Now append the following SQL phrases to the copy of the PoSummaryVO query statement to compose the query statement for the <YourName>PoSummaryVO.
    SELECT ...,
    SupplierSiteEO.SUPPLIER_SITE_ID,
    SupplierSiteEO.SITE_NAME
    FROM ...,
    FWK_TBX_SUPPLIER_SITES SupplierSiteEO
    WHERE ...
    AND SupplierEO.SUPPLIER_ID = SupplierSiteEO.SUPPLIER_ID
    Step 2.8 Personalize the UI to Display Your New Attribute
    Rebuild the ExtendLab project and make sure you have no errors.
    Run the <Yourname>PoSummaryCreatePG.xml page with personalization turned on (see Personalizing Your Pages and Portlets for more information on how this is done).
    Select the Personalize Page global link.
    In the Choose Personalization Context page, select Page: <Yourname> Framework Toolbox Tutorial: Multistep Create from the Scope poplist and select the Apply button.
    In the Personalize Page page, check the Complete View radio button for the Personalization Structure. Expand the Stack Layout: Purchase Order Summary Region node, locate the Table: Purchase Orders Table entry in the page hierarchy and select the Create Item icon.
    In the Create Item page:
    Set the Item Style to Message Styled Text.
    Set the ID to SiteName.
    Set the Prompt to Supplier Site
    Set the View Attribute to SiteName
    Set the View Instance to PoSummaryVO1
    Select the Apply button
    In the Personalize Page Hierarchy page, locate the Table: Purchase Orders Table entry again and select the Reorder icon.
    In the Reorder Contents of Table page's Site list, move the Supplier Site item to be sequenced immediately after the Supplier item.
    Select the Apply button.
    In the Personalize Page Hierarchy page, select the Return to Application link. Now you should see the Supplier Site column added to the Orders Table as shown in Figure 1 (you should see your name in the page title).
    Note: We set the View Instance to PoSummaryVO1 and not <YourName>PoSummaryVO1. The BC4J substitution will take care of properly creating an instance of <YourName>PoSummaryVO1 at runtime in place of the PoSummaryVO1.
    It does not show site name, it shows site id after havig done personalization.
    Any idea why it would show site id and not site name.
    KD

    What I found is there are 2 variables SiteName and SiteName1, if you use SiteName1 then it shows proper value as a site description. I replaced SiteName with SiteName1 and it works. This might help to all who are like me and trying Tutorial example.
    I am not sure how many may have tried OAF - Tutorial examples. They are really complicated and not easy and in most cases they are not coming out in first try but if you really try then it will give lot of understanding.

  • Blanket purchase order with reference to quotation

    Hi gurus,
    my client needs to maintain annual maintenance contract for air conditioners. hence i followed following business process ( because i need to maintain validity date)
    created framework pr - rfq- maintain rfq - price comparision quotation- framework purchase order - service entry sheet and invoice
    --- i need to know whether this process is right or is ther any other option.
    --- can i take out framework po with ref to rfq
      i maintain item text and material po text in pr but it is not copied in the framework purchase order.
    can u guide me step by step how to maintain copying rules
    Regards

    Hi Suresh
    you can define the copying rules with the help of following customization.
    SPRO>Purchasing > Purchase Requisitions > Text for Purchase requisitions > define copying rules.
    define text types and linkages.
    SPRO>Purchasing>purchase order>Text for purchase order
    Define copying rules for header and item text for PO as per the requirement.
    Best Regards
    Nishant Shende

  • EMAIL Send Those create Purchase Order Thru Me21n

    Hello Experts,
    I Read All the document and sap-notes 191470 for sending email after cteating po .
    But All these document are suggesting email to vendor ,But My Requrement is to creater of Po .
    Thanks.
    Regards: Hemant_A1
    Edited by: HEMANT_A1 on Aug 23, 2010 11:43 AM

    As I understand solution is:
    1) create in Transaction NACO in application EF message type Z*** (for example ZMAIL)
    like describe in [note 191470|https://websmp130.sap-ag.de/sap(bD1ydSZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=191470]
    <OUTPUT TYPES>
    Details:
    - General data: Access sequence "0001" DocType/PurchOrg/Vendor
    - Default values: time = send immediately ; transmission = External send or Simple mail
    Mail title and texts: Yours
    Partner function: medium - 5 or 7 (External send or Simple mail) ;function - blank; Name - blank
    <SAVE>
    2) <Procedures>
    in  RMBEF1(PO) use yours "Condition type"; requirement - blank
    3) <condition records>  of this type select "Po determination: Document type"
    - Use necessary PO type
    - "Message transmission metod  " 5 or 7
    - Date 4 (Send immediately (when saving the application))
    - lang - EN
    4) Don't forget in IMG ==> Material management ->  Purchasing -> Messages -> Output control -> Define Message Types for Po
    use "Fine-Tuned Control: Purchase Order"
    <new entries>
    operation 1(new) and your message name Z*** (for example ZMAIL)

  • Add additional authorization object to create purchase order t-code me21n

    Hi,
    we are running 4.7 Enterprise.
    I would like to add an additional auth. object to transaction code ME21N in order to restrict purchase order entry by material type.
    Ideally I would like that the M_MATE_MAR (Material Master: Material Types) auth. object is checked since I want to restrict certain users by material type = HAWA.
    Would that be possible?
    If yes, how?
    Thanks!

    Hi Armin
    Authorizationscheck are implementd directly in the source code - this means that often, it is not possible, using standard, to add an extra authorization check.
    If the M_MATE_MAR is already implemented, you can inset it manually, but if isn't you need to look for an alternative, or perhaps an user exit in which you implement it your self.
    You can find a list here http://arthur_ong.tripod.com/xab018.htm.
    Regards
    Morten Nielsen

  • Accounting Entries during MIRO for a WBS Purchase order - reg

    Hi,
    I have created a Purchase order with account assignment as Project and attached a WBS element in the Account assignment tab. There is no GR involved in this PO.
    When  i am trying to do the Invoice verification, it generates the accounting entries as follows
    Vendor G/L account Credited
    GR/IR account with Zero value
    G/L account assigned to WBS element Debited.
    In actual i dont want to see the GR/IR account with zero values  as an additional entry as it does not makes sense to have an entry with a zero value.
    Please expedite with your valuable suggestions to eradicate the unnecessary entry of GR/IR during invoice posting.
    Regards,
    RitiG

    HI,
    I hope so ,there might be a problem at the PO creation Level.
    an Account assigned PO can be Payed directly by MIRO.
    But the folloeing setting has to be Made .
    IN the Delivery Tab,uncheck the GR Tick Mak
    and in the Invoice Tab GR IV tick Mark.
    if these Ticks are unchecked ,then it would be a pure PO based IV and the posting should be in the Following Manner
    Vendor
    GL -- COnsumption..WHich is maintained in PO
    + any TAX related GLS that are affects do due to TDS(withholding ) or TAXINN
    HOpe so it helps
    Regards
    Anjanna

  • Purchase order and service entry sheet

    Hi
    Is there a way to prohibit modifications on the position of services purchase order when the service entry sheet and the invoice were already entered for that position?
    Thanks in advance for your help
    Tomas

    hi, thanks for your help, but the problem that i have is when the service entry sheet and the invoice are allready entered, the user change the value of the position and the service tab, so the user can enter services for more amounts. So its produce difference on the purchase order history between the values of LERF (WE) and the value of the purchase position. For example
    Service Purchase order for 100 dollars.
    Tab service: 2 units for 50 dollars
    The user enter one service entry sheet for 50 and the invoice for 50 (lerf and WE= 50)
    Then the user change the position of the purchase order and increase the value to 100 and modifies the service tab to 1 services for 100.
    Then he enter one service for 100 and the corresponding invoice..........so the result is the following:
    Service purchase position: 100
    LERF-WE: 150
    so the purchase order history is inconsistence.
    For that reason i whant to know is there is a wat to prohibit modifications on the position of purchase order
    Thanks in advnace for your help
    Enzo

  • Display  Purchase order, PO Item , Order Number ,entry sheet quantity ,entry sheet price ,invoice quantity, invoice price  against each line number

    hello all,
    i have an ALV report requirement like this,
    on the initial screen i have displayed(for a given agreement number like in ME33K )
    in the selection screen i have taken agreement number as EKPO-EBELN.
    purchase document number        item number        short text        target quantity      net price
    5400000019                                  1                      xxx                  1.000                  304300.00
                                                        2                     xxxx                 1.000                  500000.00
    the above fields i have taken from EKPO table.....
    and on double clicking the  item number i have displayed
    line number          service number       short text           quantity    units    gross price   quantity released
    1                           swr10                   xxxx                 2.00          kg          500             2
    2                           swr11                    xxxx                5.00          EA         500             2
    the above fields i have taken from ESLL (esll-extrow, esll-srvpos, esll-ktext1 , esll-menge  etc......)
    this i have done by passing EBELN to ESLH and getting PACKNO and passed this PACKNO to ESLL.
    now my question is i need to display  Purchase order, PO Item , Order Number ,entry sheet quantity ,entry sheet price ,invoice quantity, invoice price
    against each line number above.....
    from which table do i need to take these fields.....
    please guide me....
    thankq....

    Thanks Andra,
    The problem is the multiple invoices is for non goods receipt item so there will be no delivery.At the time of creating a PO the GR is not checked so there will be no delivery .
    Also this setting is for invoices which are comming from Vendors.But if we are genrating the invoices manually it is not blocking those invoices.Also i there is nowhere mentioned in Incomming invoice to set tolerence for incomming invoice.Are you talking about Vendor tolerences?
    Thanks in advance
    Edited by: Metroid01 on May 14, 2009 6:52 PM

  • Frame work Purchase Order Plus Service entry sheet

    Hello,
    We are having the issue of defining this Purchase order process for Non receivable items i:e items which are non goods receipt like PO for services.When we create a PO with one line item and quantity of 5 and total value of PO is 500 .So after the first invoice the system is closing the PO .System is not looking at the quantity and just closing out the PO .So we have to design a process in which we need to create multiple invoice for a Po(Non GR) also we need to set the tolerence limit for the PO which i thing will be set in OMR6 (PP) and also regardless on quantity the system can create multiple invoices .So what is a good process to drive this.Either Frame work PO or service entry sheet??
    Also is there a way in config we can set tolerence limit for the whole amount of PO .Like in OMR6 we define the upper and lower limit of PO .So if the total value of PO is 1000 ,while creating the invoice it vont allow us to create invoices for more than 1050 .can we set the tolerence for the whole amount of PO ?? Regardless of how many invoices we create.

    Thanks Andra,
    The problem is the multiple invoices is for non goods receipt item so there will be no delivery.At the time of creating a PO the GR is not checked so there will be no delivery .
    Also this setting is for invoices which are comming from Vendors.But if we are genrating the invoices manually it is not blocking those invoices.Also i there is nowhere mentioned in Incomming invoice to set tolerence for incomming invoice.Are you talking about Vendor tolerences?
    Thanks in advance
    Edited by: Metroid01 on May 14, 2009 6:52 PM

  • Accounting entries for a Project purchase order - reg

    Hi,
    I am processing a purchase order with Account assignment category as " Y " which requires a WBS element in the account assignment tab of Purchase order. A G/L account(XYZ) is defaulted in to the field G/L account under the tab account assignment.
    There is no GR based invoice verification hence no Goods receipt (MIGO) is required for this purchase order.
    When i am trying to process the invoice verification, the accounting enties are as follows
    Vendor                         1000
    GR/IR account              0.000
    G/L Acct (XYZ)              1000
    But in actual the GR/IR account will zero value should not be displayed in the accounting doucment.
    Could any body suggest me how to eradicate the second non valuable entry duirng invoice verification in MIRO transaction.
    Please expedite.
    Regards,
    RitiG

    Hi
    Can you check account assignment category Y with P - is there anything uneven?
    I hope you are doing PO based IV - it means when you check Goods receipt tab in PO item details delivery tab, invoice entries will be vendor (credit) and GR/IR (debit). In case Goods receipt indicator is not ticked, entries will be vendor (credit) and expense GL account (debit). Can you check both of these?
    Thanks

  • Planning file entry and purchase orders

    Hi all:
    The documentation for MRP planning states that the planning file entry is updated for relevant changes to the material that includes among other things creation of purchase orders for the material.
    In our system, MRP requisition creation does update table MDVM as part of the MRP run. However, purchase order creation does not update the planning file entry, even though the documentation says it should.
    Anyone ever encounter this? Are there controls that need to be set?
    thanks in advance
    weston

    Not sure where you had read that a Purchase order creation updates the PFE. Have a look at this.
    http://forums.sdn.sap.com/thread.jspa?threadID=2129091&messageID=11046363#11046363
    Edited by: UKSAPPP on Feb 16, 2012 6:27 AM

Maybe you are looking for

  • Addition of new field in FK01

    Hi Everyone, I got a requirement in which I have to introduce a new field for PAN number using  FK01 for vendor creation. We are not using CIN. But for some reports, we need PAN number. But in FK01 there is no such provision, can we use any other fie

  • How can I get rid of the plug/plugsckt icon? I have plugged it in to sckt!

    I have a 30gb iPod Photo. It kept freezing on, I reset it and got the plug socket icon on screen.. I have plugged it in to wall socket and nothing, back to computer.... nothing, the iPod icon does not appear on the computer screen. It still has the p

  • Can't install iTunes 11 on Widows 8, 'iTunes has stopped working' error message

    Two months ago, I bought a new computer that uses Windows 8.  I was running iTunes 10.6 on it fine until today, when it crashed for some unknown reason.  Every time I've tried to open it again, I kept on getting a 'iTunes has stopped working' message

  • Automatic Generation of form Printing for an Order

    Hi, In an Order one line itme dates are like this <b>from 29.03.2007 to 29.03.2008</b>. Here year is splitted into 2 parts. One is <b>1st of Jan to 30th June</b>, second one is <b>1st July to 31st Dec</b>.            So that my requirement is like th

  • Usage of aggregation operators not supported by OWB

    I want to use the WSUM operator for aggregation in an AW cube. Since WSUM is not supported by OWB I updated the corresponding AGGMAP after deploying the cube to the AW. But whenever I execute the cube load mappig the AGGMAP is overwritten to what has