Changing prompt position in combobox?

Hi
I  change the height of my comboBox to fit with what I need.
Now the text in the prompt is sitting too low.
I was wondering if it's possible to alter the y attribute of the prompt, and where in the component you would find it?
Thanks
Shaun

Yes,
Actually, I have to display a '1' or a '0' in one of my report depending on the difference between requested quantity and ordered quantity. I created a calculated ratio :
( req_qty-ord_qty == 0 ) * 1
That works fine at a detailled level (request doc number).
When I display on agregated levels, it doesn't sum the '1', but it does the difference between the sum of req_qty and the sum of ord_qty.
So I tried to calculate it during the transformation. That works for Doc Number with one Item.
I don't want the Item dimension in my infocube. Hence I want to sum the req_qty and ord_qty of the different items of a doc number before testing my condition.
Here is the code:
LOOP AT RESULT_PACKAGE ASSIGNING <RESULT_FIELDS>.
  AT NEW DOC_NUM.
     CLEAR v_diff.
  ENDAT.
v_diff = v_diff + <RESULT_FIELDS>-/BIC/RQTEDHA - <RESULT_FIELDS>-PO_QTY.
AT END OF DOC_NUM.
   IF v_diff EQ 0.
   <RESULT_FIELDS>-/BIC/ZCOMPTEUR = 1.
   ENDIF.
ENDAT.
ENDLOOP.

