Table for all fct codes

Hi all,
can any one give me the table name which stores fct codes
Regards
Sre

There is no such table. Function code, much like 'all'  the rest of the regular coding is part of the program itself. This data is stored in table TADIR.

Similar Messages

  • Filling of set up tables for several company codes

    hi
    i am filling a set up table for the application specific inventory control statistical data. But while setting up data filling selection parameters contains selection parameters for the single Company code.
    But in my scenarios there are several company codes whose data resides in the R/3 and i need to bring data for all company codes in the set up table.
    so now filling up the data in set up table, shall i have to fill up data for individual company code, OR i have to fill data for one company only and on delta load data pertainig to other company codes will be populated to the set up tables.
    kindly give ur expert advice in this situation.

    Hello,
    i dont understand why should it be mandatory to fill the company code on r/3 side while initialisation!!
    But even if it is mandatory, u have to do one by one init runs on R/3 side for all company codes that you need.
    Check in rsa3 for records after the init runs.
    If it was not mandatory, u could have run the setup(init) run on r/3 side for all company codes at a time by keeping the field blank!!
    Also again in the BW side you can have company code for selection in the infopakage!! there u can also have it as a range rather than running for one at a time.
    Hope it is helpful now..
    regards,

  • How can i set a global error page for all error cod

    how can i set a global error page for all error code?
    i don't want to leave a long list in the web.xml file.could any one help me?
    thanks

    If u have a common Error JSP named as ErrorPage.jsp
    You need to have the following piece of code in the JSP as :
    <%@ page isErrorPage ="true"%>
    This makes it as the Common Error Page for the Application. Now all you need to do is from other JSP's throw the Exception to teh container. The container will redirect to this Page and process accordingly.
    Thanks and regards,
    Pazhanikanthan. P

  • Select aentries from table Z-Table for all sales order line items

    Hi friends,
    can anyone please explain me about the "Select entries from table Z-Table for all sales order line items".
    Thanks.

    Moderator message - Welcome to SCN.
    But
    Moderator message - Please search before asking. Press F1 on SELECT and look at the FOR ALL ENTRIES addition. - post locked             
    Rob

  • Select fom table for all entries where field starts with value

    Hello
    I want to write a select like this
    select * from bsis
    into lt_bsis
    for all entries in lt_itab
    where xblnr like lt_itab-belnr%
    I want to select all the entries from bsis where the field xblnr starts with the values found in lt_itab-belnr.
    for example
    ls_itab-belnr = 5100000028
    bsis-xblnr = 510000002810001
                        510000002810002
                        510000002810003
                        520000002810001
    and i want to select only the entries that start with 5100000028 in this case
    Can anybody help?
    Thanks

    Hi,
    I hope below example code will help you to fix your issue,
    REPORT  ytest.
    TYPES : BEGIN OF ty_typ1,
              val TYPE i,
            END OF ty_typ1.
    TYPES : BEGIN OF ty_typ2,
              val1 TYPE hrobjid,
              val2 TYPE hrobjid,
            END OF ty_typ2.
    DATA : int_typ1 TYPE TABLE OF ty_typ1,
           int_typ2 TYPE TABLE OF ty_typ2,
           wa_typ1  TYPE ty_typ1,
           wa_typ2  TYPE ty_typ2,
           int_1001 TYPE TABLE OF hrp1001,
           wa_1001  TYPE hrp1001.
    REFRESH : int_typ1, int_typ2, int_1001.
    CLEAR : wa_typ1, wa_typ2, wa_1001.
    wa_typ1-val = 500001.
    APPEND wa_typ1 TO int_typ1.
    wa_typ1-val = 500002.
    APPEND wa_typ1 TO int_typ1.
    wa_typ1-val = 500003.
    APPEND wa_typ1 TO int_typ1.
    wa_typ1-val = 500001.
    APPEND wa_typ1 TO int_typ1.
    SORT int_typ1 ASCENDING BY val.
    DELETE ADJACENT DUPLICATES FROM int_typ1 COMPARING val.
    LOOP AT int_typ1 INTO wa_typ1.
      wa_typ2-val1 = ( wa_typ1-val * 100 ) + 1.
      wa_typ2-val2 = wa_typ2-val1 + 98.
      APPEND wa_typ2 TO int_typ2.
      CLEAR : wa_typ1, wa_typ2.
    ENDLOOP.
    SELECT * FROM hrp1001 INTO TABLE int_1001
             FOR ALL ENTRIES IN int_typ2 WHERE
                 plvar EQ '01'          AND
                 otype EQ 'S'           AND
                 sclas EQ 'O'           AND
                 begda LE sy-datum      AND
                 endda GE sy-datum      AND
                 objid GE int_typ2-val1 AND
                 objid LE int_typ2-val2.
    LOOP AT int_1001 INTO wa_1001.
      WRITE : / wa_1001-objid.
    ENDLOOP.
    Thanks & Regards,
    Harish Kumar N

  • Join Internal Table for all entries

    Hi,
       I have put the LIKP data in the internal table and then use the for all entries statement to join the table with LIPS.  Besides, i specifiy an additional condition to filter empty batch.
    But, i found that the empty batch record still exist in the result.  Any idea??
        SELECT *
        FROM LIPS INTO  TABLE I_DELIVERY_INFO
        FOR ALL ENTRIES IN I_DELIVERY
        WHERE
        VBELN = I_DELIVERY-VBELN.
        AND
        CHARG IS NOT NULL.
    Regards,
    Kit

    Hi Kit,
    If you are using LIKP and LIPS then you can directly join them since these tables are HEADER & ITEM table.
    regd ur query you can use CHARG NE ' '.
    Regards
    Gopi

  • Table for the program code

    Hi Freinds,
    is there any table to store the  program code , i mean whatever we write in  SE 38 will it be stores any data base tables? we have one option to get the code that is READ REPORT INTO ITAB. other than this is there any database tables for this?
    Regards,
    Tirumal.

    Hi Reddy,
      Table: REPOSRC there is only programm name but not code by using program name you can get code into your report by using Read Report syntax.
    Example,
    parameters: p_pname type reposrc-PROGNAME.
    data: Begin of table occurs 10,
             line(150),
            end of table.
    read report p_pname into table.
    loop at table.
      write / table.
    endloop.
    Plzzzzzz Reward if useful,
    Mahi.

  • How can we now the tables for a transcation code

    dear experts
    in 4.6c we can fiend out the tables for trasaction code by using TC:SE49.
    in 4.7 and ECC6 how can we fiend out the tables,which are used for a transaction code?

    Hi,
    TO Find table used in  a particular Transaction.
    Goto Txn ST05
    1. Activate trace wih filter options
    2. Run the transaction for which u want to knw the tables in  a different session
    3. Click on every tab in that transaction.
    4. Again comeback to ST05
    5. deactive Trace.
    6. Display Trace
    Now you can the tables used in a particular transaction
    Thanks & REgards

  • Header Table for G/L Code & Document Number related Fields

    Hi,
    Plz tell me the Header Table for the following Fields:---
    G/L Code
    Document Number
    Doc. date
    Posting Date
    Vendor Code
    Purchasing Document
    Tax Code
    Base Amount
    Tax Amount
    Vendor Inv. No.
    Please note that i want Header Table not Line item tables...
    Thanks...

    BKPF

  • FD32 checks authorisation for all company codes.

    A User is authorised for his own company code (B) and credit control area (B).  Customer master is common for a and b companies.  When trying to maintain FD32 for common customer for company B, system is checking authorisation for A and returning an error message No authorization for analyzing accounts in company code A. For information we are on EC6.

    It would be just a warning message.
    Have you tried with a Customer who is only created in Company B? Probably in this case system will not display any messages.
    As your Customer is common for both Company Codes, system gives a message.
    Hope this helps, 
    Thanks,
    Jignesh Mehta

  • Table for all objects in a bex query structure

    Hi All,
    I am looking for some table/report/t code where I can find all Char,Kf,Rkf and Ckfs along with technical name of that query.
    I know there are couple of work around for this like capturing a screenshot or collect objects via transport connection and copy paste objects from there.
    Basically I need a meta data repository where I can see all this information in a complete manner. I tried to dig around in some tables but they don't have all information  at single place.
    Any help would be appreciated.
    Thanks,
    Vikas

    Hey.  There are a number of tables related to query elements.  I would go through them and figure out which pertain to exactly what you need.  You could then buold an InfoSet query (via SAP Query)  to output all the information you are looking for.  Here is a list of the main query tables...
    Table Name          Use of the table
    RSZELTDIR -      Directory of the reporting component elements
    RSZELTTXT     -     Texts of reporting component elements
    RSZELTXREF -    Directory of query element references .
    RSRREPDIR      -    Directory of all reports (Query GENUNIID) .
    RSZCOMPDIR  -  Directory of reporting components.
    RSZRANGE      -    Selection specification for an element
    RSZSELECT      -    Selection properties of an element
    RSZCOMPIC      -    Assignment reuseable component <-> InfoCube
    RSZELTPRIO      -    Priorities with element collisions
    RSZELTPROP  -   Element properties (settings)
    RSZELTATTR  -   Attribute selection per dimension element
    RSZCALC       -  Definition of a formula element
    RSZCEL  -  Query Designer: Directory of Cells
    RSZGLOBV     - Global Variables in Reporting
    RSZCHANGES - Change history of reporting components
    Sorry, I know this looks messy,  Cut and paste didn't work for me that great.
    Thanks

  • Table for all table names.

    Hi everybody,
    I would like to know if there is any table which is maintaining all the table names in SAP as fields.
    Any code reg this is helpfull.
    Thanks.
    Regards.
    KS
    Message was edited by:
            Sanjeev k

    Hi,
    Please try FM DDIF_FIELDINFO_GET to get all fields based on table name.
    DATA: BEGIN OF I_DFIES OCCURS 0.
            INCLUDE STRUCTURE DFIES.
    DATA: END OF I_DFIES.
    CALL FUNCTION 'DDIF_FIELDINFO_GET'
        EXPORTING
          TABNAME        = 'MARA'
        TABLES
          DFIES_TAB      = I_DFIES
        EXCEPTIONS
          NOT_FOUND      = 1
          INTERNAL_ERROR = 2
          OTHERS         = 3.
    Regards,
    Ferry Lianto

  • What is the table for catalogs and codes complete list???

    Dear Experts,
    How to retrieve the total list of catalogs and codes by using table??
    can any one give me the table name to retrieve the complete list of catalogs and codes ??
    Please do the needful.
    Thanks ,
    Sunil Boya

    Sunil,
    See this document. Catalog Profile and Catalogs & Codes
    If you see this join picture you'd understand that the answer to your question is tables: T352C, QPGR, QPCD.
    If you are looking for individual tables then
    VIQMFE - for Object part and Damage
    VIQMUR - for Causes
    VIQMSM - for Tasks
    VIQMMA - for Activites
    QPGT - for Code Group texts
    QPCT - for Code texts
    If you want to know more you may ask.
    Best of Luck
    Jogeswara Rao K

  • Help on QCI table for all GRs for the month

    May I know if there is a way, maybe in table form, to view all the quantities in other units found in QCI for the entire month GR?

    Hi Satish,
    Thanks for your response.
    I tried your suggestion, but I wish to see the "additional quantities" portion of the QCI. Using your suggestion, I was able to view the metering and observed conditions.

  • Table for disply release code.

    Hi experts,
    I want to check the relesse codes for different release strategies. So where can i check the codes for different strategies.In SAP any table where i can check.
    Please give the reply urgently.
    Thanks & regards,
    Vinay

    Hi Vinay,
    You can check the Release Strategy along with release codes and release groups in the Table T16FS
    If you want only release codes with release groups go for table T16FD
    Hope this helps you.
    rgds
    Chidanand

Maybe you are looking for

  • Changing email address on icloud and itunes

    I can not sign into itunes or icloud since i changed my apple id

  • When/how do the scheduled packages switch status from 'scheduled' to 'ready' in the package Scheduler Status?

    Hi, I've scheduled FX Restatement packages to run each day in two different versions (6 times a day starting at 0615) for a year or so. However when I check out the 'View Package Status' the jobs I set up in the first version doesn't run when they ar

  • LR3 does not remember last filter setting

    When accessing image folders in the Library module, LR3 does not remember the filter settings that were in used during the last visit. This was a great feature in 2.*. Is there any way to restore this desirable behavior?

  • Instr function in Informatica

    Use IS_NUMBER to test data before using one of the numeric conversion functions, IIF( IS_NUMBER ( ITEM_PRICE ), TO_FLOAT( ITEM_PRICE ), 0.00 )ITEM_PRICE RETURN VALUE '123.00'        123 '-3.45e+3'     -3450 '3.45E-3'       0.00345 '    '             

  • HT201272 Missing purchase history???

    Recently my hard drive died on me so i had to get it replaced but lost all data from it. after getting a new hard drive installed i synced my iphone but lost all of my music. Not a problem as i thought i could just go on itunes to re-download all the