Purchasing document security problem

we are on 12.0.6
There are four document security options [Purchasing, hierarchy, Private and Public]
We had hierarchy set for Standard Purchase orders which means only the doc owner, subsequent approvers, and individuals above the document owner in the security hierarchy can access the document
Now there are people from finance dept and planning dept who want to vie PO`s and PO summary but this is not possible due to the hierarchy option set
If we change the setting to purchasing, than all buyers can view eachother documents which again we dont want to happen
whats the solution for it
Any suggestions plz

the same reply from another user was mines too as now i have two accounts due to the migration thing that happened a month back
"suppose one of the parts of hierarchy is as follows
User C with approval group assigned, below him is user B and then user A..
User A makes the PO and submits for approval, user B gets it in the notification summary and approves it which then routes to user C who when approves it is finally approved
now where to put the accounts and audit users in the hierarchy..on the level with user B, if so then still they cannot see PO`s because hierarchy security option means "only the doc owner, subsequent approvers, and individuals above the document owner in the security hierarchy can access the document"
If i put the users between user B and C than the PO routing would go through them and that is not needed at all
so what to do"

Similar Messages

  • PDF Document Security Problem

    I have a document that has been saved not to allow any changes. I am now trying to resave the document so that chages are allowed. For some reason, no matter what security settings I choose, it will not allow changes to the document. Does anyone have any idea why this is happening? I've attached the file if that helps.
    DW

    Question:  any document created in LiveCycle Designer cannot be altered in anyway within Acrobat, except for filling out form fields.
    ANSWER:  This is correct
    Question: Is the only option to allow my users to insert pages is to redo the form in Acrobat Pro?
    ANSWER:  No, you would design the form (in LiveCycle Designer) to be dynamic so that pages, detail lines, fields etc. could be added "on demand" by the user, or through script that could be executed based on business rules from the form itself.
    There is a good book available on this subject, "Creating Dynamic Forms with Adobe LiveCycle Designer" by J.P. Terry.  It's published by Adobe Press.
    Regrads
    Steve

  • Error "Account assignment 00 for  purchase document does not exist " when u

    Hai,
    I am encountering the following problem when posting a PO based Invoice using BAPI_INCOMINGINVOICE_CREATE.
    The error says " account assignment 00 for purchasing document does not exist".
    The scenario is very simple.  I need to raise an Invoice against a PO. the PO has a single line item of quantity 10 net price 10.  Tax code is U2 ( 7% tax).
    I am passing the following at header level.
    Invoice_indicator ( as 'X'),company code,doc date , posting date, gross amount (107, currency USD, calc tax indicator as 'X'.
    At line item i am passing Invoice document item 000001, po number , po item number, tax code(U2) item amount (100),
    Does this error has got any thing to relate configuration matters?
    Regards,
    Upender

    Hi Upender,
    In some cases, depending on the type of PO / Posting,
    you might have to populate the accounting data itab and pass in the BAPI parameter.
    you can select the accounting data from EKKN for the PO.
    Again it depends on the PO category, wether you need to populate Qty & Unit in accounting data.
    Further, the accounting data should be exactly the same as there in EKKN ( all the fields except Qty & Unit ).
    Thanks,
    Ram

  • Fwding agent in Shipping Data fr Stock Transfer of Purchasing Document Item

    Hi,
    I want to know how to configure the Forwarding agent in Shipping Data For Stock Transfer of Purchasing Document Item (ME21N).
    I have used the Forwarding agent as Partner function in Header level but it does not appears in VL10D where we create deliveries from open Purchase orders.
    Regards,
    Abhilash

    Hi,
    Just follow the steps:-
    1) You should check the shipping point assignment under SPRO-> Logistics Execution-> Shipping->Basic Shipping Functions->Shipping points & Goods receiving point determination-> Assign shipping points.
    OR.....
    You may directly check from table also....>
    Put T-code SE16-Table TVSTZ
    Put your plant and shipping point and check the correct assignments.
    2 ) Go to table T001W and check the assignment of customer to plant.And also check the sales area in this table for both Supplying & Receiving plant.
    3) Check wether the customer is in the required sales area or not.
    If still u face problem kindly reply me.
    Regards,
    Savita

  • Open the field purchase document number in vendor invoice

    Hi,
    I've to open the purchase document number field in the vendor invoice transaction (FB60) for the reconciliation vendor account?
    I've done these operations in customizing:
    - set the field purchase order in the Field status group like optional
    - set the tield purchase order in the posting key control (31 and 21)
    Could you suggest me how to open the field?
    Tks!
    Regards,
    Gaetano

    Hi,
    Can you please provide me the solution for this as I too am facing a similar problem. While posting an entry using FB01/F-43, for posting key 31(Vendor Invoice), despite making Purchasing Document field optional in field status group of the posting key as well as Reconciliation (GL) Account, the Purchasing Document field is not appearing.
    Thanks and Regards,
    Sumita

  • "elecronic signature" in the purchasing document

    hi
    I want to add "elecronic signature" in the purchasing document
    what are the conf steps .......or how can I do this
    rgds
    Sara

    Hi
    R u speaking of disgital signatures
    To use a digital signature in R/3, you must install an external security
    product which is certified by SAP for the SSF interface ("Secure Store &
    Forward").
    1.  For the digital signature, you can use an external security product
        that  is certified by SAP for the SSF interface. A list of the
        certified security products is available under
        "http://service.sap.com", "Quick Links", "/security", "Certified
        Security Partners", "Partner for secure store and forward, digital
        signatures (SSF)"
    2.  You will also find the installation guideline for SSF on the same
        page under
        "Security in Detail"   > "Secure Collaboration"   > "SSF User's
        Guide"

  • Javascript security problem in IE/Netscape

    I am facing with the javascript security problem in IE/Netscape. I have solved this problem partially, but there are more issues involved.
    Here's the scenario:
    There is an HTML page on client's hard disk (main.htm) containing two frames:
    frame 1 contains a page that lies that is deployed from my server, say
    src="http://127.0.0.1:8080/MyApplication.htm"
    frame 2 contains a page that lies on the client's server, say
    src="http://www.clientside.com/clientPage.htm"
    My page in frame 1 wants to access the URL of the page in frame 2 (through a button click, say ). This is done in MyApplication.htm through javascript as:
    window.parent.frame2.location.href;
    Now when the above line is executed, i get the following error:
    In IE(5.0): "permission denied"
    In Netscape(4.7): "access disallowed from scripts at http://127.0.0.1:8080/MyApplication.htm to documents at another domain."
    (which is understandable)
    I have partially solved the above problem in Netscape, by granting access permissions to MyApplication.htm (page on my server) to access the
    "http://www.clientside.com/clientPage.htm" page at client's domain.
    This is done as follows:
    1. First enable code base principals in client's Netscape by adding the following line in prefs.js file of Netscape
    "user_pref("signed.applets.codebase_principal_support", true);"
    2. Secondly i must add the following line in java script of "MyApplication.htm"
    "netscape.security.PrivilegeManager.enablePrivilege("UniversalBrowserAccess");"
    Now when the client clicks the button on my frame he'll get a netscape window asking him to grant permissions to MyApplication.htm.
    After granting permission, MyApplication.htm can retrieve the URL of clientPage.htm (even if he browses to another url)
    As you can see this problem is solved partially, but i want that the page "main.htm" (which is now on the client's hard disk),
    must be deployed at client's server (in which case not even the above technique works).........what should i do? any alternates or other solution?
    Secondly i want this to work with IE too, (which should according to their documentation, but does not and is therfore a big IE bug-as mentioned on the net)
    Any sort of help in this case would greatly appreciated.
    Thanks
    Faisal Moin Khan

    i believe you are posting in the wrong forum.
    This forum is foro XML web services.

  • SRM purchasing document updated in enhancement only in Debug mode

    Hi everybody,
    I created an enhancement for a SRM include ( LBBP_SOCO_APPF0R -> Form CREATE_FOLLOW_ON_DOCUMENT) because existing BAdI are not called at necessary moment to update Shopping Cart (purchasing document) CUF items.
    ABAP code i added allows to get data from follow-on document, then i get details from parent document, i update this document with values for CUF fields, i save this document and finally i run function module BAPI_TRANSACTION_COMMIT (with or without export parameter 'WAIT').
    Nevertheless, those CUF fields are correctly updated but only when i am in debugging process flow with an external break-point.
    When i delete this debug point, CUF fields are not updated any more !
    Is anyone have an idea to solve this problem ?
    Regards.
    Laurent.

    The problem may come from the network system or something's wrong in the system Because I have run the tcode and It work properly.
    Thanks,
    Hung

  • Messages "Item completely/partially delivered on purchasing documents

    Dear,
    We're testing the new layouts of the purchase documents for the upgrade to ECC 6.O and there is a problem with a specific message on item level.
    If a purchase order is changed, a message "Item completely delivered" or "Item partially delivered" occurs on the document, that isn't the case in our PRD - system. 
    I already deleted messages P14 and P15 in SPRO => MM => Purchasing => Messages => Change Texts (Item completely/partially delivered) but the messages still appear when the document has been changed (when a goods receipt is done,...). 
    Does anyone knows where I can change the settings so this text won't occur anymore?
    Thanks in advance!
    Kind Regards,
    Lien Van de Velde

    Hi
    Ae you using the same layout & print program that is in Productions, as these texts come only with the Standard Print program & form.
    Please check the same in Define Message Types for Purchase Order
    Thanks & Regards
    Kishore

  • Archive purchase document  log -  Retention period not maintained

    Hello Everybody,
       I have been trying to archive the Purchase document, I have also set the Retention period is 0 (Zero), but  when i archive the some Purchase document, it is give log like that
    Object                                                     Message
    4700000053 00010                                           Retention period not maintained
    4700000066 00010                                           Retention period not maintained
    4700000079 00010                                           Retention period not maintained
    So please suggest me how to solve the problem
    Thanks

    Solved, by archiving

  • Notification on Receipt and Purchase documents getting fired on Production order having Items with planning method as MRP

    I have written a SP Notification to block adding of documents if block number is not provided. Notification is working fine on Purchase and Receipt documents. This notification also gets executed on Production Order where items included in Production order have planning method as MRP.
    Can anyone explain me the relationship between
    "MRP planned items"
    and
    "Purchase documents (Purchase Order; GRPO; Purchase Return; AP Invoice and Credit Memo) and Receipt of Production."
    Thanks & Regards
    Sonil Bhardwaj

    Hi Sonil,
    Can you post your SP , to look if there is any problem with SP ..
    Regards

  • Purchasing document **** cannot be released

    Dear exports,when I implement the Enhancement M06E0004, the Release strategy EKKO-FRGSX   is null ,so i can't release Purchasing document, can anybody help me, and tell me why?

    >
    Chandralekha wrote:
    > Hi,
    >
    > Check the entry EKKO and cehck the status for that FRGSX field. If it is null then try to update the entry using the UPDATE <<TABLE>> set frgsx ='<<value>>'  where ebeln = '<<valkue>>.
    >
    > Pls try to udpate statement and try to set the entry and try to run the exit.
    >
    >
    > Reward if helpful.
    >
    > Best Wishes,
    > Chandralekha
    NO, you do NOT do a direct table update on EKKO to fix a little problem like this - or to fix any problem. 
    The release strategy for your POs is set up for each PO order type in config.  Ask your functional consultant why this is not set in the way you expect.

  • Reader extensions vs Document security order

    Hi!
    I need to process the document by both the Reader extensions and Document security. If I do first Reader extensions and than certify document, reader extensions becomes invalid. If I certify document first and than proceed reader extensions, big warning about invalid signature is displayed.
    How to solve this problem?
    Thank you,
    --- Jaroslav

    The correct order is Certify->ARES

  • Query for Purchase Document

    Hello
    I am doing a Query. I need to add this field with the complete name of the person who did a Purchase document order.
    I found this field with this information througt transacction SU01.
    Full Name of Person
    ADDR3_DATA
    NAME_TEXT
    That field contains the information that I need. But the problem is, this table in not allowed to be used as a join table.
    I have been looking with the tables conected to this field but they do not load the data that I need.
    If someone know something about it,

    Irma, como estás?
                                  Probá con la tabla USER_ADDR o la USR03.
    Saludos

  • SOAP Undeploy / Security-Problem?

    Hi,
    I know there is a security problem with Apache-Soap, since
    everybody can list and undeploy services with the
    RPCRouterServlet. Therefore I've dropped the RPCRouter out of my
    Servlet-Engine and use the MessageRouter only.
    How can I avoid this problem with Oracle-SOAP to prevent other
    users to use the undeploy-function?
    Thanks,
    Alex

    Soni,
    Please try to configure all the steps given in this document:
    http://sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d024ca8e-e76e-2910-c183-8ea4ba681c51
    ---Satish

Maybe you are looking for

  • Curve not recognized by computer

    hello, i baught a blackberry curve on ebay (big mistake!) it functions as phone, but is not recognized by computer. when i plug it in via USB it connects for a second and then stops, i.e. synchronization is not possible. i reset the device, reinstall

  • Date Stamp MySql-PHP

    Hi All: I have a form that I using to upload my portfolio using the php insert record function of Dreamweaver. How can I make it add the date stamp using dreamweaver? Is the a piece of code some can provide? My thought was add some kinda of hidden fi

  • Stock in MD04 is also considering Blocked stock with Unrestricted Use

    Hi PP Gurus, In MD04, the stock which the system is showing also considers Blocked Stock for Planning means stock= Unrestricted Use Stock + Blocked Stock. We Dont want blocked stcok to be considered. We are using 01 availabilty check with PP checking

  • Getting Quicktime movies to play on iPhone

    I have been updating my web site, moving it from GoLive over to Dreamweaver and doing a revamp (you can see it at Whale of a Tale Productions) but I am having issues getting my Quicktime Video to play on my iPhone. I get the play button as I should,

  • AC resistivity measurement with MyDAQ on TEC

    Hello, I would like to ask for advice: we would like to measure resisitivity of Peltier-elements. If we use DC method, because of the Seebeck-voltage of the element, we do not get the real resistivity value. The common method to use AC measurement in