Edit standard transactions screen

I am supposed to edit the screen of a standard transaction VA11.
Am supposed to add sum10-12 fields on the input screen .I have found that
probably the screen-exits would help.
But as of now I have tried to find the standard exits but there is no screen-exit for this transaction to my knowkledge .So can ne 1 tell me the procedure to add the scree-exits. I've heard that it shud be requested to SAP to create such an exit .
Is it true ? how shall i ? can ne1 give me the relevant details for the screen-exit and the related function module exit to be written .

Such in the Coding for call Customer Funktion.
All Exist are call so.
Or have a look at the tables:
tables : tstc,     "SAP Transaction Codes
         tadir,    "Directory of Repository Objects
         modsapt,  "SAP Enhancements - Short Texts
         modact,   "Modifications
         trdir,    "System table TRDIR
         tfdir,    "Function Module
         enlfdir,  "Additional Attributes for Function Modules
         tstct.    "Transaction Code Texts
By Chris

Similar Messages

  • Debugging of standard transaction(screens)

    Hi,
      How can I debug standard transactions and screens.
      I have program name and screen number.
    How can I go ahead for debugging.
    Regards
    Sasi

    Hi,
    Debugger is the best weapon an Abaper has. SO go ahead and debug.
    Find what the program does.
    If you know the program name.. GO to the program. Keep the breakpoint where it is necessary. and run the transaction
    Else type /h on the prompt press enter.
    Then enter the tcode in the prompt and press enter
    Regards
    Vijay
    Edited by: Vijay on Jul 3, 2008 11:13 AM

  • Include SAP standard transaction screen in ABAP webdynpro view?

    Hi all,
    Any body have idea on how to create SAP transaction screen in WebDynpro view?
    ex : i have requirement like i need IB52 transaction in webdynpro view, so that it will be called this view from EP iview to do some process.
    Regards,
    Rajesh Yadla

    Hi,
    you can use a IFRAME and run a Portal transaction Iview for IB52 inside the WD-IFRAME.
    For that you first have to create an iview for the Transaktion IB52 inside your Portal.Then call the preview of the Iview. This Preview-URL(or the PCD) you can call as source inside the WD-IFRAME. For me this works fine.
    Regards
    Frank

  • Edit in transactional screen

    In my .jspx page i am using master form and detail form ( forms data control palette as master-detail ---->master form detail form ) As my requirment is when i am giving the entry in master form then only it should fetch the all the data from DB (master and along detail).but here it showing alll the master - detail date when the page is loading ...bcoz i have one master form and 4 detail form also
    i have to edit the master -details based on inputs only idont want previous,next.last buttons )
    null

    hi user611389
    It is unclear to me what the problem is, or what you would like to do.
    about "... i cant use adf search form also bcoz ... i dont know how to do this one ...", see
    "Creating Three Simple Search Pages with ADF Business Components and ADF Faces (JSF)"
    at http://radio.weblogs.com/0118231/stories/2005/06/24/jdeveloperAdfScreencasts.html
    - "Part 1: Web-Style Search Form"
    - "Part 2: Oracle Forms-Style EnterQuery/ExecuteQuery Mode Page"
    - "Part 3: Search Form Using View Object with Named Bind Parameters"
    Maybe, you could try and describe what your screen should look like, which buttons there are and what you would want them to do, etcetera.
    (tip : You can use "Your Control Panel" to make your name visible in forum posts.)
    regards
    Jan Vervecken

  • Calling custom dialog screen from Standard Transaction(user Exit)

    Hi, I'm calling Standard Transaction from a Custom Screen. I'm calling a custom screen again with in standard transaction (implemented custom screen thru user exits using macros). But when I click 'continue/cancel' in the custom screen, control is going back to main cutom screen rather go back to standard transaction. Could anyone please help me out how to come back to standard transaction from custom screen rather going back to main cutom screen.
    ***INCLUDE LZ_R_FORWARD_FORWARD_LOADI01 .
    *&      Module  USER_COMMAND_9000  INPUT
    MODULE user_command_9000 INPUT.
      CASE sy-ucomm.
        WHEN 'EXEC'.
          PERFORM validate_popup_data.
          IF flag_error_screen NE 'X'.
            MOVE-CORRESPONDING ZFFL_POPUP to var_ZFFL_POPUP.
            clear flag_return.
            SET SCREEN 0.
            LEAVE SCREEN.
          ENDIF.
        WHEN 'CANC'.
          flag_return = 'X'.
          SET SCREEN 0.
          LEAVE SCREEN.
        WHEN OTHERS.
      ENDCASE.
    ENDMODULE.                 " USER_COMMAND_9000  INPUT
    *&      Module  exit_9000  INPUT
    MODULE exit_9000 INPUT.
      CASE sy-ucomm.
        WHEN 'CANC'.
    *      MOVE perf_flag TO lbpla_exist_flag.
          flag_return = 'X'.
          SET SCREEN 0.
          LEAVE SCREEN.
      ENDCASE.
    ENDMODULE.                 " exit_9000  INPUT
    Thanks in advance.

    Hi
    So the command SET SCREEN 0. LEAVE SCREEN. should "place" the program just after the calling of the popup so here:
    FUNCTION z_call_screen.
    * Call the Pop up screen
        CALL SCREEN 9000 STARTING AT 35 05.
    "<------------------------- The program should be here after going back from popup 9000
    ENDFUNCTION.
    Is it true?
    Max

  • 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 to do a screen sequence for a standard transaction?

    Hi experts -
    I have a requirement that the business wants a field on transaction VL02N to be grayed out based on specific delivery types.  I have been told that that would require a custom screen sequence to be developed.
    (1) What is the best solution to accomplish this?
    (2) If the solution is a custom screen sequence for the standard transaction code VL02N, then how is that done?
    Many thanks!
    Mark

    When one says "custom screen sequence"  an Industry Solution that utilizes BDT, like Insurance or Gas/Oil comes to mind.  Are you working with one of the BDT-based Industry Solutions in SAP?   If so, customization by field-group or screen or view could be considered, but I think you'd find a much simpler way to do.
    If not, one usually does this with an exit that allows control of screen elements, as does SD Order processing, a Badi implementation or enhancement in a PBO module for the screen to set the screen-input value to '0' for that field name. 
    You should, though, search the forums, since these kinds of questions are often asked....and answered....such as:
    [VL0xN exits|VL01N / VL02N Exit;

  • Help with moving between custom screens in a Standard Transaction

    All,
    I'm working with a standard transaction, but in this transaction, the I'm having 2 tabs of customized screens. In each of the screen, I have 1 mandatory fields to be filled. If the user only fill in the mandatory field of the first screen and click save, I need to display an error message and also display the second screen automatically? How can I do this? I tried to use CALL SCREEN 9200 but the system keep displaying the error "Screen SAPLXQQM 9200 must not be in Include screen".
    Can anyone help me on this one? Thanks in advance.

    You must don't calling screen 9200. I mean delete lines code
    CALL SCREEN 9200.
    from your program.
    This code can be placement in screen fiew logic only!
    Instead, set code of needed tab of tabstrip using FM. Program process this command and automaticly call tab with your 9200-subscreen.

  • Modificaiton of standard sap transaction screen

    Hi All,
    I have a requirement to modify standard sap screen for transaction PR05 in travel module. I need to add a few fields to the screen and hide a current field. Can you guide me the best way to do it.
    I think of the following ways:-
    1. Change the config for the screen (but I guess by this way I cannot add new field, just hide one of the current field)
    2. Find user exits ( can I use them to modify screen or can just run them at certain events)
    3. changing standard code
    thanks for your assistance.
    Best regards,
    FS

    Hello FS,
    We can also check the feasibility with <b>screen exits</b>..SAP in the standard code gives us blank screens wherein we can add our fields which can show up at particular locations on the screens.one <u>example</u> is <u>the screen 9999 of the program SAPMP56T</u> which is the program for Travel Expense Manager PR05 transaction....if we go to the screen painter there is a message saying that developer can add thier fields here....we have to find the correct screen exits ourself and it may not always be available for a particular case or a standard transaction..
    I believe that in the PR05 there are no proper BADIs or exits that suits the addition of fields to the standard screen....
    Changing the standard code should always be considered as a last resort than an option.....
    Reward if useful
    Regards
    Byju

  • Adding fields/text on standard SAP transaction screens

    Hi,
    How do we add the fields on standard SAP transaction screens?
    For example, if I have to add field on transaction FB01 screen or change text of existing fields, how does it works?
    Please let me know.
    Thanks ,
    Yogita

    hi
    every standard sap transaction have enhancement options you can add fields there
    try this program to find the field-exits of the standard transaction.
    [https://wiki.sdn.sap.com/wiki/display/Snippets/howtogettheuser-exitsofa+transaction]
    regards
    sarves

  • 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

  • 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

  • How to restrict some users from viewing a screen of standard transaction

    Hi All,
    I need to restrict certain user ids from viewing the 'Payment Transactions' screen for the below mentioned transactions.
    FK01, FK02, FK03, MK01, MK02, MK03, XK01, XK02, XK03
    The Basis consultant has tried to configure it. However its not working. So need to find other solution.
    For all transactions other than FK01, MK01, XK01 (create vendor), the BAdi GOS_SRV_SELECT is called before the payment transaction screen appears. But for transactions FK01, MK01and XK0, no such BAdi is there.
    Also I'm not able to figure out how to restrict that particular screen using Badi GOS_SRV_SELECT. What will be the service name for this?
    Please help !!!
    Thanks in advance,
    Radhika

    hi,
    u can do this using user exits.
    identify the appropriate exit for ur transaction and thn put condition like
    if username = ...
    loop at screen.
    hide..
    endloop.
    i was just trying to give u some hint .make it to ur best.
    reward if hlpful.

  • SOFFICEINTEGRATION231 when editing standard text in Recruitment

    I'm trying to edit standard correspondence text within the Recruitment module, but instead of getting the friendly Word like editor, I get the standard sapscript editor and the following error message:
    SOFFICEINTEGRATION231
    "Unable to find template".
    I guess it must be some compatibility problem since this happens when working with Office 2010.
    Is there any patch to correct this?
    Thanks in advance for any help on this issue.
    Regards,
    Santiago Secondo

    Hi, try this:
    Go to transaction I18N, in the tree menu look for "I18N System Configuration"  and then double click on "MS Word as Editor".
    In the next screen be sure that none of the checkboxes are ticked and then click on "Activate"... answer yes, yes and that's it.
    Regards.

  • Call a ABAP webdynpro application from a standard transaction.

    Hi Gurus,
    Can we trigger a webdynpro application on a click of button from a standard transaction as IW31 and pass some of the parameters?
    If so, how do we do that?
    Please let me know.
    Thanks,
    Das

    Hi,
    You can trigger the webdynpro application on click of a button.
    construct the URL dynamically or you can use the URL of the application present in WebDynpro application(if you are sure that if this application run only in this system).
    We can display the application either in standard screen using HTML control or we can also open the browser on click of a button on standard screen using the code:
    call method cl_gui_frontend_services=>execute
    exporting
    application = 'www.google.com'
    exceptions
    others = 1.
    For passing the parameters to the application:
    1. Create the parameters in the default interface plug of the application.
    2. Associate the parameters to the WebDynpro application
    3. Pass the parameters to the application by appending to the URL like (&para1=abc&para2=def).
    Best regards,
    Suresh
    P.S. we can define the parameters in the Webdynpro component by defining the importing parameters in the default interface view's inbound plug's method. If we define the importing parameters in the inbound plug (for example DEFAULT plug of the window) then they are visible in the parameters tab in the WD application.
    We can receive the parameters in the inbound plug method (HANDLE<plugname>) of the window (interface view associate in application).
    Message was edited by:
            Suresh Honnappanavar

Maybe you are looking for

  • X-Fi XtremeMusic switch chann

    So finally?I bought an X-Fi. Very satisfied, but?there's just one small problem.Right and Left channels are switched. In the THX Setup Console, however, the test sound?comes from the good channels (right is right, left is left). I don't seem to have

  • Preview wont save printing presets 10.5.8

    Action: When viewing a Photo and or PDF in preview. this is the standard below. I wish to change the Presets to hold the changes as seen below. When i go back to use my preset it looks like this and the printed paper is not my preset. I am Working on

  • Problem with tx1220us

    Hello friends and everything, I wonder if you could help mi with my tx1220us, he is with two problems after instalie windows 7 1 control of Media Center is not working 2 The touch screen is strange when I use the paint appears that even the risk of s

  • Monitor resolution is sidways

    I have a dual 30" monitor set-up, when I first set up bootcamp I loaded up a game and was given the option to change resolutions, however they options were 1600x2560,etc instead of 2560x1600, etc. I ended up with my left monitor displaying everything

  • ITunes won't minimize anymore

    Everytime I already have iTunes open and plug my iPod in, the minimize button decides to become completely useless and I have to close and restart the program. I know this is something small but it seems to be a bug since I reinstalled several times