Table to find out the class attached to a document in DMS

Hi,
I would like to know how can i get the class attached to a document in Document
Management System. Is there any database table ???

KLAH-CLASS  ------------------------------------------------------- (class name)
KLAH-KLART = KSSK-KLART ---------------------------------- (class type)
KLAH-CLINT  = KSSK-CLINT
                          KSSK-OBJEK = INOB-OBJEK  ---------(DOKAR+DOKNR+DOKVR+DOKTL)
                                                     INOB-OBTAB = 'DRAW' ----- (table name)
but i suggest you to use BAPI_DOCUMENT_GETDETAIL2

Similar Messages

  • Table to find out the volume of data

    HI Experts,
    Is there any table to find  out the volume of data in the data targets(infocubes and DSO)
    Thanks & Regards,
    Prasad.

    Hey.  I am not aware of anything that can give you a flat list of providers and number of total records.  It would be a fairly simple program to write though. 
    But, you could just go the old school route and just lookup the number of entries on the active table for the DSOs.  Cube would be a bit different and would probably depend on what you really want to meassure but I guess the E table is a place to start.
    I also know there are some DB size summary tables that show you number of records per table.  One of those tables is DBSTATTORA (other similar tables exist).  But again it is at the actual table level and not a provider summary.  And I will not speak to how accurate the data is as I have not tried to validate.  I will say the FM in the link posted above actually just does a number of records select on whatever table you enter. 
    Thanks

  • Table to find out the function modules used in a particular program

    Hi,
    Is there any standard table to find out the function modules used in a particular program?
    Such as there is a table D010TAB to find out the tables used in a program .

    Hello
    There is no exist such table.
    But try this snippet:
    REPORT ZSEARCH.
    PARAMETERS: P_NAME LIKE D010SINF-PROG.
    DATA: PROGTXT(72) TYPE C OCCURS 0 WITH HEADER LINE.
    DATA: TMP(72) TYPE C OCCURS 0 WITH HEADER LINE.
    DATA: FUNCT TYPE RS38L_FNAM OCCURS 0 WITH HEADER LINE.
    DATA: INCL TYPE RSEUINC OCCURS 0 WITH HEADER LINE.
    CALL FUNCTION 'RS_GET_ALL_INCLUDES'
         EXPORTING PROGRAM    = P_NAME
         TABLES    INCLUDETAB = INCL.
    LOOP AT INCL.
      READ REPORT INCL-MASTER INTO TMP.
      APPEND LINES OF TMP TO PROGTXT.
      REFRESH TMP.
    ENDLOOP.
    READ REPORT P_NAME INTO TMP.
    APPEND LINES OF TMP TO PROGTXT.
    LOOP AT PROGTXT.
      IF PROGTXT CS 'CALL FUNCTION'.
        SEARCH PROGTXT FOR ''''.
        IF SY-SUBRC = 0.
          DO.
            SHIFT PROGTXT LEFT BY 1 PLACES.
            IF PROGTXT(1) = ''''.
              SHIFT PROGTXT LEFT BY 1 PLACES.
              DO.
                SHIFT PROGTXT RIGHT BY 1 PLACES.
                IF PROGTXT+71(1) = ''''.
                  SHIFT PROGTXT RIGHT BY 1 PLACES.
                  CONDENSE PROGTXT.
                  FUNCT = PROGTXT. COLLECT FUNCT. EXIT.
                ENDIF.
              ENDDO.
              EXIT.
            ENDIF.
          ENDDO.
        ENDIF.
      ENDIF.
    ENDLOOP.
    SORT FUNCT.
    LOOP AT FUNCT.
      WRITE: FUNCT. NEW-LINE.
    ENDLOOP.

  • Find out the orgunit id of each document

    hello  guys...
    i execute  fm 'crm_order_read' for all the guid to recover the orgunit id of the doc.
    after that i want to  find out the orgunit id of each document.and  how  they  are link ...

    thanks  for  reply  raj.
    but  my requirment is i have  to capture org unit  id as display in transaction PPOMA_CRM for example  when u goes to the transaction u can c for perticular  bussiness partner u c there is one id like O 50000402
    i want to capture this  id  for perticlar doc.

  • Table to find out the list  which shows the last load of infoobjects

    Hi All,
    I have to find out the Info objects which stop loading in production system, so that we can delete number range buffering for those objects. In table  RSDCHABALSLOC I found the info objects which has number range buffering. But total 17000 objects are there its not possible for me to go and check in manage tab for each object manually. I need a table which shows the information like when was the last load happened for the info object. I checked in RSDIOBJ table but time stamp of it not matching with manage data target tab of Infoobject.
    Regards,
    Asim

    Hello Asim,
    Have a look at the table RSLDPIO, this should give the last run time of infopackage with other details like related datasource, info object etc. everything.
    Just go to SE11 and display data of this table - provide your datasource name to OLTPSOURCE or Info Object Name to VARIANT. Also you can check based on specific infopackage name.
    Then sort it in ascending on TIMESTAMP, top most timestamp will be the last run time of that infopackage.
    Another helpful table will be RSREQDONE.
    Please let me know if this serves the purpose.
    Thanks
    Amit

  • Table for finding out the User details

    Hi All,
    We need to create a KPI for number of hours a user has looged into a system. Is there any specific table where all the user related information is captured.If the information is not present in a table where  can we find the above information?Please someone help me out.....
    Also is it the same in all the systems or does this information differ from system to system?If it differs then how do we find the number of hours a user has logged in for a BW system, for a CRM system and for ECC system?
    Regards,
    Shravani

    Hello,
    USR01User master record (run-time data)
    USR02 Logon data
    USR03 User address data
    USR04 User master authorizations
    USR05 User Master Parameter ID
    USR06 Additional data per user
    USR07 Object/values of last failed authorization check
    USR08 Table for user menu entries
    USR09 Entries for user menus (work areas)
    USR10 User master authorization profiles
    USR11 User Master Texts for Profiles (USR10)
    USR12 User master authorization values
    USR13 Short Texts for Authorizations
    USR14 Surchargeable language versions per user
    USR15 External User Name
    USR20 Date of last user master reorganization
    USR30 Additional Information for User Menu
    USR40 Table for illegal passwords
    USR41 User master: Additional data
    USRCOBJ Object Filters for Exploding Product Structures
    USRM0 Material Master User Settings: User Screen Reference
    USRM1 Material Master User Settings: Organizational Levels
    USRM2 Material Master User Settings: Logical Screens
    USRMM User settings: material master
    Might be these can help you.
    Thanks
    Geeta

  • TABLE TO FIND OUT THE PERSONAL NUMBER DETAILS FOR MAINT ORDER OPERATION

    Dear Friends,
    While creating the maintenence order,i am assigning the operation,
    Against the each operation ike to alllocate some people(personal number),through requirments assignment tab in the operation.
    I want to know in which table and filed, this personal number information is stored since i need to develop a report based on this.
    Thanks and Regards
    V.Dhanasekaran
    Edited by: Dhanasekaran Vadivalagan on Apr 19, 2010 12:55 PM

    Hi Dhanasekharan,
    You can send the Order Number to AFKO table and get the AUFPL (Operation No) for that Order.
    Then send this AUFPL to AFVC Table and get the personnel Number PERNR field.
    This you can make use for reports.
    Regards,
    MLN Prasad

  • Table for finding out all the G/L accounts of a financial statement version

    Hi all,
      is there any table to find out the G/L accounts which will come under the tree of financial statement version(OB58). Please help.

    With FM FI_IMPORT_BALANCE_SHEET_POS, you will get the account list in the internal table I011Z.
    You will get a list of intervals  I011Z-VONKT -  I011Z-BILKT.

  • Table name to find out the application name

    In table WWV_FLOW_USER_ACTIVITY_LOG there is a column called flow_id ,which is the application id .I want to know which is the table to find out the application name for a flow_id.
    Thanks in advance,
    Madhuri

    Madhuri,
    I don't know how you are trying to access that table. The owner is the HTML DB schema, FLOWS_010600 for the 1.6 version. If you try to access it from your application page or another schema, of course you won't see it.
    Scott

  • Finding out the actual Class of an Object

    I have an AdvancedDataGrid (ADG) where the top level items
    are instances of my custom valueObject Class "State". The second
    level items are instances of another custom valueObject Class -
    "City". When I select an item in the ADG, I want to know which
    Class each item is - "State" or "City". Is there some way to find
    this out? I'm not looking for how to capture the event, I'm wanting
    to find out if there is some function or utility for finding out
    the Class of an Object.
    FYI, when I capture the event, and pop an Alert with the
    following code...
    Alert.show(item.constructor.toString());
    ...I see either "[class State]" or "[class City]". So, I feel
    like I'm close...
    Thanks.

    This link might be of interest:
    http://onrails.org/articles/2007/02/24/flex-introspection-api-describetype-value-xml
    http://ajaxandbeyond.blogspot.com/2008/04/object-introspection-in-flex.html
    http://livedocs.adobe.com/flex/2/docs/00000460.html#225061
    In generally, you might wish to goole for
    flex introspection

  • How to find out the node count?

    How to find out the node count in illustrator document through programmatically. Kindly advice me.

    Check DBA_HIST_RESOURCE_LIMIT. Your information will be there.
    Simialr information is available in DBA_HIST_SYSSTAT.
    Look for stat name logons cumulative/logons current - Total number of logons since the instance started/Total number of current logons
    You can joing dba_hist_snapshot with snap_id and give begin_interval_time and end_interval_time to know historic process utilization.
    Regards,
    Sreejith

  • Any specific way to find out the tables being affected by a FormHandler

    Please let me know an approach I can follow to find out the tables being affected on calling a particular Formhandler.

    In our custom implementation, the basic work of a formhandler is to validatate data that came from a form. In our formhandler, we use some manager class and from manager class we call some tool class. In our tool class we will use some repository(In a repository we give definitionFiles=......../xyz.xml). So what operation we are going to perform via form like add, update, delete, show will affect tables in xyz.xml file.
    In OOTB supost we are using ProfileFormHandler so it will affect ProfileAdapterRepository, which has xml file is useProfile.xml.
    -RMishra

  • How to find out the oracle level user(sid) who is updating the table?

    Hi everyone,
    I am creating a update trigger which is to look for the user (sid) who is updating the rows in this table. Is there any lower level dynamic view or table I can use to find out the user?
    Thanks for any help.
    Jun

    Hi, please repost this question in the Database section under the SQL & PL/SQL discussion forum
    PL/SQL
    thanks - OTN

  • How to find out the user who has created  a new field in the custom table.

    How to find out the user details who has created  a new field in the custom table.
    Thanks,
    Joan

    Hi Jesudasan ,
    You can know the user details with version management.Please find the
    below procedure to know.
    Go to table->Utilities tab->version->Version management->Compare the previous one .
    Hope this solves the issue,Let me know if you have any issues.
    Thanks,
    Rajani

  • How to find out the selected column in Table Control

    Hi all,
          How to find out the selected column in Table Control?
    Thanks & Regards,
    YJR

    Hi,
    Let your table control name in Screen painter be TC1.
    READ TABLE TC1-COLS INTO WA_COLS (some wok area)
                 WITH KEY SELECTED = 'X'.
            IF SY-SUBRC = 0.
              CLEAR: W_DUMMY, W_COL_NAME.
              SPLIT WA_COLS-SCREEN-NAME AT '-' INTO W_DUMMY
                                                   W_COL_NAME.
            endif.
    W_COL_NAME gives you the column name.
    Hope it helps.
    cheers
    sharmistha

Maybe you are looking for

  • GridBagLayout Messing Up

    here is my GUI import java.awt.*; import javax.swing.*; import java.util.*; public class Update      ImageIcon logoimg;      JLabel logo;      JButton check;      JButton launch;      public static void main(String[] args)           new Update();    

  • OID 1.3.6.1.4.1.1429.79.2.2.1.1.0

    Ladies and Gentleman´s                 I have problem with cable modem Cisco DPQ3925, the OID 1.3.6.1.4.1.1429.79.2.2.1.1.0 " i 1" leave the wifi off, and in " i 3" leave the wifi on (I guess). See config file the OID 1.3.6.1.4.1.1429.79.2.2.1.1.0   

  • Can't print from ps cs4?

    I have PS cs4.   I have all the latest drivers for the printers set up and I can print from other apps.  But for some reason I can't from PS.  When I go to print something nothing happens no error message nothing it just doesn't do anything.  I can't

  • A possible bug in iPod 5G

    I've a new iPod 5G 30GB, whilst I love the iPod, the HD lag times are too long (I've a seperate post regarding this at http://discussions.apple.com/forum.jspa?forumID=808&start=0) but amoungst this lag problem I appear to have found a bug, or perhaps

  • Backup- Satellite L505-S6959 thinks it's in safe mode

    I have attempted to perform a backup from my Toshiba Satellite L505-S6959 laptop to my DVD drive & to a USB drive and continue to receive error messages: The last backup did not complete successfully. Check your backup- This service cannot be started