All 35 slots used in Application Toolbar ? Need more to add in PF-status

All,
I have a report with PF-status . But in the PF-status Application Toolbar declaration all 35 slots have been already used. My requirement is i need to add 5 more application toolbar in PF-status.
Any Info?

Hi,
This Can be handle with two screens. use all 35 Options in first screen "A" and rest options you may use in another screen 'B'.
In this case in first screen you May reserve one option out of 35 to call the second screen. Than use another options in second screen and so on.
This is Just a suggestion i never gone thru this situation, but i believe this could be possible with some work around this.

Similar Messages

  • Determine all entity associations used in application module?

    Hi,
    ADF 11.1.1.2.0, ADFBC.
    I want to create a JUNIT testcase to loop through all entity associations and compare them with the relations in the Oracle database.
    to get all view objects of the AM I use following method:
    am.getViewObjectNames(true,true);
    How to get all entity associations used in an AM?
    regards
    Peter

    Hi,
    did you try
    View Object --> Entity --> EntityDefImpl --> getAssociationDefImpls() ?
    Frank

  • Using Face Tagging and need more photo info

    I have PSE 4.
    I'm using the Face Tagging feature of Organizer.
    For some of the faces I need to get a better look at the entire photo in order to identify who the face is. Is there a way that I can get a bigger thumbnail? Or even better is there a way to identify the image where the face came from? The thumbnail that pops up in the lower right hand corner of the screen doesn't seem to allow anything to be done with it. If I could just get the name of the file, that would be fine. Any ideas?

    fwiw, the reason I need help with these faces is that I'm working on a set of old (1920/1930) photos. A lot of faces of people I've never met. Plus baby pictures. I have text descriptions of who the people are at the bottom of the photos. So when I see the face I need to be able to look at the photo and that text to properly tag it.
    Is there any way that the Face Finder can 'organize' the faces so that similar faces are kept together? That would make tagging them easier. I noticed that the Find by Visual Similarity function rates the selected photos with a percentage grade so there must be some technology that can compare two images and figure out how closely related they are to each other.

  • Problem with application toolbar

    Hi all
    I am facing a problem with the alv application toolbar.
    i have attached a custom  gui status to the alv but i am not able to see all the buttons created by me.
    some buttons are getting cut and i cannot see the buttons after scrolling as well
    Please suggest.

    Hi,
    U might have copied a standard PF-status into ur own status and added ur own buttons right....if it is so do not alter the std buttons sequence.......and add ur own buttons at the last.....
    also see if all de buttons are active...(red letters r inactive) activate den individually using function code button.....
    Cheers,
    jose.

  • Buttons on  ALV Application Toolbar

    Hi,
    I have added buttons on the Application Toolbar of the ALV (in the GUI status).
    There are a lot of buttons and due to lack of space some of the buttons go out of the screen.
    Need to know if there is a way to make these buttons scrolable or in a dorp down.
    Thanks for the help.
    Karen

    Hi Karen,
    I also faced the same issue but solved it using alternative solution.
    1) Go to PF-STATUS and create a MENU BAR.
    2) Give Appropriate NAME and inside it  write FUNCTION CODE given for buttons under "Code"
    3) Appropriate description under "Text"
    4) Save and activate.
    Now,  execute the report and even if the buttons are going out of screen, you have option to select the button from MENU BAR.
    This is the best solution for this problem as far as i know.
    Also, if you re-size your window ; the you will get tabs with drop down.
    I hope this will help you in solving your issue.
    Regards,
    Rahul Mahajan

  • Transaction Time out error in EJB while using Websphere Application Server.

    Hi All,
    I am using Websphere Application server and getting the transaction time out error. By default the transaction time out is 120 second. I am using session bean for doing a set of transaction. These set are dynamically generated. Is there any way to set the transaction time out for only this session bean to infinite ?
    Thanks in advance
    Vivek

    Hi,
    According to WAS 6 , every opened connection has to be commited (or rolledback) explicitly (didnt try autocommit) before closing. Even if all you have done with that connection is a SELECT Query.
    This has apparently solved the same problem I was getting. implement it and see whether it helps you.

  • You don't have permission to use the application "ksfetch"

    When i finished install Google update software, It pop up "You don't have permission to use the application "ksfetch"" many times one day, I closed it, it pop up again.
    The pop up said"You don't have permission to use the application"ksfetch", For more information,contact the person who set up account"
    How can i fix it, does someone know? Thanks very much in advance.

    You may need to rebuild permissions on your user account. To do this,boot to your Recovery partition (holding down the Command and R keys while booting) and open Terminal from the Utilities menu. In Terminal, type:  ‘resetpassword’ (without the ’s), hit return, and select the admin user. You are not going to reset your password. Click on the icon for your Macs hard drive at the top. From the drop down below it select the user account which is having issues. At the bottom of the window, you'll see an area labeled Restore Home Directory Permissions and ACLs. Click the reset button there. The process takes a few minutes. When complete, restart.   
    Repair User Permissions

  • Projectors need more customization

    I've downloaded the trial of Flash CS3 and there are some
    remarkable improvements like the speed of ActionScript 3.
    I also noticed that the new version of Flash has the ability
    to make form based applications through an easy gui.
    I want to use Flash CS3 mainly for standalone applications
    and desktop games, problem I see is that Flash does not allow much
    of customization when it comes to Projector files.
    For example I cannot set my own caption for the Projector
    window or make the Projector window non-resizable which makes
    applications feel like Flash movies and not actual applications
    like a Delphi one or a C++ one.
    I think the following should be included in the next
    versions:
    fscommands
    fscommand("minimize") : To minimize a projector window.
    fscommand("allowresize","false") : To hide the maximize
    button on a form and disallow resizing of the Projector window.
    fscommand("keepaspectratio","true") : To keep the aspect
    ratio when movie is resized, fullscreen etc.
    fscommand("allowrightclick","true") : To hide the flash
    right click menu
    completely and allow on(rightClick) actions at last.
    fscommand("MyCustomCaption") : To change the Projector
    window caption from "Adobe Flash Player" to our custom title.
    fscommand("allowjoystick","true") : Veeery useful for games.
    It would allow joystick input, which would be translated via a
    simple mapping like joystickSetKey(KEY_DOWN,JOY_DOWN). Seriously
    you could use DirectX for this and there also many libs for OSX and
    Linux regarding joystick detection.
    fscommand("silentmode","true") : To reject all requests like
    webcam usage, shared object storage etc, and do not display any
    dialogs. In other words, Flash Player is in silent mode.
    more commands
    saveVariables("my.txt",variables) : To write flash variables
    into a text file, usable for keeping information about user
    settings or game data that not get deleted from "Flash cookie
    (shared object) cleaners". I know this could pose a security hole
    when used with online applications, that's why I am only requesting
    it for Projectors only.
    libraryFunction("my.dll","_myfunction",cdecl,arguments) : To
    call and use functions from .dlls, .dylib, .so etc. That would
    expand Flash like nothing else. It would result in more useful
    extensions as well.
    showMessage("MyCaption","MyMessage") : Useful for
    applications that need to use OS defined messageboxes.
    showBrowseFile("MyCaption","*.txt,Text Files| *.rtf, Rich Text
    Files") : Useful for applications that need to use OS defined
    browse for file dialog.
    showBrowseFolder("MyCaption","C:/") : Useful for
    applications that need to use OS defined browse for folder dialog.
    more projector customizations
    Custom Icon : Ability to set our own icon (.ico/.icns) for
    our .exe and .app projectors.
    Center Window : The window should be centered on the user's
    screen for projectors at least.
    Pause on lost focus : To pause the projector when it looses
    focus.
    Allow one instance : To allow only one instance of the
    particular projector.
    Screensaver Projector : Output as Win or Mac screensaver
    projectors, (just an idea)
    Better SWF Protection : There's been a rage with Flash
    Decompilers lately stealing everyone's work. I understand SWF is an
    open format BUT we need better protection from those who are
    stealing. The password mechanism and protect from import are dumb,
    as anyone with some hex editing knowledge can easily remove them.
    At least actionscript needs to be protected. And no, I refuse to
    use costy 3rd party tools, except it is something like a DRM tool.
    Now, I know some will probably say, "You can do this with
    Director!" or get "MDM Zinc" from multidmedia. The answer is "no".
    Director is a very hard to use program. It uses an obsolete and
    confusing language: "Lingo". The interface is puzzling and dull.
    It's way behind than Flash and its costy. MDM Zinc is good but not
    a full authoring environment so its kind of impractical to use,
    plus its costy as well. I don't care if that's going to be Flash
    CS3 Extended. This would be the version for me and everyone else
    wanting to create rich desktop applications and I will be buying
    it.
    Discuss.

    Yes I've tried jugglor some months ago but didn't like it
    since the end-user would need to have installed Flash Player in
    order for the .exes to run. Maybe I'll retry the new version
    sometime.
    I don't use swf studio, Used it a little and it messed my
    system twice.
    And yes, I sometimes use Resource Hacker for the title bar
    and menu, but my point would be not to need to hack into the Adobe
    runtime to actually customize something...
    Finally AIR looks like Adobe is trying to re-invent the
    wheel. Doesn't appeal to me. Plus it needs
    another runtime, in order for the
    standalone apps to work... why not integrate all that into
    Flash Player? The users will start getting confused...
    My point would be to make all the work via Flash. Not
    external wrapper apps, not AIR runtime required etc. I make my
    movie/application>I go to Publish settings>Check .exe/.app
    option>Define my projector preferences>Publish and I am done.
    Why Adobe can't just issue a Flash Extended version which would
    have more options for desktop applications, like they did with
    Photoshop Extended and 3D.

  • HT1342 so how do i know if i need more ram? (upgrade from snow- mt. lion)

    Here is the mac that i have. I want to upgrade from snow l. to mt, lion when it comes out. articles are saying that i will need 4gb even though the updae page says 2gb. how do i read the activity monitor to see if i need more ram for the update? or do i just need to wait, install teh update, and then check? I want to get this all done in the next month so help would be great!

    2 GBs is the minimum required. 4 GBs or more would be better. Your model supports up to 8 GBs.
    About OS X Memory Management and Usage
    Reading system memory usage in Activity Monitor
    Memory Management in Mac OS X
    Performance Guidelines- Memory Management in Mac OS X
    A detailed look at memory usage in OS X
    Understanding top output in the Terminal
    The amount of available RAM for applications is the sum of Free RAM and Inactive RAM. This will change as applications are opened and closed or change from active to inactive status. The Swap figure represents an estimate of the total amount of swap space required for VM if used, but does not necessarily indicate the actual size of the existing swap file. If you are really in need of more RAM that would be indicated by how frequently the system uses VM. If you open the Terminal and run the top command at the prompt you will find information reported on Pageins () and Pageouts (). Pageouts () is the important figure. If the value in the parentheses is 0 (zero) then OS X is not making instantaneous use of VM which means you have adequate physical RAM for the system with the applications you have loaded. If the figure in parentheses is running positive and your hard drive is constantly being used (thrashing) then you need more physical RAM.
    Adding RAM only makes it possible to run more programs concurrently.  It doesn't speed up the computer nor make games run faster.  What it can do is prevent the system from having to use disk-based VM when it runs out of RAM because you are trying to run too many applications concurrently or using applications that are extremely RAM dependent.  It will improve the performance of applications that run mostly in RAM or when loading programs.

  • How do i engage my 8 core mac pro to use all it's cores when using final cut pro and other applications that need processing power? at the moment they seem to be idle...

    how do i engage my 8 core mac pro to use all it's cores when using final cut pro and other applications that need processing power? at the moment they seem to be idle...

    First, did you use Setup or Migration Assistant? That can happen when coming from a PowerMac or sometimes even from another (Intel) Mac.
    Second, wait for the next version of Final Cut due very soon to ship (may have to wait for the ".1" of course to clean up any early issues.
    Final Cut Pro - Wikipedia
    There are a few apps that are better.  I think you can run multiple instances of Handbrake for one.
    I've read about and wanted to try PowerDirector 9 (Windows)
    PowerDirector 9 video software
    video editing software Wiki

  • MS-6570 (K7N2) all memory slots in use?

    Hi folks,
    and thanks very much for letting me participate on this forum. As a user of the famous k7n2-l (the first one with fsb 333) I use to have two memory sticks of each 256 MB of RAM from Infinion (333) in slots 1 and 3, because I want to take advantage of the 'twinbanking' effect (works well!).
    Due to my intense work with big audio files I need to have more than 512 MB of RAM now. My question is if I will be able to use the 'twinbanking' effect while having installed three modules of each 256 MB of RAM. Does the M/B start at all at that condition?  What problems do I have to expect?
    I thank you very much for your help in advance!
    So long

    soundmaster1,
    You get better performance when you are running in TwinBank. nForce has two memory controllers. Memory Controller One controls DIMM Slots 1 & 2. Memory Controller Two controls DIMM Slot 3. So you need a combined RAM in slots 1 + 2 = 3 and then you get TwinBank.
    That is why you see most of us running with two matched sticks of RAM.
    Take Care,
    Richard

  • To use Web Application Designer release 2004s do we need to have portals???

    Hi
    I would like some clarity regarding whther we need a portal or not.
    If you use Web Application Designer (SAP BW 3.x) it works fine, you can create reports and then it shows in SAP Easy Access under favourites. Executes fine, no portal is used.
    Now when I want to use the new Web Application Designer I can not execute the reports. Gives me error
    "Java communication error: RFC destination NOT_CONFIGURED does not exist", the window it appears in has a text saying it can't conect to the portal. Then notes that I look at regarding this seems that the connection between SAP BW and Portal must be set up.
    So can please someone tell me whether you need the portal to use the new Web Application Designer release 2004s
    Thanks in advance

    YOu neeed BI Java configured
    If you do not use any new BEx Web functions, do you have to install the usage types BI Java and EP?
    answer -SAP EP 6.0 Portals could be integrated into a federated portal system landscape using URL iViews.
    For more insights - FAQ
    Pls read carefuly should answer all your current and future questions.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/43008b6a-0901-0010-90af-c848d878bac3?rid=/library/uuid/a5067965-0901-0010-6f8a-bbf0b7424283
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/43008b6a-0901-0010-90af-c848d878bac3?rid=/library/uuid/cea68c65-0901-0010-f5a4-fd34189d8078
    Hope it Helps
    Chetan
    @CP..

  • I have an imac OS 10.4.11 and am using Safari 2.0.4. I would like to update this. I have 1 Gb memory. Do I need more memory to update my computer? I would also like to add an airport system and something where I could read word applications.

    I have an iMac OS 10.4.11 and am using Safari 2.0.4 I would like to update. I have only original 1 GB memory-do I need more to update?I would also like to add an airport or router and would like to add something where I could open word applications. Is it hopeless?

    Thanks. That's a Mid-2007 model with an Intel Core 2 Duo processor. You can run any version of Mac OS X on it up to and including Mac OS X Lion, though for Lion you'd need to increase the memory to at least 2GB, something I'd recommend doing anyway; it's inexpensive and often can increase performance. Your iMac can take up to 6GB if RAM; 4GB is probably a good compromise between cost and performance with a 4GB kit costing about $50.00 US from a reliable vendor such as Crucial.
    Your system already should have included the Airport wireless networking capability, so all you'd need would be a wireless (WiFi) access point (aka "router" or "base station") and an appropriate Internet connection. Apple's Airport Express and Airport Extreme, and the Time Capsule if you'd like to have a built-in hard drive for backups and extra storage, are good choices for a WiFi access point, but there are a number of other manufacturers.
    As to upgrading the operating system, as I said, you can upgrade to Mac OS X 10.5 Leopard, Mac OS X 10.6 Snow Leopard, or Mac OSX  10.7 Lion (the most recent release).  Apple no longer lists Mac OS X 10.5 on their web site, but if you call the Apple Store you may still be able to purchase a copy. Mac OS X 10.6 Snow Leopard is easily available as is Lion though with Lion you'd need the $69.00 USB flash drive installer or you'd need to purchase and install Snow Leopard first (other than on the flash drive, Lion is only available from the Mac App Store which can only be accessed from Mac OS X 10.6.6. or later). Before you decide, I'd strongly suggest you find out what versions of Mac OS X your applications and perpherals will support, either as they or with a free or affordable update. I'd suspect most of your applications and peripheral drivers would need to be upgraded, at least to support Snow Leopard or Lion. If you consider Lion, make sure of your applications; Lion will no longer run PowerPC-only applications, so many older appliations will not run under Lion.
    Finally, as to Microsoft Word documents which is what I presume you mean, you can of course just purchase Microsoft Office. There are other ways to work with Word documents, though. If you just need to view Word documents, TextEdit in MOSX 10.6 and 10.7 (and perhaps 10.5; I can't remember) can open and view many Word Documents. For something a bit more capable, you can purchase Apple's Pages, part of the iWork suite and now available separately for Mac OS X 10.6 and 10.7, or try one of the open-source solutions such as LibreOffice.
    Regards.

  • Need to find out how many users are using Siebel Application

    Hello all,
    I need to find out how many users are using Siebel Application?
    Is there a way I can find out?
    Thanks.
    yasun

    Hi,
    Read the following:
    http://docs.oracle.com/cd/B40099_02/books/SysDiag/SysDiagSysMonitor30.html
    http://docs.oracle.com/cd/B40099_02/books/SysDiag/SysDiagSysMonitor17.html
    For full information about server status and statistics red:
    http://docs.oracle.com/cd/B40099_02/books/SysDiag/SysDiagSysMonitor.html
    T.Abed

  • Adding pushbutton in application toolbar of HR programs  using LDB

    Hi all!
    I have a requirement to add a pushbutton in the selection screen application tool bar for the HR programs when using LDB PNP.
    Normally when we are using LDB in our program we will get a extra button provided by SAP after the execyte button. When we are creating a new button for this by using the table fields sscrfields with the function key as 2.
    But, the statement "SELECTION SCREEN FUNCTION KEY 1" is not showing any pushbutton in the application toolbar.
    The same question is already posted in SDN but no reply.
    Please provide your suggestion.
    Thanks,
    Rajan U

    Hi all!
    I have a requirement to add a pushbutton in the selection screen application tool bar for the HR programs when using LDB PNP.
    Normally when we are using LDB in our program we will get a extra button provided by SAP after the execyte button. When we are creating a new button for this by using the table fields sscrfields with the function key as 2.
    But, the statement "SELECTION SCREEN FUNCTION KEY 1" is not showing any pushbutton in the application toolbar.
    The same question is already posted in SDN but no reply.
    Please provide your suggestion.
    Ive found this keyword: SELECTION-SCREEN FUNCTION KEY n [ldb_additions].  Will this be useful??
    Thanks,
    Rajan U

Maybe you are looking for

  • Both  iphones on one itunes account phone calls problem

    Hi,i have 2 iphones both with different phone number ,after when upgrade them to ios8 when someone is calling to either of us both of them are ringing

  • Problem printing landscape files to postscript

    This is a recent issue, starting when I got a completely new machine and a fresh install of Acrobat Pro 9.12 (WinXP). When printing to landscape oriented documents to postscript (using any driver), the resulting PDF has a normal first page (turned to

  • What is the best way to reduce the size of my Library

    Over time I have been extremely lazy and have not managed my Library very well. I have used CS2 along side Aperture and have done all the following: 1 - Edited files in CS2 and then imported them into Aperture as a TIFF or PSD 2 - Edited files in CS2

  • Print spool immediately

    In an ABAP program, we call the function for a SMARTFORM,  within a loop. For each occurrence in the loop, the SMARTFORM generates an entry in the spool (transaction SP01) with ststus waiting. Only when the program finishes, does the spool send the S

  • HT2552 file not saved how do i get that captured movie

    While i capturing movie in quicktime using firewire DV cable, suddenly the camera switched off the quicktime stops the capture. but  the file not saved how do i get that captured movie