Select without needing owner for tablename

Sorry for the potentially simplistic/newbie question, but I can't seem to find the answer to this anywhere.
I have a user with the dba role in which I can perform the following statement:
dba_user> select * from users;
I have a second user, created to only have select privilege, when I run the same statement:
read_only_user> select * from users;
ORA-00942: table or view does not exist
I have to do it this way:
read_only_user> select * from dba_user.users;
Is there a way to modify the read_only_user so that I don't have to qualify the table names? I already have select statements in other code, so I'm hoping I can change the user privileges instead of having to go back and modify a lot of SQL.

Hi,
tsmori wrote:
Okay, that works, is there a way to make that permanent, and not just for the session?No, ALTER SESSION does exactly that: it alters the session. I don't know of any way to make the settings permanent.
You can make them automatic, by putting them into a LOGIN.SQL file or an AFTER LOGON trigger.
A better, easier solution might be to create synonymns:
CREATE SYNONYM users FOR dba_user.users;Synonyms are permanent (unless you DROP them).
The statement above creates a private synonym in your own schema.
You can also make public synonyms that apply to all users (unless individual users override it by creating their own private synonyms):
CREATE PUBLIC SYNONYM users FOR dba_user.users;Edited by: Frank Kulash on Jun 23, 2009 4:46 PM

