Administrator button Enjoy Transactions

good day Gurus,
There is button called configuration in the Enjoy transactions such as MIGO where you create a new variant (it defaults to 'Basic Setting') and using the ADMINISTRATOR button you can make columns in the table (fast entry section) visible or invisible.  Now my problem is that this Administrator button is completely gone in the instance that I'm currently working with.  I remember seeing this before and was able to change the settings on the table.  I looked at the note for this functionality it talks about Auth object 'S_ADMI_FCD'
My question is how would I go about activating this button.
thanks

Cyrus,
This may be S_ADMI_FCD with value TCTR.  I would run an ST01 trace to confirm.
To add the button assign the auth object S_ADMI_FCD with the TCTR value or other values found in the ST01 trace to a role which the user has.
Cheers,
Ben

Similar Messages

  • Table control in Enjoy transactions like FB50/FB60/FB70

    Hi,
    I am using enjoy transactions like FB50/FB60/FB70 which provide me the facility to enter more than one GL Accounts in a very easy manner.
    The screen looks like a table where we can enter the data very easily.
    Now we can hide and display fields in enjoy transactions using the Table Settings button.
    This button is provided at the right most corner of the section where GL accounts can be entered.
    If the curson of the mouse is placed at this button the decription "Configuration" will appear.
    Now when I click on this button and click on Administrator button, I will get the fields which can be made invisible for this transaction.
    This is a user specific setting.
    Now I can see that at the end of the screen explained above, there are certain fields that are not assigned.
    Example, in FB70, the "Fld name" ACGL_ITEM-UZAWE is assigned to Pmt meth.supl. but ACGL_ITEM_GEN-GEN_CHAR1 is not assigned to anything.
    I want to use this field ACGL_ITEM_GEN-GEN_CHAR1 for Reference Key 1.
    Can anyone please guid me how to use this functionality of SAP?
    Thanks in anticipation,
    Nitish

    Hi
    I think the table in which it is updating the data has some constraint ....check the constraints

  • How to add help splitter in a screen ? (as Sap Enjoy transactions)

    Hello,
    I would like to create some screens like sap enjoy transactions (me53n, me21n, me22n ...) with the button "i" and the help in the left splitter.
    I don't want to change standard help but I want to use the same idea for our specifics transactions.
    The mains questions I have are where this help is store and how to manage it ?
    So can you explain me the steps I need to follow to do this ?
    Thanks in advance for your help.
    Simon

    Not sure if I get you correctly, but I think you need a button to be placed in custom container. Is that right?
    For this SAP introduced [Dynamic Documents|http://help.sap.com/saphelp_nw70/helpdata/EN/10/246858055711d4a7410000e83dd863/frameset.htm] which could be embeded into container. They are easy to use and gives nice look and feel.
    For adding the buttons please refer standard program DD_ADD_FORM_BUTTON . Also you can see other possibilites it provides (links, forms, pictures etc) . All programs DD* present that.
    Regards
    Marcin

  • Cannot select the newly created Screen variant in ENJOY transactions.

    Hello All,
    I have created a screen variant for a specific requirement from the client in transaction SHD0.
    However I am unable to select this new screen variant in all ENJOY transactions.
    When I try to select the screen variant in FB50-Post GL through>EDIT>Screen Variant, Select,Reset and Create Screen variants are greyyed out.
    I have checked the setting in SU3, as well as FB00 for the Parameters, it appears to be correct.
    Kindly help at the earliest!!
    Regards
    Shrutika

    Hi,
    Shrutika.
    Try this I hope this may help you.
    Go to FB50 at above left hand side will see Tree On option button. Click on that you will see Screen vairants for items option with drop down object. Simply click on that now select your desired screen variant by double clicking applied. 
    I hope this may help you to solve your issue. If you have any doubts feel free to ask.
    Regards,
    Pankaj A Bhalerao.

  • Custom Enjoy Transaction

    How to create custom transaction like enjoy transaction where SAP uses Expand and collapse button to Expand and Collapse screen block.
    Can any one have small sample program to do that?

    Ok,  Here is a sample program, copy and paste this code into a test program.  
    1) Create screen 100, assign OK_CODE as the ok code field.
    2)  Enter this code in the flow logic.
    process before output.
      module status_0100.
      call subscreen subscreen_area1 including sy-repid the_subscreen.
    process after input.
      call subscreen subscreen_area1 .
      module user_command_0100.
    3) In screen 100, using the graphical layout editor,  create a subscreen area and call it "subscreen_area1".
    Add a pushbutton to this screen, and make sure to assign the function code as "PUSH".
    4)  Create screen 0110, make sure to specify that it is a subscreen in the attributes tab.  Now begin putting some UI elements on the screen 0110.  I just added a static text box, or label.
    5)  Create screen 0199,  make sure to specify that it is a subscreen in the atttributes tab.  Put nothing on this screen as it will be our DUMMY screen.
    Here is the program code.
    report zrich_0001.
    data: ok_code type sy-ucomm.
    data: save_ok type sy-ucomm.
    data: the_subscreen type sy-dynnr value '0110'.
    start-of-selection.
      call screen 100.
    *&      Module  STATUS_0100  OUTPUT
    module status_0100 output.
    *  SET PF-STATUS 'xxxxxxxx'.
    *  SET TITLEBAR 'xxx'.
    endmodule.                    "status_0100 OUTPUT
    *&      Module  USER_COMMAND_0100  INPUT
    module user_command_0100 input.
      save_ok = ok_code.
      case ok_code.
        when 'PUSH'.
          clear ok_code.
          if the_subscreen = '0110'.
            the_subscreen = '0199'.
          elseif the_subscreen = '0199'.
            the_subscreen = '0110'.
          endif.
      endcase.
    endmodule.                    "user_command_0100 INPUT
    Now run the program.  Notice that every time you press the pushbutton that the screen changes, it toggles back and forth between the screen 0110 and 0199. 
    Have fun.
    Regards,
    Rich Heilman

  • Screen Variant for ENjoy Transaction

    Hi all,
    I want to create screen variant for enjoy transaction, i.e fb60. Through the guide in another threads, I click on the square icon, above the scroll bar on the table control (used for entering document line items). When I create new variant, hide some columns and save this screen variant, everything is not changed. How to apply this screen variant to this transaction ?
    I also use function "Add screen variant" when right click on this screen, but nothing changes.
    Thank you very much for your helps.
    Sylvecat.

    That little button you mention (above the scroll bars) will not create screen variants for this transaction.
    You have to use transaction SHD0 (also accessible by pressing Ctrl+F4 once you are inside FB60).
    Search inside http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCDWBCEX/BCDWBCEX.pdf for the keywords SHD0 more info on usage, etc. if you need help with SHD0.
    Please remember to assign points if found useful.
    Regards,
    Gulshan

  • Me53n / me21n enjoy transactions - help to navigate enjoy transactions -

    Hello,
    On the enjoy transactions such as me53n and me21n there is a "i" button that lauches help in a frame in the left side of the screen.  Does anyone know if this help can be modified and if so how to go about this?
    Thanks for your help!
    Dawn

    This is std SAP help which can not be modify

  • What is difference between enjoy transactions and Normal transactions

    What is difference between enjoy transactions and Normal transactions
    Ex:- ME22 & ME22N
    What is difference between these two.

    hi ,
    the transaction code with 'N' are created with help of object concept.
    In your case ME22 is obsolete one and ME22N is the tcode created with object concept.
    pls Reward helpful points
    Thanks
    Siva

  • How can I disable POST GOODS RECEIPT button in transactions VL31N/VL32N via Authorization or Role Level.

    How can I disable POST GOODS RECEIPT button in transactions VL31N/VL32N via Authorization or Role Level, There is a requirement from my client  and i propose two methode
    1- Creation of Ztcode ZVL32N and do changes ABAP program level
    2- Disablement via Authorization/Role level - but how can i find the auth object/ Authorization corresponds to POST GOODS RECEIPT button in VL32N

    I think you can make use of SHD0 - Transaction variant to achieve this. You can make it as grayed out while recording steps in SHD0.

  • Search Button in Transaction SM30

    Good Morning,
    I want to know if it's possible to activate de search button in transaction SM30.
    What i mean is, when you call transaction SM30 and you choose to modify some data from a table, the search button (binoculars) is deactivated.
    It looks to me like this is SAP standard for that Status GUI in particular...
    Will the button be activated in any circumstances? If yes, in which circumstances will it be activated?
    If no, is it possible to do so by my own? If yes, how can i do it?
    Thanks and Best Regards,
    Pedro Gaspar

    Hi Pedro,
    If the table is created by you, then do not define the field by referring to the dataelement or domain, but declare it as a flat data type.
    for example do not have matnr referring to matnr data element. Instead declare it as matnr of char18 type.
    Regards,
    Ravi

  • Enjoy transaction MIGO

    Hi,
    In enjoy transaction MIGO, I want to execute Return delivery w.r.t. Purchase order. At present I have two options material document and delivery note.
    In customization for inventory management under setting for enjoy transaction and setting for transaction and reference document , I am trying to activate the purchase order option. Unfortunately I didnot have that option available.
    I would appriciate, if anybody let me know how I can do that.
    Regards,
    Pradeeep Bhandari

    HI,
    I really dont know the Business Requirement but for doing the same.
    Just do to
    SPROMM INventoryman/phy inv>Setting for Goods movement>Setting for tansactions and reference Documents.
    Go the Setting
    Select the Transaction code -->MIGO and then click on the Transaction even key A01,A02 etc..
    in this select the key Select A02-Return delivery and click on the option reerence document
    and thert you will find R02 and R03 .
    Know add R01-Purchase order and Clik to activate the same,
    hope so it would activate in the T code MIGO and you should find the same
    Regards
    Anjanna.

  • User-defined fields in Enjoy transactions

    Hi,
    we have created two user-defined fields and added these in the entry variant for Enjoy transactions. However, we would like the fields to show with fewer characters. We have tried to reduce the length in the entry variant, but it seems that you cannot do this. We do not want to reduce the length of the field in the database.
    Is there any way around this?
    Thanks,
    Moly

    Hi,
    You should be able to do it via screen painter.
    Please check this help:-
    [http://help.sap.com/saphelp_nw04/helpdata/en/d1/801c3a454211d189710000e8322d00/content.htm]
    Also you should put this query in SAP ABAP forum, where you will get more appropriate answers.
    Regards,
    Gaurav

  • Custom field in enjoy transaction

    Hi,
    How to add a custom field in enjoy transaction.
    In my case iam concerned with EBAN- Me51n - Purchase Req.
    can we configure from field selection groups, if we have the field in EBAN.
    I doubt , but i would like to hear from you  guys too.
    Thanks
    Satheesh.

    Hi,
    You have to use following User Exits;
    MEREQ001 - Customers' Own Data in Purchase Requisition

  • Problem in enjoy transaction

    hi,
    I have a doubt that why we cannot record enjoy transactions?
    Can you tell me the reasons for that?
    thank you.
    regards
    raghu

    Hi,
    Check this extract
    The goal of using SHDB is to create BDC programs and sessions. But BDC doesnu2019t support Enjoy transactions. SBWP is a Enjoy transaction too.
    Enjoy transactions use Enjoy SAP Controls like ALV Grid, ALV Tree. If you run BDC in background these Controls would not be able to communicate front-end since they need some files in front-end (client - PC), so BDC fails.
    Therefore what can be done? There are two possibilities:
    1- ) There might be a alternative, usually older version, transaction. You can use it. For example ME22N is a Enjoy transaction, but ME22 is the older one, does the same thing. So ME22 can be used. As far as I know the older version of SBWP is SO01, but when we run it it goes to same program.
    2- ) If it is available, a BAPI can be used. Whatever you want to do, you can search BAPIs and use it instead of BDC technique. I think unfortunately there isnu2019t any BAPI related to SAP Business Workplace
    (Ref: http://www.itcserver.com/blog/2006/07/12/shdb-the-transaction-recorder/)
    regards,
    Anirban

  • Hiding the save button in transactions

    Hi all,
    Can anyone please tell me how I can hide the post button button in transactions FB60, FB65, FV60, FV65, FB70, FB75, FV70 & FV75.
    My client would want all transactions to be parked and authorised via workflow.
    Thanks for your help in advance

    Once you're in transaction SHD0, you should get to a point where there is a pop up box titled "Confirm Screen Entries".  Select Basic Data and then click the button for Menu Functions.  Open the Menu Bar and then Document.  You will see the SAVE command in here.  Click once on the SAVE and then select the Deactivate button next to the green checkmark.  That line will turn yellow, select the green checkmark or hit the enter key to return to the "Confirm Screen Entries" pop up box.  If this is the only change you would like to make, you can select the Exit and Save button.  Don't forget to Activate it as your Standard Variant.
    I hope this helps!

Maybe you are looking for

  • Cannot view msgs after upgrading to IOS8

    Cannot view msgs after upgrading to IOS8..I get the msgs but cannot open them..the screen just goes blank I tried restarting..back up ..using a different sim..everything but nothing is working can anyone help urgently its affecting my business big ti

  • How can you tell your iPhone 5s has been unlocked?

    Is there anyway to tell from the Settings menu on the iPhone or from a menu in iTunes that the phone has been unlocked. My wireless carrier has allowed me to unlock my phone because I will be spending an extended period of time in another country. Le

  • Problems with namespace XML Parsing of ABAP PI 7.0 Integration Engine

    Hi, I discovered the following problem. The customer sends a SOAP message with is forwarded through a SOAP Adapter in the integration engine. The structure of the message is very simple: <Envelope> <Body> <ORDERS05>...</ORDERS05> </Body> </Envelope>

  • BUG? "ERR-1002 Unable to find item ID..." on branch on upgrading 3.0 to 4.0

    I'm testing the waters prior to upgrading a customer application from APEX 3.0.0.00.20 to 4.0.2.00.07. The application has been exported from the APEX 3.0 environment on a 4.0 instance on a different server. Both databases are 10.2.0.4.0 EE. A on nav

  • OracleConnection.createARRAY: Unable to resolve type

    Hi All, for some good reasons (don't ask ...) I need to implement a solution where a directory listing, on the DB server machine, can be gotten via an sql query. I have to say I am not very experienced with Java in Oracle, please forgive the newbie m