Calling new screen (through variant)

Hello Gurus,
  I have a small question.
We have following scenario to implement:
In Shopping Cart we want new source of supply screen. On click of Source of Supply screen this new screen should be displyed.
  Can anyone tell efficient way to do this without standard code modification?
Can we use screen variant to replace the subscreen with new subscreen?
Thanks,
Girish

you can do it by catching the function code of that button and call the screen when user press button by
CALL SCREEN scr.
Addition:
... STARTING AT x1 y1 ... ENDING AT x2 y2
scr is screen no.
or if you want to do it in report
just code it in at user-command .
and try to use
show your data by increasing sy-lsind.
regards
shiba dutta

Similar Messages

  • Calling a WebDynpro Screen through BPS Layout ??

    Hi Experts,
    I have a requirement to call WebDynpro screen through a BPS Layout and pass the same parameters to Wd Screen.
    expecting a quick solutions, I am on Gas.
    Regards
    Astoria

    Hi Marc,
    I too facing similar kinda problem. I am not able to pass fileld variable values from BPS layout to WebDynpro.
    I tried debugging WDYID but couldnt get actual flow of. Plz provide me logic for the transaction WDYID
    Pravin

  • How to call a screen in a new session -- Urgent

    Hi all,
    I need to call a screen from another program in a new session, is it possible or not? if possible, please help me. After that when clicked on one button, session should automatically closed. waiting for valuable replies....
    Thanks in Advance.
    Siva Sankar.

    Hi Gourav,
    Thanks for ur quick reply. Actually i'm calling a module pool program from one screen when clicked on one button. My requirement is that module pool program should be opened in seperate session. when clicked on exit button in new session, that session should be closed. is it possible?
    Thanks,
    Siva Sankar.

  • While updating my ipad to new software through itunes it got stuck and does not work anymore - it just displays the screen with symbols of itunes and the cable to connect to it - help - what should i do?

    while updating my ipad to new software through itunes it got stuck and does not work anymore - it just displays the screen with symbols of itunes and the cable to connect to it - help - what should i do?

    Disconnect the iPad, do a Reset [Hold the Home and Sleep/Wake buttons down together for 10 seconds or so (until the Apple logo appears) and then release. The screen will go blank and then power ON again in the normal way.] It is 'appsolutely' safe!, reconnect and follow the prompts.
    If that does not work then see here http://support.apple.com/kb/HT1808

  • IMR7 : Creation of a new Screen Variant does not save Layout

    Hello,
    In IMR7, if I create a new screen Variant with a modified the default Layout field, the next time I log-in to SAP, system does not recognize my Layout selection.
    Do you have a suggestion?
    Thanks
    François

    Hello,
    Thanks for your support but it did not resolved my problem.
    When I save Layout I  have three fields:
    -Layout name
    -User-specific checkbox
    -Description
    Even though User-specific is not checked, next time I relog to SAP and choose my Variant, the layout I have chosen in this variant is not keeped in memory. A layout named 4_SAP_IM is always displayed.
    Do you have the same behavior?
    Thanks
    François

  • How to pass the value to the screen through call transaction

    hi
    i have got an requirement for which i have to call MIGO tcode through call transaction command. But here one list box GODYNPRO-ACTION (screen field) contains list of values . my requirement is when i will call the tcode MIGO it should take defaultly  DISPLAY option from  list of values. I have searched for parameter id but i cannot get for that list box. please help me to solve this issue.
    points will be surely assigned to helpful answers.
    regards
    shiba dutta

    just try this its working...
    tables: godynpro.
    GODYNPRO-ACTION = 'Display'.
    call transaction 'MIGO'.
    Message was edited by:
            Chandrasekhar Jagarlamudi

  • Dynamic variant calling multiple screens

    Hi all,
    The concerned issue is that i am trying to execute a report( which on execution throws a selection screen) from a program using 'submit' statement passing a variant. along with it iam creating a dynamic varinat using FM RS_CREATE_VARIANT, the variant is being made, but on execution , the program throws an error meassage " invalid variant called'.
    This is because the varinat is calling multiple screens , although only one screen number is passed in teh FM,( screen no 0170).
    Please tell me the possible solution fr this .
    Cheers,
    Thanks in advance.

    Hi,
    first try to pass only the static variant with the submit statement and c whether its working properly.
    and than check for dynamic variant..
    c the difference and let me know what happens ??
    thanks
    ravi aswani

  • How to call a new screen in Infotype enhancement

    <<Subject change from ALL CAPITALS by moderator>>
    Hello everyone,
    i just want to ask: i am doing an infotype enhancement and this object is really new to me, i wanted to ask how am i going to call a new screen. thats all.
    here currently is my code:
    module MODULE_PAI_0494 input.
    IF sy-ucomm = <FctCode>.
        CALL SCREEN <Custom Sceen>.
      ENDIF.
    endmodule.        
    any tip and/or trick is highly appreciated.
    thanks.
    Mark
    Edited by: Matt on Nov 13, 2008 7:53 AM

    Hello Chandra,
    Yup, i have coded under the ZPnnnn00, and yes, Screen 200 is also available.
    here is the code that i have developed so far.(this is only for the pop up screen part)
    Mod. Pool        ZP049400                       Active
    INCLUDE zp049410.
    INCLUDE mppdat00.
    INCLUDE fp50ppsb.
    INCLUDE mppers00.
    INCLUDE zp049420.
    INCLUDE zp049430.
    INCLUDE zp049440.
    *&      Module  USER_COMMAND  INPUT
          text
    MODULE user_command INPUT.
      IF sy-ucomm = 'RNE'.
        CALL SCREEN '201' STARTING AT 1 1
                             ENDING AT 50 5.
    *&      Module  USER_COMMAND_0201  INPUT
          text
    module USER_COMMAND_0201 input.
    if ZROUTE_BTN = 'X'.
      ZNEWEVAL = gt_p0490-ZZCURREVAL.
    endif.
    endmodule.                 " USER_COMMAND_0201  INPUT
    i was advised to create a similar functionality that FM: 'TRM_POPUP_TEXT_INPUT' is producing.
    the pop up screen is similar to my requirement where i have to input a text.
    i wanted to avoid that suggestion because recreating an FM is none of my capability yet.
    if there really is a way to do it, that is not time consuming... i would go for it.
    initially, what i have in mind is:
    Since:
    screen 200 is a subscreen of screen 2000,
    that makes 201 NOT part or NON existing in MPnnnn00.
    right? or i have it wrongly?
    thanks again.
    Mark

  • User-exit for call new customize screen of another new program

    Hello, I'm very appreciate for all who read this topic and give me some advice.
    Anyone has an experience about customize standard program to create new screen
    and add new screen to pop-up when user click some standard button to do something
    for support business requirement and then continue to working the old step (such next old screen).
    In QA11 (Manual UD), For posting stock quantity (After click button "Stock for inspection lot")
    Business requirement need to avoid user to input stock quantity for unrestriced used (UR) and block
    by after click button "Stock for inspection lot". Need to customize to pop-up new created screen for user
    to choose sub-set of this inspection lot to post for UR or block by check box (Just overview)
    Then after finish to select, Need to go back old screen ("Record UD : Stock" Screen) and default sum
    of UR and block into screen (Automatic) for post to mvt.type 321, 350 later.
    After checked, Not have any screen-exit after clicked button "Stock for inspection lot".
    but i found 1 user-exit which was called after click above button.
    So, Can i use user-exit to call new customize screen?
    If need to go back from new customize screen to main screen, May have any problem? How to do it?
    If finish to do in new customzie screen and need to continue display next old screen. How to do it in PAI of new customize screen.
    Thank in advance

    Can anyone provide the documentation for this BADI? Also, I'm concerned about the layout of the screen. Can this BADI do the necessary changes on the layout of the screen?
    Thanks!

  • My brand new 4S will not let me end a call my screen goes black nor will it let me text while i'm on a call?

    My brand new iphone 4S will not let me end a call the screen goes black nor will it let me text while on a call

    Remove the plastic screen protector, case, or whatever is interferring with the proximity sensor.
    If that is not the issue, basic troubleshooting from the User's Guide is reset, restart, restore (first from backup then as new).  Try each of these in order until the issue is resolved.

  • Adding New Screen Fields Through BDT

    Hi All,
          In BP transaction there is a concession tab. i want to add 2 new screen fields from z table.
          i have added from z table in that concession tab.
    But The problem is that screen fields are coming in the last line.but where as i need those all new fields in right corner of first and second lines of the existing fields .plz.. help me
    Thanks Inadvance ,
    Siva Kumar

    Hi Vishnu
    I suggest to use EEWB for adding the new field. Follow the following steps
    1. Run Transaction EEWB (Easy Enhancement Work Bench)
    2. Create new Project.
    3. Select the relevent Z package.
    4. Create Customizing and Workbench Requests.
    5. Select table BUPA
    6. Select the type of field you require (single or table) and follow the wizard.
    The new fields will appeare on a new tab "Customer Data" on BP Screen.
    The Screen Name and Sequence can then be changed with VCT.
    Precautions:
    1. Your user must have developer's key privilages.
    2. There should not be any users working on the system when you are doing this activity.
    3. The workbench request created is client independent. The customization request created is client specific.
    4. The process is reversable and does not get effected by patch upload.
    hope this may help.
    Cheers
    Avi

  • OAF -new screen development

    Hi All,
    We are using oracle apps 11i ,now i need to develop a new screen based on 1 table using OAF.
    I'm new to OAF . i have downled required path of OAF from metalink and i have done all the set up and tested as per the readme. and its all working fine.
    Now to develop a new screen how i can approach , and how to call that screen in the oracle apps . please guide me the steps. very thankfull to you.
    Thanks & Regs
    -RG

    Hi,
    To register this page in APPS. Follows these STEPS:--
    1. Select either the "System Administrator" or "Application Developer" responsibility.
    2. Select Application > Functions from the main menu.
    3. To add a new function, simply start entering values in one of the empty Function rows. To add more rows (if you need them), select File > New from the main menu. Set values for the following properties (you will need to navigate through the form's content tabs to do this). Note that you can accept all the other default values.
    �� Function -- this is the unique developer key for the function, and as such it must be a unique value. You can name this whatever you wish, as long as you follow any naming conventions used by your product team (a typical example of this name is: WF_MONITOR_STATUS_DIAGRAM, which is the product short code followed by a descriptive name for the associated page). Note that this is the value that we will use when defining URLs for page access.
    �� User Function Name -- this is the unique, user-friendly version of the function name that displays when administering menus (for example, Workflow Monitor Status Diagram).
    �� Description - provides a short description of the associated page.
    �� Type -- for OA Framework pages, this should be set to JSP. Once this value is selected from the field's list of values, it will display as "SSWA JSP Function."
    �� HTML Call -- provides the mapping to the associated page. At runtime, whenever this function is invoked, the OA Framework knows to display the page identified in this property.
    The value that you specify should comply with the syntax
    OA.jsp?page=/oracle/apps/<appShortName>/<yourPackages>/webui/<PageName>/ as illustrated in the following examples:
    OA.jsp?page=/oracle/apps/dem/hello/webui/HelloWorldPG and
    OA.jsp?page=/oracle/apps/fnd/framework/toolbox/tutorial/webui/SupplierPG
    4. To save your work.
    Now attach this funcion with Menu, Menu with Responsibility and Responsibility with User
    Thanks
    --Anil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • I just got  new screen put on my 13in macbook pro when i opend it up there is no data on it? how do i get my data back

    I just got to school after getting a new screen put on my 13in macbook pro. when i opend up my macbook there was only a apple simble and the loading sing with a bar at the botton it took fovere to load, one it loaded and opend up there was a few options to pic from saying i could get all my datata back, i got confused and called the tec support where they wanted me to spend 90$ to back up my data, i feel as if they fixed my screen my data should be there when i go on it. I am a broke colage studend and need to get my work done. To sum it all up How do i get all my data back that happend to get lost while my screen was being repaird at the apple store?

    Apple has a 90 warranty warranty on all of their repairs.  You should take your computer back to the repair shop.  Or call Apple Customer Relations (800) 767-2775.  Wait for a human to come on the line and ask politely and firmly that you want to be transferred over to the Customer Relations department.  Tell them your issue.
    pakoning wrote:
    I am a broke colage studend
    Hard to believe with all the typos in your post!

  • How to call new window and text element without changing print program

    Hi Friends,
       I have requirement like this . i have a standard print prog and custom form. i want add 2 to 3 extra windows in the form and i have to print some data. but how can v do this with out changing the print program. i know that to pick new fields through subroutines. but how can v call new windows and new text elements with out changing the print program.
    usually in the print program we write as follows.
    write_form
    window = 'HEADER'
    textelemtn = 'HEADER'
    can we accomplish this one also through subroutines or any other way is there.
    can any one pls suggest this.
    Thanks in advance.
    Rahul

    u  copy the standard print program and make custom program.
    write your own codes in it.
    assign this program in the place of standard print program.
    Reward points, if helpful.

  • My iphone 5 has a black screen keeps vibrating when goes on charger i think lcd is broke and screen will me getting a new screen fix it everytime i plug it to the computer mu picture  and music pops up and ny new screen is coming tomorrow

    my iphone 5 is making me cry everytime i put it on the charger it vibrates like every 2 seconds my phone isnt water damaged so i dont have to worry about that and when i plug it to the computer itunes recognizes my phone i think the lcd is broken so i went and orderd a new screen from amazon do you think it would work if i place a new screen on it HELLLLLLLLLLLLLLLLLLLLLLLPPPPPPP PLEASE

    **called applecare.
    Did the tests and they ended uo recommending i go to the apple store..
    Not sure if it was a soft/hardware prob but they replaced my phone
    fo free

Maybe you are looking for