Purchase Order Message!

Brother!
I'm creating the purchase order by transaction ME21n. As I entered "Account Assignment Category" (A , K or any).
system give me the following erroe message.
"You have no authorization to create without reference to another document
Message no. MEPO063"
I'm unable to save the PO because of above erroe.

Hi,
This is caused by your EFB parameter.
Go to your user settings (System > user profile > own data > parameters tab)
The EFB paramneter controls this.
Either delete this entry or change this entry to another that will let you raise the PO.
BUT !!!!
This is an important authorisation setting and so do not try this in your "live" system because these parameters are meant to control what users can do and only your authorisation team should be changing these parameters.
Steve B

Similar Messages

  • Authorization Object for Purchase order Message control

    Hi ,
    Is there any stadard authoriztion object to control the print and print preview options for Message control .
    I am requied to control the print and print preview options for purchase order messages for certain users depeding on there authorizaion.
    Thanks in advane.

    Hi,
    When you click on the 'print preview' button on ME22N/ME23N the system
    makes an authority check on transaction ME9F activity 04. The current
    logic forces the print preview functionality to be accessed ONLY by the
    users who print. Therefore, only users that have authorization to use
    ME9F are authorized to use the Print Preview button in ME22N/ME23N.
    Kindly try the authorization objects M_BEST_EKG, M_BEST_BSA and
    M_BEST_EKO = 04.
    You can
    also have a look the  user exit
    EXIT_SAPLMEDRUCK_001 in enhancement LMEDR001 for print program
    SAPLMEDRUCK.
    INCLUDE ZXM01U04
    you can create own coding for all possible AUTHORITY-CHECK.
    BR
    Nadia Orlandi

  • No goods receipt possible for purchase order message number# M7036

    Hello,
    We are working in 4.7C , Created the scheduling agreements, with Shipping notification(Inbound delivery)   .
    Created the Scheduling agreement on 25.09.2009 and created the schedule line one same day with date 25.09.2009, (time column Blank).
    So in Practice for Goods receipt we are using MB0A t code for GR,(not using MIGO)..while MB0A..iam going to make GR with ref to Shipping notification then system will through below given message.
    No goods receipt possible for purchase order
    5500001447 0001
    Message no. M7036
    tried every thing but unable get. shar your views
    Regards
    Sapman man

    Hi
    If you use Shipping notification then you have to create inbound delivery VL31n and do the PGR in inbound delivery  VL32N itself.
    Incase of scheduling agreement schedule lines you have to make sure the following
    1) Schedule line delivery date shoud be todays date or in the past
    2) Schedule must be released by using message type based on the type of schedule ( Normal, JIT or forecast)
    Hope it helps
    Thanks/Karthik

  • Purchase order message Re-determination after goods issue is posted

    We have a requirement to trigger special function message type (which creates a flat file) in a purchase order when goods issue for all items are posted. We have created a requirement routine for message type to check if goods issue is posted for all line items. Goods issue is posted using BAPI which uses transaction MIGO. When goods issue is posted, we want output to be triggered in purchase order. Requirement is working fine but is there any way to trigger output automatically without going to PO?
    After goods issue is posted, if we go into purchase order using ME22N then we see output proposed or if we make any changes in PO then output is proposed. This will not happen in real life though.
    Any suggestion will be highly appreciated. Thanks.
    Sanjay

    Hello,
    You can create a new output message record in NAST using RV_MESSAGE_UPDATE:
    CALL FUNCTION 'RV_MESSAGE_UPDATE'
          EXPORTING
            msg_kappl = 'EF'
            msg_objky = w_objky
          TABLES
            msg_xnast = itab_nast
            msg_ynast = itab_nast_old
          EXCEPTIONS
            no_update = 1
            OTHERS    = 2.
    Once the record is created, you may submit the program RSNAST00 to output the message.
    Thanks,
    Venu

  • Regarding Purchase order message Type

    Hi
    I am maintain purchase order type through MN04.
    Now i want to message type with all condition which is maintained through MN04.
    Is there these entries are stored in any tables?
    If yes can any one provide me table name.
    Thanks
    DD

    Hi,
    Please check with acess sequence assigned to the output type, if the combination Purch. Organization and Vendor click F1 and find the table each access sequence assigned to the output type will define a new table
    For example:
    table -B025-Purchasing Output Determination: Doc.Type/Purch.Org/Vendor
              B026-Purchasing Output Determination: Document Type
              B987-Output Determination Training: EKO
               B027- Purchasing Output Determination: Purch. Org./Vendor for EDI
    You can use like this
    Regards,
    Pramod

  • Can I change a field that is displayed on a Purchase Order Message Output

    I have read on a couple message threads that have stated that it is not recommended to change the length of a field on a purchase order.  If I am unable to  change a field length, can I instead use another field that is long enough to fit in the information and then substitute this field on the message (form) that is output for the purchase order?  If so, how do I do this?
    I am on SAP r/3 4.6c.  I want to substitute field unsez - our reference for verkf - salesperson.

    With iTunes Match enabled on your computer and on your iDevices direct sycing is disabled. To add musci to your iDevices it must be in your iTunes library (not necessarily the iTunes Store).
    With iTunes Match enabled you will manage the music directly on the iDevice, instead of via iTunes. If you still wish to sync directly you must disable iTunes Match on the iDevice.

  • Purchase Order - Message Output

    Hi ,
    I am creating Purchase Requisition and converting to Purchase Order using ME59 . In this process system is not generating any output message for PO printing automatically .
    If i create a PO manually using ME21N , then Output Message condition is determined automatically .
    Is there any way to achieve the same in ME59.
    Thanking You ,
    Sudhakar

    Hi
    Try using ME9F for purchase order print out
    AK

  • Purchase Order Message Determination  - RVCOMFZZ

    I'm using RVCOMFZZ to fill a specific client field added to structure KOMB and KOMKBEA. I need to acess the ekpo info of the purchase order about to be created. My COM_EKPO table is empty. Is this a bug or it's not possible to acess PO item data when message determination is occuring ? Regards

    Hello,
    in SAP standard, subroutine NACHRICHT_ERZEUGEN in function group MEPO is used for message control in transaction ME21N and ME22N (and more ...).
    For the message determination the function ME_MESSAGES_FIND is called but without any data for structure COM_EKPO. So COM_EKPO will be initial in the functions COMMUNICATION_AREA_KOMKBEA and KOMKBEA_FILL. I think there is actually no chance to access the in-memory information of the purchase order positions while message determination.
    Any other hints or ideas? Thanks in advance.
    Best regards
    Michael

  • Purchase order message determination

    Hi,
    i have a custom message type for purchase order for which i have a maintained a condition record in MN04,i can even see that entry in the database table NACH.
    Inspite of this the message type is not determined automatically in the purchase order even though all conditions are met.
    The same scenario works in my test system splendidly.
    Could anyone throw some light on this peculiar issue!
    Thanks & Regards
    Ram

    Hi Ram ,
    Just check whether under " Define Message Types for Purchase Order : Fine-Tuned Control: Purchase Order " the message type created by you exists.
    If not define the operation at which stage the ouput should be triggered.
    I think this should solve your problem.
    Regards
    Ramesh

  • Suppress Output type in Purchase order 'message' tab

    Hi,
    Can any one suggest how to suppress the existing output type in purchase order ' selecting from list of output's from message tab'.
    We need in database and should not delete. can it be possible to hide from list in PO that user cannot select that output.
    Thank You,
    Bhanu.

    Bhanu,
    I got your requirement, but could you please let me know on what scenario you need this, because if you need the system to perform like this only when there is some specific fields in the PO, like for eg, P.organisation, or vendor, or Document type etc,,,,anything specific to this,.....then i think if  you create a table which will exactly show your target values, like grouping DOC+P.ORG+VN, or any other combination, and then assigning this to one access sequence which will in turn get assigned to the Output type which you want, then i think only that output type will pop up as the other one is not assigned to the access sequence or the combinations you set. Likewise you can suppress one Output type.
    Regards,
    Sankar

  • Purchase Order Messages

    An existing Purchase Order has been output to a specified printer via a condition record. The same Purchase Order is then modified and a new message is produced. The printer on the communication method is changed to a different one and the message is then output to that printer. If another change is made to the same order the new message always picks up the original printer.
    Is there any way of once the printer has being changed on a message then this is kept for future messages generated from the same Purchase Order ?
    Regards.
    Phil.

    Hi,
    I think the printer is gotten from condition record of output type, not previous printout message. So change the printer in condition record, it's okay!
    Regards
    Z.T

  • Total weight of a post item in purchase order message

    Hello !
    I want to write in the sapscript form used to edit the purchase order the total weight of a post item.
    I found in the table EKPO the net weight, but iti is the weight of one article and not of the whole post item.
    Does someone know how I can get this information (in which table or structure that is filled the MAIN element of the form) ?
    I could multiply this weight by the ordered quantity but it seems not to be possible directly in the form and I want to use the standard program for my sapscript.
    I precise that my form is an copy of the standard form MEDRUCK.
    I thank you a lot for your help.
    Regards,
    Céline J.

    Any idea ?

  • Output Message for Purchase order not being created Automatically

    Hi all,
    I created a Condition type for Purchase order in MN04 with key combination "Doc.Type/Purch.Org/Vendor". The problem arises when i delete this condition record. After deletion when i create purchase order in me21n for that condition type, the system gives an error.
    Message no. 06261 - No message generated for output of purchasing document.
    Is there anyway the purchase order message is created automatically again when its condition type has been deleted from MN04.
    - Regards
    Sahar Khalid

    Before creating the entry in MN04 the message was being created automatically. I want the system to create the same output message as it was creating before the creation of the entry in MN04.

  • Open Purchase order (AFS)- LSMW

    What is the message type and basic type used for AFS open purchase order or BAPI for LSMW.

    Hello,
    Business object      BUS2012      Purchase Order                      
    Method               CREATEFROMDATA              Create Purchase Order
    Message type         PORDCR                      Create purchase order
    Basic type           PORDCR04                    Create purchase order
    Best Regards, Murugesh AS

  • User exit or BADI for purchase order

    Hi,
    I want send outbound IDOC for purchase order to 3rd party integration system.
    It is too hard to map between standard purchase order IDOC and business object of 3rd party system because the structure of standard purchase order IDOC is so complicated.
    So I want bring purchase order data into CBO table when purchase order is created or released. And this data will be inserted CBO IDOC for more simple structure than standard one.
    I'm trying to find some of user exit or BADI to insert from standard purchase order to CBO table in the time of purchase order is created or released.
    And I'm trying to find another way using message type.
    As far as I know it is possible to set sending IDOC in the purchase order message type setting in IMG.
    Is anyone who has related situation or know the way to do this?

    Hi,
    I have similar requirement, however the BADI name you mentioned does not exist.
    Pls let me know the right one.
    Thanks,
    Dipak

