Screen Enhancement in ME53N transaction

Hi,
  I have developed a Report in which Purchase Requisition is the only field in the Selection Screen.
  When it is executed, it calls a smartform and displays the Purchase Requisition Details.
  The requirement is I have to add a Pushbutton in ME53N and ME52N transactions in which when
  the push button is clicked it has to call this report and display the Output.
The functionality is like a "Print Preview" Button in the Standard Transactions.
Regards,
Sree

Hi,
use the exit MEREQ001 for screen ...create the push button in screen painter add the code on click of button to call the driver program...using submit statement....in which  write the code for caling the smartform..
Thanks,
Shailaja Ainala.

Similar Messages

  • Screen enhancement in display measuring point (ik07) and ik02

    Hi experts,
    Can anybody please help in determining userexits for screen enhancement of ik02 transaction. I need to add block to measuring point details.
    and also i need selection screen input parameters to display at the bottom of ik07 tcode.i had inserted the selection screen parameters at the top of screen in ik07 but i need it at last. how can it be inserted there.
    PLZ HELP!!
    screen shot of ie02 for referenece....

    Hello Jared,
    Have a look to this :
    http://help.sap.com/saphelp_crm50/helpdata/en/20/a4ffee7e0fcc4ebb7e5466d3903d38/frameset.htm.
    Regards,
    Frédéric

  • How to do screen enhancement in the selection screen of CS15 transaction

    Hi friends,
    I have a unique requirement where I have to do screen enhancement in the selection screen of CS15 transaction to get the top level material,
    Can you please tell how this could be achieved ?
    Looking forward  your valuable inputs.
    Thank You.
    Regards,
    S Sadhya

    Hi,
    This can be achieved by using user-exit. Specifically screen-exit. Check these two exits related to transaction CS15. They may be helpful to you.
    <b>
    PCSD0002      BOMs: Customer fields in item  
    PCSD0003      BOMs: Customer fields in header
    </b>
    Let me know if you need any other information.
    Regards,
    RS

  • Screen enhancement in badi's

    Hi all,
      I want to do screen enhancement in BADI.I found some badis which are providing the screen enhancements but dont know how to go further.
    Also i dont know in which transaction this screen will appear.
    And how to search for the BADI in standard transaction ,so that i can add the my own subscreen in satandard sap transaction using BADI screen enhancements.
    Please tell me the way in which i can do the sceen enhancement using BADI.
    Thanks and Regards,
    Sugeet.

    hi,
    check this..
    http://help.sap.com/saphelp_nw04/helpdata/en/9d/12233a0edd7978e10000000a11402f/frameset.htm
    regards
    vijay

  • Screen exit - LM46 RF transaction

    Hi,
    This is related to the screen exit of RF transaction LM46.
    We have created a screen exit for logical screen 0212 of SAPLLMOB for the RF transaction LM46 and added this screen in the screen management config.
    The custom sub screen 1212 for the user exit was created in SAPLXLRF as a copy of screen 2212 of SAPLLMOB.
    The issue we are facing is: the sub screen SAPLXLRF 1212 gets called but no data is being passed from SAPLLMOB screen to the SAPLXLRF sub screen as expected, so the screen appears without any values.
    Thanks and Regards,
    Simmi

    Hi
    You can find Exits and BADI from SPRO. Just identify the area where you want to enhance and go to that area by SPRO , then you can see system enhancement that are available. This is the good way to find enhancement because you can find the documentation related to enhancement.
    Like  SPRO > Material Management > Purchasing > Develop enhancement for purchasing (Exits)
    or see Business add ins for purchasing.  Read the documentation.
    Else you can search exits and badi by the package name like find the package of a transaction where you want to put enhancement. SE93 > Transaction name > Display > Package.
    then go to SE80 and open the package then see function group start with X. this are exits  that are available. you can find enhancement also.
    Else to find BADI related to a transaction just put break point to class method cl_exithandler->get_instance in SE24.
    and run the transaction , then you can find the BADI as exit name in this function call.
    These are the way you can find enhancement  , but the way which is describe 1st is the best way.
    hope it will solve ur problem.
    Thanks

  • Screen enhancements

    Hi all,
    I am new to  screen enhancements. I am adding custom screen to ME23n where I am adding custom field. During the change of transaction me22n or me21n if i enter wrong value into the custom field I am issuing error message. At this point all other fields belonging to main screen are getting disabled for input.
    Please help me how to keep them enabled along with my field. Please help me
    Regards,
    vijy.

    HI Vijy,
    You can do this byusing of Chain and Endchain..
    If you send a warning or error message from a module <mod> that you called using a FIELD statement as follows:
    CHAIN.
      FIELD: <f1>, <f 2>,...
      MODULE <mod1>.
      FIELD: <g1>, <g 2>,...
      MODULE <mod2>.
    ENDCHAIN.
    all of the fields on the screen that belong to the processing chain (all of the fields listed in the field statements) are made ready for input again. Other fields are not ready for input. Whenever the MODULE statement appears within a processing chain, even if there is only one FIELD attached to it, all of the fields in the chain (not only the affected field) are made ready for input again, allowing the user to enter new values. If the fields in the processing chain are only checked once, the PAI processing continues directly after the FIELD statement, and the preceding modules are not called again.
    Please refer this below link for more info
    http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbaa4735c111d1829f0000e829fbfe/content.htm
    Please close if this answers your question
    Thanks
    Sudheer

  • How to get business partner in BUPT for BP screen enhancement ??

    I have enhanced Business partner transaction screen using BDT - BUPT to show a sub screen, my problem is that I don't know how to get the BP no at subscreen level. Please help.

    A subscreen should have the main screen data available, so you just have to refer to the main screen's BP field.

  • Screen exit in IMA11 transaction

    I need to add 4 new fields in User Fields tab of transaction IMA11. When i checked in SMOD i could see 5 Function exits for IMA11. How can i include the new fields.
    How to check whether screen of a standard can be modified or not? eg: FK01 how to check whether screen enhancement is possible or not.
    Regards,
    ABAPer007
    Edited by: ABAPer 007 on Jan 18, 2010 4:30 PM

    hi ravee,
          Please go through that link ...it will helpful for U...
          WWWDOTSAPTECHNICALDOTCOM/Tutorials/ExitsBADIs/MIGO/screenexit.htm
    Regards,
    Arun.
    Edited by: Arun Kumar on Dec 4, 2009 11:51 AM
    Edited by: Arun Kumar on Dec 4, 2009 11:51 AM

  • Screen enhancement with CJ20N

    Hi All,
    I am working on a requirement, where i need to provide a custom screen tab in CJ20N Transaction.
    Customer requirement is to have a custom screen tab at CJ20n>WBS Level>screen tabs.
    How to proceed further?
    Regards
    Pavan

    Hello
    What you could do is: find out the package to which transaction CJ20N is
    allocated and find enhancements for this package. (SMOD-> F4 -> information system-> enter package and press enter)
    Or look for CALL CUSTOMER-FUNCTION, CALL CUSTOMER-SUBSCREEN (flowlogic)
    or CL_EXITHANDLER class in CJ20N program.
    OR goto se24 -> cl_exithandler -> double click on get_instances-> put a break point at call method cl_exithandler=>get_class_name_by_interface. -> now go and execute your tcode and find the appropriate BADI.
    Hope the discussion was helpful.
    Cheers,
    Suvendu

  • Migo Initial Screen Enhancement

    Hi Experts,
    I need to display an error message for particluar material & plant  which are entered in the initial screen of the MIGO transaction for the movement type 941.
    As soon as user click on enter, I need to pop the error message, could you please let me know where or in which badi or enhancement spot I need to validate it.
    Thanks in Advance.
    Regards,
    IFF

    Hi IFF,
    Please try
    MB_MIGO_BADI
    MB_DOCUMENT_BADI
    Best regards,
    raam

  • Dynamically make screen enhancement on or off

    Hi all,
    I have 2 queries on screen enhancement related to PO transaction.
    a) I have to add a sub-screen as screen enhancement to Purchase order header area. My requirement is make a the sub-screen visible based on condition that if the PO order is of some xy type then display else no screen enhancement should be visible. Is it possible through screen exit ? i tried to check condition in PBO function exit and PBO module of the subscreen 101 to make 'exit' on the condition,but The screen contents remains without change ie dynamically its not making screen on-off.
    I am able to hide contents of sub screen but no the screen itself.
    b) Secondly by default the enhancement tab name is shown as "customer data". is it possible to rename the tab label ?
    Please suggest !!!!
    Thanks

    Hi, Iahmed
    I want to tell you that  i had a experirence to add a subscreen on IQ02, firstly i configurationed via IMG : Plant  maintaince and Customer servise ->Technical Objects ->Gerneral Data->set view profile for technical object 
    above action is use for activiate a subscreen
    and then find the user exit ITOB001, add some logic .
    and for dynamically subscreen on or off ,my thinking is use below statement in appropriate user exit.
    Because you add a tabtrip , so i think you can check condition to determinater whether call subscreen or not.
    I remeber that VA01 to create Sales order, if you choose credit card payment  under Billing tabtrip, then a subscreen "credit card" on header of SO will display, if not credit card payment it will Hide. you can reference it.
    B. Tabtrip in IQ02 i added can modify label name by yourself.
    Hope it can helps
    Best wishes
    Rock

  • Screen exit for FS00 transaction

    Hi All,
    My requirement is i need to provide a button in FS00 transaction to approve the GL Code. Can anyone suggest me screen exit for FS00 transaction. 
    Thanks,
    Chitra.

    Hi
    You can find Exits and BADI from SPRO. Just identify the area where you want to enhance and go to that area by SPRO , then you can see system enhancement that are available. This is the good way to find enhancement because you can find the documentation related to enhancement.
    Like  SPRO > Material Management > Purchasing > Develop enhancement for purchasing (Exits)
    or see Business add ins for purchasing.  Read the documentation.
    Else you can search exits and badi by the package name like find the package of a transaction where you want to put enhancement. SE93 > Transaction name > Display > Package.
    then go to SE80 and open the package then see function group start with X. this are exits  that are available. you can find enhancement also.
    Else to find BADI related to a transaction just put break point to class method cl_exithandler->get_instance in SE24.
    and run the transaction , then you can find the BADI as exit name in this function call.
    These are the way you can find enhancement  , but the way which is describe 1st is the best way.
    hope it will solve ur problem.
    Thanks

  • Screen enhancmenet for std transaction - best approach

    Hi all,
    I need to enhance the std transactions VL31N,VL32N,VL33N to inlcude some new custom fields under the ITEM OVERVIEW tab for the Inbound delivery.
    Note : Custom fields are already created.
    In order to perform the above changes,which is the best approach?Do I need to copy the std transactions or Do i make changes in the screen/logic in the std program i.e. SAPMV50A for these transactions?
    Thanks.

    Howdy,
    Always the last resort is to copy the standard transactions - best approach is to find a way to enhance the standard screens.
    However, I'm not familiar with exits for the delivery transactions but according to this thread it may be difficult:
    BADI or Screen EXIT for adding field to VL01n (Delivery Document)
    Cheers
    Alex

  • Screen Exit for MB1C transaction with program :SAPMM07M and screen 410

    I am working on a requirement which is to enhance the Functionality of transaction, MB1C.  In Mb1c item details screen I want to add some additional text line (about 7 to 8) for client Materials. The requirement is to add details of drawings which we have to enter at the time of GR. One item text field is available but that is not enough. As the drawing specs, spool no, ... etc., have to be entered. My question is there any screen exit for MB1c Transaction?. If not how to proceed?.  Could someone answer my query. I am working on ECC 6.0.
    Thanks & Regds
    Ariffu Mohammed

    Please explore the following exit and there documentation , inorder to                    
    fulfill the requirement                                                                               
    MB1C SAPMM07M  MBCF0002        E            EXIT_SAPMM07M_001                             
                   MBCF0006        E            EXIT_SAPMM07M_005                             
                   MBCF0009        E            EXIT_SAPMM07M_009                             
                   MBCFC003        E            EXIT_SAPMM07M_003                             
                   MBCFC004        E            EXIT_SAPMM07M_004                             
                   MBCFC010        E            EXIT_SAPMM07M_010                             
         SAPMM07M  MBCF0002        E            EXIT_SAPMM07M_001                             
                   MBCF0006        E            EXIT_SAPMM07M_005                             
                   MBCF0009        E            EXIT_SAPMM07M_009                             
                   MBCFC003        E            EXIT_SAPMM07M_003                             
                   MBCFC004        E            EXIT_SAPMM07M_004                             
                   MBCFC010        E            EXIT_SAPMM07M_010

  • LM00 --- LM04 Screen Enhancement

    Hi All,
    I need to place a custom screen before calling the Transaction LM04 through LM00. I have configured the custom screen 1212 against the logical screen both for 0212 for 8x40 and 16X20 screen formats.
    And I have placed the sub screen through the user exit in SAPLXLRF. So when I am logging to LM04 through LM00 my custom screen is getting called but once I want to move to the logical screen 0212 the system says no logical screen is found. So in turn my custom screen is getting displayed as the PBO is getting called.
    Could any one please put some though on this. Though I know its difficult to visualize the problem but in brief which I need is to display the custom screen just before the main screen for LM04 and on PAI on my custom screen I want to show the main screen for LM04.
    Thanks,
    Somnath

    Hi Shiv,
    Yeps sure I would share the solution.
    Actually the screen enhancement in LM is bit different as compared to that of other transactions.
    Step 1 >>>>>
    First we need to find the customer sub screen available where I can put our own sub screen.
    For e.g. if we need to Enhance LM04 first screen, then we have modify the screen 0212. The avaibale custom sub screen would be 1212.
    Step 2 >>>
    In SPRO go to Logistic Execution > Mobile data Entry > Define Screen Management. Here we have to create an entry with SAPLLMOB and new variant say 1. (By default, sap will provide 0 and please don't change this entry).
    Basically make sure that all the table from T3130A - T3130G are properly updated (Not required to maintain all the tables, it depends on your requirement).
    Step 3 >> Its basically not to include as a step as all we know that we need to activate the enhancements in CMOD.
    Stpe - 4 >> Login to LM04 you will find that the new variant 1 would be considered and all the available functionality would be kept intact with your customized sub screen. One thing make sure you have to copy the original screen 0212 as for e.g.
    So enjoy with the new screen.
    Cheers,
    Somnath

Maybe you are looking for

  • Error when filling the setup table

    Hi,     When i try to load the setup table,it is giving the error like "No Extract structure active or no bw Connected" .So can anyone suggest me to solve this problem. regards, meiy

  • Is there any way to print 6 Keynote slides in 2 columns on a page?

    I am using Keynote '08 and am trying to create a pdf file with 6 slides on each page, on two columns, in portrait format. Does anybody know how to do this?

  • Updating data in MS Access

    Hi all, In my program I am sending an array of clusters into an MS access database table using the database connectivity toolkit. What I want to do is, I want to update a particular row in the table or being precise, to update an element of the clust

  • Where is the Pages Icon?

    I am trying to move pages around in a pdf using Acrobat Pro 8.1.5, and between multiple pdfs.  I do not have a pages icon in my navigation panel, nor do I have thumbnails of the pages in the navigation panel.  When I go to View > Navigation > Pages,

  • Visibility into MaxDirectMemorySize usage?

    Is there any way to gain visibility into how much of the MaxDirectMemorySize is being utilized, and how often this space is being reclaimed? Other than NIO, what Java code will benefit from MaxDirectMemorySize? Any insight appreciated. Lukas