Direcrt GL account activation restriction to specific PO's

Dear All,
We have activated the direct GL account posting(G/L account tab), which tab appears in MIRO.
Can we restrict this GL account tab appearence for specific PO types only?
Please suggest the possibilities.
Regards

Hi All,
even i have the same requirment as my clint need that MIRO is done of specific PO by authorised employee.
like i have 2 PO type A & B. and two employee respectivly. then Emp 1 can only do MIRO for PO A and Emp 2 can do MIRO for PO B. Strictly...
what would be the standard setting or some other ...
thanks in Advance
Edited by: Sandeep Singh Chauhan on May 8, 2010 9:20 AM

Similar Messages

  • What exactly does accounts in restrictions do?

    As far as the ipod touch manual has mentioned (yes the latest), accounts in restrictions only blocks changes, additions and subtractions to the calendar, contacts and mail. But some of my friends have said that it also stops you from activating and logging in to iMessages. Is this true? I want to get a touch, but just have to get over these hurdles with dad

    This may help: http://support.apple.com/kb/HT4213.
    Good Luck

  • One computer, but two user-accounts active, at the same time, in 10.6?

    I'm contemplating this setup: A current generation MacPro (running SL), with two monitors. Can I have two separate user-accounts (the Admin account and one additional user-account) active and running simultaneously from the MacPro, but, of course, displayed separately to the monitor corresponding with that user-account?
    Thank you!

    you can have two accounts logged in at the same time via fast user switching but there is no way to display them at the same time on different monitors.

  • How to block accounting by MIRO for specific type of documents.

    Hello
    Is there any possibility to block accounting by MIRO for specific type of document? So you could only account specific type of documents by FBV* or FB*.
    Regards
    Marcin Obukowicz

    Hi,
    You can try to make a validation (OB28) which will check the document type based on transaction code prerequisites.
    Regards,
    Eli

  • Was the amount of free accounts activated in this iPhone, as to proceed?

    Was the amount of free accounts activated in this iPhone, as to proceed?

    Each device can ony create a limited number of iCloud accounts.  Once the maximum number of accounts have been created, all you can do is use one of the accounts previously created, or create a new account to use on another iOS device or Mac (running OS X 10.7.2 or later), if you have one.

  • ITunes - Fraudulent account activity, Apple refusing to help

    Got 2 email receipts from iTunes last night, for 2 gift cards, one for £25 and one for £75.
    Logged into my iTunes account via iTunes and there they were in my purchase history, sent to some unknown hotmail address.
    Removed my card details and changed my password.
    Contacted iTunes through their email support to get Apple to cancel those gift cards and issue a refund.
    Got a reply in 90 minutes with an offer of 5 song credits and a clear "we cannot refund your card" along with a "contact your financial institution".
    After another 3 emails form me, and 3 back from Apple I'm still left with the same line "we cannot refund your card". Sent them one more email last night which has so far been ignored.
    Contacted the bank this morning only to be told they can't do anything as it's a checking account not a credit card(!) They informed me that it is Apple's responsibility to refund the money as it is down to them to ensure the transactions are authorised.
    I'm heading down to the bank to fill out a charge back claim form which they will send to Apple but that's all they can do...
    This is beyond ridiculous.
    1) There should be a phone number for the iTunes store at least for fraudulent account activity.
    2) Apple, like any other company CAN refund money to a card, saying they "cannot" is a downright lie.
    3) Apple must be in breach of every consumer trading law in the UK (I use the UK store) with this policy.
    4) I use a secure password, I use trusted networks and no-one has access to my Mac. How the **** did the hacker get in?
    5) What should I do when both Apple and the bank refuse to help? To be honest I'm not annoyed at the bank as it's not their fault. This is a security breach of Apple's system and they're liable in my opinion.
    I've bought 700 items through iTunes since it started and this is how they treat me. Well no more. That gravy train is over for them.
    And don't get me started on the thousands upon thousands of pounds I've spent on Apple hardware and software...

    Thanks for the info.
    Annoyingly the rep in question (someone called Judy) refuses to escalate the issue to somene who can look into this and perform the refund.
    This is absolutely ridiculous, you're basically left with no-one to talk to (she/they are now ignoring my follow-up emails) , I've never seen anything like it. I've heard bad things about the likes of Paypal and eBay but Apple seem keen to add themselves to the list of sites not to trust due to a complete lack of customer service and boilerplate responses. Heck, Im sure last year (or it may be this coming Jan 1st) UK law changed to require online retailers to post their telephone number on the site...
    This useless rep is quoting me US Federal Law when I'm using the UK iTunes store and the terms and conditions on there clearly state that the transaction is covered under UK law...
    And UK law says they have to refund me.
    I've dealt with Apple for years, I've used the AppleCare helpline and the Genius bar many times and every time service has been A1. I'm genuinely amazed that this type of customer service goes on on the iTunes store... And especially about such a serious issue.

  • Create a Crystal report to display the sum of G/L account code within a specific period

    Hi,
    Just wonder is it possible to create a crystal report to display the total of a G/L account code within a specific period?
    How to write the query to get the sum within a specific period?
    For example:
    Period: 2014-06-01-2014-06-10
    Account code A: USD "TOTAL"
    Account code B: USD "TOTAL"
    Thanks

    Hi Olga,
    Please check below Query.
    SELECT T1.[Account], T1.[ShortName], SUM (T1.[Debit]) as Debit, SUM (T1.[Credit]) As Credit, SUM (T1.[FCDebit]) As FCDebit, SUM (T1.[FCCredit]) As FCCredit, SUM (T1.[SYSDeb]) As SysDebit , SUM (T1.[SYSCred]) As SysCredit  FROM OJDT T0  INNER JOIN JDT1 T1 ON T0.[TransId] = T1.[TransId] WHERE T1.[RefDate] >=[%3]  AND   T1.[RefDate] <=[%4]
    Hope this Help
    Regards::::
    Atul Chakraborty

  • User login report in Active Directory for specific date and time

    I want to get User login report in Active Directory for specific date and time e.g user logged in at15-01-2015 from 8:00am to 4:00pm
    Is any query, script or any tool available?
    Waiting for reply please

    You can identify the last logon date and time using my script here: https://gallery.technet.microsoft.com/scriptcenter/Get-Active-Directory-User-bbcdd771
    If you would like to get back in time and see when the user did a logon / logoff then you need to have auditing enabled. Once done, you can records from Security log in the event viewer: https://social.technet.microsoft.com/Forums/windowsserver/en-US/98cbecb0-d23d-479d-aa65-07e3e214e2c7/manage-active-directory-users-logon-logoff-events
    I have started a Wiki about how to track logon / logoff and it can help too: http://social.technet.microsoft.com/wiki/contents/articles/20422.record-logon-logoff-activities-on-domain-servers-and-workstations-using-group-policy.aspx
    This posting is provided AS IS with no warranties or guarantees , and confers no rights.
    Ahmed MALEK
    My Website Link
    My Linkedin Profile
    My MVP Profile

  • Is it possible in SAP that I can restrict a specific delivery with shipment

    Hi All,
    Is it possible in SAP that I can restrict a specific delivery can be attached with specific shipment?
    Example,
    I have a delivery type "A", which can only be attached with Shipment type "Z".
    Thanks in advance.

    I don't think it is possible, However you can restrict that through selection criteria of VT04.

  • Is it possible in SAP that I can restrict a specific delivery can be attach

    Hi All,
    Is it possible in SAP that I can restrict a specific delivery can only be attached with specific shipment?
    Example,
    I have a delivery type "A", which can only be attached with Shipment type "Z".
    Thanks in advance.

    NO.
    You can only specify a selection variant to select certain type of deliveries.

  • G/L Account Activation

    Hi,
    How to do G/L account activation for the Company Code.Kindly give the path or Txt code.
    Regards
    Abdul

    Hello Abdul,
    FS00 - To create GL account Centrally.
    FSP0 - To create in Chart of Accounts.
    FSS0 - To create in Company Code.
    While creating a GL account itself, you can assign it to particular company code.
    or
    Assign Chart of accounts to company code. The GLs which are in Chart of accounts will be activated in Company Code.
    Hope this will help you..
    Regards,
    Praisty

  • Purchase Account activation in Company Code

    Hi,
    We have a situation where for the finished goods, we have a new Purchasing Condition to make accruals of Inbound freight costs. And for these finished goods, for the Company codes which have Purchase account activated, we do not want the posting to be done to FRE, Freight purchase account.
    For the rest of the material types, the posting should be normal and have no change.
    Even for the company codes which has Purchase account actiavted, we want the posting to be as ... during goods receipt.
    89     108400000      1500    USD   BSX
    96     132200000     1250- USD     WRX
    86      815030000        250   USD   PRD
    40     450100000          100        USD   ZFN (new)
    50     132390000     100-        USD   FR1
    Could you please provide your comments?
    Thank you,
    Vamshi

    Hi Vamshi,
    I donot think this can be done as if PAM is active FRE will be trigerred
    See the IMG documentation for:
    Materials Management
    -> Valuation and Account Assignment
       -> Account Determination
          -> Account Determination Without Wizard
             -> Configure Automatic Postings
    Here do not execute the transaction, but click on the icon to display
    the documentation instead. Then, scroll down the different posting keys.
    You will see the following:
    "Purchase account(EIN), purchase offsetting account (EKG),
    freight purchase account (FRE):
    These transactions are used only if Purchase Account Management is
    active in the company code."
    Therefore, 'FRE' is the freight purchase account and it is only used if
    Purchase Account Management is active in the company code.

  • Email wizard says "no accounts activated". How do I activate?

    I have just received my first Blackberry via amazon, and connected to my carrier O2 using the sim from my previous phone (PAYG), and my ISP BT Broadband on my home wi-fi.  When I try to send an email I get "No message services configured..."  when I click through to the set-up wizard it leads me to a screen that says "No accounts activated", and offers to set up an enterprise account, which doesn't work.  I have also tried KB00510 "options" - "device" - "advanced systems settings" - "host routing table" which gives "no entries".  I've tried a reboot by removing the battery when switched on, to no avail.  BT Broadband say it is nothing to do with them.  I am able to connect to websites.  Can you please help?
    Solved!
    Go to Solution.

    Hi and Welcome to the Community!
    Given what you describe, you likely do not have the required data plan added to your old SIM. A generic data plan does not activate email nor any other BB-proprietary services. You must upgrade your plan to a level that includes the services you desire. You should talk to O2 about all of that.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • How can i buy songs from other country?. my account is restricting

    my account is restricting me

    You cannot.
    You can buy ONLY from the itunes store of your country of residence AND ONLY while physically inside the borders of that country.

  • Fund accounting active: layout 1-701 is unsuitable

    hi experts,
    when iam  trying to do Detail cost planning in CJR2 its showing that "fund accounting active: layout 1-701 is unsuitable".
    please help me out.
    Thanks and regards
    sravani

    sravani,
    You are receiving this error because planing layout 1-701 does not include FM objects. In fact, all of the standard layouts do not include the necessary FM objects.
    You'll need to determine what FM objects are required for an account assignment. For example, a customer might require Grants, Funds, Functional Areas, and Funded Programs to be included in the account assignments. Then use transaction OPO1 to create a new layout with these FM objects.
    Building a layout is just like building a Report Painter report.
    Hope this helps,
    Matt

Maybe you are looking for

  • Can not change user filed in CR Viewer

    I am using Crystal Reports 2011 and i created a user field. i opened the report in CR viewer 2008 and the change filed is greyed out and the user can not change the field. I have tried saving the report with out a date saved in the report to see if v

  • Is there a way to expand the editing bubble in iCal 3?

    I can't figure out how to expand the size of the notes field in the iCal 3.0.3 editing bubble. Is it possible to expand it? You can expand the size of a text area in Safari, but you can't expand the notes field in iCal?!!! Even more frustrating is th

  • Creating a library component containing Excel apiu0092s in NWDI

    chk it Using External JARs in Web Dynpro Dev.Component for NW04s SP16

  • Another Minor Bug in SQLDev

    I discovered another minor irritant in sqlDeveloper. Steps to recreate the bug: 1) Create table t ( n1 number); (table created) 2) insert into t values (1); Commit; (Record Committed) 3) Goto Explorer on the left pane and click on the table to view t

  • Aperture Preview Problem

    I have just read a lot of advice on reducing aperture library size by changing the preview size in preferences. What seems to work is: select a group of photos, right click and select delete previews. If I now try to drag an image to the finder it do