How to hide button in fb60 by transaction variant.

Hi experters,
I want to hide button some buttons in transaction code: fb60 by transaction variant(SHD0)
transaction code: fb60, input some date,
and then  click simulation button,
then go to the simulation screen,
I want to hide some button on this screen,
but I find it is impossible to hide it.
because  when I click enter button, there is no response ,
there is no screen popup, so I cann't  hide any field or button with transaction variant.
Please help me...
Regards,

Thanks .
I want to use transaction variant to  hide that button,
I tried using transaction variant, I have created transaction variant on initial screen's variant of fb60,
but I found I can't recored that screen of simulation screen.
can any one have any idear??
Thanks.
Edited by: harry wang on Jan 7, 2009 5:43 AM

Similar Messages

  • How to hide button in application tool bar

    Hi
    There is a standard SAP report. after executing it,
    There are 5 buttons in application tool bar .
    I want to hide 3 of the buttons,
    How can I hide them not by change program.
    (Ex, can I use transaction variant).
    Best Regards,

    try to use transaction variant....
    Edited by: shan palani on Dec 17, 2008 10:48 AM

  • GS_CM. How to hide buttons: 'Attachment' and 'URL'

    Hi,
    Business object 'catalog product' use component GS_CM
    We want to hide buttons: Attachment and URL
    We need to use only button Advanced.
    How I can customize it?
    Denis.

    Dear Denis,
    Enhance Component GS_CM and view DocList.
    Redefine method IF_BSP_WD_TOOLBAR_CALLBACK~GET_BUTTONS and implement the following code:
    super->IF_BSP_WD_TOOLBAR_CALLBACK~GET_BUTTONS( ).
    delete gt_button where id ne 'advanced'.
    Hope this helps.
    Thanks
    Vishal
    Edited by: Vishal Kesar on Aug 9, 2011 2:07 PM

  • How to hide buttons on standard FPM tool bar

    Hi,
    I have to hide two buttons on standard FPM tool bar....buttons are price simulation and useractions.
    Technical details are...
    FPM_OIF_COMPONENT and Configname is DPVMS_CC_VD
    When i start configuration and open view : Web Dynpro Built in...
    i can see..
    CNRVIEW
    ....TC MAIN AREA
    ......TOOLBAR TOP
    .......BUTTON CONTAINER
    i can't able to see button names existed here...
    Can anybody guide me how to get button names here ....i want to hide few buttons on button container...
    Thanks,
    Subba

    Hallo Subba,
    You should not be in Webdynpro build in.
    I might be wrong ! i think you have started the wda component configuration and not the FPM application configuration->Component configuration.
    In Se80,Navigate to your application,open the application node, select the application configuration,open it.
    From there select the component and go to component configuration->press display button would lead you to the FPM configuration editor.

  • How to add button in standard SAP transaction

    Hi All,
    I would like to know how to add a button in the application toolbar of the standard SAP transaction CO01/CO02. Is there a screen exit for this?
    Hope you can help. Thanks
    Regards,
    April

    Check Enhancment CCOWB001. If not then u can search the below list, all of which are called from the T-code.
    CCOWB001            Customer exit for modifying menu entries                    
    COIB0001            Customer Exit for As-Built Assignment Tool                  
    COZF0001            Change purchase req. for externally processed operation     
    COZF0002            Change purchase req. for externally procured component      
    PPCO0001            Application development: PP orders                          
    PPCO0002            Check exit for setting delete mark / deletion indicator     
    PPCO0003            Check exit for order changes from sales order               
    PPCO0004            Sort and processing exit: Mass processing orders            
    PPCO0005            Storage location/backflushing when order is created         
    PPCO0006            Enhancement to specify defaults for fields in order header  
    PPCO0007            Exit when saving production order                           
    PPCO0008            Enhancement in the adding and changing of components        
    PPCO0009            Enhancement in goods movements for prod. process order      
    PPCO0010            Enhancement in make-to-order production - Unit of measure   
    PPCO0012            Production Order: Display/Change Order Header Data          
    PPCO0013            Change priorities of selection crit. for batch determination
    PPCO0015            Additional check for document links from BOMs               
    PPCO0016            Additional check for document links from master data        
    PPCO0017            Additional check for online processing of document links    
    PPCO0018            Check for changes to production order header                
    PPCO0019            Checks for changes to order operations                      
    PPCO0021            Release Control for Automatic Batch Determination           
    PPCO0022            Determination of Production Memo                            
    PPCO0023            Checks Changes to Order Components                          
    STATTEXT            Modification exit for formatting status text lines

  • How to Hide buttons in HCM forms

    Hi Experts,
    In "Transfer" forms, with out filling mandatory fields if I press button "Check and Send" then I get a extra button called "Continue". When I click on "Continue" it takes me to the next page without asking me to fill mandatory fields. Here I want to hide that "Continue" button.
    Like wise in "End of Probation & Short Term Contract" forms, with out filling the mandatory fields if I press button "Check and Send" then I get a extra button called "Forward to Expert". In my case I want  to hide "Forward to Expert" button also.
    Please help me to fix these issues.
    Thanks & Regards,
    Harish Kumar N
    Moderator message -
    When closing old threads, there is no need to add a comment. Adding a pasted answer like "fixed by myself" only brings old threads to the top of the forum list and pushes current ones down. If you do add a comment, please indicate just how the problem was resolved.
    Edited by: Rob Burbank on Nov 2, 2011 9:30 AM

    You do not need to add this field to your list. In the view V_T588MFPROPS (SAP delivered), this field is set as mandatory. In configuration, you must maintain the view V_T588MFPROPC (Customer area) and make sure the field is not set to mandatory. This will override the SAP delivered setting and the error message will be not be displayed.
    Derrick Banks
    Banks & Company, LLC

  • How To hide buttons in standard ESS /MSS applications .

    I have implemented standard ESS/MSS business package version mySAP2005 in ECC 6.0. Now in a standard iView buttons like Edit ,Previous ,etc are present . Now how can I hide these buttons ,say Edit button from iview level ?Now since this is Client Requirement .
    My main problem is I do not have adequate time to customize the standard applications through coding .Is there any other way to do it ?Thanks in advance for any solution provided quickly as goalive is near .

    Hi Ribhu,
    Open the iview in question and do a CTRL+right click.
    Hope this helps in serving your purpose.
    Points are welcome!
    Cheers,
    Sandeep Tudumu

  • Hide button 'Group' 'Organisation' in transaction BP

    Hello all,
    is it possible to hide the button
    - Organization: Create Organiztaion
    - Group: Create Group
    in the transaction BP.
    Thanks

    Hello Thomas,
    You can hide this buttons making an enhace.
    In include LBUPA_DIALOG_JOELF08 the program configure if the button gruop is enabled or not.
    After this you can make an enhance such that:
        CALL METHOD gv_main_screen->set_function_code_enabled
             EXPORTING iv_function_code = gc_function_code-create_group
                                iv_enabled       = ' '.
    For button Organisation:
        CALL METHOD gv_main_screen->set_function_code_enabled
             EXPORTING iv_function_code = gc_function_code-create_organization
                                iv_enabled       = ' '.
    I hope this solve your problem.
    Best regards.
    Francesc.

  • How to hide buttons in UWL

    Hi,
    When we select one task and click on View Detail in UWL it will open another window with task details and some buttons Launch Webdynpro,Forward,Assign to Me,Open Form and links like Display details in SAP GUI.
    We want to hide some of the buttons based on the task.can we acheive this by modifying xml file
    Thanks
    Bala Duvvuri

    Hi srinivas,
    Please refer to the earlier post from Sandeep:
    http://help.sap.com/saphelp_nw70/helpdata/en/09/6d6b17b29b4eef83a553acaa52f668/content.htm
    You need to locate the UWL iView within the relevant portal role in Content Administration. The iView
    has a property to exclude certain actions from tasks. You can enter a comma delimited list of which
    actions you want to switch off.
    After saving the iView properties go into System Administration->Navigation and clear the portal
    role cache(s), log out and back in again and the UWL should reflect the changes.

  • How to hide buttons in the Search bar

    http://i.imgur.com/62bsQ.png
    Been playing around with it. and created some default filters
    but i have no clue how i would get rid of these buttons......

    Hi,
    Click on Report attributes of the report, Look for Detail View region and change the Detail View Enabled list item to "No"
    Thnx
    MK

  • How to hide buttons when no data found!!

    Hi All,
    I have created two regions
    1. Serach region
    2. Results region.
    Initally when the page loads by using hidden vaiable i am bale to hide the "results regions" once they clik on that serach button i am displaying the region of results region along with teo more buttons as "export" and "print" buttons.
    It is showing fine when data exists under Reulst region.
    But when no data is return i am displaying the message as "No data found" but along with this it is displaying "export" and "print" buutons.
    This buttons needs to display only when the data exists under Results region.
    Thanks,
    Anoo..

    abhishek8299 wrote:
    Use SQL (Exists) in the condition and write an sql statement there.use this
    SELECT
    1
    FROM form1 MF,bench1 BM,
    participant1 PP,key1 KT
    WHERE MF.ENGAGEMENT_ID=BM.ENGAGEMENT_ID
    AND BM.ENGAGEMENT_ID =PP.ENGAGEMENT_ID
    AND PP.ENGAGEMENT_ID =KT.ENGAGEMENT_ID

  • How to hide button according to app_user

    Hi friends ,
    I have a requirement where a button 'create' will be displayed (not enabling) only if the APP_USER is Y . How do I do this ?
    Thanks & Regards
    Umer

    What do you mean by "not enabling" ?
    You can put this in the condition for a button to toggle its appearance
    :APP_USER = 'Y' Are you an ex-forms programmer? Just wondering why you potentially want to show a button without enabling it?

  • How to hide buttons in portal

    Hello, We are working with SAP EP7.0 SP13, our problem is following one: in the portal, in user administration --> identity management, when you search a user and select it, down it appears "modify", Since we can deactivate this option Without changing the standard??.
    Thank you for everything

    Here you have the link to the documentation.
    https://help.sap.com/javadocs/NW04S/current/se/index.html
    On the left, you have the classes. Click on each class for the available methods. E.g, IUserFactory. Check the package com.sap.security.api for your purpose.

  • How to deny users to call standard transaction variant

    Hello!
    We have created a variant transaction (ZME52N) for ME52N, and do not
    want give authorization to the transaction ME52N for end users.
    We unchecked the authorization check in the SE97 for ZME52N-ME52N pair so the authorization check for ME52N does not take place in the function module AUTHORITY_CHECK_TCODE.
    However, we noticed that both calling and called transaction is ME52N in the the function module AUTHORITY_CHECK_TCODE, when we executed the variant transaction ZME52N, and obviously the auth check failed.
    Is there a way to lock / disable the ME52N instead of uncheck the authorization ?
    Thanks in advance!
    Regars,
    Daniel

    >
    Daniel Kaoro Kobashigawa wrote:
    > But this is the point. He wants to disable ME52N for everybody and use the ZME52N instead of ME52N.
    Well, I read your question different, you state "We have created a variant transaction (ZME52N) for ME52N, and do not want give authorization to the transaction ME52N for end users. "  End users for me is non-technical support for SAP.  ME52N will not work for user IDs with SAP_ALL and these are not your typical users.  If this is your goal then SM01 is what you want.

  • How to hide  gui buttons in selection screen

    In Selection screen how to hide buttons like back, exit,cancel buttons.
    can any  one help.

    Hi,
    Create a new GUI Status for your program.. put whatever button you require for it..
    In the AT SELECTION-SCREEN OUTPUT event..
    SET pf-status xxx.
    Regards,
    Anand

Maybe you are looking for

  • Custom Column header in MDX

    Hi guys, I am trying to fill MDX query result to a datatable. When i fill datatable column header like [Dim Date].[Day].[Day]. I need it Log Date. Is there any way to change column header ? I mean, in TSQL we using select firstName [User] from users

  • Album view in playlists?

    Is there a way of having playlists on the iPhone display in album view rather than song view?

  • Download touch apps as a Creative Cloud member

    What is the process of downloading the adobe touch apps as a Creative Cloud member without paying for them again in the app store?

  • Photoshop CS5 doesn't have same printer presets as other CS5 products

    I am trying to print from Photoshop CS5 to a Konica Bizhub c451 printer that uses account tracking and user authentication.  But, when attempting to print from photoshop CS5 the printer preset doesn't have the same options (doesn't allow us to put in

  • Anyone else's CS5 crashing trying to make an HDR?

    Hi all noob to this forum. Just bought CS5 & new macbook pro. I did a computer ugrade & bought CS5. I do own CS3 & have leanered photoshop on my own & love it. I went out the other day & took some photos & wanted to do some HDR's. When I tried to mer