Z_PROGRAM does not run with SAP_ALL

Hi All,
System: ECC 6.0
I have a test ID with SAP_ALL and SAP_NEW authorizations, but I am not not able to execute a Z Program with this Test ID, but other users can.
Compared other users UMR with this Test ID and they match up 100%.
All the related auth. Objects checked and they have *
Your suggestions will be help full.
Thanks
Vidyar
Also I created a role with SE38 with full authorization and assigned the role to the Test ID, but still it does say that " You are not authorized to use the program "
Edited by: VIDYAR on Jan 18, 2011 7:11 PM
Edited by: VIDYAR on Jan 18, 2011 7:11 PM
Edited by: Julius Bussche on Jan 19, 2011 8:12 AM
Subject title made more meaningful

9 times out of 10 such a mysterious message has nothing to do with the authorization concept of authority-check statements and you anyway cannot control the execution of a program based on it' name.
Display the code in SE38 and search for ABAP statement constructs using system field "sy-uname". For example:
if sy-uname NE ('cappsg' AND 'busschej').
exit with message xxx using 'You are not authorized'.
endif.
or
data: iv_uname type xubname.
iv_uname = sy-uname.
select single * from ZUSR_AUTH_TABLE where
zname = iv_uname.
if sy-subrc 0.
exit with message xxx using 'You are not authorized'.
endif.
Then look in the table ZUSR_AUTH_TABLE for the lists of authorized users and where it's maintenance dialog is.
Terrible concept, very bad practice but unfortunately it happens - particularly when developers are not given security requirements or have little faith in the existing authorization based implementation in roles.
Can be a mess to fix as well. Good luck.
Cheers,
Julius

