Can we add one additional screen in standard transaction.

One requirement is to create screen after executing the standard transaction.
I have an UserExit to create from where i can use to write a code for the standard tramsaction ,
But How can i add one userdefined screen in SAP Stardard Transaction.
I am not talking about the subscreen / custom exit.
I want to create a small screen  this would be itself a screen not imposed on any other screen.
Points will be rewarded for the help full answer.

Hi, Mike.  It depend on the transaction, but a quick and easy way is to develop a function module which will throw a popup screen and call the function in your user exit.
Regards,
Rich Heilman

Similar Messages

  • How to add one column to the standard t.code : CAT2.

    Hi,
    How to add one column to the standard t.code : CAT2.
    thanks

    Hi Chinna
    see the  enhancements by using SMOD <b>CATS0007</b> , or <b>CATS0012</b> and create a project using CMOD and you can implement your requirement.
    Hope This Info Helps YOU.
    <i>Reward Points If It Helps YOU.</i>
    Regards,
    Raghav

  • I am using Adobe Photoshop Elements 9 - can I add an additional .icc file

    I am using Adobe Photoshop Elements 9 - can I add an additional .icc file to 'convert to profile' so that when I send my photos off for printing, they come back exactly as they appear on my screen.  If not, how do I get them printed properly?
    thanks
    Lolly

    Moving this discussion to the Photoshop Elements forum.

  • How can i add one phone number to my macbook pro application imessage

    how can i add one phone number to my macbook pro application imessage

    Make sure that the iPad is using the same Apple ID as your iPhone. If the phone number still doesn't appear, log out of iMessage on both devices, log back in on the iPhone, wait until it activates, then log into iMessage on the iPad with the same Apple ID.

  • Can i add an additional iphone to my itunes account and how?

    can I add an additional Iphone on my itunes account or can i have multiple itunes accounts on my computer?  thanks, sd

    You can do both. Adding a second iPhone is no more complicated than adding the first; you can also have multiple iTunes libraries on a computer and content from multiple iTunes Store accounts in a library. If a library contains protected content from more than five iTunes Store accounts, you may run into trouble when syncing.
    (81208)

  • Can I add a second screen to my 09 iMac?

    can I add a second screen to my 09 iMac?

    Welcome to Apple Support Communities
    Of course. Just get a monitor and the Mini DisplayPort adapter you need to connect the Mac to the monitor. I recommend you to use HDMI if the monitor uses it. Also, you can connect it to a TV. See > http://support.apple.com/kb/HT4241

  • How can i add one month to a date variable ?

    Unlike the week which always 7 days, month may change from 28 to
    31, so how can i add one month to a date variable ? Thanks in
    advance.

    Adding 365 won't always work because of leap years.
    You could use the following SQL statement:
    SELECT
         TO_DATE(
              TO_CHAR(TO_DATE(SYSDATE), 'DD-MON-') ||
                (TO_CHAR(TO_DATE(SYSDATE), 'YYYY') + 1)) NEXT_YEAR
    FROM
         dual
    NEXT_YEAR
    08-JAN-03Or you could create your own function. You would use this
    exactly like add_months:
    CREATE OR REPLACE FUNCTION add_years
         (v_date DATE, num_years NUMBER)
    RETURN DATE AS
         v_year DATE;
    BEGIN
         v_year := TO_DATE(
                   TO_CHAR(TO_DATE(SYSDATE), 'DD-MON-') ||
                         (TO_CHAR(TO_DATE(SYSDATE), 'YYYY')
                                             + num_years));
         RETURN v_year;
    END;     
    SELECT
         add_years(SYSDATE, 1) new_year
    FROM
         dual
    NEW_YEAR 
    08-JAN-03
    SELECT
         add_years(SYSDATE, -1) new_year
    FROM
         dual
    NEW_YEAR 
    08-JAN-01

  • How can I add one seat for a single app to a team account?

    We currently have a team for our art department, which needs Photoshop, Illustrator, In Design and Acrobat.  We have other departments that just need Acrobat.  How can I add one seat, that has access to only one App so I'm not paying the full price?

    Did you ever figure this out? I need Photoshop single licenses and Adobe is making this ridiculously difficult...

  • How can i add one wave in in our Function generator example?

    how can i add one anotehr wave in our function generator example. i want to use superposition and add one more wave to our first wave in function generator and see the result.thanks

    Hi hood1,
    2 options:
    1) You can add many waveforms by combining them into one Array.
    2) Use the Waveforms tools, that give you many option for adding waveforms. one after the seconed or adding the Y array of a waveform to other Y array of second wave form, and so on...
    Hope it Helps...

  • How to call Custom screen in standard transaction on same session

    Hi ,
    I am getting this Problem.
      After one of the screen in standard Transaction (CV01N) I need to call one custom screen. for this I created one program type M with screen. in Stan. transaction I am calling like Call transaction 'XXXX'(for above M program).here I am geeting all my required functionality .but I am getting this custom screen in separate session. I want to call this custom screen on same session of std transaction ( means background custom screen is std.screen).
    Can any one guide me to achive this functionality;
    Regards,
    Saida.

    Hi Agasti,
      Thnx for your reply.
      I tried that method also. even that also calling the Custom screen in new session not in SAP standard session.
    Regards,
    Saida

  • Add a Button to SAP Standard Transaction by using userexit

    Hi All,
    How to add a Button to SAP Standard Transaction by using User Exits ?
    If any one is having step step   material on the same , please forward me.
    my id is : [email protected]
    Thanks in advance
    RK

    USER EXIT
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sapgenie.com/abap/code/abap26.htm
    http://www.sap-img.com/abap/what-is-user-exits.htm
    http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction
    http://www.easymarketplace.de/userexit.php
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sappoint.com/abap/userexit.pdfUser-Exit
    http://www.sap-img.com/ab038.htm
    http://help.sap.com/saphelp_46c/helpdata/en/64/72369adc56d11195100060b03c6b76/frameset.htm
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sap-img.com/abap/what-is-user-exits.htm
    http://expertanswercenter.techtarget.com/eac/knowledgebaseAnswer/0,295199,sid63_gci982756,00.html
    Rewards if useful.........
    Minal

  • HOW TO PASS THE DATA FROM SELECTION SCREEN TO STANDARD TRANSACTION?

    HI,
    HOW TO PASS THE DATA FROM SELECTION SCREEN TO STANDARD TRANSACTION?
    thanks,
    samba.

    By selection screen, what do you mean?   There is no selection screen in WDA as there was in classic dynpro. Do you mean you are using the Select-Options reusable component?  Are you wanting to call a standard transaction via ITS - SAPGUI for HTML?  Please provide more details to your question.

  • How can i add one field in the container for the standard task-90310004?

    Hi,
    Please let me know thw steps to add one field in the container for the standard task-90310004.
    Usefull suggestions will be rewarded.
    Regards,
    Neslin.

    <b>Hi,
    Containers are used for holding Application data for Workflow purposes.
    Event container
    Task container
    Workflow container
    Role container
    Binding is the linking of data from one container to the other for making data available all across the workflow.
    But you can get values from one container to another container like this
    Container(Con)
    1. WF Con to Role, Wf con to task con, Wf con to event
    and
    2. Event con to wf con, task con to wof con
    and
    3. Method con to task con
    and
    4. Task con to method con
    So, we don't have direct possible binding from task con to task con.
    Thanks and Regards,
    Prabhakar Dharmala</b>
    Message was edited by:
            Prabhakar Dharmala
        But you can do pass values from first task con to wf con and again from wf con to another task con

  • How can we add customize seardh help in standard tables?

    Hi,
    Gurus,
    How can we add / assign customize Search Help to standard tables
    as my knowledge this is working fine in SAP 4.60. Where as i was not
    allowing us to add a search help to its data element is there any alternate way to add if give me your support.
    thank you
    shabeer ahmed

    hi shabeer ahmed
    This one is already posted one, chk it
    First in the MARA table the Search Help(MAT1) for matnr is selected and viewed.
    In the included search helps tab of MAT1 there is another search help MAT1_A.
    For that search help in the included u201Csearch helpu201D tab view is selected .
    Inside that there is a search help called MAT1_A_APPEND.
    Then in the included search help tab of MAT1_A_APPEND, the customized search helps can be attached.
    Regards,
    Deva

  • HT4352 how can I add an additional apple tv to my computer

    How can I add an aditional apple tv to my computer and my remote on my phone?

    Hello bardlight. Welcome to the Apple Discussions!
    Based on your configuration description, the Logitech TV is physically connected properly to the 802.11n AirPort Extreme Base Station (AEBSn). You do want it connected to one of the available LAN ports on the AEBSn.
    By default, the AEBSn, is performing as a DHCP server. Also, by default, most computing devices are configured as DHCP clients. What this means is that the AEBSn should be providing the proper IP addresses to any connected (wired or wireless) in order for that device to access both the network and on to the Internet.
    It sounds like that Logitech TV is just not configured properly as a DHCP client.

