Sub Screen in Screen Painter

I created a screen in the screen painter and it works fine .
Now i want when i push a button to display a small selection criteria in a window subscreen (?) so to take some result.
I dont know if this can happen . Is there any FM to do this ?
Thanks a lot ...

hi,
for this u hav to do following steps
>>Define the sub-screen area(s) on a screen. Resizable, Minimum size and scrollable are the attributes
>>Define suitable sub-screen screens
>>Include the sub-screen screen in the sub-screen area.
>>Adjust the frame of the sub-screen within the "main" screen. Name the sub-screen in the Field name field.
>>Arrange the fields within the sub-screen so that they appear in the main screen .
>>You include a subscreen screen using the CALL SUBSCREEN statement in the flow logic of the main screen.
To include a subscreen screen in the subscreen area of the main screen and call its PBO flow logic, use the following statement in the PBO event of the main screen:
PROCESS BEFORE OUTPUT.
  CALL SUBSCREEN  in the PBO event. This can call PAI modules of the ABAP program in which the subscreen screen is defined. Data is transported between identically-named fields in the subscreen screen and the ABAP program either when the PAI event is triggered, or at the corresponding FIELD statements in the PAI flow logic of the subscreen screen.
thanks
Sachin

Similar Messages

  • Development Steps for addon after design the screen in screen painter

    Dear All,
               I am new to SDK Development.Now am developing an screen for Sub contracting.Basically am not a B1 technical conultant but I have some knowledge in development. i was developed a screen in screen painter but i dont know how to intergrate and develop the coding in VS2005.
    Regards,
    Vijay

    Hi
    There are many samples in SDK folder in C driveProgram filesSAPSAp business one SDKSamples
    Have a look at them they will give you a good start..
    Thanks

  • Problem in creating selection screen from screen painter

    hi ,
          i am working with screens i have created a screen and in that wehn i click report button it has to ask for select options for dates.from there i will write a select quesry based on selection dates ...how to call a selection screen from screen.i created an include and in that include i used select options.but it is showing error message .guide me how to do it ?

    Hi..
    Here for your problem,
    I have created a button with function code 'CLICK' in screen no 1000.
    when I click on the button I am capturing the ok_code and displaying the selection screen.
    ok_code = sy-ucomm.
    case:ok_code.
    when 'CLICK'.
             SELECTION-SCREEN BEGIN OF SCREEN 500 TITLE title.
             SELECT-OPTIONS: P_DATE for sy-datum.
             SELECTION-SCREEN END OF SCREEN 500.
    title = 'Input Date'.
    CALL SELECTION-SCREEN '0500'.
    endcase.
    You can also have them as subscreen by providing the required parameters in the selection screen.
    Hope this solves your problem.
    Warm Regards,
    Bhuvaneswari.

  • TS3274 My IPad is dead. Nothing will show on the screen. Screen not cracked and no water or liquid has been spilled on it. Is there a battery that needs to be replaced?

    My IPad is dead. Nothing will show on the screen. Screen not cracked and no liquid spilled on it. Is there a battery that needs to be replaced?

    Battery not charging:
    1. Reset iPad; hold the Sleep/Wake and Home button down until you see the Apple Logo
    2. Try another wall socket
    3. Try another cable (make sure it's an original Apple cable)
    4. Try another charger (make sure it's an original Apple charger)
    5. Clean Lightning port with compress air or new paint brush

  • At log-in Firefox stated that it was having a problem closing tabs and directed me to click a tab to continue, which I did, and sexually explicit images appeared on the screen and when I tried to close the screen, another screen popped up with additional

    At log-in Firefox the screen opened up with the message "Oops, We're embarrassed, we are having trouble closing tabs" or similar wording directing me to click on a tab to continue, which I did. At which time a screen full of rows of thumbnail pictures of a young girl in appeared on the screen. Some of the pictures had the girl imitating a sexual act. When I tried to close out of the screen by clicking on the 'X' at the top right of the screen, another screen opened with another larger picture of this little girl. I finally got out of Firefox. When I open it up again the message wasn't on the screen. As these pictures were disturbing I cleared them out of my history.
    My questions are - 1. Since these pictures appeared to be of a minor, can you backtrack to the source to find out where they originated and have something done about the individual who posted them? And,
    2. - Did my clicking on the link as directed - by Firefox, I thought - open my computer up to the personal information on my computer being compromised?
    == This happened ==
    Just once or twice
    == Around 11:30 on Sat June 19th

    It looks like you have some malware.
    Have you tried running an antivirus scan?
    Some free antivirus options:
    [http://www.avast.com/eng/programs.html]
    [http://www.avira.com/en/download/index.html]
    Malware program recommendations:
    Malwarebytes' Anti-Malware - [http://www.malwarebytes.org/mbam.php]
    SuperAntispyware - [http://www.superantispyware.com/]
    AdAware - [http://www.lavasoftusa.com/software/adaware/]
    Spybot Search & Destroy - [http://www.safer-networking.org/en/index.html]
    If these don't find it or can't clear it, post in one of these forums for specialized malware removal help:
    [http://www.spywarewarrior.com/index.php]
    [http://forum.aumha.org/]
    [http://www.spywareinfoforum.com/]

  • Black screen (or screen refresh) during the process of start up. T400, Vista home basic.

    My 2 weeks old T400 Vista home basic can start up successfully. But every time when I start or restart it, during the start process, after inputting the password, there are 4 times of black screen (or screen refresh). Is it normal? Thanks. 

    Hi Ashley,
    Folder share: http://www.ifelix.co.uk/tech/3022.html
    Screen Share: http://www.screenrecycler.com/home.html
    Printer share: http://applejac.typepad.com/applejacmacintosh_users/2007/03/mac_osxwindows.html might help (not sure...)
    Chat: Maybe this can help...: http://discussions.apple.com/thread.jspa?threadID=1753612&tstart=-1
    Take care
    Stefan

  • Variable screen/variant screen authorization issue

    HI All,
    We have implemented standard Cost Center Overview Report(0SR_C02_Q0002) in BI 7.
    We have three selection fields:
    1.Company Code which is mandatory
    2.My controlling Area which is also mandatory
    3.Costcenter which is not mandatory
    The requirement we are facing over here is that in the Variable screen/variant screen when I enter a company code, then I need to display dynamically only those "My Controlling Area" values which are assigned to that particular company code and not all. In the same way after selecting the appropriate "My controlling area" value, I need to display only those cost centers in the cost center selection field which are assigned to the selected company code and My controlling area combination and not all.
    can anyone guide me on how to go about on this authorization issue at the variable screen itself.
    Please treat this issue/requirement on high priority.
    Appreciated in advance.
    Regards,
    raps.

    Hi,
    I think that an alternative to solve your concern could be using Web Application Designer (WAD).  In this respect, there are several design options, with different levels of complexity.
    As the simplest alternative, you could create a WAD including your query and three Dropdown Boxes: one for Company, a second for Controlling area and another for Cost center.  The four mentioned elements should be linked to the same dataprovider so, when you select a company, the options in the other two Dropdown boxes and the information in the query are updated.
    In order to enforce mandatory filter selection at Company and Controlling area level, you should set NO_REMOVE_FILTER='X' in both two Dropdown boxes, so that "All values" option -which would mean no filtering- is not offered.
    I hope this helps you.
    Regards,
    Maximiliano

  • I downlaoded Firefox 4 and now it won't let me open up on another screen..I have 2 screens side by side!!I used open up mulitable browsers and move them from screen to screen!Now i cant..Only opens to screen 1!!

    Before i downloaded Firefox 4, i could open up mulitable screens and move them from screen to screen..I have one computer with 2 screens side by side..Say i open up your browser and then open up another browser session,I could then move that browser session to the other screen,,Great for researching and looking at different websites side by side!!Now i cant even shrink it and move that browser to the other side(other screen)..Before i could!!!

    A brief and probably non-helpful answer: I know of no way to eliminate your large amount of duplicates other than by repetitive, tedious manual effort.
    *There has got to be a simpler way.*
    I hope you're right, but I don't think there is a simpler way.
    BACKUP:  It also appears that the only way I can back up the catalog is to shut down LR.  Really?!
    Yes, really

  • I just bought a new MacBook Air. In my old one, I could go from screen to screen by using three fingers to swipe over the key pad. This one just sits there. It is Yosemite. How do I set up preferences so I can use three fingers to move from screen to

    I just bought a new MacBook Air. In my old one, I could go from screen to screen by using three fingers to swipe over the key pad. This one just sits there. It is Yosemite. How do I set up preferences so I can use three fingers to move from screen to screen?

    Those choices are controlled via System Preferences, Trackpad.

  • Can you do Green Screen/Blue Screen/Chroma Key on Adobe Premiere Elements 12 for mac?

    Can you do Green Screen/Blue Screen/Chroma Key on Adobe Premiere Elements 12 for mac?  If not, what are the alternatives?

    JimbobT
    ChromaKey, GreenScreen Key, and BlueScreen Key are not included in Premiere Elements Mac.
    Some suggest Videomerge as the alternative. I do not. But Videomerge is not THE alternative.
    Instead, I prefer the Difference Matte as a substitute for the 3 absent keying effects. Please check out my blog post on that which includes
    the how to.
    http://atr935.blogspot.com/2013/05/pe11-difference-matte-as-substitute-for.html
    The suggestion has met with good results according to the feedback that I have gotten to this.
    I am strictly a Premiere Elements Windows user who does not prefer Videomerge even in Windows.
    Please review, consider, and let us know the outcome.
    Thanks.
    ATR

  • My iphone 6 wont go past the start up screen (white screen with black apple) iv treid restoring it on itunes but it disconects its self half way through

    my iphone 6 wont go past the start up screen (white screen with black apple) iv treid restoring it on itunes but it disconects its self half way through. what can I do

    Did you try to use recovery mode, explained in this article?
    If you can't update or restore your iOS device
    If it does not work after that, you'll have to get it serviced:
    iPhone - Contact Support - Apple Support

  • Is it possible to launch a Screen Personas screen from an ABAP WebDynpro application?

    I am running SAP EHSM Incident Management within SAP Portal. EHSM has an ABAP WebDynpro frontend based on BOPF/FPM
    In the same portal session for a single user, we want to be able be in an
    active record in EHSM and then launch a screen personas screen based on a
    SAPGUI transaction from either a button click or portal tab click. As part of
    the launch, we want to pass an HR PERNR ID to the Screen Personas/SAPGUI
    transaction from the active record in EHSM and run a search. Is it possible to
    do this? Project team is saying this is a technical limitation.
    I know that Screen Personas cannot be used for a WebDynpro screen, but we just want to launch a screen and pass a parameter. We assumed during blueprint this would be possible.
    Thanks

    This is definitely possible.
    Here is a link containing an example of building the URL to start a transaction via Personas and pass a variable plus a command in the URL. This could be enhanced with specifying the flavor as well.

  • Since latest update touch sceen not working correctly,square box on screen and cant navigate around apps and slide screen to screen

    since updating to latest update touch screen has gone crazy with a box appearing around apps and cant move around by touching creen as before,plus i cant slide from screen to screen due to square box around apps.

    Sounds like some Accessibility Settings were turned on.See this article for steps on how to turn them off.
    http://support.apple.com/kb/ht3577
    B-rock

  • Error when trying to preview screen in screen file

    A few of us are receiving an error when trying to 'preview' a screen via screen file in rulebase. A large error window pops up with about 30 lines of text in it. The window is 'Preview in Web Determinations'. It starts with:
    class com.oracle.determinations.interview. engine.exceptions.CorruptSessionException: A unauthorised change to the Rule Session has been detected.
    further down in error there are multiple lines starting org.apache.catalina ......
    Has anyone seen this error, it's intermittent, not all screens, but once it's appeared for a particular screen, it won't stop (for that particular screen), even after re-boots etc.
    Does anyone know how to fix it?
    many thanks

    Hi There,
    I have faced this type of scenario and it will happen if we are in interview screen for long time with (inactive mode) and when we try to "Preview". You can try being at interview screen (some time inactive) and you can reproduce this type of Error.
    Thanks,
    Raj

  • Multiple screen in screens?

    Am I somehow able to have multiple screens in screens with iMovie?

    Hi
    As standard - No
    Works around - YES
    A. in iMovie add one pic-in-pic then
    • export this as full quality QuickTime .mov then
    • import this into a new project and
    • add next pic -
    repeat this until done.
    B. Learn how to use QuickTime-Pro and here You can create a picture wall if You like. BUT This is tedious and need of carefulness of an angel.
    C. Take the leap to FinalCut - where this is standard and when learned to use FC (Can be tough) it will be very easy and natural.
    Yours Bengt W

  • Different between LEAVE SCREEN & SET SCREEN 0

    Hi there,
    I have a program where I have the main screen and another one.
    to call the secondary screen I used CALL SCREEN 0200. However I have doubt when I'm executing the BACK.
    I don't know the different between SET SCREEN 0. and LEAVE SCREEN 0100.
    when 'BACK'.
    SET SCREEN 0.
    OR
    LEAVE SCREEN 0100.
    Can anyone tell me what is the different?
    Thanks in advance
    Alexis

    Hi,
    Set Screen
    Syntax
    Set screen <number>.
    In module pool program
    Case okcode.
         When  u2018DISPu2019.
              Set screen 200.
         When u2018LISTu2019.
              Set screen 300.
    Endcase.
    In this case, the entire processing of current screen takes place and then the system branches out to next screen. If you want to branch out to the next screen without processing the current screen, LEAVE SCREEN should be used along with the SET SCREEN.
    For Example:
    Case okcode..
         When  u2018DISPu2019.
              Set screen 200.
              Leave Screen.
         When u2018LISTu2019.
              Set screen 300.
              Leave Screen.
    Endcase.
    When SET SCREEN is used, control cannot be transferred to the main screen or previous screen, unless you write code for the same.
    Leave to screen
    To SET a new screen without processing current screen, you need to use the following two statements together:
    SET SCREEN 200.
    LEAVE SCREEN.
    Or a Single statement
    LEAVE TO SCREEN 200.
    Regards,
    Bhaskar

Maybe you are looking for