Table for function code of System Commands

Hi All,
I would like to know the name of the table which stores function codes (fcode) for System Commands (which that are used after abap syntax 'user-command' ).
Like table T100 is for messages and ICON is for icons, similarly, the table name for fcodes of User-commands like double click etc.
Regards,
Rumi
Edited by: rumi kamal on Jan 21, 2008 9:59 AM

Hi,
plz check RSMPTEXTS
Regards,
Omkar.

Similar Messages

  • Is there any table for see  Authorization object for Function code?

    Hi,
    I am facing problem in finding autho. object for function code.
    My problem is, in tcode cor2 there is function Approval (in Menubar->process order->function->approval), I want to restrict this to some users.
    So is there any way or table to see function code's authorization object..
    Thanks...

    Hi ,
    I such scenario the best way is to run trace (ST01) and analyse to find used/missing authorization objects.
    Regards,

  • Error ! No field defined for function Code

    Hello ,
    I have defined everything correctly but when i try to use the push button to go to next screen this message comes up 'No field defined for function Code' .Please advise .
    Thank you ,

    Make sure that you put define the name of the OK_CODE field in your screen.  Go to your screen,   click on the element list tab.  You should have a line which as a TYpe as  "OK".   Put the name as OK_CODE.
    Now in your program.....you need a DATA statement for OK_CODE, and you need to handle the OK_CODE in your PAI of the screen.
    data: ok_code type sy-ucomm.
    *      Module  USER_COMMAND_0100  INPUT
    module user_command_0100 input.
      case ok_code.
        when 'BACK' or 'EXIT' or 'CANCEL'.
          clear ok_code
          set screen 0.
          leave screen.
      endcase.
    endmodule.
    Regards,
    RIch Heilman

  • Base Table for problem code in Cs_incidents_all_b

    hi
    in cs_incidents_all_b we have problem_code. the does not contain any data ... we have any tl table for problem code i have cssr_prob_code_mapping_detail but if i query this
    SELECT  dra.repair_number,
      items.description item_desc,
      prob.problem_code,
      fndl.meaning flow_status_name,
      inc.summary,
      nvl(cp.instance_number,'Not availble') ib_instance_number
    FROM csd_repairs dra,
      csd_repair_types_tl drtt,
      cs_incidents_all_b sr,
      csi_item_instances cp,
      fnd_lookups fndl,
      csd_flow_statuses_b fsb,
      mtl_system_items_kfv items,
      mtl_units_of_measure_tl uom,
      jtf_rs_resource_extns_tl rstl,
      jtf_rs_groups_tl rgtl,
      fnd_lookups plkup,
      cs_incidents_all_tl inc,
      cs_sr_prob_code_mapping_detail prob,
      cs_incident_types_b ty
    WHERE dra.repair_type_id       = drtt.repair_type_id
    AND drtt.language              = userenv('LANG')
    AND dra.repair_mode            = 'WIP'
    AND dra.incident_id            = sr.incident_id
    AND dra.CUSTOMER_PRODUCT_ID    = cp.INSTANCE_ID (+)
    AND dra.flow_status_id         = fsb.flow_status_id
    AND fsb.flow_status_code       = fndl.lookup_code
    AND fndl.lookup_type           = 'CSD_REPAIR_FLOW_STATUS'
    AND dra.inventory_item_id      = items.inventory_item_id
    AND dra.unit_of_measure        = uom.uom_code
    AND uom.language               = userenv('LANG')
    AND dra.resource_id            = rstl.resource_id (+)
    AND rstl.category (+)          = 'EMPLOYEE'
    AND rstl.language (+)          = userenv('LANG')
    AND dra.owning_organization_id = rgtl.group_id (+)
    AND rgtl.language (+)          = userenv('LANG')
    AND dra.ro_priority_code       = plkup.lookup_code(+)
    AND plkup.lookup_type(+)       = 'CSD_RO_PRIORITY'
    AND items.organization_id      = cs_std.get_item_valdn_orgzn_id
    AND inc.incident_id            =dra.incident_id
    and ty.incident_type_id=sr.incident_type_id
    and prob.incident_type_id=ty.incident_type_id
    AND fndl.meaning in('Open')
    order by dra.repair_numbereach diffrent problem codes for same repair number here i am want records relevant to Depot Repair

    In 11.5.9, the problem and resolution codes are stored in FND_LOOKUP_VALUES table with lookup type as 'REQUEST_PROBLEM_CODE' and 'REQUEST_RESOLUTION_CODE'. I'm hoping you could still use these tables to find problem codes, even if you were on 11.5.10 or R12.
    Join would be something like:
    WHERE fnd_lookup_values.lookup_type = 'REQUEST_PROBLEM_CODE'
    AND fnd_lookup_values.problem_code = cs_incidents_all_b.problem_code
    Regarding restricting the query for Depot Repair service requests, you need to restrict by the the incident_type_id for this type of SRs (like id for Depot incident type is 10003 for us).
    HTH
    Alka

  • Tables for Functional location/equipment   in Sales Area

    Hi ,This is sivakumar  ...
    h2.
    I wanna  know  Tables for Functional  Location/equipment in Sales area   under the Customer Service erena.

    I know the sales order number, header and item ..
    I need other parameters to use this table....

  • Table for tax code line item after miro

    Can anybody tell table for tax code line item (other than BSET) after MIRO.
    Raj

    Hi,
    First let me explain you the logic in this repot. 
    If a document have more than one GL accounts relevant for tax and having the same tax code. So there is only one tax line for that tax code in BSET.
    Now in the standard reports like S_ALR_87012357, output has the tax base amount etc, based on tax line from BSET which is a single line the above document. However this single line contains multiple tax relevant account and thus SAP can not show all the G/L account for this single line in the report S_ALR_87012357. So SAP picks up the first account in the output.
    The declaration in this report is not wrong, as the total gets calculated based on the tax code and which is correct and meets the tax reporting requirement.
    If you want to see the G/L account wise output, you can use the program RFUMSV10. Refer OSS note 1175418 "RFUMSV00: G/L account display" for details.
    https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1175418
    In your report, you can use this program logic for reference.
    Regards,
    Gaurav

  • Error ! No field defined for function Code in MENU EXIT

    Hello All,
    I've created a project in CMOD for the MENU EXIT for handling one menu item in the SAP Standard Menu Bar .
    i.e  under the HELP MENU Item I've included one more sub menu item.
    I've activated the project and I'm able to se the newly added Sub-Menu Item in the activated mode.
    But when I press the newly created Sub Menu Item I'm getting a Message in the Status Bar saying :
    No field defined for the function code
    The Help of it says :
    Message no. 00125
    Diagnosis
    The function code field (OK code field) has not been defined on this screen. If the user selects an application function (not a system function), the system usually provides it in the function code field (OK code field) as well as in SY-UCOMM. This is no longer possible.
    System Response
    The system is unable to inform the application of the current function code. The application should not use field SY_COMM. This field always contains the code of the last function chosen, which is not always identical to the application-relevant code.
    Procedure
    You should always define a field for the function code on every screen. The Screen Painter always proposes such a field (OK category), you only need to assign a name and include the definition in the ABAP program.
    Please let me know what shud be done ?
    Regards,
    Deepu.K

    Don't use this scanrio ! Instead got Access Key and chamged the Std. Program.

  • Entry missing in T169V table for Co. code

    Hi Friends,
    We made one new company code & did all the settings. When we are doing MIRO we got one error saying that Co. code is not exist in T169V table.
    Table T169V is for Default Values, Invoice Verification.
    We might have missed some customization, can any body tell where to do.
    I can do it directly from tables also, but not advisable.
    Regards
    Sai Krishna

    hi
    goto
    SM30 here u can get the customizations related to a perticular table
    goto SM30 give table no and click on customizing then click on continue without project
    here system wilkl give u all the customizations for this table
    now if we take ur e.g. of T169v then u have to check for the entry of MM  as the problem is occuring in MIRO
    u have to go to SPRO>mm>LIV>Incoming Invoice>Maintain Default Values for Tax Codes
    hope it clears
    regards
    KI

  • Table for Function Module

    Hi Gurus,
                  I need the table for WHERE-USED-LIST of function modules.....
    Answer will be rewarded full points...
    Thx in advance.....

    Hope this code helps you.....
    Function module where-used on programs:
      SELECT * FROM cross APPENDING TABLE mycross
               WHERE type = 'F'
               AND   name = <fm_name>.
    Function module where-used on enhancements:
      SELECT * "SINGLE enhname
      FROM enhobj
      INTO TABLE l_i_enhobj
      WHERE  obj_type ='FUNC'
      AND    obj_name EQ <fm_name>.
    Function module where-used on Webdynpros:
      SELECT * FROM cross APPENDING TABLE mycross
             WHERE type = 'F'
             AND   name = <fm_name>.
             AND (  include LIKE '/1BCWDY/S_____________________'
             OR include LIKE '/1BCWDY/B_____________________' ).
        l_inclname = mycross-include.
        CALL FUNCTION 'WDY_WB_GET_CTRLNAME_BY_INCLUDE'
          EXPORTING
            p_inclname   = l_inclname
          IMPORTING
            p_controller = l_controller
          EXCEPTIONS
            OTHERS       = 1.
    Function module where-used on Methods/Classes:
      SELECT * FROM cross
      APPENDING TABLE mycross
      WHERE type = 'F'
      AND   name = <fm_name> AND
      ( include LIKE '______________________________C%' OR
      include LIKE '______________________________I%' ).
    To get the Class name (seokey-clsname), use the FM
          CALL FUNCTION 'SEO_METHOD_GET_NAME_BY_INCLUDE'
            EXPORTING
              progname = mycross-include
            IMPORTING
              mtdkey   = seokey.

  • Dynamic determination of function text for  function code

    Hi there,
    i have coding that logs all the function codes pressed in a report, that function codes are  defined in the GUI Status or dynamic created in a toolbar.
    In my log i have now all the function codes, but it would be better if i also have the function text of theese function codes. Is there any chance to get the function text for a given function code?
    E.G. user pressed Button "Refresh" , i log the function code "REFR", but i also want to have the text "Refresh". Is that possible?
    Thanks
    Steffen

    Hi steffen,
    try
    CALL FUNCTION 'RS_CUA_INTERNAL_FETCH'
            EXPORTING
              PROGRAM         = PV_NAME
              LANGUAGE        = FS_LANGU
            IMPORTING
              ADM             = FS_ADM
            TABLES
              STA             = T_STA
              FUN             = T_FUN
              MEN             = T_MEN
              MTX             = T_MTX
              ACT             = T_ACT
              BUT             = T_BUT
              PFK             = T_PFK
              SET             = T_SET
              DOC             = T_ATRT
              TIT             = T_TIT
              BIV             = T_BIV
            EXCEPTIONS
              NOT_FOUND       = 1
              UNKNOWN_VERSION = 2
              OTHERS          = 3.
    Regards
    Clemens

  • Empty Tables for Function FKK_DOCUMENT_READ

    Hi Experts,
    I'm trying to recover data from this fm, but when i'm debugging the function does not return any result in the table section. I already try all the ways i know declaring the tables in my code, As a TYPE STANDARD TABLE WITH HEADER LINE and With BEGIN and OCCURS, also LIKE STANTARD TABLE, and without results, although although the fm returns data for the importing section. Any Idea?
    Thanks in advance.

    Hi,
       Check if the fields "XROP"  "XROPK" in "I_FKKDOCC" are empty. If these do not have any values the tables are
       not filled. Also check for the corresponding Table entries.
    Regards,
    Srini.

  • Table for transaction code for creation of process order

    Hi Gurus,
    Please tell me, in which table i can see the transaction code used to create process order.
    regards
    Kaisar

    Hi,
    Table for transactions is TSTC.
    If your looking for t-code for process order - COR1.
    Regards,
    Vivek

  • Table for Function modules - Changed date & Changed by.

    Hi Experts,
    Help me to get Function module changed date & changed by.
    For programs we can get the mentained information in TABLE : TADIR.

    Function Modules change history can be retrieved from table TRDIR.
    Function Module stores a program Include in table TRDIR.
    The details of the Function Module can be found in Attributes-->general data tab in the Function Module.
    You need to pass the Include which correponds the FM.
    Hence you can find the Log changes.
    Hope this helps.
    Regards
    Vinayak

  • Which tables for t.code FBWE?

    Hi All,
    Could anyone tell me which tables are recorded by t.code FBWE?
    Thanks
    Gandalf
    Edited by: Umberto Gandalf on Nov 14, 2008 10:34 PM

    Here is the List of Transparent Table updated by trxn code FBWE
    BKPF                           TRANSP         Accounting Document Header                                  
    BNKA                           TRANSP         Bank master record                                          
    BSAD                           TRANSP         Accounting: Secondary Index for Customers (Cleared Items)   
    BSIS                           TRANSP         Accounting: Secondary Index for G/L Accounts                
    CNTLSTRLIS                     TRANSP         Control stream list                                         
    FEBKEY                         TRANSP         ID administration                                           
    KNA1                           TRANSP         General Data in Customer Master                             
    KNB1                           TRANSP         Customer Master (Company Code)                              
    KNBK                           TRANSP         Customer Master (Bank Details)                              
    LFA1                           TRANSP         Vendor Master (General Section)                             
    LFB1                           TRANSP         Vendor Master (Company Code)                                
    REGUH                          TRANSP         Settlement data from payment program                        
    REGUT                          TRANSP         TemSe - Administration Data                                 
    REGUV                          TRANSP         Control records for the payment program                     
    RFDT                           TRANSP         Accounting Data (INDX Structure)                            
    RSDSQCAT                       TRANSP         Catalog of selection views                                  
    SADR                           TRANSP         Address Management: Company Data                            
    SKA1                           TRANSP         G/L Account Master (Chart of Accounts)                      
    SKAT                           TRANSP         G/L Account Master Record (Chart of Accounts: Description)  
    SKB1                           TRANSP         G/L account master (company code)                           
    T001                           TRANSP         Company Codes                                                                               
    T001G                          TRANSP         Company Code-Dependent Standard Texts                       
      T003                           TRANSP         Document Types                                              
      T005                           TRANSP         Countries                                                   
      T005S                          TRANSP         Taxes: Region (Province) Key                                
      T012                           TRANSP         House Banks                                                 
      T012A                          TRANSP         Allocation pmnt methods -> Bank trans.                      
      T012C                          TRANSP         Terms for bank transactions                                 
      T012K                          TRANSP         House Bank Accounts                                         
      T042E                          TRANSP         Company Code-Specific Specifications for Payment Methods    
      T042Z                          TRANSP         Payment Methods for Automatic Payment                       
      T045DTA                        TRANSP         DME file check table for bill of exchange presentation      
      T045F                          TRANSP         Bank selection for bill of exchange presentation            
      T045T                          TRANSP         User ID for bank transactions                               
      T055                           TRANSP         Field group fields (master data)                            
      T074U                          TRANSP         Special G/L Indicator Properties                            
      TBTCO                          TRANSP         Job Status Overview Table                                   
      TCURC                          TRANSP         Currency Codes                                              
      TFBWE                          TRANSP         Personal Customizing for Transaction FBWE                   
      TGSB                           TRANSP         Business Areas                                              
      TVDIR                          TRANSP         View Directory                                              
      USR01                          TRANSP         User master record (runtime data)

  • Capture return code from system command?

    Can someone please tell me what is the easiest way to capture the return code when executing a system command?
    In other words I wish to execute a say a perl script and capture the return code from it.
    Any help is appreciated.

    Process p = Runtime.getRuntime().exec("blah.exe");
    p.waitFor();
    System.out.println("Return code from blah.exe"+ p.exitValue());