Similar Messages

  • Add does not run with sql server 2008

    Hi all,
    My add on in the development environment does not run with SQL SERVER 2008. It ran well with SQL Server 2005 and sap b1 2207 B.
    On executing the project file system throws an error "YOU ARE NOT CONNECTED TO THE COMPANY"
    we are trying this scenario on a test machine where SAP B1 2007B with temporary license for one month and SQL server 2008
    is installed.
    Help needed.
    Thanking you
    Pradnya

    Hi Use this
    Dim i as integer
    i=oCompany.Connect()
    if i<> 0 Then
    msgbox(ocompany.GetLastErrorDescription ())
    end if
    the you will get the error description also use try catch wherever necessary
    Alternatively you can use
    Dim SboGuiApi As SAPbouiCOM.SboGuiApi
    Dim sConnectionString As String
    Set SboGuiApi = New SAPbouiCOM.SboGuiApi
    sConnectionString = Command
    SboGuiApi.Connect sConnectionString
    Set SBO_Application = SboGuiApi.GetApplication()
    Set ocompany = New SAPbobsCOM.Company 'initialate DI company object
      ocompany = SBO_Application.Company.GetDICompany
    HTH,
    Atul

  • Task does not run with transaction currency

    Dear All,
    When i am executing IU AR/AP elimination, I am getting error " Task does not run with transaction currency ("per TC" option reset) "
    Message no. UCF5104
    Diagnosis
    The present task is configured so that no values are analyzed in transaction currency. However, the option "per transaction currency" is selected in the method definition. This only makes sense if you also want to analyze the values in transaction currency.
    System response
    The task is being executed without the option "per transaction currency".
    Please advise me how to resolve the issue.
    Regards,
    Malani

    Dear Dan,
    I would like to know what will be the effect  if we remove o-Per Currency option in Method.
    I would like to know, in the document also in properties tab - in Key figures - Check box - Transaction Currency. If i select the warning message not coming. So kindly let me know what exactly check box -Transaction currency is used in Document type and whether it is interlinked with Method.
    Thanks
    Malani

  • Cisco Connect does not run with Mac OSX Mountain Lion (10.8.2)

    When I first installed Cisco Connect that came with my E1500 router, I was running Mac OSX Snow Leopard (10.7) and it worked fine.  I upgraded my OSX to Mountain Lion and now when I start Cisco Connect, I get:
    Unsupported operating system
    The router software supports these operating systems:
    - Mac OS X 10.5.8 or later
    - Mac OS X 10.6.1 or later
    - Mac OS X 10.7 or later
    I saw some other thread/info/download on Cisco Connect with Lion (10.7) but nothing for Moutain Lion (10.8) - is there a fix forthcoming?
    Thanks
    Gary

    All i want to do is disable the guest function through cisco. i live in an apartment and everyone logs into my guest account. i was at my neighbours and they were laughing saying they done need to subscribe for the internet cause they just log onto local wi fi. and mine is one of them. i dont know if that'll slow down my internet with so many people using it. but all i want to do is just avoid it all together and get rid of it. but in this case i am having the same problem as all of you. to disable the guest function you need to go through cisco connect and it is not compatible with mac osx mountain lion. grrrrrrr

  • LabVIEW VI with Report Generation Toolkit elements in a TestStand sequence does not run with a LabVIEW 8.5 Run-Time Engine

    Hi all,
    I am using LabVIEW 8.5.1 and TestStand 4.1. I have done a TestStand sequence with a VI in it, which uses Report Generation Toolkit elements. On my machine I am using LabVIEW and TestStand with a Development System license. On the other machine I am using TestStand with a Base Deployment license and I have chosen the LabVIEW 8.5 Run-Time Engine in the Adapter Configuration. Everything is running well except of this VI with Report Generation Toolkit elements. The error message is showing that the VI is not executable. It works well only after I have installed LabVIEW with an Evaluation license and chosen LabVIEW 8.5 Development System in the Adapter Configuration.
    I have found other posts and a document in the KnowledgeBase with a similar problem: http://digital.ni.com/public.nsf/allkb/8A0E6274D9B​D7B1986256F62006AD402?OpenDocument But I am not using EXE files in my sequence, so I don't know how to solve mine. Anybody has an idea?
    Solved!
    Go to Solution.

    Hello guys,
    thank you very much for your answers!
    @Ruediger:
    I tried to follow the instruction for Method 2 in the mentioned document: http://digital.ni.com/public.nsf/allkb/F3DC40A6E3F​3B25B862570AD005D1D3D?OpenDocument, but the steps on my machine are different starting from step 4. After I click "Continue..." in step 3, I dont get a window, the system just makes a new folder with the same VI. 
    To be honest, I am new to LabVIEW and have some difficulties at this time. What I understood from your reply is, that I need to make a LLB-File, where the files from Report Generation Toolkit are in!?
    @GovBob:
    I was following the instruction in the document: http://digital.ni.com/public.nsf/allkb/9E00E7EFE06​35E678625734600779EFE, but it wasnt working. Can you please tell me how I can check if the VI Server is installed and running on the machine?
    I am using LabVIEW 8.5.1 and TestStand 4.1 on my machine, on the deploy machine there is TestStand 4.1.1. The version of my Report Generation Toolkit is 1.1.2.
    Kind regards, Roman

  • Flash player does not run with Safari 5.0.4

    Hi Friends:
    Two days ago, I installed an upgrade of Safari to 5.0.4 (6533.20.27); since this upgrade, any web page that use flash player is not working, instead of the images appears a message "module not found" and in web pages like Facebook or Youtube, if you try to run video, the system show a message "It's necessary to update flash player".
    I uninstalled flash player and installed it again using the last version provided by adobe ( 10.2.152.33 ) but after that the answer is the same.
    Any Ideas?

    Hi
    since this happens in a new user account too, we can presumably exclude the user settings for enable plug-ins, which would cause a near-identical problem (Blank plug-ins page), as well as Safari extensions & other per-account add-ons.
    Do you have any add-ons in HD/Library/InputManagers/ ?
    tried quitting Safari, temporarily moving all except the Flash Player.plugin from HD/Library/Internet Plug-Ins/ & testing again ?
    (sometimes a plugin can interfere with others on Safari, yet other browsers behave normally)

  • C3 - automatic email receiving does not run with G...

    Basically my C3 runs well, but the automatic email receiving, with the internal nokia-mailclient, runs well with WLAN, but not with GPRS!? If I start the client manually, then it works well, but not with the automatic function. When I am on the way, I do not get an information, that I received an email.
    Solved!
    Go to Solution.

    I'm having the same problem, mi phone is not automatically getting the e-mails, I have checked the "when roaming" setting and it is set to "Follow my account setting" so I checked my account setting and the setting for "Update my Inbox" is set to "Very Fast" and the "Alert me only during:" is set from 5.00am to 12.00pm
    Even with all this I can't get the phone to automatically receive the e-mails. If some one could help my all appreciate it.

  • ITunes does not run with Windows 8.1

    Since I installed windows 8.1 I cannot get into the itunes store. I get the error message iTunes could not connect to the iTunes store an unknown error occurred 0x80090318.  Any ideas? I am using a Sony 20" touchscreen computer running Windows 8.1 operating system. I have checked the forum and copied QTMovieWin.dll to C:\Program Files (x86)\iTunes without success. Connecting to the Store is impossible and I can't update iTunes. Can anyone assist me in correcting this problem?

    Here is the fix, if you're still having the problem.  It's just a copy and paste thing.
    Copy QTMovieWin.dll from:  C:\Program Files (x86)\Common Files\Apple\Apple Application Support
    and paste into: C:\Program Files (x86)\iTunes
    Just be sure to reboot after you have copied and pasted the file listed above.

  • Premiere elements 12, new installation, serial no. accepted, installation completed and new started, but does not run. I get following msg-box: "LoadLibrary failed with error 126: Das angegebene Modul wurde nicht gefunden."

    premiere elements 12, new installation, serial no. accepted, installation completed and new started, but does not run. I get following msg-box: "LoadLibrary failed with error 126: Das angegebene Modul wurde nicht gefunden."   Installation in German Language on WIN7 professional 64bit, Samsung SSD. What can I do to run that program?

    Jurgen Freund
    Premiere Elements 12 on Window 7 64 bit. What video card/graphics card does your computer use - AMD Radeon?
    I have found this YouTube video on the subject of Error 126 with details for resolving the problem.
    How to fix the ERROR 126 when you open OpenGL programs - YouTube
    The link was contributed in an old 2013 thread here by the ID danneomarre (see post 6 of the following thread)
    LoadLibrary failed with error 126: cant find the required
    Please let us know if that worked for you.
    Thank you.
    ATR
    Add On...When all is OK and working, please update 12 to 12.1 Update using an opened project's Help Menu/Update.

  • I m working in an organization where web-sense is installed to block all irrelevant sites, i have installed itunes but it does not run a window pops up with message 'itunes is not connected to the network' can anyone help me out?

    i m working in an organization where web-sense is installed to block all irrelevant sites, i have installed itunes but it does not run a window pops up with message 'itunes is not connected to the network' can anyone help me out?

    There's a whole lot to read in your post, and frankly I have not read it all.
    Having said that, this troubleshooting guide should help:
    http://support.apple.com/kb/TS1538
    In particular, pay attention to the mobile device support sections near the bottom, assuming you have already done the items above it.

  • Why when i run magic bullet with adobe premiere CS5 then adobe premiere CS5 does not run ?

    Hi there,
    I would like to ask you why when i am using magic bullet and then i am going to open the premiere CS5 , then the adobe premiere CS5 does not run ?

    First of all , I would like to thank you for the help.
    Secondly , I would like to inform you that I used to have the Adobe CS4 but one friend of mine change it into CS5 , but nothing worked properly after it. e
    I download the Adobe CS5.5 Master Collection (as trial) from the official site of the Adobe. Then , I download the MB http://www.redgiantsoftware.com/support/faq/product-specific/magic-bullet-looks/226/ from here but when i am going to use the filters , one X shows on the screen and i cant work... Any help ?

  • My Iphone 4 does not come with a SOFTWARE UPDATE option.

    My partner bought my iphone 4 version 4.2 about two years ago from a well known store. He got himself one at the same time but i cannot update mine because it does not come with an option in settings, general that allows me to update it. All of my apps are useless as they need at least iSO5 to run. I cannot check my bank accounts or anything. I have rung and spoke to apple many of times and followed all the steps to try and update. As this is not my fault and the iphone had not been loaded with the correct software there should be something APPLE could do free of charge!!!! I really need help as i cannot afford a replacement or want one. I just dont know what to do anymore!!

    Hi there wishheartgirl,
    You may find the information in the article below helpful.
    iOS 4: Updating your device to iOS 5 or later
    http://support.apple.com/kb/HT4972
    -Griff W. 

  • ITunes 12.1.1 does NOT work with Windows - Fix??

    Hi everyone,
    I had issue after issue with the latest iTunes update (12.1.1) not working on my windows 7. It simply would not lunch when clicking on the shortcut to open.
    After a fair bit of searching I found this alternative version which seemed to do the trick and now it works:
    iTunes 12.1.1.4 for Windows (64-bit - for older video cards) - iTunes64Setup.exe(2015-02-18)

    The "for older video cards" installer - which, like most prior "64 bit" versions of iTunes, is actually a 32 bit application with a 64 bit installer - may be a useful fallback if the full 64 bit version does not install or run correctly.  Although 12.1.1.4 is a major improvement over 12.1.0.71, there are clearly still some lurking incompatibilities with some 64 bit Windows systems/components.  It is, however, a little misleading to say that "iTunes 12.1.1 does NOT work with Windows" - in many cases it works fine without switching to the alternative version.  I have the full 64-bit version of 12.1.1.4 running on three systems - two Windows 7 and one Windows 8.1 - no issues with either installation or operation on any of them.

  • External USB HD does not work with HAL:

    External USB HD does not work with HAL:
    From the last 10 days the HAL auto-mount with ntfs-3g file system of my external hard drive  does not woks.
    But the manual mount procedure with the command mount -t ntfs-3g /dev/sdb* /mnt/XYZ works.
    I've followed the instructions in the wiki: http://wiki.archlinux.org/index.php/HAL and the system has worked up to the last kernel or HAL update.
    My fat32 usb-stick works without any problem.
    If I try to open the device with KDE it appears an error popup wit this message:
    TODO: have to rethink extra options
    Error: kio_media_mount_helper
    The log from the kernel.log is
    Nov 6 22:03:16 myhost usb 5-1: new high speed USB device using ehci_hcd and address 4
    Nov 6 22:03:16 myhost usb 5-1: configuration #1 chosen from 1 choice
    Nov 6 22:03:17 myhost Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
    Nov 6 22:03:17 myhost ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
    Nov 6 22:03:17 myhost Initializing USB Mass Storage driver...
    Nov 6 22:03:17 myhost scsi6 : SCSI emulation for USB Mass Storage devices
    Nov 6 22:03:17 myhost usb-storage: device found at 4
    Nov 6 22:03:17 myhost usb-storage: waiting for device to settle before scanning
    Nov 6 22:03:17 myhost usbcore: registered new interface driver usb-storage
    Nov 6 22:03:17 myhost USB Mass Storage support registered.
    Nov 6 22:03:22 myhost scsi 6:0:0:0: Direct-Access WDC WD32 00JB-00KFA0 0811 PQ: 0 ANSI: 0
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] 625142448 512-byte hardware sectors (320073 MB)
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] Test WP failed, assume Write Enabled
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] Assuming drive cache: write through
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] 625142448 512-byte hardware sectors (320073 MB)
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] Test WP failed, assume Write Enabled
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] Assuming drive cache: write through
    Nov 6 22:03:22 myhost sdb: sdb1
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] Attached SCSI disk
    Nov 6 22:03:22 myhost sd 6:0:0:0: Attached scsi generic sg2 type 0
    Nov 6 22:03:22 myhost usb-storage: device scan complete
    and the error.log is
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] Assuming drive cache: write through
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] Assuming drive cache: write through
    Do you have some idea ....
    Bye.

    I have done the following:
    Downloaded the patched hal version.
    used makepkg in /abs/local/trunk/ to create a pkg for pacman
    used sudo pacman -U pkgname to install it.
    used sudo nano /etc/hal/fdi/policy/preferences.fdi to create the fdi file with the following content:
    saved the file and removed my ntfs entryes from fstab and rebooted. and still there is no automount off ntfs partitions.
    have i done something wrong?
    br fjodork
    WARNING: what follows is a guide of what did work for me, I'm still in an early stage of learning linux, so please correct me if anything of what follows is wrong/dangerous/stupid. As I said, this worked for me, it's not pretty, since I was learning each step on the fly and I'm sure there are better ways to do this.
    So fjodork, you seem to have done the the necessary steps, though i couldn't get it to work until i first removed hal without dependencies
    pacman -Rd hal
    it will give you some warning about the dependencies, ignore  it since we are reinstalling hal in a few steps.
    First i tried to follow Raymano's link, obviously it showed me nothing in the browser so I thought it might be a broken link.
    So I downloaded the source tarball from here http://hal.freedesktop.org/releases/hal-0.5.10.tar.gz
    unpacked it changed the /tools/hal-storage-mount.c as per Milfadoodle's instructions.
    at first I tried to compile directly from source, the process would finish without a glitch though after reboot nothing changed, as if hal weren't
    installed, i guess there were issues with paths. anyway read on
    Then repacked the source in tarball, copied it to /var/abs/extra/system/hal and modified the PKGBUILD as follows
    makedepends=('pkgconfig' 'gperf')
    options=('!libtool')
    install=hal.install
    source=(${pkgname}-${pkgver}.tar.gz #removed url so makepkg looks in the current directory for the tarball
        hal
        hal-policy.patch
        cryptsetup_location.patch
        hal-0.5.9-hide-diagnostic.patch
        ntfs3g-valid-options.patch)
    md5sums=('6641c30a27c00485c6accac5110ff911' # replace with md5sum of your package's sourceball (run md5sum filename)
             '882f67668cb14a0a9e4a27ef22278027'
             '5ba8b610aa9763a5f42b9f7cbd7a86ad'
    then makepkg (i had to add --asroot, don't ask why
    and finally pacman -U hal-0.5.10-1-i686.pkg
    another reboot and everything worked without a glitch!:D (yeah i know i still haven't got rid of the reboot mentality )
    I have also put the policy files as per the wiki instructions.
    PS: I know this is a dirty way to getting things done but as i said, I'm just starting
    If anyone could comment/correct/explain this post I'd be more than happy, the automount issue was bothering me for about a month now (you'll say why do I need ntfs in the first place? well, I only recently switched for Linux as my primary OS, these are some relics of the M$ era

  • My icloud account does not sync with my iphone 4s. My contacts do not show up on icloud and I do have "contacts" turned on to backup

    My icloud account does not sync with my iphone 4S. My contacts do not turn up on icloud and I do have "contacts" turned on in my phone.

    Unchecking them won't help, it will only hide them from view.  The issue you're running into is that iCloud doesn't sync contacts from non-iCloud accounts like your exchange and Yahoo accounts.  In order to sync these with iCloud, you would need to copy them to the iCloud account and then disable contact syncing with these other accounts.  (If you didn't disable contacts syncing with these accounts, you would see duplicates of these contacts on your phone -- one from the external account, and one from iCloud.)  If you want to do this, do the following:
    Go to Settings>iCloud, turn Contacts to Off, choose Delete from My iPhone when prompted (any iCloud contacts will still be in iCloud).
    Download the app My Contacts Backup.  (If you have more than 500 contacts to transfer from your other accounts you will need the “Pro” version.)  Use the app to back up the remaining contacts on your phone (from the other accounts) as a vCard attachment to an email that you send to yourself.  Confirm that you have received the email before proceeding to step 3.
    Go to Settings>iCloud and turn Contacts back to On.
    Go to Settings>Mail,Contacts,Calendars>Default Account (in the Contacts section), and confirm that this is set to iCloud.
    Go to Settings>Mail,Contacts,Calendars…tap your Yahoo and your exchange account and turn off contacts syncing with these accounts.  This will remove the contacts from these accounts from your phone.
    Open the My Contacts Backup email and tap the attachment to import the contacts from these accounts back to your phone, and to iCloud.  All your contacts should now be in iCloud and be visible on icloud.com.

Maybe you are looking for