Placing fields in a position

hi everyone,
  U had given right answer but the thing is how can i place these dynamically created input fields in the required position just like (x,y)co-ordinates.
example: top of the screen or bottom of the screen or some other place on the browser. see the below code.
if(firstTime)
              IWDTransparentContainer con=(IWDTransparentContainer)view.getElement("RootUIElementContainer");
          IWDGridLayout layout=(IWDGridLayout)con.createLayout(IWDGridLayout.class);
             layout.setColCount(1);
           IWDAttributeInfo attinfo=wdContext.getNodeInfo().addAttribute("sample","ddic:com.sap.dictionary.string");
          IWDInputField input=(IWDInputField)view.createElement(IWDInputField.class,"textview");
          IWDInputField input1=(IWDInputField)view.createElement(IWDInputField.class,"textview1");
          input.setEnabled(true);
          input1.setEnabled(true);
          input.bindValue(attinfo);
          input1.bindValue(attinfo);
          con.addChild(input);
          con.addChild(input1);
    //@@end
                    KYAN........................

Hi,
You can't specify the (x,y)co-ordinates while placing the UIElements in webDynpro.
You can make use of different kinds of layouts like Grid ,Matrix,Row to arrange your UIElements.
Please go through the help in SDN  on different layouts.
Regards, Anilkumar

