ABAP Editor. Flag meanings from: User-specific settings - 'pattrn' tab

If you go through this path once you are in the ABAP editor (ECC 6.0):
utilities -> settings
Does anybody know how the flags from the 'pattrn' tab work? They are about patterns in Function modules and Class generators.
I cannot find anything through F1 help or SDN.
Best,
Cristian

You might be aware of the "Edit -> Pattern" functionality in the ABAP editor. The settings you are referring to influence some details, e.g. whether OTHERS will be included in the exceptions list when inserting function module patterns.
Play around with the settings to see the effect.
Thomas

Similar Messages

  • Transaction SE16: Field selection (User-Specific Settings) is NOT working for ALL tables

    Hi Guru’s,
    I have an issue in Transaction SE16, Field selection (User-Specific Settings) is NOT working in Tables (ALL tables).
    Following is the screenshot attached for your kind reference,
    That is in the initial screen of transaction SE16 if I choose Filed Name or Filed Label only the technical details (Field Names) are appearing and not the descriptions like Client, Purchasing Doc, and Company Code Doc. Category Document Type etc…
    Right now I am using ECC6 and EHP7 SAP system.
    Please help me to resolve this issue by implementing any OSS note or User Role creations or any technical changes required in system.
    Hope the requirement is clear and in case need any clarification please revert back.
    NOTE: Right now in Development System we don’t have any successful user to compare the settings.
    Regards,
    Kumar.S

    Thanks Patra.
    Even I searched in SAP portal and couldn't able to find the relevant OSS note.
    Following is my BASIS team response,
    "Only you can view Table Field values from higher release"
    Can you suggest / guide on this comment as well.
    Looking forward to your speedy response.
    Regards,
    Kumar.S

  • Convert date on user specific settings

    Hi all,
    I want to convert date on user specific settings
    Example i have seetings like dd/mm/yy and another user has settings mm/dd/yyyy.
    If i login any client i want to convert date to yyyyddmm.
    How can i do this.
    Thanks

    Hi,
    *   Convert date 1/3/9999 into 99990301
        CALL FUNCTION 'CONVERSION_EXIT_SDATE_INPUT'
          EXPORTING
            input  = w_inputfile-endda
          IMPORTING
            output = w_inputfile-endda.
    *   Convert date 99990301 into 01/03/9999
        CALL FUNCTION 'CONVERSION_EXIT_PDATE_OUTPUT'
          EXPORTING
            input  = w_inputfile-endda
          IMPORTING
            output = w_inputfile-endda.
    or try this..
    Key = sy-datum.
      SELECT SINGLE * FROM usr01 WHERE bname = sy-uname.
      CASE usr01-datfm.
        WHEN 1.
          WRITE key  TO formatted_date DDMMYY.
        WHEN 2 OR 3.
          WRITE key  TO formatted_date MMDDYY.
        WHEN OTHERS.
          WRITE key  TO formatted_date YYMMDD.
      ENDCASE.
    Prabhudas

  • User specific settings for message ME161

    All SAP Gurus,
    Is it possible to have user specific settings for message like ME161?
    We want the message ME161 to be displayed as warning message to one user and the same message to be displayed as an erorr message to another user.
    Is it possible?
    Regards,

    hi,
    In addition to the above data:
    Messages are defined like this:
    Version     AG      No.      Text     TYPE
    Normally, in std case,
    Version will be always 00 for system defined messages....
    Now if you wanna make the the same message as authorised,
    then copy this exsisting message....
    While copying system will ask for version, here enter it it Z*
    Now on the other hand make the other settings for user/user grp in SU01 and here set the user parameter as MSV(THIS IS MUST)....
    and then try...
    Regards
    Priyanka.P

  • Clear Flag for BPS user-specific variable values

    Hi Experts!
    I have a 'user-specific variable' settintg with the flag 'on', then the user should choose only one value. 
    But now I need execute an abap program which read all values available for this variable. For this reason, I need clear this flag with abap code, and after put on again.
    Could somebody show me a small piece of abap code for this?
    Thank you in advance!

    Hi,
    Analysis of your question:
    <i>Second line of your question "...<b>which read all values available for this variable</b>".</i>
    1) When you mean you wish to read all possible values with which the variable could be filled up, then please use the Function Module:
    UPC_CHA_VALUES_GET 
    The parameter <b>ETO_CHAVL</b> would then return all master data of the variable's characteristic
    2) When you mean you wish to read all the variable values "<b>selected from the user in the past</b>" then use the function  module
    API_SEMBPS_VARIABLE_GET_DETAIL
    Here the table <b>ETK_VARSEL_ALL</b> returns you all the values selected by user in the past. The "<b>current selected value</b>" for the user is stored in the table "ETK_VARSEL".
    Check out these How-To Documents. If these dosen't suffices, then please elaborate your requirement, for me to write a ABAP Pseudo-code.
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/324de5a1-0201-0010-dc9a-a093cde87bb5">How to use Reporting Variables in BPS</a>
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/650ee690-0201-0010-4bb7-83c3e2a74039">How to variable of type Exit</a>
    Many regards.

  • User specific settings in SSM_CUST table

    Dear experts,
    i know it is not a right forum for post this thread but i am not able find to right forum for such problem
    My problem is that i disable favorites by adding parameter ALLOW_TCODE_START in SSM_CUST table
    and it disble all the user to add tcode in favorites but i want user specific that i (administrator) am able to add tcode
    in favorites but my client(subuser) not able to add tcode in favorites in sap easy acess .is it possible
    please help.......................

    THANKS FOR REPLAY SIR,
                          but i know all the configuration of USERS_SSM table
    where follwing configuration to hide for particular user  is given:-
    1 user menu
    2 sap menu
    3 web menu
    4 compny menu
    but i want to disable favorites for specific user which i think is only possible by table SSM_CUST  with parameter
    allow_tcode_start but it disable favorites of me (admin) as well as my client but i want i am able
    to add tcode in favorites  but my client not able to add tcode in favorites
    please help...............

  • User specific settings through SHD0

    Hi
    I have make some fields disabled for editing. I have done this through SHD0. Now i have to keep this setting for some specific users.
    Please guide for this .
    Regards
    Raksha

    Hi,
    After you have created a transaction variant in SHD0,
    assign a transaction for that transaction variant in SE93 or from SHD0->Goto-> Create variant transaction.
    Once you have created a transaction, assign the authorization object to the transaction. This will restrict only the users to view this transaction varriant...others will not able to execute this transaction...
    Hope this suffices your requirement...
    Let me know icase of issues
    Reward if useful
    Regards
    Shiva

  • User specific settings

    Hi Gurus,
    I have configured the displayed fields in the Table area of Planning board though Planning board profile configuration. The desired columns are visible in table area in CJ2C. But then I have change the displayed fields from field selection in Planning board and have saved the user settings.
    Can some one let me know how to remove this user setting ?

    Hi,
    Open the project in the Planning board and use the option "Undo User setttings". This should solve your issue.
    Check this and revert.
    Regards,
    Gokul

  • Deploying Printers with User Specific Settings via Group Policy

    Good Morning All,
    We are getting ready to switch our print server over and would like to find an easier way to update everyone's printer list.  The issue we are running into is that we have a few large copiers that use a user id number to validate any print jobs.  Is
    there a way to set that up in GPO so that it will give the correct code directly?  I cannot find anywhere that I can adjust the printer preferences.
    Thanks,
    Brent

    Hi
    So you just want to update the TCP port with the new IP instead of deploying new drivers from the server?
    Hope this helps. Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Auto code completion settings for new ABAP Editor

    Dear all,
    I am working in New ABAP editor but i am unable to set auto code completion,
    please tell about customising of new ABAP editor for Auto code completion.
    Thanks and regards,
    Gaurav Sood

    Hello,
           1.      Choose Utilities ® Settings.
    The User-Specific Settings dialog box appears.
           2.      Choose ABAP Editor. 
           3.      Set the new editor mode.
    From:
    http://help.sap.com/saphelp_nw04s/helpdata/en/43/29dee414483fe1e10000000a11466f/frameset.htm
    Regards,
    Jorge Diogo

  • User specific currency printing

    Hi ,
      Could any one of you help me in getting the user specific commands ?
    I have tried to change the user specific settings ..but it didnot work.
    Request you to let me know the code such that the currency is automatically printed according to  user specific settings

    Hi Sindhuri,
    Try the command SET LOCALE , it sets currency, date format nad number format to the current user settings.

  • Scrolling table. Getting Number of Visible rows from User Settings.

    Hello everyone,
    I hope you can show me the way to the light! here is my problem:
    I have to control the scroll of a table, for allow to the user to see always one blank row for entry proposes.
    For that I know that I can ge the number of visible rows and the first visible row through the methods:
    cl_wd_table->get_visible_row_count( ).
    cl_wd_table->get_first_visible_row( ).
    The problem is that the user can modify the number of visible rows through the user settings in the table ( right button on the table "User Settings->more..." ) and it doesn't modify the value returned by the method cl_wd_table->get_visible_row_count( ).
    How could I get the visible rows set up by the user in his user settings for control the scroll dynamically?
    Many thanks in advice.
    G.

    Hi G,
    The changes what user will be making will be classified as personalization.
    I was looking into the ways of finding the user specific personalization in the code and then callin the mthod set_first_visible_row.
    There are few classes related to personalization like CL_WDR_PERSONALIZATION_SERVICE and CL_WDR_PERS_MANAGER.
    I tried calling method get_pers_data of class CL_WDR_PERSONALIZATION_SERVICE. But for me it was not returning any data.
    You can also look into these classes and try to fetch user specific personalized data with methods available.
    Another way which I thought is to create a component  configuration and make the number of rows as Final so that end user is not able to personalize this ( I know u won't agree on this  ).
    @ Thomas: Any specific inputs from your side on this problem.
    Regards
    Manas Dua

  • Proxy settings moved from User to Machine not removing user settings.

    Hi All,
    I have recently moved our company's proxy settings from User based to Machine based as we were having issues after moving from an internal proxy to a hosted external proxy.  What we found was after turning off the internal some users were no longer
    getting external internet. 
    After some investigation we found they were still getting old proxy settings on login and after a GPupdate.exe or normal gpupdate from the server the correct settings would apply. (happened to users logging on for the 1st time) To prevent this from happening
    I moved the proxy settings to the Computer GPO and it all appeared to work in the test GPO and in live.  But a few days later we got some calls logged to our help desk stating they don't get external internet.  After some more
    investigation we found that they are still getting the user policy applied to them even though it has all been removed from the User GPO. 
    I found if I remove the proxy settings it doesn't always apply to users but if I add info in it always updates to the user.  What can be causing this?  Some of these users have local admin rights and I thought at first it might be something they
    did but now we are getting non admin users with these issues.
    We are using IE 10 and have set the original Proxy settings using the GUI internet control panel and are now applying the proxy settings via Registry updates in the Computer GPO and enabled "Make Proxy settings per-machine" object.  Our SOE
    is Win 7 ent x64 with IE 10 (1500 units) and Win 8.1 ent x64 IE11 (100 units) And some XP SP3 that are in the process of migrating to Win7.
    Any help on this would be much appreciated.
    Cheers,
    Nat

    Hi Nat,
    you wrote: I found if I remove the proxy settings it doesn't always apply to users but if I add info in it always updates to the user. 
    Does that also happen für new users now after you changed your settings to the computer settings?
    I guess you used group policy preferences; that worked as "one time settings", so as long as the policy exists it will be merged with the Settings on the users computer. Please find a detailed description on
    http://technet.microsoft.com/en-us/library/dn581922.aspx
    So you now have 2 configuration items: your policy as well as the users registry. So to remove that you already moved the Settings from the user configuration to your Computers configuration (that worked as you described) while the Settings
    in their HKCU are still there - you Need to either implement another  policy to remove that, or you can set it empty.
    Don't set it to "not configured" as that will keep your old setting deployed before.
    Sometimes I found in more easy to implement another user preference that removed the Registry key with the Registry keys to remove a Setting instead of Publishing a "remove Setting" configuration.
    Regards,
    Martin

  • Get OSX to retrieve users from a specific AD OU.

    Hi All,
    I work in a school with OSX and AD, two campuses (Secondary and Junior). On the Secondary campus we run the 'Golden Triangle' pretty well, but we just present a login box for users. On our Junior campus we run OSX as it's own directory master, with the WGM preference showing a list of names of network users.
    Now while I can quite easily point our Junior school OSX server to our AD and get all the users showing in a list, we don't need to have all the Secondary school users showing in the Junior school list.
    Is there a way to only show network users from a specific AD OU in the list of network users when we bind our OD to AD?
    Thanks,
    Dustin

    There are a number of ways to accomplish this, but AFAIK none of them is straightforward like writing a script to accomplish the task.
    This could be accomplished quite readily with the Essbase API.
    Unfortunately, when Maxl outputs tabular data such as what comes out after DISPLAY SESSION ALL; - it comes out as all one big string with lots of spaces.
    So to parse that output you would need to use a language that can tokenize the text into a collection and parse that for the users.
    Then you need to do the same sort of thing after running DISPLAY USER IN GROUP ALL; (or instead of all, use a specific group name);
    Then run ALTER SYSTEM LOGOUT SESSION BY USER <parsed_username>;
    What would be ideal (hello Oracle... <wink> ) is a MAXL command ALTER SYSTEM LOGOUT SESSION BY GROUP <GroupName>;
    The way I would approach this would be to write a little utility that does exaclty what you seek:
    - Scan the current session periodically (say, once every 5 mins)
    - for each user that belongs to group(s) <group>(<group>...)
    - if user has an open query running longer than n minutes, kill the user request.
    This way you're not kicking people, your just taking back resources. Of course you can be more aggressive and code it to kick the user by forcefully ending (invalidating) his session too.
    I can give you a hand with this offline if you want.
    Robb

  • Transport user specific layout of standard report from developer server to

    Hi ,
    I am using user specific layout of standard report in my customizing report for retrieving data from standard report.
    i want to transport this user specific layout of standard report from developer server (say client 400 ) to production server ( say client 100 ).
    Also i want to copy this layout for all end users ( different user names ) in production server.
    I tried to import user specific layout , it is possible only with in   the same server ( say developer server , but different clients , say 400 to 450).
    please help me to sort out this .
    Thanks & regards,
    Hari priya

    hi sadaram,
    Thanks for ur quick reply,
    I am using this user specific layout in my zreport for retrieving data from std report. i don't want this layout to be global for all users. i already created same layout in production also , but i want to copy this user specific layout to some of end users
    ( not all end users) with different user names.
    please suggest any solution to solve this issue..
    regards,
    Hari priya

Maybe you are looking for