Layout for the angles of screen in swing application?

I have noticed that does not exist a layout for the angles of the screen.
I tried way in order to make it.
Example => NorthEst o NortWest, SouthEst and SouthWest.
Thanks

import javax.swing.*;
import java.awt.*;
public class Frame3
    extends JFrame {
  JPanel jPanel1 = new JPanel();
  JPanel jPanelForm = new JPanel();
  JPanel jPanel3 = new JPanel();
  GridLayout gridLayout1 = new GridLayout();
  GridBagLayout gridBagLayout1 = new GridBagLayout();
  JLabel jLabel1 = new JLabel();
  JTextField jTextField1 = new JTextField();
  JButton jButton1 = new JButton();
  public Frame3() {
    try {
      jbInit();
      pack();
    catch (Exception ex) {
      ex.printStackTrace();
    this.setVisible(true);
  void jbInit() throws Exception {
    this.getContentPane().setLayout(new BorderLayout());
    jPanel1.setLayout(new BorderLayout());
    jPanelForm.setLayout(gridBagLayout1);
    jLabel1.setText("jLabel1");
    jTextField1.setText("jTextField1");
    jButton1.setText("jButton1");
    jPanel1.add(jPanelForm, BorderLayout.WEST );
    jPanelForm.add(jLabel1, new GridBagConstraints(0, 0, 1, 1, 0.0, 0.0
                                                , GridBagConstraints.CENTER,
                                                GridBagConstraints.NONE,
                                                new Insets(0, 0, 0, 0), 0, 0));
    jPanelForm.add(jTextField1, new GridBagConstraints(1, 0, 1, 1, 0.0, 0.0
        , GridBagConstraints.CENTER, GridBagConstraints.NONE,
        new Insets(0, 0, 0, 0), 0, 0));
    jPanelForm.add(jButton1, new GridBagConstraints(2, 0, 1, 1, 0.0, 0.0
                                                 , GridBagConstraints.CENTER,
                                                 GridBagConstraints.NONE,
                                                 new Insets(0, 0, 0, 0), 0, 0));
    this.getContentPane().add(jPanel1, BorderLayout.NORTH );
  public static void main(String[] arg) {
    try {
      UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
    catch (Exception ex) {
    new Frame3();
}

Similar Messages

  • How can I modify the UI for the crystalreportviewer prompt screen ?

    <p>Hi,</p><p> I am using Crystal Report XI with JRC.</p><p>I have come across a couple of issues. My report accepts 2 parameters from the user. One is a date field and the other is the &#39;Period&#39;. I have provided a drop-down having values as Daily, Weekly, Monthly, Quarterly, Yearly.</p><p> The following are the issues that I have come across:</p><p>1. Selecting a value from the drop-down and submitting the form gives the following error.</p><p>     [java] 17:46:20,265 INFO  [STDOUT] 17:46:20,265 ERROR [com.businessobjects.reports.sdk.JRCCommunicationAdapter] JRCAgent11 detected an exception: The value for parameter `Period` must match one of the specified default values.<br />     [java]     at com.crystaldecisions.reports.dataengine.d.case(Unknown Source)<br />     [java]     at com.crystaldecisions.reports.dataengine.d.at(Unknown Source)<br />     [java]     at com.crystaldecisions.reports.dataengine.d.new(Unknown Source)<br />     [java]     at com.crystaldecisions.reports.common.as.a(Unknown Source)<br />     [java]     at com.crystaldecisions.reports.common.ae.a(Unknown Source)<br />     [java]     at com.businessobjects.reports.sdk.b.k.a(Unknown Source)<br />     [java]     at com.businessobjects.reports.sdk.b.s.do(Unknown Source)<br />     [java]     at com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(Unknown Source)<br />     [java]     at com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(Unknown Source)<br />     [java]     at com.crystaldecisions.proxy.remoteagent.x.a(Unknown Source)<br />     [java]     at com.crystaldecisions.proxy.remoteagent.q.a(Unknown Source)<br />     [java]     at com.crystaldecisions.proxy.remoteagent.q.else(Unknown Source)<br />     [java]     at com.crystaldecisions.proxy.remoteagent.q.for(Unknown Source)<br />     [java]     at com.crystaldecisions.proxy.remoteagent.q.do(Unknown Source)<br />     [java]     at com.crystaldecisions.proxy.remoteagent.q.if(Unknown Source)<br />     [java]     at com.crystaldecisions.proxy.remoteagent.u.performDo(Unknown Source)<br />     [java]     at com.crystaldecisions.proxy.remoteagent.u.a(Unknown Source)<br />     [java]     at com.crystaldecisions.sdk.occa.report.application.DataDefController.a(Unknown Sour<br />ce)<br />     [java]     at com.crystaldecisions.sdk.occa.report.application.ParameterFieldController.modify(<br />Unknown Source)<br />     [java]     at com.crystaldecisions.sdk.occa.report.application.ParameterFieldController.modify(<br />Unknown Source)<br />     [java]     at com.crystaldecisions.sdk.occa.report.application.ParameterFieldController.setCurr<br />entValues(Unknown Source)<br />     [java]     at com.crystaldecisions.sdk.occa.report.application.ReportSource.a(Unknown Source)<br />     [java]     at com.crystaldecisions.sdk.occa.report.application.ReportSource.a(Unknown Source)<br />     [java]     at com.crystaldecisions.sdk.occa.report.application.ReportSource.getPromptParameterF<br />ields(Unknown Source)<br />     [java]     at com.crystaldecisions.sdk.occa.report.application.AdvancedReportSource.getPromptPa<br />rameterFields(Unknown Source)<br />     [java]     at com.crystaldecisions.sdk.occa.report.application.NonDCPAdvancedReportSource.getPr<br />omptParameterFields(Unknown Source)<br />     [java]     at com.crystaldecisions.reports.reportengineinterface.JPEReportSource.getPromptParam<br />eterFields(Unknown Source)</p><p> When in the report I set allowcustomvalues to true then it accepts the value selected from the dropdown. But in this case the prompt screen shows a textbox next to the drop-down that gets populated on selecting any option from the dropdown. This textbox is editable and can accept any value. Is there a way I can get rid of this textbox. Also i would like to know why the drop-dwon by itself is incapable of passing the value.</p><p> 2. Secondly, Is there anyway I can change the UI for the crystalreportviewer prompt screen being displayed for accepting the parameters from the user. As per my clients requirement the messages displayed in the prompt screen should be customised.</p><p>3. The third issue is with the date parameter. When a date is selected using the calender control the textbox gets populated in the following format Date(yyyy,mm,dd). My requirement is that this should be a userfriendly format like mm-dd-yyyy. I have succesfully modified the crystalreportviewer javascript so that the calender returns the date in the required format i.e. mm-dd-yyyy. But in this case the date parameter is not accepted though no error is displayed on the console. I have tried rechanging the format into Date(yyyy,mm,dd) before the prompt form is submitted but even this didnot help. What can I do to overcome this problem? </p><p>Any help with respect to the above problems will be highly appreciated.</p><p>Thanks & Regards</p>

    <p>From the looks of it, the default parameter prompt screen isn&#39;t really fitting your requirements.  You have a number of requests for modification.</p><p>In your case I think the best thing to do would be to create your own parameter prompt screen.  You can use the SDK to create a page that works for all reports by inspecting the reports parameters before you set the values.</p><p>This would allow you the flexibility of easily meeting your customers requirements.</p><p>Point 1 - I&#39;m not sure.</p><p>Point 2 - There isn&#39;t much access to change the prompt screen.</p><p>Point 3 - I&#39;m not sure why you would want to change the formatting of the Date when you are already using a calendar object to get it.  It sounds like you might have a small mistake in the way you edited the javascript.</p><p>I really think you are probably better off creating your own prompt screen. <br /></p><p>Rob Horne<br /><a href="/blog/10">Rob&#39;s blog - http://diamond.businessobjects.com/blog/10</a></p>

  • In itunes 10.6, when I click to burn a cd, it takes 10 minutes for the  "Burn Settings" screen that allows me to choose which cd burner to use to be displayed. I have tried setting the UpperFilters to "GEARAspiWDM" and LowerFilters to null. Any suggestion

    In itunes 10.6, when I click to burn a cd, it takes 10 minutes for the  "Burn Settings" screen that allows me to choose which cd burner to use to be displayed. I have tried setting the UpperFilters to "GEARAspiWDM" and LowerFilters to null. Any suggestions?

    Many thanks for the diagnostics.
    Failed while scanning for CD / DVD drives, error 2380.
    Error while opening iTunes CD driver.  This could be caused by a corrupted iTunes file or a conflict with other older CD burning applications, either currently installed or previously installed and uninstalled incorrectly.
    With that one, I'd start with solution 3 from the following document:
    iTunes for Windows: Optical drive is no longer recognized, or "Disc burner or software not found" alert after install

  • What has the Apple support team done to the Top Sites screen? I just accepted an automatic update to be downloaded to my iMAC, and as a result of this "fix installation" the layout of the Top Sites screen has been terribly "destroyed"! What's the idea?

    What has the Apple support team done to the Top Sites screen? I just accepted an automatic update to be downloaded to my iMAC, and as a result of this "fix installation" the layout of the Top Sites screen has been terribly "destroyed"! What's the idea?

    If you are referring to the non-panorama , but rather the flat look, well that's what they did.
    You can give your opinion here:
    http://www.apple.com/feedback

  • Editing The Fax Layout for the Send Message window

    Dear All
    Is it possible to view and edit the Fax Layout for the Send Message windows in SAP B1 9.0 PL52
    Best Regards
    shayan

    Hi,
    Please check SAP notes:
    693493
    - Recommended method for sending a fax via SAP Business One
    693490
    - Verifying a fax layout before it is sent to a customer
    Hope helpful.
    Thanks & Regards,
    Nagarajan

  • Questions for the end users in Building an application.

    Questions for the end users in Building an application.
    Hello,
    I am assigned a project in building a CF application. As far
    as the business requirements, I have an idea from the MIS people.
    However, I have a meeting with direct users and I have to ask
    questions to add to my requirements. I am still a beginner in this
    but I need to ask questions.
    Can anyone give me tips? what basic / important questions?

    For starters,
    DO:
    Ask them to discuss what they want to do with the application
    Try to understand their level of computer literacy
    Keep your conversation non-technical
    Continue to interact with the users during the design and
    development process
    Try to identify a "champion" with whom you can interface as the
    project progresses
    DON'T:
    Use technical terms or discuss technical issues
    Talk down to them
    Promise delivery dates until you have documented their
    requirements and they have approved them

  • Screen layout for the asset class

    Hi,
    I know the name of the screen layout used for a particular asset class, now in that screen layout I want to see which fields are mandatory and which are not. Where can I see that?
    Please help .
    Many Thanks

    Hi,
    If you want to see the fields in screen layout go to spro - Asset accounting - Master data - screen layout - Define Screen Layout for Asset Master Data - click on Define Screen Layout for Asset Master Data
    there you will find the fields which are mandatory / optional
    Kedar

  • Resizing websites to optimize for the most common screen size

    Hi,
    I have recently designed and produced my first website.  When designing it I looked at the pixel sizes of the range of screens in our office (no widescreen), and I have designed it to suit.  The website fits fine on our screens in our office, but when it has been viewed on some home PC's, it is too large to fit on the screen and you have to scroll across to view the entire website.  Is this because the home PC's screens are older and smaller pixel size?
      My website is designed at 1160px width / 805px height.
    - Is there a way I can easily optimize the website to enable it to fit all screens?
    - If not, what would you suggest the best dimensions are to enable non-widescreen viewers to view it correctly.
    - My website is approx 60 pages, is there an easy way to make this change, with out re-designing the entire websites.
    Thanks
    Andy

    I just had to do this for a site just recently, but in reverse, but admittedly, not 60 pages  :-)  It was originally designed for 800px wide browser window - so it was set at 760px width.
    I had used a template (dwt) original, so it was only a matter of increasing the size of the various elements in my original png file (header, body bg image that repeated down the page and the footer).
    Because I'd used a CSS layout, it was very easy to change.  Opened the DWT file, opened the css file and make the size adjustments to the various divs etc., and hey presto a larger size website  :-)
    If you post a link to your page, so people can see how you've constructed it, may help get you some advice on how to make changes so it fits approx 960-980px for a 1024 window size.
    Nadia
    Adobe® Community Expert : Dreamweaver
    http://twitter.com/nadiap
    Unique CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com

  • How to create the select option for the Plant in screen (Module pool)

    HI,
    I am developing one module pool program and I have below requirement,
    currently plant is acting like PARAMETER and the now it should be changed to select option.
    how to create the select option in the screen
    Thanks and regarding,
    Malla
    Moderator message - Cross post locked
    Edited by: Rob Burbank on Dec 16, 2009 1:41 PM

    Steps to get SELECT-OPTIONS in module pool programs.
    1.Start one dialog program with SAPMZ_001.
    Place the below code in the TOP include of the dialog program.
    TABLES marc.
    SELECTION-SCREEN BEGIN OF SCREEN 3200 AS SUBSCREEN.
    SELECT-OPTIONS: werks FOR marc-werks.
    SELECTION-SCREEN END OF SCREEN 3200. 
    2 .Create one screen 3000.
    Go to Layout of the screen and Define subscreen area on the screen and Name it as l_subscreen.
    Place the below code in the Flow logic of the screen.
    PROCESS BEFORE OUTPUT.
      CALL SUBSCREEN l_subscreen INCLUDING 'SAPMZ_001' '3200'.
    PROCESS AFTER INPUT.
      CALL SUBSCREEN l_subscreen.
    Activate all.
    Create Transaction code for the dialog program .
    Execute the transaction code. You will see the select-option for werks how we see on Selection-screen.

  • Multiple layouts for the same user in the same portal

    Hello.
    I have a challenge.
    Currently there is a portal (6.40) running as a frontend for an application. So the portal is used for only this purpose. The content is a changed masthead and a number of WebDynpros and UWL's all accessing the same backend.
    Now there is a wish to use the same portal to execute a transaction iView for the same backend. Simple. BUT when a user uses the portal for the product he/she shall not see the transaction iView and also when the user sees the transaction iView, the WDs and UWL's should not be shown in the navigation. And also the masthead should be different on the two views.
    Putting in another portal is not anoption, this should be done on the same portal. The way I expect it to work is by accessing the same portal og two different URL's.
    Companies cannot be used since some of the users should be able to access poth views.
    I know that in a prefect world it would simply be a matter of creating two different roles and assign them as needed and if the user has both roles hen they would both be available in the navigation. But to the user the portal should look like different portals.
    Any suggestions on how to achieve this functionality?
    Br,
    Thomas Mouritsen

    Hi Thomas,
    you have several options with the portal standard:
    1.) If the user only has one role assigned at a time you can attach the portal layout to the roles. So depending on the role the user has he sees the respective layout - BUT: how to asign the two roles to the user!? This can only be done by admins and I assume that it is no intended to call the admins every time the user needs the other role?
    2.) The entry to the portal is realized with different urls like http://yourportal.com/VIEW1 and http://yourportal.com/VIEW2.
    VIEW1 and VIEW2 are so called portal aliases and you can attach the different layouts to those aliases.
    BUT: the two roles have nothing to do with the aliases so you still have the problem of role assignment.
    3.) Each person gets two users with each user assigned to one role and one layout assigned to the user or group or role...
    Anyhow: I would ask the people who brought up the idea of two different layouts - WHY?? A portal is ONE single point of entry for EVERY application and information a user needs. So why two different layouts? And what, if five others are coming each bringing their own layouts, too?
    4.) If you really want to have different layouts each time a different top-level navigation point is active you have to program your own portal component. That would fit your needs but is besides standard.
    Hth,
    Michael

  • Enabling Key and text for the Variable Selection screen

    I need to display key and text for a characteristic when selecting the drop down menu in the variable selection screen of a web report. In the Business Explorer tab within the info-object, I changed the General Settings to display Key and text, but when I open the drop down menu for this characteristic, it is still displaying the key only. Is there some other place where this change needs to happen?

    Hi,
    Did you try to log out and log in again into BEx?
    Best regards,
    Eugene
    Message was edited by: Eugene Khusainov

  • Portlets not coming as per layout for the Cutomized layout structure

    I have created new Customized layout for our application.
    I could see the cutomized layout properly in Workshop. When i am adding the portlets to all of the placeholders in layout and running the portal , out put i could see all the portlets are coming in vertical and not as per structure as per i defined.
    COuld not understand why it is happening when it is displaying properly in Workshop IDE.
    One more issue i could not define the Height attribute to the placeholders .How to have cutomized heights for the placeholders?
    Here are the My layout codes
    Homelayout.layout_
    <?xml version="1.0" encoding="UTF-8"?>
    <netuix:markupDefinition xmlns:netuix="http://www.bea.com/servers/netuix/xsd/controls/netuix/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.bea.com/servers/netuix/xsd/controls/netuix/1.0.0 markup-netuix-1_0_0.xsd">
    <netuix:locale language="en"/>
    <netuix:markup>
    <netuix:layout title="homePageLayout" description="This layout is for home page of the portal"
    skeletonUri="homePageLayout.jsp" htmlLayoutUri="/framework/markup/layout/homePageLayout.html.txt"
    markupType="Layout" markupName="homePageLayout">
    <netuix:placeholder title="top" description="The top most placeholder in this layout."
    flow="vertical" usingFlow="true"
    markupType="Placeholder" markupName="custom_Top">
    </netuix:placeholder>
    <netuix:placeholder title="center" description="The left of center placeholder in this layout."
    flow="vertical" usingFlow="true"
    markupType="Placeholder" markupName="custom_center">
    </netuix:placeholder>
    <netuix:placeholder title="bottomLeft" description="The right of center placeholder in this layout."
    flow="vertical" usingFlow="true"
    markupType="Placeholder" markupName="custom_bottomLeft">
    </netuix:placeholder>
    <netuix:placeholder title="bottomCenter" description="The right most placeholder in this layout."
    flow="vertical" usingFlow="true"
    markupType="Placeholder" markupName="custom_bottomCenter">
    </netuix:placeholder>
    <netuix:placeholder title="bottomRight" description="The right most placeholder in this layout."
    flow="vertical" usingFlow="true"
    markupType="Placeholder" markupName="custom_bottomRight">
    </netuix:placeholder>
    </netuix:layout>
    </netuix:markup>
    </netuix:markupDefinition>
    homeLayout.html.txt_
    <table class="portalLayout" id="thePortalLayout" width="100%" height="100%">
    <tr height="40%">
    <td colspan="3" class="placeholderTD" valign="top" width="100%" >
    <placeholder number="0"/>
    </td>
    </tr>
    <tr height="10%">
    <td height="10%" colspan="3" class="placeholderTD" valign="top" width="100%">
    <placeholder number="1"/>
    </td>
    </tr>
    <tr height="50%">
    <td class="placeholderTD" valign="top" width="25%">
    <placeholder number="2"/>
    </td>
    <td class="placeholderTD" valign="top" width="50%">
    <placeholder number="3"/>
    </td>
    <td class="placeholderTD" valign="top" width="25%">
    <placeholder number="4"/>
    </td>
    </tr>
    </table>
    Skelnton JSP*
    <%@ page import="com.bea.netuix.servlets.controls.layout.PlaceholderPresentationContext,
    com.bea.netuix.servlets.controls.layout.BorderLayoutPresentationContext"%>
    <%@ page import="java.util.List" %>
    <%@ page import ="com.bea.netuix.servlets.controls.layout.LayoutPresentationContext"%>
    <%@ page session="false"%>
    <%@ taglib uri="http://www.bea.com/servers/portal/tags/netuix/render" prefix="render" %>
    <%
    LayoutPresentationContext layout = LayoutPresentationContext.getLayoutPresentationContext(request);
    List children = layout.getChildren("layout:placeholder");
    PlaceholderPresentationContext custom_Top =
    (PlaceholderPresentationContext) children.get(0);
    PlaceholderPresentationContext custom_center =
    (PlaceholderPresentationContext) children.get(1);
    PlaceholderPresentationContext custom_bottomLeft =
    (PlaceholderPresentationContext) children.get(2);
    PlaceholderPresentationContext custom_bottomCenter =
    (PlaceholderPresentationContext) children.get(3);
    PlaceholderPresentationContext custom_bottomRight =
         (PlaceholderPresentationContext) children.get(4);
    %>
    <render:beginRender>
         <table border="0" ... write style attributes ... cellspacing="0" >
              <tr>
                   <td colspan="3" class="bea-portal-layout-placeholder-container"
                        <render:writeAttribute name="width" value="<%=custom_Top.getWidth()%>"/>>
    <render:renderChild presentationContext="<%=custom_Top%>" /></td>
              </tr>
              <tr>
                   <td colspan="3" class="bea-portal-layout-placeholder-container"
                        <render:writeAttribute name="width" value="<%=custom_center.getWidth()%>"/>><render:renderChild
                        presentationContext="<%=custom_center%>" /></td>
              </tr>
              <tr >
                   <td class="bea-portal-layout-placeholder-container"
                        <render:writeAttribute name="width" value="<%=custom_bottomLeft.getWidth()%>"/>><render:renderChild
                        presentationContext="<%=custom_bottomLeft%>" />
                   </td>
                   <td class="bea-portal-layout-placeholder-container"
                        <render:writeAttribute name="width" value="<%=custom_bottomCenter.getWidth()%>"/>><render:renderChild
                        presentationContext="<%=custom_bottomCenter%>" />
                   </td>
                   <td class="bea-portal-layout-placeholder-container"
                        <render:writeAttribute name="width" value="<%=custom_bottomRight.getWidth()%>"/>><render:renderChild
                        presentationContext="<%=custom_bottomRight%>" />
                   </td>
              </tr>
         </table>
    </render:beginRender>

    Sanket,
    First test it using ADF Business Components tester. Does it work there?
    If not, check your view link definition.
    If so, make sure you have defined the correct View Object Usages in your application structure file.
    Steven Davelaar,
    JHeadstart Team.

  • How to adjust mouse or trackpad parameters for the user selection screen?

    This is not critical, but annoying.  I can change the mouse or trackpad parameters by user, so anyone can use their own mouse or trackpad adjustment.  However I can not locate how to change this parameters for the welcome or user selection screen.  In my case I have two users, both of us use the trackpad with the one touch for click function, so no one press physically the trackpad for a click.  However, as the default parameter is the touch function deactivated we have to actually click the trackpad in that exclusive screen.
    Another example with mouse, normally we use the mouse with almost double of the default acceleration, but when in the user selection screen the mouse assumes default configuration and feels super SLOWWWWWWW.
    Again, this is not critical, but would be very nice to be able to modify this parameters in the welcome screen.
    Tyrone Carrion

    For the login screen, you are not associated with a normal user, but the system defaults...try logging in to the Admn account and change the behavior there...those settings should then apply to the login screen.

  • Need solution for the following(Selection Screen)

    Hi all,
    currently iam working with report program,there i need to populate one field in the selection screen based on the another parameter in the same selection screen.
    iam having field called work center as a parameter with the search help.
    This search help is providing the corresponding plant for the particular work center.
    Now what i need to do is,if i select the work center thru F4 help,i need the correseponding plant to get populated in the other textbox.
    Currently iam having that work center field as parameter,
    now i need another textbox for the plant adjacent to this workcenter textbox,in this textbox only i need that corresponding plant.
    Following is the code for that workcenter textbox.
    PARAMETERS:P_ARBPL LIKE CRHD-ARBPL MATCHCODE OBJECT CRAM.
    Note: The Serach help CRAM is having corresponding  plant with the workcenter.

    Hi swaminathan,
    1. If u want to DIRECTLY
       populate other fields
       based upon selection,
      then we have to use our own
      selection function.
    2. just copy paste this code in new program.
      ( it will display help for BUKRS
      and AS SOON AS the user selects some company code,
      the other fields
      get populated AUTOMATICALLY)
    3.
    REPORT abc.
    DATA : dd     LIKE     TABLE OF dselc WITH HEADER LINE. "*--- IMPORTANT
    DATA : ft     LIKE     TABLE OF dfies WITH HEADER LINE.
    DATA : t001 LIKE TABLE OF t001 WITH HEADER LINE.
    PARAMETERS : bukrs LIKE t001-bukrs .
    PARAMETERS : butxt LIKE t001-butxt.
    PARAMETERS : ort01 LIKE t001-ort01.
    PARAMETERS : waers LIKE t001-waers.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR bukrs.
       SELECT * FROM t001 INTO TABLE t001.
    IMPORTANT
       REFRESH dd.
       dd-fldname = 'BUTXT'.
       dd-dyfldname = 'BUTXT'.
       APPEND dd.
       dd-fldname = 'ORT01'.
       dd-dyfldname = 'ORT01'.
       APPEND dd.
       dd-fldname = 'WAERS'.
       dd-dyfldname = 'WAERS'.
       APPEND dd.
    *------- IMPORTANT
       REFRESH ft.
       ft-tabname  = 'T001'.
       ft-fieldname = 'BUTXT'.
       APPEND ft.
       ft-tabname  = 'T001'.
       ft-fieldname = 'WAERS'.
       APPEND ft.
       ft-tabname  = 'T001'.
       ft-fieldname = 'ORT01'.
       APPEND ft.
       CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
         EXPORTING
          ddic_structure  = 'T001'   "*----- IMPORTANT IF STANDARD STRUCT
           retfield        = 'BUKRS'
           dynpprog        = sy-repid
           dynpnr          = sy-dynnr
           dynprofield     = 'BUKRS'
           value_org       = 'S'
         TABLES
           field_tab       = ft "*---- IMPORTANT
           value_tab       = t001
           dynpfld_mapping = dd   "* IMPORTANT
         EXCEPTIONS
           parameter_error = 1
           no_values_found = 2
           OTHERS          = 3.
    regards,
    amit m.

  • Wallpapers for the non-startup screens

    Hey all,
    I was wondering if there is any way of putting wallpapers for the screens after the 'scroll to unlock' screen? I don't see a point of having a wallpaper for the screen that is used the least and have just a black background for the rest of the screens. Is there a way to add wallpapers here?
    Thanks

    No, there is no way to do that. Only Apple can implement that.
    You can submit feedback to Apple: http://www.apple.com/feedback/iphone.html.

Maybe you are looking for