Similar Messages

  • Moving and properly placing fields in a FormsCentral form

    I've just started using this software that came with Acrobat XI and began designing a form from scratch.  Moving and placing fields in your desired location seems to be quite challenging unless there is something I do not understand about the process.  The primary annoyance is when using the left side handle to change the width of a field, all other fields above appear to be connected and all change widths together.  Also, moving a field along a horizontal plane always ha sthat field snap back to its original position.  Any help here?

    All th fields in the first column in FormsCentral share the same label width. You might want to try to put the label on top if you don't like this behavior.
    If you insert fields on the right on a form element then you can independently set its label width.
    You can only put a form element next to another one. If you want more horizontal "spacing" between element you can resize it by increasing the previous element width. In the image below you can see what you need to "drag"to increase spacing.
    Hope this helps
    Gen

  • Add field to item position overview of Purchase Order

    Dear SRM gurus,
    I'm working on a change request of a customer.
    They want to add a field to the item overview position of Purchase Orders.
    They are using SRM 4.0 in Extended Classic Scenario.
    When displaying the list of Purchase Orders only the headers are shown. When clicking on a header the item positions are shown below the header. In this item overview the customer wants a field to be added.
    The field to be added is the GL Account. The customer wants this field to be visible before opening the item of the Purchase Order.
    We already know which screen should be changed to display the field.
    The screen is SAPLBBP_PO_UI_ITS and screen number 4000.
    Is it possible to add fields to this screen?
    If it is possible, how can this be done?
    Thank you in advance for your support,
    Best regards,
    Jean-Pierre

    Is there a solution yet?
    At my company they also want  to add a column to block Items in Shopping Cart.
    The structures mentioned in the note are all in the item details but not in the overview.
    regards,
    Wim

  • Fields in Fixed Position

    Hey everyone
    I am having a problem with one of my reports. The problem is I want to have a field that has a fixed position on the report say, but whenever I run the report, it always moves my text right below the previous repeating frame or shows up on the last page only. I have set my property for this field to Show All Pages, but it doesnt' seem to work. How can I do this?
    Thanks, much appreciated
    Cheers

    Hi,
    Very nice explanation. Thanks.
    What you have to do is..
    As you said that after printing detail records the frame goes to almost 9 inches of each page and then in the end you want to print that last field. So in layout editor of you report i can see the field F_REPEATING_TEXT is close to that repeating frame. Just increase the size of repeating frame and make it vertical 9 inch in your layout editor. And keep the same distance for this field and frame in layout editor then set the repeating frame property VERTICAL ELASTICITY to FIXED. As i said in my previous post. Then your layout of report should look like this
    Repeating Frame
    |Field1  (Inside the repeating frame)|
    Repeating Frame End here
    F_REPEATING_TEXTSo, as you can see what you have to do now. Just expand the frame till end of you layout editor just leave the space for that repeating field and set property FIXED for repeating frame and the field property is correct. Then it will work..
    -Ammad
    Edited by: Ammad Ahmed on Apr 19, 2010 8:06 PM

  • Table& field names for position name(employee) in HR-ABAP

    Hi,
    wht r the table and fields for the following .
    exp: pa0001-plans = employee position number.
    employee position name = ?
    employee grade level = ?
    employee sub grade indicator = ?

    Employee Position name:
    If you have OM-PA integration active (table T77S0, key "PLOGI-ORGA", value 'X'), then the Description of the Position can be found in HRP1000, like this:
    SELECT mc_stext FROM hrp1000 INTO <my_var> WHERE plvar = <active_plvar>
    otype = 'S'
    objid  = PA0001-PLANS.
    If integration is disabled, description of the positions are in table T528T (field PLSTX).
    If I have understood well, employee grade and sub-grade are data that you can find in PA0008 (fields TRFGR - TRFST).
    Otherwise, try to explain me these fields (if they are related to Payroll or Personnel Developement or Personal Administration or..., and so on) and I'll help you.
    Hope this helps,
    Roby.

  • Work schedule: Approval field for a position - How to get it in ABAP?

    Hi all,
    could you please help me to find out how to get in a ABAP report the value of field Approval
    (RHCSHORA-CPROZT) that is shown in the Work Schedule tab in OM (PPOSE tx), starting
    from a position id? E.g. 100,00 (% of Standard value)
    Thanks in advance, bye.
    Angelo

    Hi,
    Are you asking about staffing Percentage?
    Check Table HRP1001 with relation ship A008 .
    get Weighting Percentage.
    Regards,
    Manoj.

  • 'Hierarchy Based Login' and 'Direct Reports' field in Dim - Position table

    Hello -
    I am trying to build a "My Team's" report, which basically shows the logged in Managers ( and his subordinates) revenues rolled up by default. Then the manager needs to drilldown on his name and see revenues grouped by his direct reports. I am using OBIEE 10G. In the out of the box RPD, there are two fields in the BMM layer called 'Hierarchy Based Login' and 'Direct Reports'.
    1. The 'Hierarchy based Login' field uses the INDEXCOL method to get relevant column from the W_POSITION_DH table based on the the Logged in users hierarchy level (the hierarchy level is stored in a session variable (HIER_LEVEL). This session variable works fine and i have tested the SQL)
    2. The 'Direct Reports' is using the same INDEXCOL method, just that it uses the formula HIER_LEVEL - 1. This works fine as well.
    The issue i am facing is neither of these out-of-the-box fields are assigned to the Position dimension (the position dimension also exists OOTB).
    So basically, i am able to create a manager and his direct subordinate report, but without any drill functionality.
    I am trying to get the report to drill all the way down to the bottom most level of the heirarchy.
    Any help to get this working is much appreciated

    What i meant was neither of these out-of-the box fields are assigned to a Dimension Hierarchy ( there is a hierarchy called 'Position' that already exists out-of-the box). Other fields in the 'Dim-Position' table are assigned to a level in this position hierarchy, except these two. I guess what i am trying to achieve is to dynamically assign the hierarchy level based on the users Hierachy level in W_POSITION_DH table.
    Thanks for spending time to look into my issue

  • Changing text  field (need more positions) of variant ZUK01 in FF67

    I am using a variant called ZUK01 in FF67. In that variant I have a Line item text field, but with not enough positions.
    Is it possible to change the field properties so I can change the positions of the field?
    I want to use the variant but need to feel in more text then I have positions.
    Is it possible to change it? So yes where can I find it?

    Hi,
    You could go to OT43 tcode (screen variant maintenance for manual bank statement); double click on your variant and note down your Field name (for text); then click on "Technical names" and note down the table and field for that field name. Then, from SE11; you can find out how many characters that field (data element) allows. Then, you can talk to ABAP team member for the possibilities: to enhance that data element or use another field for your purpose.
    Mani

  • Cursor placed in 2nd character position of an HTML page generated thru Web Bean.

    I am not sure if others have noticed it but in my HTML page (generated thru EDitCurrentRecord web bean), the cursor is not always placed in the first character position of a text box/text area.
    Is there a way that I can ensure that the cursor starts blinking in the first character position always (instead of the 2nd or 3rd character position)?
    Thanks in advance!

    This is a bug. I don't have a workaround for you. I will fix it in the next release.

  • Fields Value to Positive

    Is there any function module to convert all table field values which are negative to positive.
    Or i have to check one  by one all values.
    Ivneet

    loop at it_otput.
    if it_otput-amount < 0.
    it_otput-amount= it_otput-amount * -1
    modify it_output transporting amount.
    endif.
    Endloop.

  • Place dynamic field at correct position

    Hi all,
    I have a group in which i have created a dropdown
    As per my requirement on click of a button i need to generate the same dropdown, i/p field again
    I have achieved this but the dynamically created ui elements doesnt comes at the right position
    ie just under the first group
    Can some one please suggest me with this

    Hello,
    You can use the following code in the wddomodifyview() method to add elements inside the Group:
    data grp type REF TO cl_wd_group.
      data LR_FLOW_DATA         type ref to CL_WD_FLOW_DATA.
      data button   type ref to CL_WD_BUTTON.
       button          =  CL_WD_BUTTON=>NEW_BUTTON( ).
       LR_FLOW_DATA  =  CL_WD_FLOW_DATA=>NEW_FLOW_DATA( element = button ).
       button->set_text( value = 'Check').
    grp ?= view->GET_ELEMENT( 'GRP' ).*  where GRP is the id of the Group created at designtime.
    grp->add_child( button ).
    Thanks.

  • Placing Fields by hand

    I'm familiar with creating Adobe Forms to be filled in by the recipient, auto and manual. My issue is when I try and place fields by hand the boxes do not resize properly. I put the cursor in the corner and drag to the size I want for the field but it appears to only go with certain sizes...ergo the box ends up being too big for the space. I'm guessing this is a fix in preferences?
    Any help would be greatly appreciated.

    Michael- Thank you so much for taking your time, offering your help and providing assistance. It is truly appreciated and as I'm sure you know solved the problem. Thank you so much!!

  • Placing Fields in Window

    Hi Everyone,
    I am new to java and I am trying to create a window where I can enter an address.
    I could not figure out how to place the JTextFields where I want to. This is how I want to place them.
    Name
    Address1
    Address2
    City, State Zip
    Please help????
    Thanks in advance.
    Ralph

    You are going to have to learn how to use layout managers. There's a pretty good tutorial on the sun.com site, but they have been having some issues for the past couple of days. Anyways, here's the link
    http://java.sun.com/docs/books/tutorial/uiswing/layout/using.html

  • Problems for printing checks - field positions

    Hello, I need help with a report
    I have to do the printing of checks, the size of the check sheet is 7.6 cm in height and 22cm in width.
    I have to print 4 checks on each page, then created a sheet of 30.5 cm in height and 22 CDM wide.
    when I print out all the fields out of position and is small print on the sheet, the fields do not
    are in the same position as in the report appear to be, I am using an HP1300 printer and sometimes
    appears on the last sheet the following message "PCL XL ERROR: ILLEGAL MEDIASIZE.
    How can I fix this?
    Thank you for your attention.

    We print cheques all the time and it is trial and error because depending on the version of Crystal you are using you have to take into consideration of the page margins.
    print an example of the cheque on a blank piece of papper then hold it up to the actual cheque to see if the alignent is correct. once you believe you have the align correct then do a test print on a actual cheque.

  • Text Object with a Paramter Field in It

    think I am losing my mind.  I have a text object on my report for the 'From' and 'To' dates on a report.  So that the spacing works between the words, I add a text object to my report and type the word "From" (without quotes).  Then, I drag the start date into the field next to the word From.  Then I type "To" and insert the ending date.
    I right justify the contents of the field.  I position the object on the right side of the report (not right at the margins about 1/4" in).
    Just above this combined field, is a special field with the print date.  It is also right justified and the two fields are right aligned.
    The problem is when the report prints, the combined field isn't truly right justified.  There are what appears to be extra spaces in it.  The fields look similar to this...
                                                             02/20/2009
            Report range 01/01/2008 to 12/31/2009
    They should be perfectly aligned based on the CR layout.  I have done some testing.  If I remove the text and just leave the dates in the text object, I have the same results.  It looks like it has something to do with the brackets that get placed around the parameter field when it is placed inside the text object.
    Report range {?datdeb} to {?datfin}
    Has anyone else run across this?  I have noticed this on several of my reports and decided to try and find a solution.
    Could it be a variable font issue?  The problem goes away if I use Lucida Console (a fixed width font).  It is somewhat better but not perfect with Verdana as the font.  It is horrible when using Arial.  I can't believe this is an issue that others have not run across. I searched the forum with no luck.
    Thanks in advance.
    Gilley Estes

    With the help of one of our programmers, he suggested using a Trim function in case there were extra spaces in the field.  So this is what I ended up doing.
    Created a formula with the following:
    "Report Range " + Trim (totext({?datdeb})) + " to " + Trim (totext({?datfin}))
    ?datedeb = beginning date parameter
    ?datefin = ending date parameter
    By using the trim function, the extra spaces that were inserted into the field were removed. 
    Go figure!  Oh well... At least there is a solution.
    HTH someone in the future...
    Gilley

Maybe you are looking for

  • How do i import photos from iphone to windows pc without the autoplay

    My phone doesnt have space anymore for me to upgrade IOS7 and would really appreacite if someone could help. i have to import pictures to my computer and somehow that autoplay option is not coming on and also the phone is not showling under the remov

  • FTP Load-Balancing in DSR mode

    Hello Experts ..  Need some clarity on FTP LB under DSR mode ....  I have my DSR working fine for normal http traffic , but facing issues with FTP on the same , please find the configs attached below  Topology  Client ( 10.20.10.101)   -----> CAT6k  

  • Lion Taking longer to shut down?

    Hello! I downloaded and istalled Lion with no problems. I noticed however an increase in the shutdown time. With SL it would shut down almost instantly. With Lion I'm getting the spining wheel for about 20 seconds before complete shutdown. Is it norm

  • Append a folder path to a folder

    Does anyone know how to append a folder path tp a folder using my code below, what am i doing wrong $archive = 'c:\archive\' #Make Destination Datestamp Folder New-Item -Path $archive -ItemType Directory -Name ("Junk_$(Get-Date -f dd_MM_yyyy)") $toda

  • Error Installing Netbeans IDE in Red Hat EL 5

    Hi, I tried installing the netbeans IDE+SDK in the terminal as root but got the following error Error:Cannot Run the installer in graphical mode, pls use -console or silent flag can some one pass a hint. Thx.