LBK1  LOGBOOK Menu bar : SAP PM

Hi ,
Can Any one Guide me  how Logbook   EDIT option  in Menu Bar  can be brought in First Screen shot  that coming in Second one
Tcode LBK1
First
Second

Hi Kalyan ,
I have also used development to fulfill the client requirement without SAP Logbook . Even in SAP logbook you have to do developments . So , if you are not using other functionalities like changing creating notification from logbook then you can also create your own screen to do the same .
Please find the below logic we have used to design logbook screen :
1. Searching screen of the logbook contains fields like plant , date , equipment category range.
2. On the basis of entries in selection screen list of equipment's will be displayed vertically and measurement points will be displayed horizontally as column names .
3. Against each and every equipment you can enter measurement readings which will create measurement document at the back end .
In this you can also add options of creating notification . Hope this will help
Regards
SAP PM

Similar Messages

  • How to hide the menu bar from a Transaction iView (SAP GUI for HTML).

    Hello all,
    I have created a simple SAP Transaction iView of type SAP GUI for HTML.  This iView has the Menu bar that has the buttons: Menu, Back, Cancel, and System.  My requirement is, I dont want to see the menu bar that has these buttons.  How do I go about it?  Please advice.
    Note:  My iView is a SAP Transaction iView and not IAC service related iView. 
    Thanks
    Vicky R.

    You'll want to set the parameter ~webgui_simple_toolbar in your webgui service.
    It is a binary parameter with the following values/options:
    0  : Hiding the page header completely (not recommended)
    1  : Standard setting
                        This is the recommended standard setting in which the title and the menu bar below it with the [Exit] and [Help] button and the application buttons are displayed.
    2  : Displaying the title line
    4  : Displaying the buttons [Exit] and [Help]
    8  : Displaying the active system buttons on the screen ([Back] and [Cancel])
    16  : Displaying the system menu
    32  : Displaying the application buttons
    128 : Deactivating the information block in the status bar (new)

  • Transaction iView - SAP GUI for HTML - Problem while hiding menu bar

    Hello all,
    I am trying to hide the OKcode field and the Menu button in a Transaction iView of type SAP GUI for HTML. I am following the SAP note 1010519. However, nothing seems to change, even after adding the parameter ~webgui_simple_toolbar = 0 or any other value.
    I added the parameter to the service: default_host ->sap -> bc -> gui ->sap -> its -><b>webgui</b>
    After going through few posts relating to this issue, I figured out that passing application parameters would not work. Also, using IAC is not an option for me.
    Can someone help? How can I hide the OKCode field and Menu bar?
    Thanks and Regards,
    Reena

    Hello Reena,
    Maintaining the parameter
    ~WEBTRANSACTIONTYPE   EWT
    will solve your problem. You can also create an IAC iview. Here is a document for the same.
    <a href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/ep/_d-f/Displaying%20SAP%20Transaction%20as%20Internet%20Application%20in%20Portal.pdf">How to diplay a transaction as IAC iview</a>
    Also remove the parameter ~noheaderOkCode.
    Hope that helps.
    Regards
    Deb

  • How to hide menu bar in SAP EP 7.4

    Dear all,
    We are upgrading our system from EHP4 to EHP7.
    How to hide the menu bar (Back, forward,history, favorites, etc..) in the SAP Enterprise portal  7.4 version ?
    Please help me to resolve the issue. Thanks in advance.

    Hi,
    This can be achieved in Framework Page Configuration.
    Navigate to Content Administration -->Portal Display -->Framework Page Configuration.
    Then choose the Frame work Page which is configured .
    In Menu area uncheck the options which you want to hide it in the Framework Page.
    Regards,
    Srinivasan V

  • I can't find Crystal report on SAP 8.8 menu bar ?

    I am trying SAP 8.8 demo. Where is Crystal report on SAP 8.8 ? I can't find Crystal report on SAP 8.8 menu bar ? anybody told me location of crystal report on menu bar ?

    Hi,
    There is no option anywhere in SBO8.8 as "Crystal report" if you want to use it go to windows start ->program files->SAP Business One you can see there Crystal Report 2008 menu. Once you designed your report in Crystal then you can import it in SBO 8.8 through "Report and Layout Manager" in Administration -> Setup -> General. You can not open Crystal directly from SBO.
    Thanks
    Sachin

  • How to add user defined functions in Menu bar of a Selection Screen?

    Hi,
    Can anybody please suggest me that how can I add user defined functions in the menu bar of a Selection Screen?
    Regards
    s@k

    Dear Amit,
    I am referring to the standard SAP program: RIEQUI20.
    On the initial screen, there are 3 tabs.
    Code:
    SELECTION-SCREEN BEGIN OF TABBED BLOCK tab FOR 25 LINES.
    SELECTION-SCREEN TAB (20) tab1 USER-COMMAND ucomm1
                         DEFAULT SCREEN 001.
    SELECTION-SCREEN TAB (20) tab2 USER-COMMAND ucomm2
                         DEFAULT SCREEN 002.
    SELECTION-SCREEN TAB (20) tab3 USER-COMMAND ucomm2
                         DEFAULT SCREEN 003.
    SELECTION-SCREEN END OF BLOCK tab.
    AT SELECTION-SCREEN.
      CLEAR gv_okcode.
      gv_okcode = sy-ucomm.
      CLEAR sy-ucomm.
      CASE gv_okcode.
        WHEN 'IH08'.
          CALL TRANSACTION 'IH08'. "Equipment Selection
        WHEN 'IW29'.
          CALL TRANSACTION 'IW29'. "Notification Selection
        WHEN 'IW39'.
          CALL TRANSACTION 'IW39'. "Order List Selection
        WHEN OTHERS.
      ENDCASE.
    *   Check date:                                         
      IF NOT datuv IS INITIAL                            
      AND NOT datub IS INITIAL.                         
        IF datub >= datuv.                              
        ELSE.                                           
          MESSAGE e884(ih) WITH datuv datub.            
        ENDIF.                                           
      ENDIF.                                             
      IF variant IS INITIAL AND
         dy_vari IS INITIAL.
        PERFORM get_default_variant_f14 USING variant.
      ENDIF.
      PERFORM variant_existence_f14 USING variant.
      IF datuv IS INITIAL.
        datuv = sy-datum.
      ENDIF.
      IF datub IS INITIAL.
        datub = sy-datum.
      ENDIF.
      IF sy-ucomm = 'ADDR'.
        PERFORM adress_sel_f01 USING 'EQUIR'.
      ENDIF.
      PERFORM check_parnr_f76.
    *  AT SELECTION SCREEN OUTPUT
    AT SELECTION-SCREEN OUTPUT.
      STATICS: l_slset TYPE sy-slset.
    *--- Set initial variant
      PERFORM variant_init_f14 USING 'INST' 'INST' 'INST' 'RIEQUI20'.
      IF variant IS INITIAL AND
         dy_vari IS INITIAL AND
        gv_variant_flag IS INITIAL.
        PERFORM get_default_variant_f14 USING variant.
        gv_variant_flag = 'X'.
      ENDIF.
    *--- Set Icon for adress-button
      PERFORM set_icon_f01 USING dy_adrfl ad_icon text-ad0 text-ad1.
    *--- get classification data from select option
    *--- (if new variant or if called via submit or F3)
      IF ( l_slset NE sy-slset ) OR
         ( s_comw[] IS NOT INITIAL AND gt_clsd_comw[] IS INITIAL ).
        l_slset = sy-slset.
        gv_class_old = dy_class.
        gv_klart_old = dy_klart.
        PERFORM copy_selopt_comw_f79 TABLES gt_clsd_comw s_comw.
        PERFORM class_search_init_f77 USING 'EQUI'.
      ENDIF.
    *--- set Icon for classification
      LOOP AT gt_clsd_comw TRANSPORTING NO FIELDS          
                          WHERE atcod > '0'.               
        EXIT.                                              
      ENDLOOP.                                             
      IF sy-subrc IS INITIAL.
        gv_comw_flag = 'X'.
      ELSE.
        CLEAR gv_comw_flag.
      ENDIF.
      PERFORM set_icon_f01 USING gv_comw_flag cl_icon text-cl0 text-cl1.
      CALL METHOD cl_uid_cust=>selection_screen_output.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR variant.
      PERFORM variant_inputhelp_f14 USING variant 'RIEQUI20'.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR dy_parnr.
      PERFORM f4_for_parnr_f76.
    AT SELECTION-SCREEN ON BLOCK clse.
      IF dy_class NE gv_class_old
        OR dy_klart NE gv_klart_old.
        gv_class_old = dy_class.
        gv_klart_old = dy_klart.
        CLEAR gv_comw_flag.
        REFRESH gt_clsd_comw.
        REFRESH s_comw.
      ENDIF.
      PERFORM class_exist_f77 USING dy_klart dy_class 'DY_CLASS'.
      IF sy-ucomm = 'COMW'.
        CALL FUNCTION 'IHCLSD_VALUATION_POPUP'
          EXPORTING
            i_klart               = dy_klart
            i_class               = dy_class
            i_language            = sy-langu
            i_key_date            = sy-datum
            i_also_subclasses     = dy_subcl
          TABLES
            ct_comw               = gt_clsd_comw
          EXCEPTIONS
            exc_no_class          = 1
            exc_klart_not_allowed = 2.
        IF sy-subrc <> 0.
          MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
            WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        ENDIF.
    *--- fill classification data in select option
        PERFORM copy_comw_selopt_f79 TABLES gt_clsd_comw s_comw.
      ENDIF.
      IF sy-ucomm = 'ONLI'.
        sscrfields-ucomm = sy-ucomm.
      ENDIF.
    Regards
    s@k
    Edited by: siemens.a.k on Jan 15, 2010 10:10 AM

  • In production order can the status of TECO ,in menu bar can be deactivated

    Hi
    In production order can the status of TECO /REVOKE TECO in menu bar can be deactivated .if it can be done where to do the setting and what is it implications
    regards
    madan

    Hi Sarvan,
    We are using the version ECC6.0. I want the authorisation of "revoke close" for some of the users only. Is it possible? If yes, what exactly is the authorisation object.I did not find any object as  SAP-Security.
    Is it possible to control it by any user exit.
    Kindly let me know ASAP.
    Regards,
    Satyajit

  • Hide menu bar and toolbar

    Hi people,
    Someone knows a way to hide (or deactivate) menus and toolbars in standard transactions? It's possible without coding?
    Tks,
    Douglas

    Hi Douglas,
    You can hide a menu bar via a transaction and screen variant. The T.code is SHD0. No code required, just a development class/package.
      I'm not sure if you have hide tool bars.
    SAP has some good documentation on transaction and screen variants. Below is the link.
    http://help.sap.com/saphelp_47x200/helpdata/en/67/232037ebf1cc09e10000009b38f889/frameset.htm
    Mike Vondran
    Mike Vondran

  • Can menu bar use variants instead of hard coding in GUI Status?

    Hi Experts,
    I am trying to select data into a variant from one table. This variant will be used for text in Menu Bar of GUI Status. I used to hard coding in Menu Bar. Is it possible for variants instead of hard coding in Menu Bar?
    If not, any flexible way is also welcomed. Thanks for any reply and help!
    Regards,
    Ying

    Hi,
    Please refer following link.
    http://help.sap.com/saphelp_nw70/helpdata/en/c0/980389e58611d194cc00a0c94260a5/content.htm
    How to create variant for csutom screen
    New transaction - require variant selection to be disabled
    This may help you.
    Regards,
    Renuka.

  • Personalize the Help Menu of SAP GUI

    Hi,
    I want to personalize the Help menu of the SAP GUI, in the Sandbox environment the Help menu has an option that calls an intranet website with the company's procedures and specific SAP help.  I would like to have this same option in Dev/Test/Prod and I don't know who to make the changes.
    I've been trying with SE43N, area menu S000 but that menu does not have the Help sub-menu.  Am I going in the right direction?
    I know this is possible since somebody has done in in the past in our Sandbox, I just dont know how to do it myself for the rest of the environments.
    Thanks a lot.
    Erika B.

    Hi,
    please go to transaction SE41 and select program MENUSYST and select "menu bars". Click "change" and double-click "help". Double-click "help" again on the next screen. Here you can see the current "Help Menu" and edit whatever you want to edit. After you save your changes a transport will be created.
    Hope this helped.
    Regards,
    Jann

  • Message Code STA1-217 - Menu bar not created

    Hello,
    I have developed one report and in that i am getting the below message in "Code Inspector".
    "Message Code STA1-217 - Menu bar not created"
    I tried to delete the menu bar from pf status but still getting the same message.
    I have searched it on Google but did not get correct hit.
    Any suggestion/help in this regard will be appreciated.
    Thanks & regards,
    Rahul

    Moderator message - Welcome to SCN
    Please post in the correct forum. I'll move it for you.
    Please read [Rules of Engagement|https://wiki.sdn.sap.com/wiki/display/HOME/RulesofEngagement], How to post code in SCN, and some things NOT to do... and [Asking Good Questions in the Forums to get Good Answers|Asking Good Questions in the SCN Discussion Spaces will help you get Good Answers] before posting again.
    Rob

  • How to add extra functionality in menu bar?

    I want to add extra menu option in standard transaction code ,
      Can anybody tell me what is the procedure .Where I have to write code for this menu option so that it is triggered when that option clicked.

    If you need to create menu exit its simple.
    1. Goto SE41, Give the program name, for which you want to maintain Menu exist.
    2. Give the Menu name in Status.
    3.Now Select the option , depending upon your requirment, Whether it is online, dialog or context menu.
    4.Suppose, you have select Online Status.
    5.Create your Menu bar, Apllication Bar, When evr you are Filling Application, Bar , keep in mind, The extension shhould Be As +001.
    Jus Check the following link.
    http://help.sap.com/saphelp_bw21c/helpdata/en/c8/19762743b111d1896f0000e8322d00/frameset.htm
    Award points if Useful.
    Regards,
    Mithun
    Message was edited by:
            Mithun Shetty

  • PA10 / SAPMP50A menu bar bug

    Hi All,
    We recently upgraded our HR service pack to level 85, now when executing PA10 transaction under the 'HR master data' tab menu function does not navigate to its specified transaction code (maintain = pa30, display = pa20, etc.. ) it just goes back to SAP easy access without displaying anything.
    Anyone encountered this problem before?
    Thanks.

    no icons are added to my menu bar that aren't from sys prefs. I find that it happens most when switching between firefox and ichat. I use the latest versions of all software.
    Also, its not that the menu bar changes to translucent, it goes completely transparent except for the writing / icons. Its quite odd.

  • How can I deactivate a function from menu bar in a transaction

    Hi Gurus
    How to deactivate a menu function "Do not execute" which is available in menu bar while creating an order. I want to remove that function from IW32 transaction. Please help.

    Hi,
    The Purpose of transaction variants is to hide fields, menu functions, screens, to supply individual fields with default values or to change the ready for input status of one or more fields.
    Using transaction variant, you can tailor screens to meet your required business process, and it can be used to accomplish security task, not directly supported by SAP’s security concepts.
    A Transaction variant consist of a number of screen variants, customized to meet your requirements, Transaction variant only alters the layout of the screen. The Business processes delivered by SAP retain their integrity.
    Check the below link for more details.
    [http://www.mortenhjorthnielsen.dk/Security/transactionvariants.htm|http://www.mortenhjorthnielsen.dk/Security/transactionvariants.htm]
    You can deactivate the menus for the wntire system by creating
    or changing records in the global settings table SSM_CUST in the
    View maintenance transaction SM30.
    - To globally deactivate the SAP menu, enter a record
    "SAP_MENU_OFF" "YES" in upper-case letters.
    - To globally deactivate all user menus enter a record
    "ALL_USER_MENUS_OFF" "YES" in upper-case letters.
    Please also check the below link.
    [http://help.sap.com/saphelp_nw04/helpdata/en/83/7a18cbde6e11d195460000e82de14a/content.htm|http://help.sap.com/saphelp_nw04/helpdata/en/83/7a18cbde6e11d195460000e82de14a/content.htm]
    Hope this helps. Reward points for all helpful answers.
    Thanks,
    Balaji
    Edited by: Balaji Ganapathiraman on Mar 14, 2008 11:19 AM

  • Reagrding menu bar,

    hi to all.
    i want  to create one icon for systems -
    > services for object.
    i m wrking on 6.0,in that see me23 and va03,
    the difference between these 2 codes.
    my req is services for object is nt available in va03.
    i want to create one icon left side of the title bar.
    pl giv me some idea.
    thru this icon,v can see the idoc's used in the s.order or create attachements.
    if not then provide any other solution,for getting the above information.
    plz giv me reply asap.
    regards
    satya

    Hi,
    you can add a menu item using MENU EXIT.
    Step by step procdure for creating Menu Exits
    PART A: Search for the menu exit.
    1. A menu exit is a way to add a menu item and corresponding functionality to the menu bar of an SAP transaction. The first step is to navigate to the screen where you want to attach menu exit.
    2. Go to the menu painter of that screen through system -> status and look for function codes in the menu bar that start with a plus sign. These are the menu's which can be enhanced.
    PART B: Attaching your own menu.
    3. Run transaction YSMD (available in 3.1G) to identify the Enhancement and the Component which contains that exit or search it through transaction SMOD.
    Note : All menu exits will have the function code name with the plus sign as the last four characters of the component.
    4. Include the Enhancement in your own project through transaction CMOD.
    5. Go to Enhancement Components a
    And double click on the component name to give your own text to the menu item.
    6. Activate the project.
    At this point the menu item will appear, but it will have no functionality.
    PART C: Adding functionality to the menu item.
    The new menu item can have functionality in four ways:
    predefined functionality by SAP programmer
    transaction code
    program exit
    area menu'
    7. You do not have control over the first method of functionality to a menu exit. In some cases, SAP programmers will have predefined code that is executed once you activate the menu exit.
    8. If the menu exit function code is a type “T” function code, you will need to create a transaction code to add functionality to the new menu item. (To find the type of the function code, just double click on the function code in the GUI screen) The transaction code should have the same name as the function code (remember: it will start with a plus sign). The transaction code you create can either call an online (module pool) program or a report. You can create a transaction code from the object browser.
    9. If the functionality for a menu exit is to be placed in a program exit, the menu exit and corresponding program exit will belong to the same enhancement.
    Examining the enhancement that contains the menu exit can give you an initial indication that a program exit is needed to add functionality. You can code the program exit by double clicking on the component in your project or examining the SAP code to find the corresponding check of the function code triggered. For the appropriate function code, you will see a “CALL CUSTOMER-FUNCTION” statement.
    10. The last way of adding functionality is through area menu’s. An area menu is a transaction that serves as a collection point for several other transactions. Unlike other dialog transactions, area menus do not have underlying programs, hence, you cannot append your own functions to them.
    No screens accompany an area menu. An area menu has only one title and status, both of which are assigned by the system. Area menus allow you to create menus containing functions that are customized for a particular function in your company. Creating an area menu is similar to creating a standard menu. However, instead of specifying functions for menu options you specify transaction codes.
    To navigate to area menu’s choose Development -> Other tools -> Area menus. The name of the area menu should be same as that of the function code of the menu exit.
    Regards,
    vineela.

Maybe you are looking for

  • After having my iphone 4 for over a year, the front screen cracks :(

    So after having my Iphone 4 for over a year and purchasing the apple CARE protection plan, apple is acting as if they do not care about me and my phone.  I have never traded in my phone and never had a problem with it until now.   My screen is cracke

  • Please Help!  I can't get Itunes or Quicktime to install properly

    Ok, I'm about fed up. I'm trying to get itunes installed along with quicktime, and everytime it goes through the installation & says everything is ok, but then when I try to run Itunes, it comes up an error. The problem seems to be with quicktime, b/

  • How do you know what generation your Apple TV is?

    How can you tell what generation your Apple TV is and what the version IOS it is running? Thanks for any help!

  • Nokia 5130 XpressMusic update problem

    hi all please help in a tricky issue , i have an Nokia 5130 XpressMusic and i try to update the software , of course i make a backup for all contact software profile all in the phone but after updating i loose original profile even aplication like ca

  • IPod very messed up

    okay, so the other day i went to turn on my iPod and it said the battery was very low, so i went to plug it into the computer to charge, and it got stuck on the "do not disconnect" screen. i attempted to reset the iPod and all it did was flash the ap