Maybe you are looking for

  • FTP adapter for Oracle Service Bus  - retrieve file by dynamic file name.

    Hi I am newbie in OSB. I try to use FTP transport in Workshop, it must fill in "Prefix" and "Suffix" for destination file name. But for us, the file name is sent by external systems. The workflow is: 1. External system call our proxy services. 2. Pro

  • (Multiple Consumers) vs (Multi-threaded Message Processing after reception)

    Hi, The question pertains to the following scenario: 1. A single input gateway (queue) for messages. 2. Messages arriving from different systems. High incidence during specific periods 3. Message should be processed in near real-time as and when it a

  • [SOLVED] WINE has no more support for xinput?

    Short version: WINE programs no longer have pressure sensitivity. Tablet works fine in non-WINE programs like GIMP. I hope this falls under multimedia because my Windows graphics programs (Artrage, Photoshop) don't have pressure sensitivity any more.

  • JRE 1.4.0 not working in IE on Windows XP?

    Hi, after installing JDK 1.4.0 (which brings JRE 1.4.0) my IE 6.0 on Windows XP no longer complaints that there is no Java installed on my machine when opening a page which uses an <applet> tag. (As we all know, Microsoft does not include Java in Win

  • MDM limitations?

    I would like to 1) What is the maximum number of fields that can be created in main table? 2) What is the maximum number of fields that can be created in qualified table?