Similar Messages

  • Report is not getting refreshed after changing prompts once again?

    HI,
    I am running some webi and deski reports using webi sdk also i'm handling the prompts of
    report.
    Problem is that if i ran the parametrized webi or deski report then my application shows the prompt page
    then i fill all the prompt for the report it shows the data for selected prompt values.
    But if i once again changed prompt values it shows data of previously selected prompt values not for
    the currently changed prompt values. means reports not getting refreshed.
    sometimes its work correctly.
    What will be problem?
    How can i resolve this issues?
    Please help me
    Thanks in advance
    Harshad

    The workflow is:
    1. Refresh
    2. Set Prompts
    3. Get View.
    then repeat.
    Are you refreshing before setting prompts?
    Sincerely,
    Ted Ueda

  • How to Change the position of Column in ALV report

    Hi Follks,
        Is is possible to change the position of column in ALV report?.If yes then how?
        Basically my requirement is, that user want afacility where , he should be able to change the position
        of column aftre he runs the report.
        Eg: After running the report , user felt that column 5 should be at position 2 , in that case he should   
               be able to drag column 5 at position 2 and vice versa.
        Please help me, how to solve this issue.
        Note : I am using NW 7.0 SP 9
        Regards
        PG
    Edited by: PG on Apr 13, 2009 11:10 AM

    HI PG,
    do below whie filling the filed catlog
    wa_fieldcat-fieldname        = 'Field1".
    wa_fieldcat-COL_POS = '1',
    append wa_fieldcat to it_fieldcat.
    wa_fieldcat-fieldname         = 'Field2".
    wa_fieldcat-COL_POS = '2',
    wa_fieldcat-fieldname         = 'Field3".
    wa_fieldcat-COL_POS = '3',
    Thanks!

  • Is it possible to change the position of beining of text in a standard report

    Hi,
         I am wondering wether it is possible to change the position of the test (the starting point) in a standard report. I would like to print a label with different texts at different positions. If its not possible in a standard report is there any other way to do it.
    Thank you,
    Mudda.

    Hi Mudda, I don't see any way myself to set any particular starting position for your text. It looks like the best way to emulate this behavior would be to add a new line with lots of tab characters or spaces to place your new text at a specific offset from the left. You can also use Append Table to Report and wire in a 2D string array with only a few positions filled in with your various text labels as shown below. This will space text labels pretty well across the page. Try it out and see if it works for you. You could be more clever and build the 2D array programmatically if you wanted more control over position.
    Message Edited by Jarrod S. on 06-02-2006 05:37 PM
    Jarrod S.
    National Instruments
    Attachments:
    Set_Report_Position.JPG ‏69 KB

  • Change of Position in MSS with Process and Forms

    Hi,
    I'm trying to create authorizations for a change of position in Process and Forms, but every time that I choose a new position to the employee I get the error, No authorization, with this details:
    No authorization
    Message no. 5A277
    Diagnosis
    You are not authorized to perform this activity.
    System Response
    The system cancels the activity you have tried to perform.
    Procedure
    If necessary, you can maintain missing authorizations in Customizing. Please remember that both the standard authorizations and the structural authorizations are checked.
    I have managed to change the position and create positions in SAP with t-code PPOME, but in the MSS Portal it doesn't work.
    I use authorization with context ( S_ORIGINCON ) with a FM in the structural profile that returns my objects ( O, S, P ). I also have personnel planning authorization ( PLOG ) for the returned objects.
    Any help to overcome this problem will be greatly appreciated.
    Regards,
    Diogo Silva.

    Hi there,
    We stop using SAP code to manipulate the infotype 0001, and started using our own code throw generic services I guess (Not my part of the project).
    The problem was that in a change of position for a new created position or even for an existing position there was a need for access to the default position OBJID='99999999'. That's why when you give authorization for object OTYPE=' ' and OBJID = ' ' you will not get an error, because it gives authorization for all objects, witch defeats the purpose of security.
    If you debug the functions used by the portal (MSS or ESS) you will see that in some FM on the call stack there is passed a flag that controls wether or not there is a authorization check for that default position.
    Basically ww stop using the SAP code, and started calling this FM (BAPI, etc) ourselves, and them we manipulated that flag so that we could circumvent the error.
    I hope it was clear, sorry if it was not, truth be told it was a long time since I finish that project.
    If you need anymore help just let me know.
    Regards,
    Diogo Silva.

  • Can I change the position of  change bars from left margin to right margin?

    I want to display the change bars in right page margin. If the page is odd page,The change bars position is in left page margin. If the page is even page,The change bars position is in right page margin.

    The global properties for Change bars are found in the Format > Document > Change Bars... menu option (or <esc> o b keyboard shortcut).
    The property that you need to change is Position:
    Depending upon which of the right or left margins is larger, you'll need to set this to "Side Closer to Page Edge" or "Side Farther..." to position the bars to the outside edges of the respective pages. If you have a symmetric layout, then "Closer" places on the left side (of all pages) and "Farther" places on the right.
    However, if you have multiple columns, the change bars will appear between the columns and will shift depending upon which page edge is closer, i.e. the middle columns may be left or right on any given page.

  • How to change the position of a window created in the script?

    Hello to all
    A window called from another window are the same size. How can change the position of the window relative to the caller call window?

    That is worked, but for abs.coord. How make releative coord.?
    When I include that in my script, window show without elements ! See attachments №2

  • How to change the position of a rectangle dynamically

    Hi,
    I am designing a form, where the position of a rectangle has to be changed dynamically. I'm trying with Set_Item_Property(Position property). But I'm unable to change the position. I need some information regarding this graphics object. Normally, we attach block name with the items. Then for these graphics object, what will be attached. I'm using Forms 6i version.
    Regards,
    Alok Dubey

    you can use a stacked canvas with the rectangle in it. Then you can change the position of the canvas at runtime. Problem is, that the canvas overlaps objects...

  • How to change the position of label of an item to be in the rigth side?

    Hi ,
    I want to change the position of the label of an item (displayed as text field) to be in the rigth side of the text field of the item instead on the left side of the text field of the item?
    Thanks in advance
    Yoel

    Hello Yoel,
    >> I want to change the position of the label of an item (displayed as text field) to be in the rigth side of the text field of the item instead on the left
    Are you talking about a single item among others, which will be left at the left side, or are you talking about the entire page (Right-To-Left page orientation)?
    I’m afraid Leo suggestion will not help you either way. The “Horizontal / Vertical Alignment” field, in the label section of the item, pertains to the alignment within the ‘TD’ cell of the item’s label, which by default is located to the left of the item. Within this cell, you can choose several alignment options, including right and left.
    Regards,
    Arie.

  • How can we change the position of an employe in 0001

    Dear Friends,
                   I would like to change a record (either by copy/change) for infotype 0001 in order to change the position of any employee. Through PA30 when iam trying to do a copy
    i found that the position field is only non-editable mode . Could any one let me know what is the procedure if you want to change the position of the employee.
    regards
    syamla

    Hi syamla,
    To cahnge position proceed in the following way:
    Go to Pa30, select personnel number for whom u want to change position, select infotype 1 and click on "overview" icon.
    In the "List actions" screen u will find one or many actions. Now select one action (where u want to change position) and click on "Copy" icon. Now u will reach "copy actions screen", and postion is field is editable. Change position. U might get this entry deletes a record, press enter. Save ur entries and continue to org. assignment infotype. save org. assignment infotype also.
    Hope this will help u.
    Reward points if helpful
    Rajesh Panda

  • Why can't I change the position of the 'Top Collections' feature box?

    In Public Site Manager I can select or de-select and change the position (ordering) of all the feature boxes on my provider page except for 'Top Collections'. As a result of this 'Top Collections' remains fixed at the bottom of the page. I'd like to move it to the top of the page so it's the first feature box that users see. What gives?
    Options in Public Site Manager (notice there is no option to select or move 'Top Collections')
    iTunes U Provider Page (notice that 'Top Collections' is at the bottom of the page)

    Hi Julie
    Thanks for the reply.
    I can move the 'Top Downloads' box but not the 'Top Collections' box.
    I don't use the What's New feature box so unfortunately I can't comment on that. In regards to the ordering in custom feature boxes I think it's no longer possible order the items. Or rather you can order the icons in Public Site Manager but in iTunes it orders them automatically by 'Most Popular', 'Name' or 'Release Date', with Most Popular being the default option. I do have my doubts, however, about the reliability of the 'Most Popular' ordering. I know for a fact that there are many collections / downloads on my iTunes U site which are way more popular than those that iTunes deems to be the most popular.
    Regards
    Tom

  • Can I change the position of the 'x' to close tabs?

    I know it's not in preferences, but hoping there might be some sort of default I can set via command line?
    I'm using Safari 6 on Mountain Lion. All the other browsers have the close control on the right.

    At present there is no way to change the position of "X" in the tabs.
    To the best of my knowledge  there is no  "defaults write" command to enter in terminal.
    Best.

  • Can I change the position of the Get Info window?

    Can I change the position of the Get Info window?

    If you want to open the "Get Info" panel in the center of your screen, define the following Automator service and install it in the "Services" Folder of your User Library. This service will be available when you ctrl-click a file or folder in the pop-up menu and it will open the "Get Info" in the center of the screen.
    Open Automator and select New -> Service.
    Select: Service receives "files or Folders" in "Finder.app"
    Drag a "Run Apple script" action from the Actions pane -> Utilities onto the Workflow
    Paste the following script into the action, after (* Your script goes here *) and before "return input"
              tell application "Finder"
      activate
                        set {d1, d2, d3, d4} to (get bounds of window of desktop)
      open information window of item input
                        set {i1, i2, i3, i4} to (get bounds of information window 1)
                        set position of information window 1 to {d1 + (d3 - i3 + i1) / 2, d2 + (d4 - i4 + i2) / 2}
              end tell
    Save the service and name it e.g. "centeredGetInfo". It will be installed in your library -> Services.
    Now you can ctrl-click any File or Folder, and in the Services Section of the pop-up menu you will see your new service "centeredGetInfo", also in File ->Services in the Finder, when you select a Finder item.
    You can bind this service to a keyboard shortcut in the keyboard preferences and use it like the standard "Get Info"

  • How can i change the position and size of the applet

    dear fellows,
    how can i change the position and size of the applet in which form is running over the web.
    thanx
    Mochoo

    Yes, you can add the following line to your formsweb.cfg section :
    HTMLbodyAttrs=onLoad='javascript:self.moveTo(100,100)'
    if you are in SEPERATEFRAME = FALSE
    Or Set_Window_Property( FORMS_MDI_WINDOW, POSITION, X, Y ) ;
    if you are in SEPERATEFRAME = TRUE

  • Change Prompt in Sql Plus

    Hi
    How can I to change Prompt in Sql Plus for to show Enviroment and user ?

    this wont work for a pre 10 client.
    there you can set the prompt manaualy and this is not dynamic.
    make a login.sql
    and place the following in the file.
    column sqlprompt_col new_value sqlprompt_value
    set termout off
    define sqlprompt_value='NOT CONNECTED'
    select sys_context('userenv','SESSION_USER')||case when sys_context('userenv','ISDBA') = 'TRUE' then ' as sysdba ' end ||'@'||sys_context('userenv','DB_NAME')||sys_context('userenv','INSTANCE') ||'('|| case when instr(sys_context('userenv','HOST'),'.')>1 then substr(sys_context('userenv','HOST'),1,instr(sys_context('userenv','HOST'),'.')-1) else sys_context('userenv','HOST') end ||')' as sqlprompt_col from dual;
    set termout on
    set sqlprompt '&sqlprompt_value SQL> '
    after connecting sqlplus will look for a login.sql file in you present working directory or in its $ORACLE_HOME\sqlplus\admin directory.
    if you reconnect is needs to be run again because it is not dynamic.
    there is no workaround for pre 10g clients