Similar Messages

  • How to connect to airport express without needing internet (for wifi remote)

    I am hooking up the Mackie DL 806 mixing console. my airport only works if i first have a internet connection. after I disconnect the internet it still works. I need it to work no matter what in a non internet environment  

    nicandmac wrote:
    I am hooking up the Mackie DL 806 mixing console. my airport only works if i first have a internet connection. after I disconnect the internet it still works. I need it to work no matter what in a non internet environment
    I am trying to understand this.. it sounds like you have it setup in bridge mode.. so it must get an IP from the main router to begin working.
    The Airport can work with or without internet.. but it needs to be in router mode to pass IP addresses.. and it will give errors which you must ignore.
    It is possible also to setup in static IP mode.. but you will still need to ignore errors.
    However to really help I need the whole setup.. I need to know if you are using the wireless in a secondary IP network from internet which is also running.. and if so what IP address ranges are being used.
    In other words tell me the entire setup.. what is the main router.. ?? What are the clients? How are they going to connect to the express when there is no internet??

  • I need to download adobe without installing it I need it for a machine not on the net

    I need to download adobe without installing it I need it for a machine not on the net

    You can try the full offline Reader installer from
    http://get.adobe.com/reader/enterprise/

  • I reset the ipad. hoping it would help. but still it needs password for activation. the owner already forgot password for icloud as well as password of the email since it was not used since 2011. help please.

    I reset the ipad. hoping it would help. but still it needs password for activation. the owner already forgot password for icloud as well as password of the email since it was not used since 2011. help please.

    Your sister can go to https://iforgot.apple.com/ and see if she can recover her password.
    There is nothing anybody else can do.

  • Forgot icloud password, how to get it recover without any question and also alternative email becuase someone hacked my alternative email id. need password for using icloud hopefully i will get result from you as your earliest.

    forgot icloud password, how to get it recover without any question and also alternative email because someone hacked my alternative email id. need password for using icloud hopefully i will get result from you as your earliest.

    I'm sorry, but I know nothing about iCloud email. I stayed away from iCloud email and only use iCloud for limited purposes.
    But take a look at this discussion and read the response from randers4. He is one of the iCloud experts in the Apple Support Communities.
    https://discussions.apple.com/message/24358339#24358339
    If that doesn't help, you might be better off posting in here where there are other more knowledgable iCloud users.
    https://discussions.apple.com/community/icloud/icloud_on_my_ios_device

  • Need owner's manual for Canon Power Shot ELPH 115 IS camera

    Need owner's manual for Canon Power Shot ELPH 115 IS camera

    You can find that right here: http://www.usa.canon.com/cusa/consumer/products/cameras/digital_cameras/powershot_elph_115_is#Brochu...
    On the Canon website...Canon has lots of good information there on your model !

  • Hi, my free trial license has expired, and I am wondering if it's possible to only pay for one month for after effects without locking for a year with monthly fee. I only need this for a project that is ending next week.

    Hi, my free trial license has expired, and I am wondering if it's possible to only pay for one month for after effects without locking for a year with monthly fee. I only need this for a project that is ending next week.

    Creative Cloud Plans
    https://creative.adobe.com/#plans

  • How to code for DSynamci Selections without using a logical database?

    In a custom program, how to generate dynamic selections without specifying a LDB int he attributes.
    Thanks,
    Ven

    This does not relate to the dynamic selections I am looking at.
    If you look at FBL3N or FBL1N, there will be a Dynamic Selections button which gets in as part of the LDB associated with it.
    I want to know if there is a simpler way of putting this in a custom program without reference to the LDB.
    Thanks,
    Ven

  • How can I create a new entry without using LOV for foreign keys.

    Referring to TUHRA sample application based on HR database schema. JDeveloper 10.1.3.0.4
    How can I create a new employee without using LOV for the foreign key "job_id".
    On the first page I would like to choose the job_title from adf read-only table.
    After clicking on the "create new employee button" a creation form appears in which the job_id field is set with previous selection.
    Regards M.Winkler
    Edited by: user3541283 on 06.10.2008 03:44
    Edited by: user3541283 on 06.10.2008 03:50

    Hi,
    usually the foreign key is only set if the VO you select is dependent from a master. If e.g. you have DepartmentsVO1 that has an EmployeeVO3 as its nested VO, then creating a new instance of employees automatically add the foreign key. If you add EmployeesVO1, which is not dependent to DepartmensVO1, then the foreign key is not set. So if this is the case in THURA (keep in mind that this is not an Oracle demo but a sample used in a book about ADF) then all you need is to take the independent VO when building the new employee form.
    Frank

  • Is it possible for two owners for one table in oracle?

    SQL> select owner,table_name
    2 from dba_tables
    3 where table_name = 'DEPT';
    OWNER TABLE_NAME
    MANO DEPT
    SCOTT DEPT
    SQL>
    SQL>
    SQL> show user;
    USER is "MANO"

    Hi,
    It is not two owners for 2 tables but twotables and two owners.
    Login as Mano
    do a
    insert into dept values (blahh..blahh..);
    commit;Now login as scott
    select * from dept;You will see the difference.
    What you need to understand is there are physically two tables owned by two different users with the same name.
    Hope it clears your confusion.
    Cheers!!!
    Bhushan

  • Select-option on subscreen for Module pool

    Hi all,
    I need to add some elements on standard screen of a standard transaction. Everything works fine, but the problem starts when I want to add select-option. It is displayed, but when I press on Multiple selection button no action occurs, no window appears...I simplified the case and created test program with test screen and also I get the same behaviour. Anyone had similiar problem?
    Thnak you in advance for help,
    Anna

    I donot know how u have created the select-option. but u can try these 2 methods to create it. And I have checked that both of them work fine.
    1) How to create a select-options in a module pool screen.
    Method 1
    a) Create a subscreen area in your screen layout where you want to create the select options.
    b) In the top include of  your module pool program declare a selection screen as a subscreen e.g.
           SELECTION-SCREEN BEGIN OF SCREEN 100 AS SUBSCREEN.
                 select-options s_matnr for mara-matnr.
           SELECTION-SCREEN END OF SCREEN.
    c) In the PBO and PAI of the main screen where the select options needs to be created do a call subscreen of the above screen (100).
           CALL SUBCREEN sub_area INCLUDING  <program>   <screen>
      This call subscreen statement is necessary for transport of values between screen and program.
    Note: All validations of the selection screen fields e.g. the s_matnr field created above should be done in selection screen events like AT SELECTION-SCREEN etc and not in PAI. These selection screen validations etc should be done in the top include only.
    Method 2
    a) Create 2 separate fields in your screen layout - one for the low value and one for the high value. Insert an icon beside the high value which will call the multiple selections popup screen on user command. Use function module COMPLEX_SELECTIONS_DIALOG to achieve this.
    struc_tab_and_field-fieldname = con_cust.  " 'KUNNR'
    struc_tab_and_field-tablename = con_kna1.  " 'KNA1'.
    CALL FUNCTION 'COMPLEX_SELECTIONS_DIALOG'
              EXPORTING
              TITLE                   = ' '
                text                         = g_titl1                                " 'Customers'
                tab_and_field     = struc_tab_and_field
              TABLES
                RANGE                   = rng_kunnr
              EXCEPTIONS
                NO_RANGE_TAB          = 1
                CANCELLED                    = 2
                INTERNAL_ERROR     = 3
                INVALID_FIELDNAME = 4
                OTHERS                           = 5.
    IF NOT rng_kunnr[] IS INITIAL.
             Read the very first entry of the range table and pass it to
             dynpro screen field
               READ TABLE rng_kunnr INDEX 1.
               IF sy-subrc = 0.
                  g_cust = rng_kunnr-low.
    ENDIF.
    You can use the return table rng_kunnr to populate your own internal range table with the values entered by the user. Basically here you are just simulating the work of a select-options parameter by module pool screen elements.
    Regards,
    Joy.

  • Colocation of client and key owner for writes

    Hi,
    In a distributed, replicated cache (1 backup copy) does the write to the backup owner for the key happen in parallel with the write to the primary owner? Or does the primary owner issue a synchronous update to the backup owner for the key? Other?
    We are considering routing HTTP requests to the primary owner of a key to keep the primary update local and therefore only incur latency for the synchronous write to the backup owner. Would we see any benefit from doing this?
    We do realize that primary owners can move with removal and/or addition of nodes and only see this as an optimization, not a requirement.
    We are using Coherence version 3.3.
    Thanks.

    Bob,
    >
    >
    I don't think you provided all relevantinformation
    about this. What key and data are we speakingabout?
    What would do the directing of the http request? The key and data are arbitrary, but it could be a set
    of keys assigned to the same partition (using
    Partition Affinity) that collectively represent a
    session. The request would be directed by a network
    device (e.g. F5).
    What you outline here depends on and assumes a couple of things:
    1. The load-balancer is aware of key ownership in a partitioned cache service and also does failover based on this. I am not sure if any hardware load-balancer is capable of doing that. Also, in that case the load-balancer would need an additional Coherence licence.
    2. The load-balancer is able to translate or extract the key data from the HTTP request / its observations of the previous requests in the HTTP session. Again, I find it unlikely, but a little bit more doable.
    3. As you say that the load-balancer directs the request to the specific node owning the key, that would mean that your Webapp nodes and only they would be the storage-enabled nodes for the data you refer on.
    This (among others) means
    - that you won't be able to bring down the JVM of the web containers without losing access to the cached data.
    - your Coherence nodes has to be running inside the web container JVMs which possibly means additional licence costs (for other software in the web container) if the web container is not free
    Even if there are such load-balancers (are there any?), are you sure you really want to do the things outlined above?
    I think it is much more sensible to have a web container tier which has nothing to do with Coherence, and this way the load-balancer does not have to be Coherence-aware, and it allows you to be more flexible in the system architecture and the Coherence features you use, and not be constrained by what the load-balancer's Coherence features (if such a load-balancer exists at all) direct you to.
    In a partitioned cache service (distributed ornear
    cache) the write is always communicated to theowner
    of the primary copy of the partition containingthe
    relevant key, and that node communicates thechange
    to all backups. This is done synchronously fromthe
    client's viewpoint, meaning that this is allcarried
    out before the put method call returns on the
    client.From your reply, I believe we would be reducing
    latency on our updates by routing the requests to the
    node with the partitioned which owns the set of keys.It theoretically would, however I am not really sure that it is possible to do that from a load-balancer, and if it is worth doing that at all.
    Are we really speaking about HTTP requests?
    BR,
    Robert

  • Hi i need material for module pool and alv's.

    hi
      i need material for module pool and ALV's(not object oriented) if any one have pls do send that to my
    ID [email protected]
    thanx in advance.

    Hi
    Check the below link:
    http://wiki.ittoolbox.com/index.php/FAQ:What_is_module_pool_program_in_abap%3F
    http://help.sap.com/saphelp_46c/helpdata/en/35/26b1aaafab52b9e10000009b38f974/content.htm
    http://sap.mis.cmich.edu/sap-abap/abap09/sld011.htm
    http://sap.mis.cmich.edu/sap-abap/abap09/index.htm
    http://www.geocities.com/ZSAPcHAT
    http://www.allsaplinks.com/files/using_table_in_screen.pdf
    http://help.sap.com/saphelp_webas630/helpdata/en/9f/db9cdc35c111d1829f0000e829fbfe/content.htm
    http://www.sapdevelopment.co.uk/dialog/dialoghome.htm
    http://www.sap-img.com/
    http://help.sap.com/saphelp_46c/helpdata/en/08/bef2dadb5311d1ad10080009b0fb56/content.htm
    http://www.sapgenie.com/links/abap.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/c9/5472fc787f11d194c90000e8353423/frameset.htm
    You can also check the transaction ABAPDOCU which gives you lot of sample programs.
    Also you can see the below examples...
    Go to se38 and give demodynpro and press F4.
    YOu will get a list of demo module pool programs.
    One more T-Code is ABAPDOCU.
    YOu can find more examples there.
    See the prgrams:
    DEMO_DYNPRO_TABLE_CONTROL_1 Table Control with LOOP Statement
    DEMO_DYNPRO_TABLE_CONTROL_2 Table Control with LOOP AT ITAB
    http://www.geocities.com/ZSAPcHAT
    http://www.allsaplinks.com/files/using_table_in_screen.pdf
    ALV
    ABAP List Viewer
    The common features of report are column alignment, sorting, filtering, subtotals, totals etc. To implement these, a lot of coding and logic is to be put. To avoid that we can use a concept called ABAP List Viewer (ALV).
    This helps us to implement all the features mentioned very effectively.
    Using ALV, We can have three types of reports:
    1. Simple Report
    2. Block Report
    3. Hierarchical Sequential Report
    There are some function modules which will enable to produce the above reports without much effort.
    All the definitions of internal tables, structures and constants are declared in a type-pool called SLIS.
    1. SIMPLE REPORT.
    The important function modules are
    a. Reuse_alv_list_display
    b. Reuse_alv_fieldcatalog_merge
    c. Reuse_alv_events_get
    d. Reuse_alv_commentary_write
    e. Reuse_alv_grid_display
    A. REUSE_ALV_LIST_DISPLAY : This is the function module which prints the data.
    The important parameters are :
    I. Export :
    i. I_callback_program : report id
    ii. I_callback_pf_status_set : routine where a user can set his own pf status or change the functionality of the existing pf status
    iii. I_callback_user_command : routine where the function codes are handled
    iv. I_structure name : name of the dictionary table
    v. Is_layout : structure to set the layout of the report
    vi. It_fieldcat : internal table with the list of all fields and their attributes which are to be printed (this table can be populated automatically by the function module REUSE_ALV_FIELDCATALOG_MERGE
    vii. It_events : internal table with a list of all possible events of ALV and their corresponding form names.
    II. Tables :
    i. t_outtab : internal table with the data to be output
    B. REUSE_ALV_FIELDCATALOG_MERGE : This function module is used to populate a fieldcatalog which is essential to display the data in ALV. If the output data is from a single dictionary table and all the columns are selected, then we need not exclusively create the field catalog. Its enough to mention the table name as a parameter(I_structure name) in the REUSE_ALV_LIST_DISPLAY. But in other cases we need to create it.
    The Important Parameters are :
    I. Export :
    i. I_program_name : report id
    ii. I_internal_tabname : the internal output table
    iii. I_inclname : include or the report name where all the dynamic forms are handled.
    II Changing
    ct_fieldcat : an internal table with the type SLIS_T_FIELDCAT_ALV which is
    declared in the type pool SLIS.
    C. REUSE_ALV_EVENTS_GET : Returns table of possible events for a list type
    Parameters :
    I. Import :
    Et_Events : The event table is returned with all possible CALLBACK events
    for the specified list type (column 'NAME'). For events to be processed by Callback, their 'FORM' field must be filled. If the field is initialized, the event is ignored. The entry can be read from the event table, the field 'FORM' filled and the entry modified using constants from the type pool SALV.
    II. Export :
    I_List_type :
    0 = simple list REUSE_ALV_LIST_DISPLAY
    1 = hierarchcal-sequential list REUSE_ALV_HIERSEQ_LIST_DISPLAY
    2 = simple block list REUSE_ALV_BLOCK_LIST_APPEND
    3 = hierarchical-sequential block list
    REUSE_ALV_BLOCK_LIST_HS_APPEND
    D. REUSE_ALV_COMMENTARY_WRITE : This is used in the Top-of-page event to print the headings and other comments for the list.
    Parameters :
    I. it_list_commentary : internal table with the headings of the type slis_t_listheader.
    This internal table has three fields :
    Typ : ‘H’ – header, ‘S’ – selection , ‘A’ - action
    Key : only when typ is ‘S’.
    Info : the text to be printed
    E. REUSE_ALV_GRID_DISPLAY : A new function in 4.6 version, to display the results in grid rather than as a preview.
    Parameters : same as reuse_alv_list_display
    This is an example for simple list.
    2. BLOCK REPORT
    This is used to have multiple lists continuously.
    The important functions used in this report are:
    A. REUSE_ALV_BLOCK_LIST_INIT
    B. REUSE_ALV_BLOCK_LIST_APPEND
    C. REUSE_ALV_BLOCK_LIST_HS_APPEND
    D. REUSE_ALV_BLOCK_LIST_DISPLAY
    A. REUSE_ALV_BLOCK_LIST_INIT
    Parameters:
    I. I_CALLBACK_PROGRAM
    II. I_CALLBACK_PF_STATUS_SET
    III. I_CALLBACK_USER_COMMAND
    This function module is used to set the default gui status etc.
    B. REUSE_ALV_BLOCK_LIST_APPEND
    Parameters :
    Export :
    I. is_layout : layout settings for block
    II. it_fieldcat : field catalog
    III. i_tabname : internal table name with output data
    IV. it_events : internal table with all possible events
    Tables :
    i. t_outtab : internal table with output data.
    This function module adds the data to the block.
    Repeat this function for all the different blocks to be displayed one after the other.
    C. REUSE_ALV_BLOCK_LIST_HS_APPEND
    This function module is used for hierarchical sequential blocks.
    D. REUSE_ALV_BLOCK_LIST_DISPLAY
    Parameters : All the parameters are optional.
    This function module display the list with data appended by the above function.
    Here the functions REUSE_ALV_FIELDCATALOG_MERGE, REUSE_ALV_EVENTS_GET, REUSE_ALV_COMMENTARY_WRITE can be used.
    3. Hierarchical reports :
    Hierarchical sequential list output.
    The function module is
    A. REUSE_ALV_HIERSEQ_LIST_DISPLAY
    Parameters:
    I. Export:
    i. I_CALLBACK_PROGRAM
    ii. I_CALLBACK_PF_STATUS_SET
    iii. I_CALLBACK_USER_COMMAND
    iv. IS_LAYOUT
    v. IT_FIELDCAT
    vi. IT_EVENTS
    vii. i_tabname_header : Name of the internal table in the program containing the
    output data of the highest hierarchy level.
    viii. i_tabname_item : Name of the internal table in the program containing the
    output data of the lowest hierarchy level.
    ix. is_keyinfo : This structure contains the header and item table field
    names which link the two tables (shared key).
    II. Tables
    i. t_outtab_header : Header table with data to be output
    ii. t_outtab_item : Name of the internal table in the program containing the
    output data of the lowest hierarchy level.
    slis_t_fieldcat_alv : This internal table contains the field attributes. This internal table can be populated automatically by using ‘REUSE_ALV_FIELDCATALOG_MERGE’.
    Important Attributes :
    A. col_pos : position of the column
    B. fieldname : internal fieldname
    C. tabname : internal table name
    D. ref_fieldname : fieldname (dictionary)
    E. ref_tabname : table (dictionary)
    F. key(1) : column with key-color
    G. icon(1) : icon
    H. symbol(1) : symbol
    I. checkbox(1) : checkbox
    J. just(1) : (R)ight (L)eft (C)ent.
    K. do_sum(1) : sum up
    L. no_out(1) : (O)blig.(X)no out
    M. outputlen : output length
    N. seltext_l : long key word
    O. seltext_m : middle key word
    P. seltext_s : short key word
    Q. reptext_ddic : heading (ddic)
    R. ddictxt(1) : (S)hort (M)iddle (L)ong
    S. datatype : datatype
    T. hotspot(1) : hotspot
    Simple ALV report
    http://www.sapgenie.com/abap/controls/alvgrid.htm
    http://wiki.ittoolbox.com/index.php/Code:Ultimate_ALV_table_toolbox
    ALV
    1. Please give me general info on ALV.
    http://www.sapfans.com/forums/viewtopic.php?t=58286
    http://www.sapfans.com/forums/viewtopic.php?t=76490
    http://www.sapfans.com/forums/viewtopic.php?t=20591
    http://www.sapfans.com/forums/viewtopic.php?t=66305 - this one discusses which way should you use - ABAP Objects calls or simple function modules.
    2. How do I program double click in ALV?
    http://www.sapfans.com/forums/viewtopic.php?t=11601
    http://www.sapfans.com/forums/viewtopic.php?t=23010
    3. How do I add subtotals (I have problem to add them)...
    http://www.sapfans.com/forums/viewtopic.php?t=20386
    http://www.sapfans.com/forums/viewtopic.php?t=85191
    http://www.sapfans.com/forums/viewtopic.php?t=88401
    http://www.sapfans.com/forums/viewtopic.php?t=17335
    4. How to add list heading like top-of-page in ABAP lists?
    http://www.sapfans.com/forums/viewtopic.php?t=58775
    http://www.sapfans.com/forums/viewtopic.php?t=60550
    http://www.sapfans.com/forums/viewtopic.php?t=16629
    5. How to print page number / total number of pages X/XX in ALV?
    http://www.sapfans.com/forums/viewtopic.php?t=29597 (no direct solution)
    6. ALV printing problems. The favourite is: The first page shows the number of records selected but I don't need this.
    http://www.sapfans.com/forums/viewtopic.php?t=64320
    http://www.sapfans.com/forums/viewtopic.php?t=44477
    7. How can I set the cell color in ALV?
    http://www.sapfans.com/forums/viewtopic.php?t=52107
    8. How do I print a logo/graphics in ALV?
    http://www.sapfans.com/forums/viewtopic.php?t=81149
    http://www.sapfans.com/forums/viewtopic.php?t=35498
    http://www.sapfans.com/forums/viewtopic.php?t=5013
    9. How do I create and use input-enabled fields in ALV?
    http://www.sapfans.com/forums/viewtopic.php?t=84933
    http://www.sapfans.com/forums/viewtopic.php?t=69878
    10. How can I use ALV for reports that are going to be run in background?
    http://www.sapfans.com/forums/viewtopic.php?t=83243
    http://www.sapfans.com/forums/viewtopic.php?t=19224
    11. How can I display an icon in ALV? (Common requirement is traffic light icon).
    http://www.sapfans.com/forums/viewtopic.php?t=79424
    http://www.sapfans.com/forums/viewtopic.php?t=24512
    12. How can I display a checkbox in ALV?
    http://www.sapfans.com/forums/viewtopic.php?t=88376
    http://www.sapfans.com/forums/viewtopic.php?t=40968
    http://www.sapfans.com/forums/viewtopic.php?t=6919
    Go thru these programs they may help u to try on some hands on
    ALV Demo program
    BCALV_DEMO_HTML
    BCALV_FULLSCREEN_DEMO ALV Demo: Fullscreen Mode
    BCALV_FULLSCREEN_DEMO_CLASSIC ALV demo: Fullscreen mode
    BCALV_GRID_DEMO Simple ALV Control Call Demo Program
    BCALV_TREE_DEMO Demo for ALV tree control
    BCALV_TREE_SIMPLE_DEMO
    BC_ALV_DEMO_HTML_D0100
    Reward points if useful
    Regards
    Anji

  • Need tcodes for fi

    hi experts ,
    iam new to this group i need help from u people,
    pls send me the tcodes for the following topics
    -          Payment transaction
    -          Reversal Transaction
    -          Credit Transfer Transactions
    -          Write off Transactions
    -          Adjustment transactions
    -          Clearing Transactions
    -          Posting of revenue (GL Summaries)
    i will reward u with points
    thanks in advance
    regards
    vishnu

    Hi,
    I am giving the list of all Transaction Codes of all modules copied from SAP itself as our friends explained above for your ready reference.
    The full list of transaction codes is maintained in the tables TSTC and TSTCT. So, you can have a look via SE16 in your own SAP system as well
    Tc     Report         Header Description
    AAVN   RAVRSN00       Recalculate base insurable value
    ABAA   SAPMA01B       Unplanned depreciation
    ABAD   SAPMF05A       Asset Retire. frm Sale w/ Customer
    ABAD0  SAPMABADR      Derivation: Initial Screen
    ABAKN  SAPLAMDP       Last Retirement on Group Asset
    ABAON  SAPLAMDP       Asset Sale Without Customer
    ABAV   SAPMA01B       Asset Retirement by Scrapping
    ABAVN  SAPLAMDP       Asset Retirement by Scrapping
    ABAW   SAPMA01B       Balance sheet revaluation
    ABCO   SAPMA01B       Adjustment Posting to Areas
    ABF1   SAPMF05A       Post Document
    ABGF   SAPMA01B       Credit Memo in Year after Invoice
    ABGL   SAPMA01B       Enter Credit Memo in Year of Invoic
    ABIF   SAPMA01B       Investment support
    ABMA   SAPMA01B       Manual depreciation
    ABMR   SAPMA01B       Manual transfer of reserves
    ABMW   SAPLAB01       Reverse asset trans. using doc. no.
    ABNA   SAPMA01B       Post-capitalization
    ABNAN  SAPLAMDP       Post-Capitalization
    ABNC   SAPMA01B       Enter post-capitalization
    ABNE   SAPMA01B       Subsequent Revenue
    ABNK   SAPMA01B       Subsequent Costs
    ABNV   SAPMSNUM       Number range maint: FIAA-BELNR
    ABSO   SAPMA01B       Miscellaneous Transactions
    ABST   RAABST01       Reconciliation Analysis FI-AA
    ABST2  RAABST02       Reconciliation Analysis FI-AA
    ABT1   SAPLAMDP_OLD   Intercompany Asset Transfer
    ABT1N  SAPLAMDP       Intercompany Asset Transfer
    ABUB   SAPLABUM       Transfer between areas
    ABUMN  SAPLAMDP       Transfer within Company Code
    ABZE   SAPMA01B       Acquisition from in-house productio
    ABZK   SAPMF05A       Acquisition from purchase w. vendor
    ABZO   SAPMA01B       Asset acquis. autom. offset. postin
    ABZON  SAPLAMDP       Acquis. w/Autom. Offsetting Entry
    ABZP   SAPMA01B       Acquistion from affiliated company
    ABZS   SAPMA01B       Enter write-up
    ABZU   SAPMA01B       Write-up
    ABZV   SAPMF05A       Asset Acquis. Posted w/Clearing Acc
    AB01   SAPMA01B       Create asset transactions
    AB02   SAPLAB01       Change asset document
    AB03   SAPLAB01       Display Asset Document
    AB08   SAPLAB01       Reverse Line Items
    ACACAD ACEPSCALLBKEDR ACE Account Assignment
    ACBD   ATPBD001       Display Shared Buffer: ATP Check
    ACCR   MENUACCR       Personal Menu Volker Hofmann
    ACCR01 SAPMACCR01     Create Accrual/Deferral Document
    ACCR02 SAPMACCR01     Change Accrual/Deferral Document
    ACCR03 SAPMACCR01     Display Accrual/Deferral Document
    ACCR04 RACCRPROCESS   Execute Accruals/Deferrals
    ACCR05 RACCRAPPLOG    Display Accruals/Deferrals Log
    ACCR06 RACCRAPPLOGDEL Delete Accruals/Deferrals Log
    ACCR07 RACCRREVERSAL  Reverse Accruals/Deferrals
    ACEC   ACE_IMG        Accrual Engine - IMG
    ACEPP  ACEPS_PERIODIC_Accrual Engine - Periodic Postings
    ACEREV ACEPS_REVERSAL_Reverse Postings
    ACNR   SAPMSNUM       No. Range Maintenance: Ext. Service
    ACTL   SAPLKAZB       INTERNAL: Work List
    AC00   MENUAC00       Service Master
    AC01   SAPLBAS0       Service Master
    AC02   SAPLBAS0       Service Master
    AC03   SAPLBAS0       Service Master
    AC04   SAPLBAS0       Service Master
    AC05   RXASMD10       List Processing: Service Master
    AC06   RXASMD10       List Display: Service Master
    AC08   RBDSESRV       Send service
    AC10   RMMLCLST       Class Hierarchy with Services
    AD08   SAPMSD08       Enter G/L Account Posting
    AD20   SAPLSD30       Search help maintenance (for IMG)
    AD21   SAPMSD20       Matchcode maintenance (for IMG)
    AFAB   RAPOST2000     Post depreciation
    AFABN  RAPOST2000     Post Depreciation
    AFAF   RAT08400       Assets with errors
    AFAMA  RAVCLUST       View Maint. for Deprec. Key Method
    AFAMD  RACSTABL       View Maint. Declining-Bal. Method
    AFAMH  RAVCLUST       Maintain Maximum Amount Method
    AFAMP  RACSTABL       View Maint. Period Control Method
    AFAMR  RACSTABL       View Maintenance Base Method
    AFAMS  RAVCLUST       View Maint. Multi-Level Method
    AFAMSK RAVCLUST       Method: Levels in Calendar Years
    AFAR   RAAFAR00       Recalculate Depreciation
    AFBD   RABUCH20       Recreate Dep. Batch Input Session
    AFBN   RAFABNEW       Include New Depreciation Area
    AFBP   RAPOST2001     Create depreciation posting log
    AFWA   SAPMJBRA       Create Maintain Analysis Structures
    AFWFL  SAPMAFWCH_FL   AFWCH: Filter Maintenance
    AFWO1  RAFWGO_SHOWEP1 Single Records Procedure: Monitorin
    AFWO2  RAFWGO_SHOWEP2 Final Results Procedure: Monitoring
    AFWS   SAPMAFWCH_SEGMCMaintain Segment Level Characterist
    AFX_WB AFX_WORKBENCH  Archiving Workbench
    AIAB   SAPMA15B       AuC Assignment of Dist. Rule
    AIAO   SAPMV76A       C AM Maint. list vers. gen. line it
    AIAZ   SAPMA15B       Display Dist. Rule Allocation
    AIBU   SAPMA12B       Transfer Asset under Const.
    AIIO   SAPMV76A       C AM Maintain List Version AuC
    AISF   RJBRSVAC       FX Exposure
    AISFSS RJBRSVAC       Single Value Analysis: FX Exposure
    AISS   RJBRSVAC       Single Val. Analysis - Sensitivitie
    AIST   SAPMA12B       Reverse Settlement of AuC
    AJAB   RAJABS00       Year-End Closing
    AJRW   RAJAWE00       Fiscal Year Change
    AKAB   SAPMWAKA       List purchasing arrangements
    AKE1   SAPMV13A       Create Condition
    AKE10  SAPMV13A       Transfer Prices: Display Overhead
    AKE2   SAPMV13A       Change Condition
    AKE3   SAPMV13A       Display Condition
    AKE4   SAPMV13A       Copy Condition
    AKE5   SAPMV13A       PCA Transfer Prices: Create Prices
    AKE6   SAPMV13A       PCA Transfer Prices: Change Prices
    AKE7   SAPMV13A       PCA Transfer Prices: Display Prices
    AKE8   SAPMV13A       Transfer Prices: Create Overhead
    AKE9   SAPMV13A       Transfer Prices: Change Overhead
    AKKO   SAPMWAKA       Promotion pur. pr. conditions
    AKVA   SAPMWAKA       List sales arrangements
    AKVK   SAPMWAKA       Promotion sales price conditions
    ALM_01 RJBACFART2KNZ  ALM: Assign CF Type to CF Indicator
    ALO1   RASHLO00       Determine ASH/DOREX Relationships
    AL02   RSDB0000       Database alert monitor
    AL03   RSRZOLD        Operating system alert monitor
    AL04   RSSTAT85       Monitor call distribution
    AL05   RSSTAT27       Monitor current workload
    AL08   RSUSR000       Users Logged On
    AL11   RSWATCH0       Display SAP Directories
    AL12   RSDBBUFF       Display table buffer (Exp. session)
    AL13   RSTUNSHM       Display Shared Memory (Expert mode)
    AL15   RSHOSTLD       Customize SAPOSCOL destination
    AL16   RSHOST07       Local Alert Monitor for Operat.Syst
    AL17   RSRZOLD        Remote Alert Monitor f.Operat. Syst
    AL18   RSRZOLD        Local File System Monitor
    AL19   RSRZOLD        Remote File System Monitor
    AMRP   RMCPAMRP       Send Stock/Requirements List
    AM04   SAPMA01A       Changes to Asset Classes
    AM05   RACSTABL       Lock Asset Class
    ANHAL  RAVCLUST       Maintain Cutoff Value Key
    ANKA   RAMUST03       Directory of asset classes
    ANKL   AWIZ_ANKL      Generate Asset Classes
    ANK0   RAVCLUST       Ch.-of-Depr.-Dep. Asset Class Data
    ANK1   RAVCLUST       Ch.-of-Depr.-Dep. Control Specif.
    ANK2   RAVCLUST       Ch.-of-Depr.-Dep. Allocations
    ANK3   RAVCLUST       Ch.-of-Depr.-Dep. Net Worth Valuat.
    ANK4   RAVCLUST       Ch.-of-Depr.-Dep. Insurance Data
    ANVEST RAVCLUST       Maintain Investment Support Measure
    AOBK   RACSTABL       Depreciation areas/Reduction rules
    AOLA   RAVC0ALA       Master Data Tab
    AO21   RAVCLUST       Screen layout for deprec. areas
    AO33   RAVCLUST       Net worth tax field selection
    AO42   RAVCLUST       Insurance field selection
    AO51   RAVCLUST       Leasing field selection
    AO67   RACSTABL       Define Transaction Type
    AO68   RACSTABL       Define Transaction Type
    AO73   RACSTABL       Define Transaction Type
    AO74   RACSTABL       Define Transaction Type
    AO75   RACSTABL       Define Transaction Type
    AO76   RACSTABL       Define Transaction Type
    AO77   RACSTABL       Define Transaction Type
    AO78   RACSTABL       Define Transaction Type
    AO79   RACSTABL       Define Transaction Type
    AO80   RACSTABL       Define Transaction Type
    AO81   RACSTABL       Define Transaction Type
    AO82   RACSTABL       Define Transaction Type
    AO83   RACSTABL       Define Transaction Type
    AO88   RAVCLUST       Acct.Assignmt for Investment Suppor
    AO91   RACSTABL       Specify field group authorization
    AO92   RACSTABL       Logical field groups
    ARKO   RVEXARIN       KOBRA: Archiving
    ARQ0   RAQUER01       FIAA - Ad hoc reports
    ARTE   RWARTREPL      Replace Articles in Layout Modules
    ART0   RATREE00       FIAA - Info system
    AR01   RABEST_ALV01   Call Asset List
    AR02   RAGITT_ALV01   Call Up Asset History Sheet
    AR03   RAHAFA_ALV01   Call Up Depreciation List
    AR04   RAKAFA_ALV01   Call Up Depreciation + Interest Lis
    AR05   RAZUGA_ALV01   Call Up Asset Acquisition List
    AR06   RAABGA_ALV01   Call Up Asset Retirement List
    AR07   RAUMBU_ALV01   Call Up Asset Transfer List
    AR08   RABIKA_ALV01   Call Up Depreciation Compare List
    AR09   RAVERM_ALV01   Call Up Property List
    AR10   RAVERS_ALV01   Call Up Insurance List
    AR11   RAINZU10       Investment Grants
    AR11N  RAINZU10N      Investment Grants
    AR12   RAANLA_ALV01   Call Up Asset Directory
    AR13   RAKOPL02       Call Up Prim. Cost Plan. Dep./Int.
    AR14   RAMAFA_ALV01   Call Up Manual Depreciation List
    AR15   RAAEND01       Changes to Master Record
    AR16   RAAEND02       Changes to Asset Classes
    AR17   RALEAS01       Call Up Leasing Liability List
    AR18   RASIMU02       Call Up Depr.Simulation
    AR19   RAHERK01       Call Up List of Origins
    AR20   RAUSAG_ALV01   Retirement comparison
    AR21   RAUSMQ10       Mid-quarter Alert Report
    AR22   RAUSAG_ALV04   Analysis of retirment revenue
    AR23   RAITAR01       Italy: Asset register
    AR24   RAITAR02       Italy: Assets at 3rd party
    AR25   RAGAFA_ALV01   Depreciation posted
    AR26   RASOPO_ALV01   Call up special reserve list
    AR27   RAKOMP_ALV01   Call up: Group asset list
    AR28   RAHIST02       Call up asset history
    AR29   RAAUFW01       FI-AA Manual Revaluation
    AR29N  RAAUFW02       Re- and New Valuation of Assets
    AR30   RAWORK01       Display Worklist
    AR31   RAWORK10       Edit Worklist
    AR32   RABEST_ALV01   Call Create Worklist
    AR32N  RABEST_ALV01   Call Create Worklist
    AS_AFB SAPLAS_AFB     Archive File Browser
    ASCC   SAPLASEL       Assets on My Cost Center - GUI Vers
    ASEM   SAPLASEL       My assets
    ASIM   SAPLAMDP_OLD   Simulation of asset posting
    ASKB   RAPERB00       Periodic Asset Postings
    ASKBN  RAPERB2000     Periodic APC Posting Run
    ASMN   MENUASMN       Asset Master Menu
    AS01   SAPLAIST       Create Asset Master Record
    AS02   SAPLAIST       Change Asset Master Record
    AS03   SAPLAIST       Display Asset Master Record
    AS04   SAPMA01A       Asset Changes
    AS05   SAPLAIST       Block Asset Master Record
    AS06   SAPLAIST       Delete Asset Record/Mark for Delet.
    AS08   SAPMSNUM       Number Ranges:Asset Number
    AS100  SAPMALSMEX     Legacy Data Transfer using Excel
    AS11   SAPLAIST       Create Asset Subnumber
    AS21   SAPLAIST       Create Group Asset
    AS22   SAPLAIST       Change Group Asset
    AS23   SAPLAIST       Display Group Asset
    AS24   SAPLAIST       Create Group Asset Subnumber
    AS25   SAPLAIST       Block group asset
    AS26   SAPLAIST       Mark group asset for deletion
    AS81   SAPLAIST       Create Old Group Assets Data
    AS82   SAPLAIST       Change old group asset
    AS83   SAPLAIST       Display old group asset
    AS84   SAPLAIST       Create legacy group asset subnumber
    AS91   SAPLAIST       Create Old Asset
    AS92   SAPLAIST       Change Old Asset
    AS93   SAPLAIST       Display Old Asset
    AS94   SAPLAIST       Create Legacy Asset Subnumber
    ATPS   SAPLATPS       ATP Check: Send Customizing
    ATRA   SAPMS38T       ABAP Objects Runtime Analysis
    AT01   SAPLAIST       Create Asset Master Record (old)
    AT02   SAPLAIST       Change Asset Master Record (old)
    AT03   SAPLAIST       Display Asset Master Record (old)
    AT11   SAPLAIST       Create Asset Subnumber (Old)
    AT21   SAPLAIST       Create Group Asset (old)
    AT22   SAPLAIST       Change Group Asset (old)
    AT23   SAPLAIST       Display Group Asset (old)
    AT24   SAPLAIST       Create Group Asset Sub-Number (old)
    AT81   SAPLAIST       Create Old Group Asset (old)
    AT82   SAPLAIST       Change Old Group Asset (old)
    AT83   SAPLAIST       Display Old Group Asset (old)
    AT84   SAPLAIST       Display Old Group Asset Sub-No.(old
    AT91   SAPLAIST       Create Old Asset (old)
    AT92   SAPLAIST       Change Old Asset (old)
    AT93   SAPLAIST       Display Old Asset (old)
    AT94   SAPLAIST       Create Old Asset Sub-Number (old)
    AUFW   RAVCLUST       Maintain Revaluation Measures
    AUN0   RAUMFE20       FI-AA Asset Summary
    AUN1   RAUMFE20       FI-AA Asset Summary
    AUN10  RAUMFE20       FI-AA Asset Summary
    AUN11  RAUMFE20       FI-AA Asset Summary
    AUN2   RAUMFE20       FI-AA Asset Summary
    AUN3   RAUMFE20       FI-AA Asset Summary
    AUN4   RAUMFE20       FI-AA Asset Summary
    AUN5   RAUMFE20       FI-AA Asset Summary
    AUN6   RAUMFE20       FI-AA Asset Summary
    AUN7   RAUMFE20       FI-AA Asset Summary
    AUN8   RAUMFE20       FI-AA Asset Summary
    AUN9   RAUMFE20       FI-AA Asset Summary
    AUT01  AUT_CUST01     Configuration of Logging
    AUT03  AUT_CUST01     Display Configuration
    AUT04  AUT_CUST_DEL04 Configuration of Long Text Logs
    AUT05  AUT_DEL05      Deletion of Long Texts
    AUT10  AUT_REP10      Evaluation of Audit Trail
    AUVA   RAUNVA00       FI-AA Incomplete Assets
    AWW1   SAPMAWW1       Start asset information via ALEWEB
    AW01   AW01N          Asset Explorer
    AW01N  AW01N          Asset Explorer
    AXPD   RXPDANALYSIS   Progress Tracking Evaluations
    BALA   MENUBALA       ALE Application menu
    BALD   MENUBALD       ALE Development
    BALE   MENUBALE       Area Menu for Administration
    BALM   MENUBALM       ALE Master data
    BAPI   SAPLSBF_BW     BAPI Explorer
    BAPIW  SAPLSBF_BW     BAPI Explorer
    BAPI45 SWO_START_BAPI_BAPI Browser
    BAUP   RFBVALL_0      Bank Data Transfer
    BA10   SAPBAL10       Subsystem Configuration
    BBPS   SAPMBBPS       EBP Order Status Tracking
    BCABA  KEN_HELP_ABAP_PBC ABAP Programming
    BCA0   MENUBCA0       BP: Business Partner - Applic.Cust.
    BCG7   MBARCBSP       Bar chart: Call model graphic
    BC15   SAPMSNUM       No. Range Maint.: BP_PARTNR Partner
    BDA1   RSARFCEX       Call RSARFCEX
    BDA5   RBDSEDOC       Distribute documents
    BDBG   SAPLBDBG       Create ALE Interface for BAPI
    BDBP   SAPLBDBH       Hierarchy maintenance of BAPI param
    BDBR   SAPLDX_REGISTRARegister BAPI for Data Transfer
    BDBS   SAPLBDMP       Generate coding for mapping
    BDCP   SAPMSNUM       Number range maintenance: ALE_CP
    BDC5   RBDCUS70       Consistency of Customizing Data
    BDD5   RBDCUS71       Application Consistency Check
    BDFDF  RBDFEFUND      Request Fund
    BDFDS  RBDSEFUND      Send fund
    BDFG   SAPLBDFG       ALE Interfaces from Function Module
    BDLR   SAPLDX_REGISTRARegistration of transfer program
    BDLS   RBDLSMAP       Convert Logical System Names
    BDLSS  SAPLBDLS       Converting Logical System Names
    BDMC   RBDMCCOP       Upload info structures
    BDMO   RBDMONI4       ALE CCMS Group Administration
    BDM2   RBDMOIN8       Monitoring: IDocs in Receiving Sys.
    BDM5   RBDCUS19       Technical Consistency Check
    BDM6   RBDMOINF       Monitor: Check input workflow
    BDM7   RBDAUD01       ALE Audit: statistical analyses
    BDM8   RBDSTATE       ALE Audit: Sending the confirmation
    BDM9   RBDAUD02       Reorganizing the audit database
    BDN1   BDSFIND_1      Business Document Service: Document
    BDRC   SAPLBDRC       ALE: Determine Recovery Objects
    BDRL   RBDRCOBJ       ALE: Process recovery objects
    BDR1   RBDRCLOG       Display application log for recover
    BDR2   RBDRCCLR       Reorganization of recovery data
    BDTP   SAPLBDDISTMODELBusiness Process- Maintain Template
    BDWE02 RBDSTARTWE02   Call we02
    BDXA   RBDCUS48       Distribution of Distribution Groups
    BDXD   RBDCUS47       Import of ALE Requests
    BDXE   RBDCUS44       Generation of ALE Requests
    BDXI   RBDCUS51       Model Display (Specific)
    BDXJ   SAPLBAL2       Maintenance of Distribution Groups
    BDXK   RBDCUS40       Convert CONDAT Objects in Dist.Grou
    BDXL   RBDCUS57       Forward ALE Requests
    BDXM   RBDCUS58       Analysis of Log Table
    BDXN   RBDCUS59       Analyze Inbound Log Table
    BDXQ   RBDCUS64       IMG Display of Distribution Groups
    BD10   RBDSEMAT       Send Material
    BD100  RBDIDOCCHAN    IDoc display object channel view
    BD101  RBDSERCHECK    Consistency check
    BD11   RBDFEMAT       Get Material
    BD12   RBDSEDEB       Send customer
    BD13   RBDFEDEB       Get customer
    BD14   RBDSECRE       Send vendor
    BD15   RBDFECRE       Open vendor
    BD16   RBDSECOS       Send Cost Center
    BD17   RBDFECOS       Get Cost Center
    BD18   RBDSEGLM       Send General Ledger Account
    BD19   RBDFEGLM       Get General Ledger Account
    BD20   RBDAPP01       IDoc passed to application
    BD21   RBDMIDOC       Select change pointer
    BD22   RBDCPCLR       Delete change pointers
    BD23   RBDSRCLR       Delete serialization data
    BD24   RBDSECOE       Send Cost Elements
    BD25   RBDSECOA       Send Activity Type
    BD26   RBDFECOA       Get Activity Type
    BD27   RBDSEACT       Send cost center activity prices
    BD28   RBDSECOK       Send obj/cost element control data
    BD30   RBDSEBOM       Distribute material object list
    BD31   RBDSEBMD       Distribute document object list
    BD32   RBDSEPAM       Distribute plant allocations(matBOM
    BD33   RBDSESTT       Distribute material variants (ALE)
    BD34   RBDSEORD       Distribute order BOM
    BD35   RGSALEBP       Send Business Process Groups
    BD36   RBDSEBPS       Send Business Processes
    BD37   RBDSEBPT       Send Business Process Price
    BD40   RBDSER01       Read change pointer for group
    BD41   RBDSER02       Dispatch IDocs for group
    BD42   RBDSER03       Check IDocs for group
    BD43   RBDSER04       Post IDocs for group
    BD53   RBDIDOCR       Reduction of Message Types
    BD61   RBDTBDA1       Activate Change Pointers - Generall
    BD62   SAPMKCDB       Define Segment Conversion Rule
    BD63   RBDCUS02       Transport ALE Tables of Message Typ
    BD64   SAPLBDDISTMODELMaintenance of Distribution Model
    BD70   RBDCUS03       Synchronize Number Ranges
    BD72   RBDEVACT       Activate Events
    BD73   RBDMANIN       Reposting of IDocs (ALE)
    BD75   RBDMOIND       Convert IDoc Status
    BD77   RBDTRAN1       Distribution of control data
    BD78   RBDTRAN2       Monitoring control data distributio
    BD79   SAPMBKCD       Maintain IDoc Conversion Rules
    BD82   RBDCUS15       Generate Partner Profiles
    BD83   RBDAGAIN       Send IDocs after an ALE error
    BD84   RBDAGAI2       Post IDocs after ALE error
    BD85   RBDCUS23       Consistency check for transfer
    BD86   RBDCUS26       Consistency check for sales
    BD87   RBDMON00       Status Monitor for ALE Messages
    BD89   RBDCUS31       Control data model. - initial scree
    BD91   RBDSECHR       Send Characteristic
    BD92   RBDSECLS       Send Class
    BD93   RBDSECLF       Send Classification
    BD97   RBDSDEST       Assign RFC dest. to Logical Systems
    BD98   RBDCONCH       Consistency Check Workflow Connectn
    BERE   RFOPFI00       Business Event Repository
    BERP   RFOPFI01       Business Processes
    BERPC  RFOPFI01       Business Processes
    BGMN   MENUBGMN       Warranty Processing
    BGM1   SAPLBG00       Create Master Warranty
    BGM2   SAPLBG00       Change Master Warranty
    BGM3   SAPLBG00       Display Master Warranty
    BGM6   SAPLBG00       Warranty Entry for Technical Object
    BG00   SAPMSNUM       Number Range Maintenance: BGMK_NR
    BIBS   SAPLEXAMPLE_ENTExamples of User Interface Design
    BIBU   SAPMBIBU       Test Transaction User Interface
    BIC    RFBVBIC_0      Transfer Bank Data from BIC Databas
    BKDR   SAPLKCD0       Maintain transfer rules
    BKDS   BKD_START      Sender Structure Maintenance
    BMBC   RVBBINCO       Batch Information Cockpit
    BMCC   RVBCUOBJ       Integrity Check for Batch Classif.
    BMCHCL SAPMMCHCL      Batch Class Conversion
    BMC1   RVBM00LT       Create Class (Class Type 'BATCH')
    BMC2   RVBM00LT       Change Class (Class type 'BATCH')
    BMC3   RVBM00LT       Display Class (Class Type 'BATCH')
    BMSM   RVBSTMRK       Update the standard features
    BMVN   SAPMSNUM       Number Range Maintenance: DI_JOBID
    BMV0   RBMVSHOW       Manage Data Transfers
    BM00   MENUBM00       Batch Management
    BP     SAPLBUPA_DIALOGMaintain Business Partner
    BPB1   BPREP001       Evaluation of Business Partner/Role
    BPB2   BPREP002       Evaluation of Business Parter Data
    BPB4   BPREP003       Evaluation of Partner Relationships
    BPCA   CHDOC_ENTRY    Partner:Change Documents - Addresse
    BPCD   CHDOC_ENTRY    Business Partner: Change Documents
    BPCF   RFTBPCD1       TRGP: Change Documents
    BPCG   RFTBPCD2       TRGP: Change Documents Addresses
    BPC1   SAPMBP01       Create Business Partner
    BPC2   SAPMBP01       Change Business Partner
    BPC3   SAPMBP01       Display Business Partner
    BPC4   SAPMBP01       Create Bus. Partner Using Reference
    BPC5   SAPMBP01       Change Business Partner - Copy
    BPMD   RAVC0ALA       Master Data Tab
    BPMDCS RAVC0ALA       Master Data Tab
    BPMDFI RAVC0ALA       Customer Company Code Master Data
    BPMDGD RAVC0ALA       Master Data Tab
    BPMDSD RAVC0ALA       Customer Company Code Master Data
    BP0    SAPLBUPA_DIALOGBusiness Partner; Initial Screen
    BRF    BRF_SCREEN_STARBusiness Rule Framework
    BRFU01 BRF_MAINTENANCEBRF: Compare SAPscript Texts
    BSVV   SAPMBSVW       Parameterizable status workflow evn
    BSVW   RSBSVW01       Linkage Status Update-Workflow Even
    BSV1   RBSVDISP       Where-used list for transaction
    BSV2   RBSVDISP       Where-used list for system status
    BSV3   RBSVDISP       Where-used list for object type
    BSV4   RBSVDISP       Status Profile Overview
    BS02   SAPMBSVA       Maintain status profiles
    BS03   SAPMBSVA       Display status profiles
    BS12   SAPMBSVB       Maintain object types
    BS13   SAPMBSVB       Display object types
    BS22   SAPMBSVB       Maintain system status
    BS23   SAPMBSVB       Display system status
    BS32   SAPMBSVB       Maintain processes
    BS33   SAPMBSVB       Display processes
    BUA1   BUSSTART       Create contact person
    BUA2   BUSSTART       Change contact person
    BUA3   BUSSTART       Display contact person
    BUBD   BUSVIEWS       BuPR: Applications
    BUBE   BUSVIEWS       BuPR: Views
    BUBF   BUSVIEWS       BuPR: Sections
    BUBG   BUSVIEWS       BuPR: Screens
    BUBH   BUSVIEWS       BuPR: Screen Seq. Variants
    BUBI   BUSVIEWS       BuPR: Events
    BUBJ   BUSVIEWS       BuPR: GUI Standard Functions
    BUBK   BUSVIEWS       BuPR: GUI Addl Functions
    BUBL   BUSVIEWS       BuPR:Assgn Scr.Field->Database Fiel
    BUBM   BUSVIEWS       BuPR: Tables
    BUBN   BUSVIEWS       BuPR: Field Groups
    BUBO   BUSVIEWS       BuPR: Field Grouping (Criteria)
    BUBP   BUPRELVW       BuPR: Field Grping Using Rel. Cat.
    BUBQ   BUPRELVW       BuPR: Field Grp. Using Role Def.Cat
    BUBR   BUSVIEWS       BP: Field Grpg Via Activity (Cust)
    BUBV   BUPRELDI       BP: Maintenance Without Dialog
    BUBW   BUBFILED       BP: Generate Test File (DI)
    BUBX   BUSVIEWS       BP: Activities
    BUBY   BUSVIEWS       BP: Field Grpg via Activity (Ctrl)
    BUBZ   BUSVIEWS       BP: External Applications
    BUB1   BUPRELCR       BuPR: Create BP relationship
    BUB2   BUPRELSU       BuPR: Change BP relationship
    BUB3   BUPRELSU       BuPR: Display BP relationship
    BUB4   BUPRELCR       BuPR: Create BP role definition
    BUB5   BUPRELSU       BuPR: Change BP role definition
    BUB6   BUPRELSU       BuPR: Display BP role definition
    BUB9   SAPMSNUM       BuPR: No. range maintenance: BP rel
    BUCF   SAPMSNUM       BP Cust: Number Ranges
    BUCG   BUSVIEWS       BP Cust: BP Role Field Grouping
    BUCH   BUSVIEWS       BP Cust: Field Grouping Activity
    BUCJ   BUSVIEWS       BP Cust: Authorization Types
    BUCN   BUSVIEWS       BP Cust: Field Grps f. Authorizatio
    BUCO   BUSVIEWS       BP-Cust: Screen Configuration
    BUCP   BUSVIEWS       BP-Cust: Fld.modif.exter.applicatio
    BUCS   BUSVIEWS       BP-Cust: Notes on Roles
    BUCU   BUSVIEWS       BP Cust: Where-Used List
    BUCV   BUSVIEWS       BP Cust. Field Grouping Appl.Object
    BUG1   BUSSTART       Create Business Partner; General
    BUG2   BUSSTART       Change Business Partner; General
    BUG3   BUSSTART       Display Business Partner; General
    BUG4   BUSSTART       Bus. partner general deletion flag
    BUI1   BUSSTART       Create Inter. Party
    BUI2   BUSSTART       Change Prospect
    BUI3   BUSSTART       Display Prospect
    BUMR   MENUBUMR       BP Relationships: Config. Menu
    BUM1   BUSSTART       Create Employee (BP)
    BUM2   BUSSTART       Change Employee (BP)
    BUM3   BUSSTART       Display Employee (BP)
    BUNA   SAPMSNUM       Number Range Maint: BP_PADRNR
    BUPT   MENUBUPT       Business Partner Configuration Menu
    BUP0   BUSSTART       BDT; Multiple Call (Funct. Grp BUSS
    BUP1   BUSSTART       Create Business Partner
    BUP2   BUSSTART       Change Business Partner
    BUP3   BUSSTART       Display Business Partner
    BUSB   BUSVIEWS       BDT: Assign Screen Field->DB Field
    BUSC   BUSVIEWS       BDT: Field Grouping Criteria
    BUSD   BUSVIEWS       BDT: BP Roles
    BUSE   BUSVIEWS       BDT: BP Role Groupings
    BUSF   BUSVIEWS       BDT: Application Transactions
    BUSG   BUSVIEWS       BDT: Tables
    BUSH   BUSVIEWS       BDT: External applications
    BUSI   BUSVIEWS       BDT: Activities
    BUSJ   BUSVIEWS       BP Control: FuncMod. Activity (Ctrl
    BUSO   BUPVIEWS       BP Cust: BP Cat. Field Grouping
    BUSP   BUSCRCNT       Generate Screen Containers
    BUS1   BUSVIEWS       BDT: Applications
    BUS10  BUSVIEWS       BDT: Search Help
    BUS11  BUSVIEWS       BDT: Assgn BAPI Field to Field Grou
    BUS2   BUSVIEWS       BDT: Field Groups
    BUS23  BUSVIEWS       BP Tax: Data Sets
    BUS3   BUSVIEWS       BDT: Views
    BUS4   BUSVIEWS       BDT: Sections
    BUS5   BUSVIEWS       BDT: Screens
    BUS6   BUSVIEWS       BDT: Screen Sequences
    BUS7   BUSVIEWS       BDT: Events
    BUS8   BUSVIEWS       BDT: GUI Standard Functions
    BUS9   BUSVIEWS       BDT: GUI Additional Functions
    BUTI   BUPTDARK       Update Without Dialog
    BUTJ   BUPFILED       Generate Test File (DI)
    BV01   SAPMF69N       BAV Transfer/Securities Init. Scree
    BV02   SAPMF69N       BAV Transfer / Loans Initial Screen
    BV03   SAPMF69N_CORE  BAV Trnsfr / Real Estate Init.Scree
    BV11   SAPMF69N       BAV Display / Securities Init.Scree
    BV12   SAPMF69N       BAV Display / Loans Initial Screen
    BV13   SAPMF69N_CORE  BAV Display/ Real Estate Init.Scree
    BWCA   SAPLBW05       SAPoffice: Internet Calendar
    BWOM02 BWOMSHIERDISPLABCT-CO: Displ/Check Report Row Hier
    BWSP   SAPLBW02       SAPoffice: WWW
    BWST   SAPLPSST       Gener. DataSource for BW Status Obj
    BW01   RGUCBIW0_PI    Generate FI-SL Extract Structure
    BW03   RGUCBIW1_PI    Assign DataSource/Ledger
    BW07   RPHASETS       BW20PI: Gen. SET Hierarchies for BW
    BW09   RPHALPRH       BW20PI: Product Hierarchy for SAP B
    BW10   RPHALGEN       BW20PI: Log. Gen. Hierarchy for BW
    BYPASS RFTP_GDS_BYPASSBypass for All Reservation Systems
    B1B2   RPCYERK3       Create Magnetic Media files
    CAAT   RVFTCAAT       Foreign Trade Atrium
    CAA0   SAPMC27V       Process instr. usage in recipes
    CAA5   SAPMC27V       Mass replace proc.instr. in mst.rcp
    CACS   CACSMENUE      Commission System: Main Menu
    CACS_A RKKBRPTR       Access Report Tree
    CACS_B RKDBAT02       Maintain Batch Variants
    CACS_C SAPMKCIC       Manage Comments for Commissions
    CACS_D RKDREPDV       Distribute Report
    CACS_G RKE_CALL_VC_TKEComn Report Characteristics Groups
    CACS_H SAPMKXHI       Maintain hierarchy
    CACS_J RKCHINOD       Maintain Hierarchy Nodes
    CACS_K RKDMKCIK       Maintain Key Figures
    CACS_M SAPMKCB9       Test Monitor Drilldown Commissions
    CACS_O RKCOBTR2       Transport Reports
    CACS_P RKCOBTR4       Transport Forms
    CACS_Q RKCOBTR3       Import Reports from Client 000
    CACS_R RKCOBTR5       Import Forms from Client 000
    CACS_S RKDSTRUC       Display Structure
    CACS_T RKCTRTX1       Translation Tool - Drilldown
    CACS_U SAPMKCB9       Convert drilldown reports
    CACS_V RKES0101       Maintain Global Variable
    CACS_W SAPMKCC0       Maintain Currency Translation Type
    CACS_X RKDREOBE       Reorganize Drilldown Reports
    CACS_Y RKDREODA       Reorganize Report Data
    CACS_Z RKDREOFO       Reorganize Forms
    CACS_0 SAPMKCEE       Execute Report
    CACS_1 SAPMKCEE       Create Report
    CACS_2 SAPMKCEE       Change Report
    CACS_3 SAPMKCEE       Display Report
    CACS_4 SAPMKES1       Create Form
    CACS_5 SAPMKES1       Change Form
    CACS_6 SAPMKES1       Display Form
    CACS_7 SAPMKEFB       Maintain Authorization Obj. Present
    CACS_8 SAPMKEFB       Display Authorization Obj.Presentat
    CAC0   MENUCAC0       Master recipe menu
    CAC2   SAPLBZFC       Time Sheet: Field Selection
    CAC7   SAPMSNUM       Number Range Maintenance: CATS
    CAC8   SAPMSNUM       Number Range Maintenance: CATS_INTR
    CADE   RCATSDEL       CATS: Delete Transaction Data
    CADO   CATSSHOW       Time Sheet: Display Data
    CANM   SAPMSNUM       Number range maintenance: ROUTING_M
    CANR   SAPMSNUM       Number range maintenance: ROUTING_R
    CAOR   CATSSHOW       Display Report (Structure-Related)
    CAPP   CATSSHOW       CATS: Object-Related Approval
    CAPS   RCATSC01       Approve Times: Master Data
    CATA   RCATSTAL       Transfer to Target Components
    CATC   RCATSCMP       Time Sheet: Time Leveling
    CATI   MENUCATI       CATS: Cross-Application Time
    CATM   SAPLMLCT       Selection From Time Recording
    CATP   MENUCATP       CATS: Cross-Application Time
    CATR   RCATSRIF       Reorganize Interface Tables
    CATS   MENUCATS       CATS: Cross-Application Time
    CATSWF RCATSB01       CATS Workflow
    CATSXC RCATSXT_START_CCustomizing: CATS for Service Prov.
    CATSXT RCATSXT_START_TCATS for Service Providers
    CATW   SAPLCATS_ITS   Record Working Time
    CAT2   SAPLCATS       Time Sheet: Maintain Times
    CAT3   SAPLCATS       Time Sheet: Display Times
    CAT4   RCATSA01       CATS: Approve Data
    CAT5   RCATSTPS       Data Transfer CATS -> PS
    CAT6   RPTEXTPT       Transfer External -> Time Managemen
    CAT7   RCATSTCO       CATS: Transfer Data to CO
    CAT8   RCATSBEL       Time Sheet: Document Display
    CAT9   RCATSTPM       Data Transfer CATS -> PM/CS
    CA00   MENUCA00       Routing Menu
    CA01   SAPLCPDI       Create Routing
    CA02   SAPLCPDI       Change Routing
    CA03   SAPLCPDI       Display Routing
    CA10   SAPLC0VL       Std. Text for Task List/Order
    CA11   SAPLCPDI       Create Reference Operation Set
    CA12   SAPLCPDI       Change Reference Operation Set
    CA13   SAPLCPDI       Display Reference Operation Set
    CA21   SAPLCPDI       Create Rate Routing
    CA22   SAPLCPDI       Change Rate Routing
    CA23   SAPLCPDI       Display Rate Routing
    CA31   SAPLCPDI       Create Reference Rate Routing
    CA32   SAPLCPDI       Change Reference Rate Routing
    CA33   SAPLCPDI       Display Reference Rate Routing
    CA51   RCPDRK00       Print Rtg/Ref.Op.Set; Fields Fixed
    CA60   RMPLAN00       Changes in Routings/Ref. Op. Sets
    CA61   RCPCD002       Change Documents for Routing
    CA62   RCPCD003       Documents for Ref. Op. Sets
    CA63   RCPCD004       Change documents for rate routings
    CA64   RCPCD005       Change documents for ref. rate rtgs
    CA70   SAPMC27V       PRT Where-Used Lists
    CA72   SAPMC27V       PRT Where-used Lists: EquipTL Types
    CA73   SAPMC27V       Standard Networks for PRT
    CA75   SAPMC27V       Mass Replace PRT
    CA75N  CP_PRT_MASS_CHAMass Change:Production Resource/Too
    CA77   SAPMC27V       Bulk Replacemt PRT: Equip.TL Type
    CA78   SAPMC27V       PRT Mass replacemt. in libr.network
    CA80   SAPMC27V       Use of Work Center in Task Lists
    CA81   SAPMC27V       Master recipe usage and resources
    CA82   SAPMC27V       Where-used Lists EQUI Work Center
    CA83   SAPMC27V       Standard Networks for Work Center
    CA85   SAPMC27V       Replace Work Center in Task Lists
    CA85N  CP_OPR_MASS_CHAMass replacement: work center
    CA86   SAPMC27V       Master recipe: replace resources
    CA87   SAPMC27V       Mass Replace EQUI Work Center
    CA88   SAPMC27V       Mass replace wrk. cntr. in lib.netw
    CA90   SAPMC27V       Use of Ref. Op. Set in Routings
    CA95   SAPMC27V       Replace Ref. Op. Set in Task Lists
    CA95N  CP_REF_TSK_MASSMass Change:Ref.OperationSet Ref.
    CA96   SAPLCPSR       Update material master
    CA97   SAPLCP13       Mass scheduling using mat. master
    CA97N  RCPMAU03       Material Master Update - New
    CA98   RCPREDE2       Deletion of task lists
    CBCMOD RCCBPC_0001    Maintain SCP model
    CBDE   RMAFRUSY       PDC records with system errors
    CBHR11 BUSSTART       EHS-INT: Create External Person
    CBHR12 BUSSTART       EHS-INT: Change External Person
    CBHR13 BUSSTART       EHS-INT: Display External Person
    CBHR21 BUSSTART       EHS-INT: Create Authority
    CBHR22 BUSSTART       EHS-INT: Change Authority
    CBHR23 BUSSTART       EHS-INT: Display Authority
    CBIHM2 SAPLCBIH_MP00  EHS: Edit Measurement Projects
    CBIHM3 SAPLCBIH_MP00  EHS: Display Measurement Projects
    CBIHT0 RCBIH_CALL_TRANEHS: RFC - PA20 HR Master Data
    CBIHT1 RCBIH_CALL_TRANEHS: RFC - CBHR11 External Person
    CBIHT2 RCBIH_CALL_TRANEHS: RFC - EHSBP11 Physician
    CBIHT3 RCBIH_CALL_TRANEHS: RFC - EHSBP31 Health Center
    CBIHT4 RCBIH_CALL_TRANEHS: RFC - PB20 Applicant Master
    CBIHT5 RCBIH_CALL_TRANEHS: RFC - CBHR21 Authority
    CBIHT6 RCBIH_CALL_TRANEHS: RFC - EHSBP41 Laboratory
    CBIHT7 RCBIH_CALL_TRANEHS: RFC - EHSBP51 External Company
    CBIH00 MENUCBIH00     Industrial Hygiene and Safety
    CBIH02 SAPLCBIH_WA00  EHS: Edit Work Area
    CBIH03 SAPLCBIH_WA00  EHS: Display Work Area
    CBIH12 SAPLCBIH_ER00  EHS: Edit Risk Assessment
    CBIH13 SAPLCBIH_ER00  EHS: Display Risk Assessment
    CBIH14 SAPLCBIH_ER10  EHS: Amount Overview
    CBIH42 SAPLCBIH_PT00  EHS: Edit Pattern
    CBIH43 SAPLCBIH_PT00  EHS: Display Pattern
    CBIH50 REHS_OBJ_STATUSEHS: Information on Permitted Statu
    CBIH51 RCBIH_QUESTCATAEHS: Call Question Catalog
    CBIH52 RCBIH_QUESTIONNEHS: Call General Questionnaire
    CBIH72 SAPLCBIH_FA00  EHS: Change Injury/Illness Log Entr
    CBIH73 SAPLCBIH_FA00  EHS: Display Inj./Illness Log Entry
    CBIH82 SAPLCBIH_IA00  EHS: Change Inc./Acc. Log Entry
    CBIH83 SAPLCBIH_IA00  EHS: Display Inc./Acc. Log Entry
    CBIH88 SAPLCBIH_ER12  EHS: Data Transfer for Amounts
    CBIH89 SAPLCBIH_IA10  EHS: Injury/Illn.Log Data Transfer
    CBIH92 RMWBP00        Agent Workbench
    CBMRP  SAPLCBPMRP     CBP requirements planning
    CBP    MENUCBP        Constraint Based Planning Workbench
    CBPV   SAPBPCPV       Uploading PDC messages
    CBP1   RCCBP_GEN_VAR_MMRP master data download
    CBP2   RCCBP_GEN_VAR_MMRP transactional data download
    CBP3   RCCBP_GEN_VAR_MSOP master data download
    CBP4   RCCBP_MRP_MODELStart inintialization (MRP)
    CBP5   RCCBP_SOP_PLANNDisplay ext. Planning Log SOP
    CBP6   RCCBP_SOP_MODELStart SOP ext. Planning Model Init
    CBP7   RCCBP_SOP_MODELUpdate SOP ext. Planning
    CBWAMD MENUCBWAMD     Waste Management Master Data
    CBWA00 MENUCBWA00     Area Menu Waste Management
    CB23   SAPBPR52       Download of Master Tables for CC5
    CB25   SAPBPR54       Upload Request CC5
    CB32   SAPBPM31       Initial Download of Orders via CC3
    CB33   SAPBPM32       Download of Master Tables via CC3
    CB34   SAPBPM33       Delta Download of Orders via CC3
    CB35   SAPBPM34       Upload request for CC3
    CB37   SAPBPS41       Initial Download of Activities CC4
    CB38   SAPBPS42       Master data download CC4
    CB39   SAPBPS43       Delta download of activities CC4
    CB40   SAPBPS44       Upload request for CC4
    CB42   SAPBPP21       Initial Download of Orders via CC2
    CB43   SAPBPP22       Transfer of master data via CC2
    CB44   SAPBPP23       Delta Download of Orders via CC2
    CB45   SAPBPP24       Upload request for CC2
    CCAC   R_CLEAR_CAC    Reset Set-Get Parameter CAC
    CCF1   SAPMV13B       Create Message: Error Management
    CCF2   SAPMV13B       Change Message: Error Management
    CCF3   SAPMV13B       Display Message: Error Management
    CCM2   SAPLCCM_CFG_CONConfiguration Control Workbench
    CCR    RFPM_CUST_CHECKCustomizing Check Report
    CCTM   TECHS_MAINTAIN Maintain Standard Variant
    CCV2   SAPMV13B       Change Output: Document Management
    CCW1   SAPLCCWF       Task-specific Workflow Customizing
    CC00   MENUCC00       Engineering Change Management Menu
    CC01   SAPMC29C       Create Change Master
    CC02   SAPMC29C       Change Change Master
    CC03   SAPMC29C       Display Change Master
    CC04   SAPLCPDMOBJECTBDisplay Product Structure
    CC05   RCC00500       Change overview
    CC06   RCC00800       Flip trace protocoll for user
    CC07   RCC01000       Engineering Change Mgmt information
    CC11   SAPLCCIN       Create Material Revision Level
    CC12   SAPLCCIN       Change Material Revision Level
    CC13   SAPLCCIN       Display Material Revision Level
    CC15   SAPLCCIN       Change Document Revision Level
    CC16   SAPLCCIN       Display Document Revision Level
    CC22   SAPMC29C       Change Object Management Records
    CC23   SAPMC29C       Display Object Management Record
    CC31   SAPMC29C       Create Change Request
    CC32   SAPMC29C       Change Change Request
    CC33   SAPMC29C       Display Change Request
    CC60   RCC00600       Browser hierarchy
    CC62   RCC00602       Conversion of change packages
    CC90   SAPMSNUM       Number ranges for change numbers
    CC92   RCCSEECM       Distribute change number
    CC93   SAPMSNUM       Number range maintenance: TECHS
    CDESK  CDESK_START    CAD Desktop
    CEMN   MENUCEMN       Cost Element Accounting
    CES1   SAPMGSBM       Create Set (Resource Planning)
    CES2   SAPMGSBM       Change Set (Resource Planning)
    CES3   SAPMGSBM       Display Set (Resource Planning)
    CES4   SAPMGSBM       Delete Set (Resource Planning)
    CEVF   SAPMSNUM       Number ranges for CAPP formulas
    CEVM   SAPMSNUM       Number ranges for CAPP methods
    CEVV   SAPMSNUM       Number ranges for CAPP processes
    CEV1   SAPMGSGM       Create value variable(res. planning
    CEV2   SAPMGSGM       Change value variable (res.planning
    CEV3   SAPMGSGM       Display value variable(res.planning
    CEV4   SAPMGSGM       Delete value variable (res.planning
    CEWB   SAPLCPRC       PP: Engineering Workbench
    CEWO   CM_WORKBENCH   CE: Structure of product folder
    CE00   MENUCE00       Menu: CAPP-based calc. of std.value
    CE01   SAPLCEU1       CEP: View
    CE02   SAPLCEU1       CEP: Transfer
    CE03   SAPLCEU1       CEP: Review
    CE11   SAPMCEVF       Create standard value formula
    CE12   SAPMCEVF       Change standard value formula
    CE13   SAPMCEVF       Display standard value formula
    CE16   RCCEVU08       Use of CAPP elements (single-level)
    CE21   SAPMCEVM       Create standard value method
    CE22   SAPMCEVM       Change standard value method
    CE23   SAPMCEVM       Display standard value method
    CE31   SAPMCEVV       Create standard value process
    CE32   SAPMCEVV       Change standard value process
    CE33   SAPMCEVV       Display standard value process
    CE41   SAPMCEVS       Simulate calculation of std. values
    CFC6   RCIFLOGC       Configuration of CIF Application Lo
    CFC9   RCIFAPS2       Target-System-Ind. Settings in CIF
    CFE01  CFX_BI_TAB_TO_CExport Documents to cFolders
    CFE02  CFX_BI_BOM_EXPOExport Objects to cFolders
    CFGD   RDELALOG       Delete Application Log Entries
    CFG1   RSHOWLOG       Display CIF Application Log
    CFG3   CIF_APPL_LOG_SEFind in Application Log
    CFI01  CFX_BI_TAB_FROMImport Documents from cFolders
    CFI02  CFX_BI_BOM_IMPOImport Objects from cFolders
    CFM1   RIMODGEN       Create Integration Model
    CFM2   RIMODACT       Manually Activate Integration Model
    CFM3   RIMODAC2       Activate Integration Models (Bkgd)
    CFM4   RIMODOUT       Display Integration Models
    CFM5   RIMODSRH       Integration Model Object Search
    CFM6   RIMODMOD       Modify Integration Model
    CFM7   RIMODDEL       Delete Integration Model
    CFNA   SAPMSNUM       Maintain PRT number range: FHM_CRFH
    CFO3   RCIF_TCX00V    Scheduling Parameters in APO CIF
    CFP1   RCPTRANS       Analyze and Send Changes
    CFP2   RCPQUEUE       Analyze and Send Changes
    CFP3   RSPPMCHG       CIF: PPM Transfer of Data Changes
    CFP4   RSPPMDEL       Delete PPM Change Pointer
    CFS0   RSTRFCQR       Display Serialization Channels
    CF00   MENUCF00       Prod. Resources/Tools Master Menu
    CF01   SAPMCFST       Create Production Resource/Tool
    CF02   SAPMCFST       Change Production Resource/Tool
    CF03   SAPMCFST       Display Production Resources/Tools
    CF10   RCFCO110       PRT: Use of PRT master in prod.orde
    CF11   RCFCO120       PRT: Use of material in prod. order
    CF12   RCFCO130       PRT: Use of document in prod. order
    CF13   RCFCO140       PRT: Use of equipment in prod. orde
    CF15   RCFCO112       PRT: Use of PRT master in network
    CF16   RCFCO122       PRT: Use of material in network
    CF17   RCFCO132       PRT: Use of document in network
    CF18   RCFCO142       PRT: Use of piece of equip. in netw
    CF20   RCFCO111       PRT: Use of PRT master in orders
    CF21   RCFCO121       PRT: Use of material in orders
    CF22   RCFCO131       PRT: Use of document in orders
    CF23   RCFCO141       PRT: Use of pc. of equip. in orders
    CF25   RIAUFK20       PRT: PRT Master Usage in PM Order
    CF26   RIAUFK20       PRT: Material Usage in PM Orders
    CF27   RIAUFK20       PRT: Document Usage in PM Orders
    CF28   RIAUFK20       PRT: Equipment Usage in PM Order
    CGAB   SAPLC11E       EHS: Edit Phrase Set - Char. Assgmt
    CGAC   SAPLC11E       EHS: Display Phrase Set - Char. ***
    CGBB   RC161AW0       EHS: Initial generation of phr. set
    CGBC   RC1H0XLS       EHS: Load XLS Macro Spec Info Syste
    CGBD   RCBUI004       EHS: Copy units of measurement
    CGB5   SAPMSNUM       EHS: No. range maint.: SAP_CLASSR
    CGB6   SAPMSNUM       EHS: No. range maint.: SAP_CHARCR
    CGB7   RCBUI001       EHS: Char;Class;PropTree;ClientCopy
    CGB8   RCBUI003       EHS: Batch conversion of AUSP; KSSK
    CGB9   RC1XREG0       EHS: Conversion REG_EG -> REG_EU
    CGCL2  RMWBP00        Dangerous Goods Workbench
    CGCZ   RC14KCMP       Match Up Master Data
    CGE2   RMWBP00        Packaging Workbench
    CGQM   RC1DATAQMIP    Specify QM Interface
    CGSADM SAPLC1SVC      WWI and EH&S Expert Server Admin.
    CG00   MENUCG00       Basic Data Environment
    CG02   RMWBP00        Substance Workbench
    CG02BD RMWBP00        Specification Workbench
    CG05   SAPLC100       Distribute Specification
    CG1B   SAPLC119       Edit Phrase Sets
    CG1C   SAPLC119       Display Phrase Sets
    CG12   SAPLC110       Edit Phrases
    CG13   SAPLC110       Display Phrases
    CG2A   RC100TAC       Create Generation Variant
    CG2B   SAPLC12A       Edit Generation Variant
    CG2C   SAPLC12A       Display Generation Variant
    CG3A   RC1EXPSR       Check Source Export
    CG3B   RC1EXPPH       Check Phrase Export
    CG3C   RC1EXPSU       Check Specification Export
    CG3D   RC1EXPPT       Check Property Tree Export
    CG3E   RC1EXPLY       Check Report Template Export
    CG3F   RC1IMPSR       Check Source Import
    CG3G   RC1IMPPH       Check Phrase Import
    CG3H   RC1IMPSU       Check Specification Import
    CG3I   RC1IMPPT       Check Property Tree Import
    CG3J   RC1IMPRE       Check Report Import
    CG3K   RC1IMPLY       Check Report Template Import
    CG3L   RC1IMPBB       Check Import Log
    CG3Y   RC1TCG3Y       Download file
    CG3Z   RC1TCG3Z       Upload file
    CG31   SAPLC132       Import Phrases
    CG32   SAPLC133       Import Sources
    CG33   SAPLC134       Import Specifications
    CG34   SAPLC13E       Import Report Template
    CG35   SAPLC13C       Import Property Tree
    CG36   RC1RIMPS       Import Reports
    CG37   SAPLC1L7       Edit Worklist
    CG4B   SAPLC1D0       Edit Cover Sheet Template
    CG4C   SAPLC1D0       Display Cover Sheet Template
    CG4D   SAPLC1D0       Edit Acknowl. of Receipt Template
    CG4E   SAPLC1D0       Display Acknowl. of Receipt Templat
    CG42   SAPLC1D0       Edit Report Templates
    CG43   SAPLC1D0       Display Report Templates
    CG5A   RC1AVST1       EHS: manual entry WL generation
    CG5B   RC1AVST2       EHS: manual entry WL generation
    CG5Z   SAPLC1D8       EHS: WWI server monitor
    CG50   SAPLC1G0       Edit Report
    CG54   SAPLC1G0       Report Information System
    CG55   SAPLC1G0       Validate Report
    CG56   SAPLC1G0       Release Report
    CG57   SAPLC1G0       Assign Report Versions
    CG58   SAPLC1G0       Set Report to Historical
    CG59   RC1AVGST       EHS: manual entry WL generation
    CIB2   SAPBVKK2       Update CC2 PDC messages
    CIB3   SAPBVKK3       Update CC3 PDC messages
    CIB4   SAPBVKK4       Update CC4 PDC messages
    CIB5   SAPBVKK5       Update CC5 PDC messages
    CICS   MENUCICS       Customer Interaction Center
    CIC0   SAPMCIC0       Customer Interaction Center
    CIC3   RVKUSTA1       Sales Summary
    CIC4   CCMARCHLOG     Archiving Logging
    CIC5   CCMARCHINSTR   Archiving Infostore
    CIC8   MENUCIC8       CIC Customizing Menu (Temporary - L
    CIF    MENUCIF        APO Core Interface
    CIPV   CIBDVERB       Posting PDC records
    CIP2   CIBDVERB       CC2: Update PDC messages
    CIP3   CIBDVERB       CC3: Update PDC messages
    CIP4   CIBDVERB       CC4: Update PDC messages
    CIP5   CIBDVERB       CC5: Update PDC messages
    CI10   SAPPPKOM       Cust: Select Techn. Param. for Comm
    CI21   CIBDKAKO       Communication parameters for KANBAN
    CI23   CIBDKAGR       Download master data for Kanban
    CI25   SAPCDUP5       Upload Request in KK5
    CI31   CIBDKOMM       Communication parameters for PM
    CI32   CIBDOPGR       Init. transfer of operations for PM
    CI33   CIBDSTTA       Transfer of master data for PM
    CI34   CIBDOPDE       Delta transfer of operations for PM
    CI35   SAPCDUP3       Generate Upload Request CC3
    CI36   CIBDKOMM       Communication parameters for PS
    CI37   CIBDOPGR       Init. transfer of operations for PS
    CI38   CIBDSTTA       Transfer of master data for PS
    CI39   CIBDOPDE       Delta transfer of operations for PS
    CI40   SAPCDUP4       Generate Upload Request CC4
    CI41   CIBDKOMM       Communication parameters for PP
    CI42   CIBDOPGR       Init. transfer of operations for PP
    CI42N  CIBDOP_DOWN_PP PP-PDC: Download Operations
    CI43   CIBDSTTA       Transfer of master data for PP
    CI44   CIBDOPDE       Delta transfer of operations for PP
    CI45   SAPCDUP2       Generate Upload Request CC2
    CI45N  CIBDCONF_REQUESGenerate Upload Request CC2
    CI50   RCPIBA00       Transfer production requirements
    CI51   RCPIBZ00       Transfer production commitments
    CJAL   RCJ_SEND_PROJECSend project
    CJA1   SAPLKAZB       Proj.Rel.Order Receipts: Coll.Proc.
    CJA2   SAPLKAZB       Proj.Rel. Order Receipts: Ind.Proc.
    CJBBS1 RCNCO085       Planning Board Report Assignment
    CJBBS2 RCNCO086       Structure Overview Report Asst
    CJBN   RBPFCPN1       Reconstruct Availability Control
    CJBV   BPINDX00       Activate Project Availabilty Contro
    CJBW   RBPFCPD1       Deactivate Project Availabilty Cntr
    CJB1   SAPLKAZB       Generate Settmt Rule: Coll.Proc.
    CJB2   SAPLKAZB       Generate Settmt Rule: Indiv.Proc.
    CJCD   RCJCD002       Change documents: WBS
    CJCF   RKAGJOBL       Carry Forward Project Commitments
    CJCO   RBPGJA01       Carry Forward Project Budget
    CJCS   RCJCD001       Standard WBS
    CJC1   RKPORSSET      Maintenance Dialog for Stat.by Per.
    CJC2   RKPORSSET      Maintain Planned Status Changes
    CJEA   RCNCO082       Call Hierarchy Report
    CJEB   RKDBAT02       Background Processing; Hier.Reports
    CJEC   SAPMKCC0       Maintain Project Crcy Trans.Type
    CJEK   RCNCCP10       Copy Interfaces/Reports
    CJEM   SAPMKCB9       Project Reports: Test Monitor
    CJEN   PS_RPSCO_REBUILReconstruct: Summarized Proj.Data
    CJEO   RCNRCJEO       Transport Reports
    CJEP   RKCOBTR4       Transport Forms
    CJEQ   RCNRCJES       Import Reports from Client
    CJET   RKCTRTX1       Translation Tool - Drilldown
    CJEV   RKES0101       Maintain Global Variable
    CJEX   RKDREOBE       Reorganize Drilldown Reports
    CJEY   RKDREODA       Reorganize Report Data
    CJEZ   RKDREOFO       Reorganize Forms
    CJE0   SAPMKCEE       Run Hierarchy Report
    CJE1   SAPMKCEE       Create Hierarchy Report
    CJE2   SAPMKCEE       Change Hierarchy Report
    CJE3   SAPMKCEE       Display Hierarchy Report
    CJE4   SAPMKES1       Create Project Report Layout
    CJE5   SAPMKES1       Change Project Report Layout
    CJE6   SAPMKES1       Display Project Report Layout
    CJFA   RFFMRP84       Analysis of Data Trans. into PS Cas
    CJFN   RFFMS300       CBM Payment Converter
    CJF1   SAPMKFPR       Create Transfer Price Agreement
    CJF2   SAPMKFPR       Change Transfer Price Agreement
    CJF3   SAPMKFPR       Display Transfer Price Agreement
    CJF4   RKFPP001       Transfer Price Agreement List
    CJG1   SAPMKFPR       Enter Transfer Price Allocation
    CJG3   SAPMKFPR       Display Transfer Price Allocation
    CJG4   RKFPI001       Enter Trsfr Price Allocation: List
    CJG5   SAPMKFPR       Cancel Transfer Price Allocation
    CJH1   PS_SUMM_INHERITReconstruct Project Inheritance
    CJH2   PS_SUMM_PROTOCOProject Inheritance Log
    CJIA   RKPEP010       Project Actual and Commt Paymt LIs
    CJIB   RKPEP011       Project Plan Payment Line Items
    CJIC   RKPEP012       Maintain Project Settlement LIs
    CJID   RKPEP012       Display Project Settlement Line Itm
    CJIE   RKPEP012       Projects: Retirement LI Settlement
    CJIF   RKPEP015       Projects: Profitability Analysis LI
    CJIG   RKAEP000       Display PS Cash Documents
    CJI1   RKPEP008       Project Budget Line Items
    CJI2   RCNEP002       Budget Line Items: Document Chain
    CJI3   RKPEP003       Project Actual Cost Line Items
    CJI4   RKPEP004       Project Plan Cost Line Items
    CJI5   RKPEP005       Project Commitment Line Items
    CJI8   RKPEP008       Project Budget Line Items
    CJI9   RKPEP009       Project Struct.Pld Costs Line Items
    CJJ2   SAPMGPLN       Change Statistical Key Figures
    CJJ3   SAPMGPLN       Display Statistical Key Figures
    CJK2   RPNPLPLN       Change Statistical Key Figures
    CJK3   RPNPLPLN       Display Statistical Key Figures
    CJL2   KFPSDUMMY      Collective Agreement
    CJNO   SAPMSNUM       Number range maintenance: FMCJ_BELN
    CJN1   SAPLKAZB       Reval.    ACT:  Projects    Ind.Pro
    CJN2   SAPLKAZB       Reval.    ACT:  Projects    Col.Pro
    CJO8   SAPLKAZB       Overhead  COMM: Projects    Ind.Pro
    CJO9   SAPLKAZB       Overhead  COMM: Projects    Col.Pro
    CJPN   SAPMSNUM       Number Range Maintenance: Proj.Item
    CJPU   SAPMKPU2       Execute Project Plan Adjustment
    CJP1   SAPMKPU1       Create Project Plan Adjustment
    CJP2   SAPMKPU1       Change Project Plan Adjustment
    CJP3   SAPMKPU1       Display Project Plan Adjustment
    CJP4   SAPMKPU1       Delete Project Plan Adjustment
    CJR2   RPSPF100       PS: Change plan CElem/Activ. input
    CJR3   RPSPF100       PS: Display plan CElem/Activ. input
    CJR4   RPSPF100       PS: Change plan primary cost elemen
    CJR5   RPSPF100       PS: Display plan primary cost elem.
    CJR6   RPSPF100       PS: Change activity input planning
    CJR7   RPSPF100       PS: Display activity input planning
    CJR8   RPSPF100       PS: Change revenue type planning
    CJR9   RPSPF100       PS: Display Revenue Element Plannin
    CJSA   RKPSEIS1       Data Transfer to SAP-EIS
    CJSB   RKPSEIS2       Select Key Figure and Characteristi
    CJSG   RKPSETG0       Generate WBS Element Group
    CJSN   SAPMSNUM       Number Range Maintenance: Projects
    CJS2   RPSPF100       PS: Change stat. key figure plannin
    CJS3   RPSPF100       PS: Display stat. key fig. planning
    CJS4   RPSPF100       PS: Change stat. key figure plannin
    CJS5   RPSPF100       PS: Display stat. key fig. planning
    CJT2   RKPEP010       Project Actual Payment Line Items
    CJVC   RCNCC020       Value Category Checking Program
    CJV1   SAPLCJTR       Create project version (simulation)
    CJV2   SAPLC

  • Why grant select is needed on a table when you are only inserting records

    Please can you tell me why a grant select is needed when inserting records which are being inserted across a link?
    We have a table in database1 which we are trying to insert records from database2. database2 has a db_link to database1.
    The table residing in database1 has grant insert to the named user in the db_link. But unless there is also a grant select to that user we cannot insert records. We do not actually need to be able to select the records across the db_link, but nevertheless we get the following error on trying to insert records without the grant select being in place:
    ORA-01031: insufficient privileges
    Cause: An attempt was made to change the current username or password without the appropriate privilege. This error also occurs if attempting to install a database without the necessary operating system privileges. When Trusted Oracle is configure in DBMS MAC, this error may occur if the user was granted the necessary privilege at a higher label than the current login.
    Action: Ask the database administrator to perform the operation or grant the required privileges. For Trusted Oracle users getting this error although granted the the appropriate privilege at a higher label, ask the database administrator to regrant the privilege at the appropriate label.
    Your thoughts would be appreciated.

    Since there is no remote describe function, a select must be done to get the table structure. This is talked about in Note: 1004923.6.

Maybe you are looking for