Maybe you are looking for

  • How can native executable files be started from within a Java application.

    Hi Everyone, I am currently working on an application that will have the ability to start a program within Windows. What I intend on having is a button within my GUI that can start Microsoft Word. I am completely lost as to where I should begin in or

  • How do i get firefox to not open an tabs or new windows when clicking a link

    Iv tried safe mode, disabling add ons and everything. Theres no option in the menu to not open tabs when i click a link its verry annoying . If i click a google link it opens a new tab. I dont want that to get it clear with you guys is there a option

  • NO AUDIO DURING PLAYBACK ON TIMELINE

    Ever since I tried using the Narration tool in Premiere Elements 12, I have had nothing but problems with audio.  The narration tool itself cause Premiere to crash.  I decided not to use it again, but I continue to have problems.  I can hear audio in

  • Flash Player 8 in Windows NT

    Hello! I'm developing a Flash 8 Application for a school.The students will access a executable Flash and it will load SWF's. But the SWF is Flash 8 and the computers of the school are Windows NT. Is there anyway I can load Flash 8 SWFs on the compute

  • Novell Client / IPSec Tunnel

    Hi! My organiztion has office and central site inter connected through IPSec VPN using two ISR 1841. On our central site we have Novell server. At our office we have client PC witch Novell client v 4.91. When client copy file to Novell server through