Maybe you are looking for

  • Export to PDF question

    When using InDesign's Export to PDF feature to make a PDF of a book, InDesign is converting the front matter page  numbers from roman numerals (i, ii, iii) to regular numbers (1, 2, 3) in the slug line (page info) of the resulting PDF. How can I expo

  • When to use Tables, which are defined as u0093No Objectu0094?

    Generally, in which situations should we use a “<b>no object type</b> ” table ? There’s not much explanation about that type in help files.

  • RTPSocketPlayer run in failure

    I downloaded AVTransmit2.java, AVReceive2.java and RTPSocketPlayer.java I have 2 projects both using j2sdk1.4.2_04. one project run AVTransmit2 in Computer1 in my Lan, another project run AVReceive2 and RTPSocketPlayer in Computer2 in the same Lan. a

  • WLC 5508 Most Recent Traps Duplications

    Hi, I have recently noticed that in my WLC traps  I keep finding lots of Mac addresses that have many hits on joining but it's the same MAC ADDRESS.  Example Mac addresss'08:11:96:e4:1a:60 4 Wed Mar 27 16:05:56 2013 Client with MAC address 08:11:96:e

  • How do you type a hashtag on macbook pro keyboard?

    Can anyone tell me how to type a hashtag on my macbook pro? I'm assuming there's a shortcut key, but I haven't found it yet! Thanks, leofromharrow