Maybe you are looking for

  • Not able to save the ibot

    Hai, When i perform same in the latest version i am able to do this. but when i am doing in the 10.1.3.2.1 it displays error as, 1)when i click on the Delivers--> System Delivery Profile not available:      Error finding SA System subject area. See t

  • COPA Re-alignment fro new value field

    Hi, I would like to know if the COPA realignment would popolate the values for a new value field for the past transactions. Regards Venkata Devaraj

  • Installing Boot Camp with Windows XP

    I just bought a new game for my computer, but as it turns out, it's a PC ONLY game. So I thought I'd try out Boot Camp for the Mac. I went to http://www.microsoft.com/windows/windows-xp/default.aspx and clicked on "Important: Download Windows XP Serv

  • Load data in xml file into Pdf form created by LiveCycle Designer

    I want to load data in xml file into Pdf form when Pdf opened and Form field will be filled with data from xml file .I try to use $host.importdata("filename.xml"); But i could not find suitable place to run my code. Can anyone give me some advice? th

  • Cant get iEyeNet running ! Need help, please!

    hello to all i want to use this widget (iEyeNet): http://www.apple.com/downloads/dashboard/networking_security/ieyenet.html unfortunately it doesnt work. maybe someone can help me get iEyeMonitor running? this is my wireless configuration: First Airp