Create a standar screen In Netweaver

I want to know how to create a standard screen in SAP Netweaver, with the version SAP ECC6.0?

NetWeaver is being used very loosely here, NetWeaver is not one product, but a stack of products.
Coming to your question, creating a screen if you are using ABAP, you can still create the screen using SE80 / SE51 transactions, this will be displayed using SAP GUI.
IF you want to create a screen for portals you can develope a Web Dynpro using either ABAP / Java and then display that using iViews on the protals front.
Not sure what exactly you are looking for.
Regards,
Ravi
note : Please mark all the helpful answers

Similar Messages

  • How to create the selection screen dynamically

    Hi,
    I have a requirement to create the selection screen Dynamically. All the fields that should appear on the selection screen will be available in a custom table. So, based on the entries available in the Z tables, the selection screen should be built. Eg. If there are 10 records available in the Z table, the selection screen should consist of 10 fields. If there are 100 entries, the Selection screen should contain 100 fields. and the logic to build this selection screen should be carried out dynamically in the program.
    Could anyone of you please share the valuable inputs on this. If anyone has the sample code to do this, please share.
    Thanks in advance.
    Regards,
    Paddu.

    Hi,
    Kindly go through this sample program below:
    DEMO_LIST_FORMAT_INPUT *and
    check this function module:
    FREE_SELECTIONS_DIALOG *.
    Hope it helps
    Regards
    Mansi

  • How can I create a new screen to upload an attachment in SRM?

    Hi everyone,
    I need to create a new screen that will upload a new attachment in a BID.
    I already know how to create the screen and ITS.
    According the standard screen 0100 in program SAPLBBP_PDH_TEXT, I need an applet called "CFILESAPP" and then use this to upload to the abap program.
    This is everything i know.
    Does anybody knows anything else?
    thanks,
    Oscar.

    Hello MotionBoy,
    There are two ways to go about creating a new thread to run a step.  The first is to create a new sequence, into which you put the LabVIEW step you want to run and any other steps that may go along with it.  Then use a sequence call step to call this newly created sequence.  Set the Execution Options of the Sequence call step to 'Use New Thread.'  This will allow you to run a set of steps in a new thread, not just a VI.  The second method, which is only available for a LabVIEW VI, is to use the “Run VI Asynchronously” step.  This can be accessed if you right-click within your sequence and select Insert Step » LabVIEW Utility » Run VI Asynchronously.  This step will allow you to call a VI and have it automatically open in a new thread.  You can further customize this step by opening the configuration menu in the Step Settings.
    To address the current behavior of your steps I would like to know if the modules in steps 1 & 2 pass data between them or it would be desirable for them to do so?  If so you are going to need a more complex synchronization structure such as TestStand/LabVIEW queues. There is a simple example you may want to look at in the TestStand examples, under the Synchronization folder that demonstrates how to use queues. Otherwise the above solution should be all you need.
    John B.
    Applications Engineer
    National Instruments

  • How can I create a full-screen view of Keynote slide in Snow Leopard?

    How can I create a full-screen view of my Keynote slides in Snow Leopard?
    I'm going to be importing into ScreenFlow to create a video.
    Thank you!!

    Welcome to Apple Support Communities.
    Do you want static screen captures or motion video of slides as titles, bullet points, and the like are presented?
    Run the Keynote slide presentation in full-screen mode, then...
    Static full-screen captures - use Command+Shift+3.
    Static partial-screen captures - use Command+Shift+4 and use cursor to select the area of the screen to capture.
    If you want motion video as builds occur, why not use Keynote's built-in Share, Export function?
    (I'm on iLife '09.)
    Also understand that the default slide format for Keynote is 1024x768, not full-screen MacBook 1280x800 screen size, so you'll have wide black borders unless you change the default size or crop the finished screen captures.
    Message was edited by: kostby

  • How to create transaction or screen variant for custom tcode in module pool

    Hi,
              I have one module pool program with custome tcode ,i want to create transaction or screen variant for this tcode.Next time when we run this tcode we need a variant for this tcode.
    I tried by using of SHD0 but it is working only for standred tcodes.Is there any possibilty please help me.
    thanks,
    Lavanya.

    Hi,
    you created a Custom Tcode for ur module pool Pgm..if u execute the Tcode in the output screen give the input details and press Save Option then variant will be created. Then you can use that variant.
    otherwise.. while creating a Tcode..
    select an option for Tcode type Tranasction With variant ..there u will provide the variant for ur Tcode ( which is already created ).
    Regards,
    PraVeen.

  • Creating a splash screen for your app.

    Im trying to create a splash screen for my app but im not too sure how it's done.
    Im using the following piece of code.
    public static void main(String[] args)
              JPanel display = new JPanel();
              display.setPreferredSize(new Dimension( (300), (200) ));
              display.setBackground(Color.white);
                   // I WILL PUT AN IMAGE ICON ON A JLABEL HERE              
              display.setVisible(true);
                   // I WILL NEED A DELAY HERE
              test.instance();
    }The problem I am having is that the JPanel is not being displayed. I will also need a way to create a delay, I know that I can't just use Thread.sleep(5000); because the JPanel will require the thread to be running in order to display the panel.
    Does anyone know how I could get my JPanel to display and somehow insert a delay before test.instance();?
    Thanks.

    I made my own a few days before for a database program. It can be easily done with Threads.
    I recommend you create a new class to be used as the spalsh screen , it has to extends JFrame and implements Runnable.
    I ll give you an example. I used the spash screen to display the screen and also to laod the main GUI form so that when the spash screen dispose, the main GUI form displays instantly, making the user think that the application loads faster.
    public void run ()
            try
                 this.setVisible(true);
                 Thread.sleep(2000);
                 // sets the menu visible before disposing
                 guiMenu.setVisible(true);
                 // disposes the object and returns the resources to the OS
                 this.dispose();
            catch(InterruptedException exception)
                exception.printStackTrace();
    // this method must be implement in the class
    // that implements Runnable interface
    //MAIN
    public class Main
        public static void main(String[] args)
            Menu menu = new Menu();
            SplashScreen introScreen = new SplashScreen(menu);
            ExecutorService splashExecutor= Executors.newFixedThreadPool(1);
            splashExecutor.execute(introScreen);       
    }ExecutorService is a subinterface of Executor that declares methods for managing the threads. It also has the method execute (that provides the Executor interface) which when invoked calls the method public void run() of the argument class that must implement Runnable.
    Executors.newFixedThreadPool(1); creates a poll consisting of a 1 thread which is been used by splashExecutor to execute the Runnable.
    Hope i've been of some assistance!

  • How to add new fields in the Create Suppport Message Screen

    Hi experts,
    I have a requirement which is to add 3 selection fields in the Create Support Message Screen. The 3 fields are Category, Subject and Solution. The value of these 3 fields must aurtomaticallly populate the same fields in the Support Message screen in the Solution Manager for each message sent.
    Is this functionallity possible? If yes, please give me some ideas how to do it..
    Points will be rewarded for helpful answers.

    Hi Eric,
    Yes it is possible. Use statements SET and GET parameters in your program.
    1. Get parameter ID for the fields Category, Subject and Solution from the data element. or Set parameter ID.
    2. Use GET Statement in the PBO of the Support Message screen .
    GET PARAMETER ID 'XYZ' FIELD <field-name>.
    "XYZ is the parameter ID
    "<field-name> - field should have the field . not in quots
    3. Use SET statemet in the PAI of the Create Support Message Screen or where the value is available for the 3 fields.
    SET PARAMETER ID 'XYZ' FIELD <field-name>.
    "XYZ is the parameter ID
    "<field-name> - field should have the field . not in quots
    4. Parameter ID : Double click on the data element of the specified field->Select Further Characteristics TAB -> u can see the parameter ID or U can set the parameter ID there .
    It works. Try it.
    Regards,
    Venkat.O

  • Field is missing in Create condition table screen

    We are going through one minor issue.We are trying to configure output types for billing docs.I am trying to create a condition table with sold to party field.It is displaying in field catalog,but not displaying in create condition table screen.Any idea how to get it?
    Thanks

    Hi VCS
    As you want to create a condition table at billing level and at  billing level for sold to party it is KUNAG  where as in sales order level it is KUNNR.
    VBRK- KUNAG (SOLD TO PARTY AT BILLING LEVEL )
    VBAK- KUNNR  (SOLD TO PARTY AT SALES ORDER LEVEL )
    so you need to select the sold  to party KUNAG and if that sold to party is not available , create that sold to party feild (KUNAG) . and save it
    Now when you cerate a condtion table check wheather that cerated feild is there are not . sometimes it will be there and sometimes it wont be there . if that feild is not there then , we need to take the help of ABAPer's and they will  copy the standard table into Z table and in that they will write the ALV report  or any program . so that it gets triggered in that feild catlog.
    example :
    KUNAG is availabe in VBRK table
    so ABAP'ers will be copying hte standard VBRK table in ZVBRK table  and in that ZVBRK table they will write the program where this feild KUNAG is also inserted.
    so when you create a condtion table then you can see this KUNAG feild, in the list of feild catlog,if that feild is not there just maintain . the feild. automatically it gets triggered in the feild catlog
    Reward if useful
    Regards
    Srinath

  • Can't create portal application project with netweaver development studio

    Hi All,
    I want to follow the toturial (http://help.sap.com/saphelp_nw04/helpdata/en/9e/7d96f7087311d7b84600047582c9f7/frameset.htm) to create a portal application with netweaver , but I am failed at the first step, I can not found "Portal Application Project" option by new->other.
    the version of netweaver development studio I am using is
    Version: 7.2.0
    Build id: 200702220224
    do I need to install a plug - in? if yes, anyone can tell me where to download it?
    thanks & regards, Bin

    Hii...
    In NWDS goto Windows> Open Perspective> others--> Enterprise portal select this and ok....
    Goto File> New> Project> select Portal Application> enter project name and click ok...
    refer this blog also...
    Overview of the Content Development Process
    regards,
    Chinnadurai.R

  • How to create a full screen Air Application with pdf

    Hi,
    I need to create a app in full screen which can load pdf files.
    I read that the pdf files need to have the nativeWindows in normal mode, and "stage.scaleMode"  in "StageScaleMode.NO_SCALE" mode to run.
    So I get the HTMLLoader dimensions by getting the screen resolution. But by putting "StageScaleMode.NO_SCALE" my movie up and down the pdf is not resizing!!
    How can I do to see the pdf and having the asssets (movies in my library) resize too?
    Regards,

    Could some one help me in creating a full screen
    using Java such that we dont see any Taskbar or
    anything that is related to windows. For eg when we
    play a game we dont have access to those windows
    components. http://onesearch.sun.com/search/onesearch/index.jsp?qt=full+screen+java&subCat=&site=dev&dftab=&chooseCat=javaall&col=developer-forums
    The basic question is How to Lock the Desktop using
    Java Program and also how to capture the Key events
    Ctrl + Alt + Del and Alt + Tab and disable its
    actual functionality or change its action..You can't.

  • How do you create a title screen in the slide show?

    If I wanted to create a title screen (with text on it) for in iPhoto 6 for a slide show, how do I do that?
    Can I do that?

    Steve:
    Do you have another image editor you can use? Then it's relatively easy. Created an image file that's 4:3 in size ratio, give it the background color you want, and add add and position the text and save as a jpg. Or duplicate a current photo, edit it so it's all black or desired color and use it to put the text on. There's a 3rd party application that many like called Portraits and Prints. Check VersionTracker for it and others.
    If you don't have a 3rd party editor you might be able to do it with AppleWorks or Word. Again create a 4:3 ratio landscape document, add text and print to PDF. Then open it in Preview and do a Save As, selecting jpg as the format.
    Other's have listed different methods.

  • How do I create a split screen on a motion clip in Photoshop CS6?

    I have a project due soon and the last requirement is to "create a split screen on a motion clip". Any ideas? Thanks!

    In the time line panel you will either need to split the video by moving the playhead to the location then click the split button. Or you can add another video if you want two different video's playing.
    Because one video is on top of the other you need to scale both videos so they fit the screen. Select one video the press ctrl-t on windows or cmd-t on mac to enter transforms mode. Click and drag the corner to scale the video. Then repeat for the other video. You will also have to move the video's into place.
    When satisfied click enter or return on keyboard.
    Ex. For standard video the document should be (in the USA) 640x480 pixels. (I believe Adobe states it should be 720x480 for video, but this is only an example)
    So, to place two video's side by side each video would have to be divided by 2 for the width. 320x480
    When you move the video's they should snap into place.
    For two video's that stack, the height would be divided by two - 640x240

  • Creating a custom screen saver that won't blow a small image

    Hello All...
    At work, my boss is trying to get me to create a custom screen saver with our business logo to display when activated. I'm usually pretty comfortable with these kinds of tasks, but for this one I'm at a loss.
    I've have my logo in a designated folder and when I'm under Screen Saver in System Preferences, I have that folder selected and then would like the image to repeat itself, but basically jump around the screen (sort of like "gasp" the Windows XP default screen saver). My problem is that no matter what the size of my logo is, it is fitted automatically to the size of the monitor, even if it is a rather small logo. Therefore, 1) it is very pixelated and 2.) it defeats the purpose of the screen saver because it can't jump around.
    I've turned off the option "Crop slides to fill screen" thinking that would work, but it hasn't. We're running OS 10.5.8 on 24" iMacs from early/mid 2009. Any ideas would be greatly appreciated. Thanks!

    i.3d wrote:
    This is a heavy handed approach but how about creating a document the size of your screen, and paste the logo in its original size into it.
    It's not heavy handed. this is the only thing that makes sense here and I was going to suggest that too. just make an image of appropriate size. that's not hard.
    In fact, using Photoshop or Gimp you could make several layers, each with a different colour background, move the logo around on each layer, save each layer as a separate image and then play with them. Do a slideshow with transitions etc.
    BTW, where did the quartz composer go? It used to be included in the previous versions of OSX.
    Quartz composer would let you create "proper" screen savers.
    Edit:
    Have a look here:
    http://quartzcompositions.com/
    Surely you'll find someone or something that can help you.
    Message was edited by: i.3d

  • How to create a splash screen?

    I was wondering how to create the splash screen that shows up when you just load the program. My program takes a bit to load, because it sets to change the look and feel to system dependent.
    So, I want to have a splash screen like the one that eclipse uses to begin the program. How would I do it?
    Thanks

    Did you search the forum using "splash screen" to find the other hundred threads that have asked this question before?

  • How to insert a field in standared screen by BADI.

    Hi,
    How to insert a field in standared screen by BADI.
    I have a BADI definition name.
    Can anybody send a sample program like this type of scenario.
    Thanks in advance

    see the documentation of the BADI , If it has Screen exit , then u can ?
    Regards
    Prabhu

Maybe you are looking for