Querying table for content in ST22.

Dear all,
I have a requirement to gather certain abap short dump e.g. like only Error Id is TIME_OUT into an xls sheet. System throws out nearly 100+ TIME_OUT error each day and we want to put that into an xls sheet. So I?m thinking to write an abap but I need help with getting started with it. Can someone out there show me the way? thanks

This is the query which will help you pull up the report.
select * from snap_beg into wa_snap_beg
            where seqno = '000'
            and   datum in s_datum
            and   uzeit in s_uzeit
            and   ahost in s_ahost
            and   modno in s_wpid
            and   uname in s_uname
            and   mandt in s_mandt
            and   xhold in s_xhold
            order by datum descending uzeit descending.
Please reward points,
Thanks,
Rahul

Similar Messages

  • Dynamic query table for report based on LOV selected

    Hi,
    Need some suggestion and guidance how to dynamically query table via lov for report .
    Scenario:
    Table, TABLE_LIST, has tablename (table in DB) and filter (for where clause) column. The TABLENAME_LOVE is derived from table TABLE_LIST.
    SELECT TABLENAME D, TABLENAME R FROM TABLE_LIST
    In Page 2,a page select list item,P2_TABLENAME to use TABLENAME_LOV
    All data in tables in the table_list have identical structure (columns, triggers, primary key, and so on).
    I want to have the report region query from the table based on selected LOV.
    Example,
    Tablename Filter
    TB1
    CD2 ACTIVE='Y'
    When select TB1, the report regin will query based on TB1.
    When select CD2, the report regin will query based on CD2 WHERE ACTIVE='Y'
    Question:
    How can I query based on &P2_TABLENAME. WHERE &P2_FILTER.
    Like
    select col1, col2 from &P2_TABLENAME WHERE &P2FILTER
    Greatly appreciate any suggestion and some guidance.
    Tigerwapa

    Hi,
    You should always post your Apex version, DB version and other information as suggested in the FAQ.
    And the moment you talk report you should state whether it is IR or Classic.
    As for your query, have you explored the Report type "SQL Query (PL/SQL function body returning SQL query)" ?
    That might be a good fit for what you are trying to achieve.
    Regards,

  • ABAP Query - Table for Batch, Char values & desc.

    Hi Gurus,
    Looking for a Table join for requirement to fetch Characteristic description, char values & Batch no  in ABAP query.
    Thanks.

    dear,
    it depends on which table you selected first (Table join using basis table) and how do you insert next tables.
    i am talking about the info-set creation step.
    let's do a simple query.
    run SQ02. type new infoset name and hit Create.
    type name and type MARA for "Table join using basis table" radio button. Hit Continue.
    now insert (add) tables: MARC, MCHA, CABN, CAWN
    think about Inner Join or Left Outer Join !!'
    say, if you need to display all materials (even if not exist on plant) set Left Outer Join. if you're after materials existing on plant keep default Inner Join.
    friend, my example above is only the example.
    make sure you undertsand how to build a sap query in general.
    never set many tables at once. insert 2-3 tables, return to your query (SQ01) or create it, adjust it and test. step by step - table by table. add the new table in infoset, add the fields, generate it and come back to your query. adjust it and test.
    good luck!

  • How to add revision table in content details(headline view)

    Hi,
    Need to add revision details table for content details in headline view. Revision details is already available in classic view.
    please some one help me in this regard.
    Thanks

    Hi Priyansh,
    You can create a custom template (content server - My search result templates , choose head line search result template) and modify headline view search result template as you want.
    Hope it helps

  • What is the table for query name

    Hi All,
    I need an urgent requirement for removing duplicate technical query names from the production. Since there are few issues with the SAP given program I am customizing the SAP Program. Can any one tell me what is the table where the QUERY NAME and it's technical name can be found?
    Thanks,
    Alex.

    hi Alex,
    try RSRREPDIR, RSZCOMPDIR.
    there is one oss note all the tables.
    Table containing Work Book and query relation
    Query Detailes
    oss 792779
    Symptom
    Report ANALYZE_RSZ_TABLES is designed as a check-tool for detecting and solving different types of inconsistencies in the main query definition database tables.
    The program is recommended for BW system administrators.
    Other terms
    Query definition, query, reusable, component, variable, missing elements, missing records, missing UID, INCONSISTENCY, RSZELTDIR, RSZCOMPDIR, RSZCOMPIC, RSZGLOBV, RSZCALC, RSZSELECT, RSRREPDIR.
    Reason and Prerequisites
    ATTENTION: the described version of the program is delivered with the following Support Packages:
    SP27 for release BW 3.0B
    SP21 for release BW 3.1C
    SP13 for release BW 3.5
    All versions of this report available in systems before those Support Packages are test versions which can be used only for information purposes.
    Check prerequisites
    Checks are possible only for elements in object version 'A' (active) and 'D' (delivered).
    Checks for query elements in 'D' version are possible only in the systems which are set as content.
    Checks description
    Report performs checks in the tables containing the parts of the definitions of queries and query components: RSRREPDIR, RSZCOMPDIR, RSZCOMPIC, RSZGLOBV, RSZELTDIR and RSZELTXREF.
    1. Table RSRREPDIR
    The table RSRREPDIR is a header table of the generated reports. Consistency of query definition in this table allows to select a query in the Open Dialogs of fronted application and to call report generated for this particular query using transaction RSRT.
    The following errors can be found:
    - queries with missing definition;
    - queries with missing GENUNIID;
    - queries with technical names different than in RSZCOMPDIR;
    - non-queries in the table.
    1.1 Queries with missing definition
    The queries are available only in the table RSRREPDIR and not found in the table RSZELTDIR in the corresponding object version. Such queries (in active version) can be accessed only from RSRT transaction. An attempt to execute such query will return the short dump 'Exception condition INCONSISTENCY'. The error also happens during query generation in RSRT or during mass regeneration of the queries using RSR_GEN_DIRECT_ALL_QUERIES report or application menu of transaction RSRT. The inconsistent queries can not be repaired because of missing query definitions. The recommended solution is to delete those records in order to avoid the possible system dumps.
    1.2 Queries with missing GENUNIID
    Queries having empty GENUNIID field in the table RSRREPDIR. Such queries may be available in the frontend and in RSRT transaction. An attempt to execute such query will return the message'GENUNIID not found'. Situation requires additional investigation at SAP. Create an OSS message for BW-BEX-ET-QDEF.
    1.3 Queries with technical names different than in RSZCOMPDIR
    The check outputs the queries which have different technical names in the RSRREPDIR and RSZCOMPDIR tables. Execution of a query using the technical name given in Query Designer and stored in the table RSZCOMPDIR will return the error message 'GENUNIID not found'. The system tries to find the corresponding GENUNIID for the wrong COMPID which does not exist in the system or which belong to another query. The recommended solution is to correct the wrong COMPID in the table RSRREPDIR via corresponding procedure.
    1.4 Non-queries in the table
    The table RSRREPDIR normally contains only reports. Query elements of other types should not exist in this table and can be deleted. In case, when such records exist in the table an attempt to access them in RSRT returns the error message 'GENUNIID not found'. The recommended solution is to delete those records from the table using the corresponding procedure.
    2. Table RSZCOMPIC
    The table RSZCOMPIC contains an InfoProvider assignment for queries and other reusable query components (STR, RKF and CKF).
    The following errors can be found:
    - local elements in RSZCOMPIC;
    - components with inconsistent definition;
    - components based on non-existing InfoProviders;
    - components based on non-active InfoProviders.
    2.1 Local elements in RZSCOMPIC
    The table RSZCOMPIC contains an InfoProvider assignment for the reusable components. The local elements and also variables have no InfoProvider assignment and should not exist in this table. Those elements can be deleted via corresponding procedure.
    2.2 Components with inconsistent definition
    The reusable queries or query components existing in the table RSZCOMPIC, but not found in the table RSZELTDIR. Those reusable components may return 'Exception condition INCONSISTENCY' dump during accessing/execution. The situation may have different outcomes and has to be investigated at SAP. Create an OSS message for BW-BEX-ET-QDEF.
    2.3 Components based on non-existing InfoProviders
    Queries or query components are assigned to the InfoProviders which do not exist anymore in the system. Queries without InfoProvider are not available in Open Dialogs of frontend applications, but can be executed in RSRT. The execution will return the error message'InfoProvider not found'. The recommended solution is to delete the unnecessary components. Deletion of these queries or query components can be done directly from the list using corresponding procedure similar to RSZDELETE transaction.
    2.4 Components based on non-active InfoProviders
    Queries or query components which are assigned to the InfoProviders which do not exist in the system in the active version. Queries without active InfoProvider are not available in Open Dialogs of frontend applications. In case, an affected query is technically consistent, an attempt to execute it in transaction RSRT will return the message 'Activate the XXX InfoCube / InfoProvider again. Message #BRAIN 056'. Quite often this error is combined with other errors like missing GENUNIID in the RSRREPDIR or other inconsistencies. Each case has to be investigated in order to get the current status of this object. If the affected query is useless, it can be deleted from the system using transaction RSZDELETE.
    The check is available only for the query elements in object version 'A' (active).
    3. Table RSZCOMPDIR
    The table RSZCOMPDIR is the directory table containing the main properties of all reusable components.
    The following errors can be found:
    - duplicated technical names (COMPID);
    - components with inconsistent definition;
    - components without InfoProvider assignment;
    - components with missing OWNER.
    3.1 Duplicated technical names (COMPID)
    The check outputs queries or other reusable query components which have duplicated technical names (COMPID).
    The error does not cause any dumps in ABAP or terminations in Query Designer, but may cause several symptoms in different reporting areas:
    different queries are available in BEX Analyzer and RSRT under the same name;
    wrong query is used as Data Source for Web Template (Web Reporting, Reporting Agent, Broadcasting, MDX);
    replacement of variables does not work... etc.
    The recommended solution is to provide a new technical name for the duplicated component using corresponding procedure.
    ATTENTION: in case when there are only 2 components with the duplicated technical name, only one of those 2 components can be renamed using the corresponding procedure.
    The alternative solution for renaming the duplicated technical names is to use the ABAP report RENAME_DUPLICATE_ELEMENTS.
    3.2 Components with inconsistent definition
    Reusable query components which are not found in the element directory table RSZELTDIR are displayed. This situation may cause the short dump 'Exception condition INCONSISTENCY' during accessing the affected component in Query Designer or execution the affected query in RSRT. Further investigations are required at SAP. Create an OSS note for the SAP component BW-BEX-ET-QDEF.
    3.3 Components without InfoProvider assignment
    All reusable query component (except variables) should be assigned to a particular InfoProvider. This assignment is located in the table RSZCOMPIC. When the record is not found in this table, the affected component may become not available in Query Designer in the corresponding InfoProvider. In some cases the error message "Component XXX.. (version A) has no InfoCube assignment". Further investigations are required at SAP. Create an OSS note for the SAP component BW-BEX-ET-QDEF.
    3.4 Components with empty ONWER field
    Reusable components which have empty OWNER field in the table RSZCOMPDIR are accessible by users having $USER setting in the authorization object S_RS_COMP1 (users which are authorized to their own queries or query components). This leads to authorization concept violation.
    For error solution the field OWNER in the RSZCOMPDIR should be filled with any value. Execute the corresponding edit mode in order to fill the empty field with user 'SAP'. This will prevent the potential authorization violation for users with $USER setting and will take no effect on the users without this setting.
    4. Table RSZELTXREF
    The table RSZELTXREF contains all links and dependencies between the query elements within a query or query component.
    The following errors can be found:
    - missing elements (INCONSISTENCY dump);
    - not supported relations between query elements;
    - extended RSZELTXREF check.
    4.1 Missing elements
    Missing elements are those query elements which exist as the dependant objects (field TELTUID) in the table RSZELTXREF, but not available in the element directory table RSZELTDIR in corresponding object version. In case, when such elements are used in any query or other query components (STR, CKF or RKF), this may lead to ABAP short dump with 'Exception condition INCONSISTENCY' error message in query run-time or design-time. Other known symptoms of this error is, that structures, calculated key figures or restricted key figures are not available in an Info Provider in Query Designer during design-time.
    The missing elements which are in use in other queries or query components, can not be automatically repaired or deleted without components where those elements are used. In most cases the manual repair operations directly in the DB tables are required. Create an OSS message for SAP component BW-BEX-ET-QDEF for further investigations and creation of a repair plan.
    The missing elements which are not in use in any query or query components, can be deleted from the system via corresponding delete procedure. This deletion will not affect any existing query or query component.
    ATTENTION: if missing element is variable, it can be repaired in some cases automatically using the corresponding repair procedure. See table RSZGLOBV check 5.1. 'Variables with inconsistent definition' for details.
    4.2 Not supported relations between query elements
    Some relations between query elements which are not supported and can cause dumps in ABAP or terminations in Query Designer (for example link STR <--> VAR). Such cases have to be additionally investigated at SAP. Create an OSS message for SAP component BW-BEX-ET-QDEF.
    4.3 Extended RSZELTXREF check
    The extended RSZELTXREF check outputs 2 situations which, in combination with other conditions in the system, may be responsible for slow performance of all operations which involve select from the table RSZELTXREF and resolving the relations between query elements (query load, query generation, expanding of a variable list for corresponding InfoObject, expanding of a list of reusable components in Query Designer,... etc.):
    - records with empty INFOCUBE field
    - records which are not used in any query or query component
    Records with empty INFOCUBE field
    The current algorithm of resolving of relations between the query elements uses an optimization which allows to reduce the amount of data selected from the table RSZELTXREF during such operations are query load, query generate, expand a list of reusable components (STR, CKF, RKF) and so on. All relations between query elements within one reusable component based on one InfoProvider 'N' are also located within the same InfoProvider. The system has to select only records where the INFOCUBE field contain the same InfoProvider 'N' and in addition to this all other records where the INFOCUBE field is empty. This is necessary, because in all BW releases below 3.x the INFOCUBE field was not in the RSZELTXREF table and all components created before 3.x release have this field empty. Selection of records with empty INFOCUBE is required in order to ensure the consistency of processed query.
    When the number of records with empty INFOCUBE is quite large (50.000 - 1 mln records), any simple operation which require resolving of the relations may take a long time, because those records are always being selected, loaded to Query Designer and processed in the design-time.
    Records which are not used in any query or query component
    The program makes a virtual attempt to reconstruct the table RSZELTXREF via resolving the relations between all reusable components existing in the system. All records which are not used in any query or query components are considered as non-used records. Usually these are fragments of old queries or other components which are not deleted due to former errors in the query delete algorithm.
    The current version of the program contain only information about those 2 issues. See the OSS note 823804 for additional information.
    ATTENTION: the extended RSZELTXREF check is recommended when all critical problems with reusable components are resolved and the system clean-up is done (no useless records in the tables, no useless non-executable queries or other affected query component available).
    Starting from SP28 for BW 30B, SP22 for BW 31C and SP14 for BW 3.5 the Extended RSZELTXREF check detects and fixes the following situations:
    records used in existing queries or query components with empty INFOCUBE field;
    records used in existing queries or query components with wrong INFOCUBE assignment;
    records with or without INFOCUBE assignment which are not used in any query or query component.
    For further check details read the OSS note 859086.
    5. Table RSZGLOBV
    The table RSZGLOBV contains the definitions and technical properties of the variables.
    The following errors can be found:
    - variables with inconsistent definition;
    - variables with missing or incorrect properties;
    5.1 Variables with inconsistent definition. Variable not found in RSZELTDIR/RSZCOMPDIR tables.
    The variable existing in the table RSZGLOBV, but not existing in the tables RSZELTDIR or RSZCOMPDIR have inconsistent definition. These situation may return 2 different error messages. When a variable is missing in RSZELTDIR table (or in both together), an attempt to expand a list of variable under a corresponding InfoProvider or a list of text/formula variables will return a message 'Inconsistency in loading...'. All variables which are created for corresponding InfoProvider, text/formula variable are not available. When a variable is missing in the RSZCOMPDIR table only the error message is 'Missing UID XXXXXX... in RSZCOMPDIR! You may continue to work, but this component is not loaded' in Query Designer.
    In both cases the variables can be repaired via the corresponding procedure provided in the program under the technical name (COMPID) corresponding to the name in VNAM field in the table RSZGLOBV with the text 'REPAIRED BY SAP'.
    As an alternative solution, when the affected variables which are not used in any query or query component can be deleted directly from the RSZGLOBV table. Both solutions will fix the reported symptoms.
    ATTENTION: it is recommended to open a repaired variable in Variable Wizard of Query Designer and to adjust the definition of this variable, when it is necessary.
    ATTENTION: deletion of the affected variables missing in the table RSZCOMPDIR is not possible using transaction RSZDELETE. An attempt to delete such variable will return the error message 'Component not found'.
    5.2 Variables with missing or incorrect properties
    Several errors can be found within this check. The variables of different type have their own sets of properties. Missing or incorrect properties may cause different error message during execution of a query where such variables are in use. In the case of the affect variables with processing type 'replacement' , the replacement may not work because of the problem.
    Each case has to be investigated at SAP. Create an OSS message for SAP component BW-BEX-ET-QDEF.
    6. Table RSZELTDIR
    The table RSZELTDIR is the main directory table containing all query elements available in the system.
    ATTENTION: the RSZELTDIR check may take a long running time depending upon the table size.
    The following errors can be found:
    - local elements not in use;
    - reusable elements not in RSZCOMPDIR table;
    - reusable elements not in RSZCOMPIC table;
    - structure (STR) without structure members;
    - selections or RKF without definition in RSZSELECT table;
    - formulas or CKF without definition in RSZCALC table;
    - variables (VAR) without definition in RSZGLOBV table;
    - queries (REP) without entries in RSRREPDIR table.
    6.1 Local elements not in use
    Local elements (field REUSABLE = false) which are not used as dependant objects in the table RSZELTXREF. These elements are useless and not accessible from Query Designer. Usually these are fragments of the definitions of old queries accumulated in system because of different problems with save/delete procedures which are not accessible by the end users. The recommended solution is to delete those elements using the corresponding delete procedure.
    6.2 Reusable elements not in RSZCOMPDIR table
    Reusable elements (field REUSABLE = true) must have a corresponding entry in the table RSZCOMPDIR which contains the definition and properties of this reusable component. An attempt to load such component in Query Designer may cause the error message 'Missing UID XXXXXX... in RSZCOMPDIR! You may continue to work, but this component is not loaded'. Additional investigations are requires at SAP. Create an OSS message for BW-BEX-ET-QDEF.
    ATTENTION: Deletion of such affected components is also not possible using transaction RSZDELETE. An attempt to delete will return the message 'Component not found'.
    6.3 Reusable elements not in RSZCOMPIC table
    Reusable elements (field REUSABLE = true), except variables (DEFTP = 'VAR'), must have a corresponding entry in the table RSZCOMPIC which contains an InfoProvider assignment for reusable components. When a reusable component has no InfoProvider assignment it may be not available in Query Designer during design-time. Additional investigations are required at SAP. Create an OSS message for BW-BEX-ET-QDEF. In case the affected component is useless, it can be also deleted from the system using transaction RSZDELETE.
    6.4 Structures (STR) without structure members
    Reusable and non-reusable structures (DEFTP = 'STR') should have dependant elements (structure members). When these structure members are not found a query containing this structure returns the error message 'Element structure not correct' during generation or execution in RSRT or BEx analyzer. The program outputs a query technical name where such structures are used or the technical name of an InfoProvider if the affected structure is reusable and not used in any query. In this case it can be accessed from any query created in the same InfoProvider in Query Designer. The solution is to open the affected structure in using the latest available version of Query Designer and to create the required structure members in order to avoid the error message.
    In case, when the affecter structure is local (non-reusable) and is not used in any query, this structure is not accessible by frontend users and can be deleted from the system by corresponding procedure provided in the program.
    6.5 Local selection of RKFs without records in RSZSELECT table
    Local selections and reusable Restricted Key Figure (DEFTP = 'SEL') usually should have the corresponding records in the DB table RSZSELECT. The program outputs all selections found in the system which have no corresponding records in the RSZSELECT table.
    Usually this issue has no impact on the existing queries and produces no error messages. There are 3 possible types of selections within a query:
    Normal selection - this selection represents a characteristic in Row, Columns or Free Characteristics area, Conditions or Exceptions. This situation produces no error messages, but the selection is not taken into account by OLAP.
    Dummy structure member - structure member type selection can be defined using Query Designer. Such structure member produces no selection and can be used only as place holder within a query. This situation produces no error messages during generation/execution of a query containing a structure with those dummy structure members.
    Cell selection - this type of selection is usually used as Cell selection and can be defined using Cell Editor in Query Designer. This situation produces no error messages, but the selection is not taken into account by OLAP.
    If it is necessary, the selection definition can adjusted using the latest available version of Query Designer. The affected local selections can be accessed from the queries presented in the WHERE-USED (INFOCUBE/QUERY). The Restricted Key Figures are available in Query Designer from any query created on the corresponding InfoProvider.
    In case, when a local selection is not used in any query or query components the recommended solution is to delete this selection using the corresponding delete procedure.
    6.6 Local formulas of CKFs without records in RSZCALC table
    Local formulas (DEFTP = 'FML') or Calculated Key Figures (DEFTP = 'CKF') should contain definition of the calculations in the table RSZCALC. When such definition is not found in the table RSZCALC the queries or query components which include those affected objects can not be generated or executed by OLAP. An attempt to generate such query returns the error message 'The (sub) formula XXX... is not available'.
    The definitions of the affected formulas or Calculated Key Figures can be adjusted using the latest available version of Query Designer. The adjustment of a local formula is possible from the corresponding query listed presented in the program. The Calculated Key Figures are available in Query Designer from any query created on the corresponding InfoProvider.
    In case, when a local formula is not used in any query or query components the recommended solution is to delete this formula using the corresponding delete procedure.
    6.7 Variables without records in RSZGLOBV table
    Variables (DEFTP = 'VAR') should exist in the table RSZGLOBV. The table RSZGLOBV contains all processing properties and definition of the variables. Query where such variables are used can not be executed without problems.
    The repair procedure is not possible, because of missing definition. In case, when such variable is not used in any query, the recommended solution is to delete it from the system in order to avoid potential problems. If the affected variable is already used in other queries or query components, create an OSS message for SAP component BW-BEX-ET-QDEF. Further investigations and possible repair plan have to be created at SAP.
    6.8 Queries without records in RSRREPDIR table
    Queries (DEFTP = 'REP') should exist in the table RSRREPDIR. The table RSRREPDIR is a header table of generated reports and also a part of the database view V_REP_JOIN which provides data for the BEx Open/Save Dialogs.
    A query which does not exist in the table RSRREPDIR is not accessible via RSRT transaction (error message 'GENUNIID not found') and not displayed in the Open/Save Dialogs of fronted applications.
    The recommended solution is to delete such queries using the corresponding procedure provided in the program and similar to RSZDELETE.
    In some cases the repair procedure is also possible. The success of the repair procedure depends upon the consistency of the affected query, the existence of a valid InfoProvider for this query and some other factors. For repair attempt create an OSS message for the SAP component BW-BEX-ET-QDEF.
    hope this helps.

  • Is Acrobat Pro right for us. We have an Employee Handbook that needs editing. Some is current pdf, some from an older version. Want to get all into one handbook, have the table of contents automatically adjust and link to specific pages from the ToC.

    Is Acrobat Pro right for us. We have an Employee Handbook that needs editing. Some is current pdf, some from an older version. Want to get all into one handbook, have the table of contents automatically adjust and link to specific pages from the ToC.

    You can download the trial version (http://helpx.adobe.com/acrobat/kb/acrobat-downloads.html) to convert the PDF back to WORD if you do not have the original. The conversion may not be perfect, but it is typically better than starting from scratch. You may be lucky and get a good result. You might check the settings (in the save screen) to try retain format versus retain text flow. The format version can be a pain to edit since it creates a bunch of text boxes. The flow version may require you to reformat in WORD, but you likely would want to do that anyway.

  • Standard table for finding query where used list

    Are there any standard tables available to find the list of web templates, bex reports and views using a particular query?
    i.e if i have the query name i should be able to find out where all it is being used.
    Thanks,
    Archna

    Hello,
    You have to join multiple tables to achieve this, here we go
    FOR QUERY Related Information
    RSRREPDIR - Directory of all reports (Query GENUNIID)
    Choose Type of a reporting component -> REP
    Tips :
    Choose Type of a reporting component -> QVW for query view
    SE11 -> RSZ* -> F4 gives you all tables related to queries
    For WORKBOOK Related Information
    Use the FM RRMX_WORKBOOK_QUERIES_GET to get the queries in a workbook by selecting the workbook ID from table RSRWORKBOOK
    Tips :
    SE11 -> RSRWB* -> F4 gives you all tables related to workbooks
    SE37 ->RRMX_WORKBOOKS* -> F4 gives you all the FM related to workbooks
    For Webtemplate Related Information
    Choose the dataprovider for query / view ID.
    SE11 -> RSZWOBJXREF - Structure of the BW Objects in a Template
    Also see,
    SE11 - > RSZWTEMPLATE - Header Table for BW HTML Templates
    Thanks
    Chandran

  • How do I create a Table of Contents in InDesign CS6 for print that easily converts to epub?

    How do I create a Table of Contents in InDesign CS6 for a print book that easily converts to epub? 
    Can anyone point me to a link for a step-by-step (not a video) on setting up all the elements of a print book properly (pages, table of contents and index) so they will convert and reflow perfectly from print to epub in InDesign CS6. This is not about building an ebook from ground up, but taking 50 backlisted print books (converted from old versions of Quark to InDesign) that now need to be converted to epub formats.
    OR could someone point me to the link in the Adobe InDesign CS6 support that explains how to create a Table of Contents for a print book (5.5" x 8.5", 288 pages), one that will convert when the file is converted to ePub (for MAC OSX)?
    Just downloaded the 706 page inDesign CS6 reference manual from Adobe <http://helpx.adobe.com/pdf/indesign_reference.pdf>  but there's not even a search feature on the pdf file.
    Up until this week, we have only done print books, creating the TOC the old fashioned way, as a fixed page, comprised of two columns: page numbers and chapters/subject. The files I have created are taken by our printer and printed beautifully.
    However, when I convert the same book to epub in CS6, the character and paragraph styles converted beautifully - but everything else is all over the place! The table of contents is on different pages, the columns split apart. That goes for the page contents as well - everything is all over the place. when it's converted to a pdf -- total perfection. Never any problems converting with perfection to pdf format and reading those on the various readers.
    (Thank you so much in advance for any help).

    <http://helpx.adobe.com/pdf/indesign_reference.pdf> Adobe Digital Reader does have a search feature for reading pdfs. Found the TOC instructions on page 176 of 706 pages. 

  • How do I make a table of contents for a collection of six short stories that is after the legal page and NOT in the front on an unnumbered page?

    How do I make a table of contents for a collection of six short stories that is after the legal page and NOT in the front on an unnumbered page?
    When I first started I made a title page and then pasted in my first story from a .TXT file. After cleaning up I went back to the front a couple of empty lines ahead of the story and typed in the story title.  Unlarged the font size and centered it, then

    You can't do that. This is what the Pages User Guide, downloadable from your Pages Help menu, says:
    Creating and Updating a Table of Contents
    Each table of contents (TOC) you create using a Word Processing template lists only the content that follows it, up until the next table of contents. If you want a master table of contents for the entire document, it must be the only table of contents, and it must be at the beginning of the document.
    You can do it manually though.

  • Do I need Debenu PDF Aerialist 12 as a plug-in for Adobe Acrobat in order to make a Table of Content to an existing PDF

    Dear colleagues at this forum,
    This is my question, i have a big PDF file, 341 pages, another 500 pages, I want to make a table of content, and I read that this Program Debenu PDF Aerialist 12 as a plug-in for Adobe Acrobat does provide this solution, which allows you to quickly build a table of content, however the program is expensive at close to five hundred dollars, i wonder why has not Acrobat Professional put this service included in the program, if one can make a solution of Table of Content and Index, this would be great. Does Acrobat have this function already or do you think that I must buy this program. Yes one can make a table of contents using word program then entering it to the PDF file and linking each line of the table of contents with the relevant page, but this would take a long time, and the solution provided by Debenu sounds like good. I am looking for your advice as i do not know much in this field.
    Best regards,
    Bachar

    Acrobat does not have this built in. Normally, the table of contents is prepared at the same time as the document, perhaps in Word, which will use heading styles to do it automatically. Then this is converted to PDF. It is very unusual to do this work late with a PDF, I guess this is why it is not a core Acrobat feature.

  • XML table of contents file for PDFBOOKBINDER API

    Here is my control file for making the PDFBOOKBINDER, Having touble making a table of contents, this code will merge the pdfs ( Also I need them to be RTF) it
    says you can use RTF in the documentation but HOW? This code will display my tableofcontents.rtf but does not put in the page numbers... need help
    Thanks,
    Doug
    <?xml version="1.0" encoding="utf-8"?>
    <outline xmlns="http://xmlns.oracle.com/oxp/book/">
      <!--
       The 'title-page' element should point to a PDF title page inserted
       at the beginning of the book. (OPTIONAL)
      -->
      <!-- So here is the title page reference, in this case it is going to use an RTF template -->
      <!-- <title-page type="rtf">c:/temp/Tableofcontents.rtf</title-page> -->
      <!-- next follow the three documents we want to combine -->
      <item>
    <content-container>
        <content>c:\temp\mypage1.pdf</content>
    </content-container>
      </item>
    <item>
    <content-container>
        <content>c:\temp\mypage2.pdf</content>
    </content-container>
      </item>
      <item>
    <content-container>
        <content>c:\temp\mypage3.pdf</content>
    </content-container>
      </item>
    </outline>

    Please take a look at this: http://blogs.oracle.com/xmlpublisher/2010/05/bookbindng_samples.html
    Thanks!

  • What is the code for updating a table of content?

    I'm looking online and not finding a command list or something helpful. I'm also on a government computer so a bunch of sites are blocked for security or something. I am making a script that does a few things and one needs to be updating the TOC but I cant find the command.
    I wish this software had something simular to a program called MAYA has. "echo all commands" in the script editor so anything you do shows all code being exicuted.

    Theoretically, if you are using Adobe's own ESTK to write your scripts, all commands can be found in the Help menu. Then again, searching in there is needlessly made difficult (i.e., you have to know exactly what you are searching for before you can find it). So (modest cough) ... Adobe InDesign CS6 (8.0) Object Model JS: Table of Contents
    The command you are looking for is not in the "Table of Content Suite" since that only describes the format of the contents. It is a Document method: Adobe InDesign CS6 (8.0) Object Model JS: Document -- look for createTOC (this stupid editor doesn't show it but the link already points to the correct place -- perhaps this editor was written by "We Also Brought You The ESTK").
    Searching through the thousands of pages is easier if you download the CHM version and use a good CHM viewer. Check out
    http://www.jongware.com/idjshelp.html

  • Adpatch Fail WithError Cannot Get Table Of Contents In Library File For Pro

    I install EBS R12.1.1 on windows server 2003 R2 on the vmware station.
    when I upgrade R12.1.3 adpatch the 9239089, it has the error,the log is belowing:
    ===============================================================
    ---ad----------------------------------------
    Extracting object modules for product ad...
    C:/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin/adlibout.sh: line 332: lib: command not found
    adlibout: error: cannot get table of contents in library file for product ad
    File name is C:/oracle/PROD/apps/apps_st/appl/ad/12.0.0/lib/adst.lib
    Skipping to next product...
    ================================================================
    I check doc[ID 335488.1], the problem is same as I.
    and i do the steps in this document.
    step1:
    i check %JAVA_TOP%=C:\oracle\PROD\apps\apps_st\comn\java\classes,but there is not files loadjava.zip. so i copy it from C:\oracle\PROD\apps\apps_st\comn\java\lib; then i add the classpath on the setting of the environment variables in the system properties.
    step2:
    i check it has the lib.exe adst.lib fndst.lib and work correctly.
    STEP3:
    I don't know how can I do the following information:
    +*<moderator edit - deleted MOS Doc content - pl do not post such content - it is a violation of your Support agreement>*+
    Are there persons can help me?

    C:\Documents and Settings\Administrator>which lib
    C:\mvcs\VC\bin/lib.exe
    C:\Documents and Settings\Administrator>lib /nologo /list C:\oracle\PROD\apps\ap
    ps_st\appl\ad\12.0.0\lib\adst.lib
    adpcdlvl.obj
    adpdrv.obj
    adpvov.obj
    adusnap.obj
    aidrdf.obj
    aidsql.obj
    aifgms.obj
    aiibas.obj
    aijmgr.obj
    aijmtab.obj
    aijwrkr.obj
    aiogfm.obj
    aioora.obj
    aiospawn.obj
    aiuarg.obj
    aiucef.obj
    aiucmd.obj
    aiufil.obj
    aiulog.obj
    aijtim.obj
    ailreg.obj
    aimrdb.obj
    aiofrl.obj
    aiojava.obj
    aiopatch.obj
    aipind.obj
    aipini.obj
    aiuoqg.obj
    aiuora.obj
    dmeef.obj
    dmmcad.obj
    dmmcon.obj
    dmmffk.obj
    dmmmax.obj
    dmmmis.obj
    dmmnew.obj
    dmmobs.obj
    dmmold.obj
    dmmsrc.obj
    dmmtar.obj
    dmud.obj
    adicep.obj
    admfac.obj
    admfrt.obj
    adpact.obj
    adpfil.obj
    adpgbl.obj
    adphist.obj
    adpmisc.obj
    adppmf.obj
    adprdc.obj
    adpver.obj
    adsmisc.obj
    adsugu.obj
    aduattr.obj
    adudbsn.obj
    adufbb.obj
    aduffk.obj
    adufpk.obj
    adufrt.obj
    adufsq.obj
    aduftb.obj
    adufvw.obj
    aiumem.obj
    aiures.obj
    aiusql.obj
    aiustr.obj
    aiustrg.obj
    aiuval.obj
    aiuver.obj
    aiz.obj
    dmecep.obj
    dmesr.obj
    dmmact.obj
    dmmb.obj
    dmmbi.obj
    dmmcep.obj
    dmmef.obj
    aioenv.obj
    aiofcp.obj
    aiofdl.obj
    aiofgg.obj
    aiofgp.obj
    aiofgr.obj
    aiofls.obj
    aiofsp.obj
    aioful.obj
    aiofvf.obj
    aiofxx.obj
    aioini.obj
    aioproc.obj
    aiosdt.obj
    aiotime.obj
    aiounl.obj
    aipclien.obj
    aipfind.obj
    aifrdf.obj
    aifrof.obj
    aifunl.obj
    aifvaf.obj
    aifz.obj
    aiicot.obj
    aiidps.obj
    aiierr.obj
    aiiics.obj
    aiiind.obj
    aiiini.obj
    aiiipb.obj
    aiipdm.obj
    aiispm.obj
    aijcssd.obj
    aijcsssm.obj
    aijctrl.obj
    aijhigh.obj
    aijmjava.obj
    aijmlist.obj
    aiccep.obj
    aicdb.obj
    aicdgrt.obj
    aicdind.obj
    aicdprv.obj
    aicds2.obj
    aicdsyn.obj
    aicdview.obj
    aicfile.obj
    aicintfc.obj
    aicpar.obj
    aicsave.obj
    aictsu.obj
    aidafc.obj
    aidapp.obj
    aidcfk.obj
    aidcrt.obj
    aidenv.obj
    adufea09.obj
    adufeat.obj
    adufix.obj
    adugbl.obj
    aduhsh.obj
    adum.obj
    adumd.obj
    adumef1.obj
    adumef2.obj
    aduoix.obj
    adupln.obj
    adurts.obj
    admpmf.obj
    admpmr.obj
    admprn.obj
    admpst.obj
    adncep.obj
    adpcfv.obj
    adpfndld.obj
    adphena.obj
    adpintfc.obj
    adpparr.obj
    adppdep.obj
    adptask.obj
    adsenv.obj
    adsha1.obj
    admpmd.obj
    admpbf.obj
    admgri.obj
    admd5.obj
    admd.obj
    admatr.obj
    admart.obj
    admamo.obj
    admaln.obj
    admabb.obj
    admaac.obj
    adino.obj
    adifo.obj
    addts.obj
    addbs.obj
    adcptch.obj
    adcosd.obj
    adcintfc.obj
    adcfil2.obj
    adcfil1.obj
    adcds.obj
    adccfl.obj
    adapps.obj
    adufea08.obj
    adufea07.obj
    adufea06.obj
    adufea05.obj
    adufea04.obj
    adufea03.obj
    adufea02.obj
    adufea01.obj
    aduf.obj
    adue.obj
    adudyn.obj
    aducsfs.obj
    aducd.obj
    aduatcfg.obj
    aduabb.obj
    aduaaf.obj
    adsrtr.obj
    adsrpd.obj
    adsrlo.obj
    adsrln.obj
    adxpfpps.obj
    aduxxx.obj
    aduxvw.obj
    aduxtb.obj
    aduxsz.obj
    aduxsq.obj
    aduxsn.obj
    aduxpv.obj
    aduxpm.obj
    aduxpk.obj
    aduxix.obj
    aduxft.obj
    aduxfk.obj
    aduxco.obj
    aduxbb.obj
    adustb.obj
    adussq.obj
    adussf.obj
    adusrt.obj
    adusq2.obj
    aduspk.obj
    adusix.obj
    adusfk.obj
    adusbb.obj
    aifpll.obj
    aiflrv.obj
    aiflnk.obj
    aiflist.obj
    aifif.obj
    aifgov.obj
    aifggd.obj
    aifdrv.obj
    aifcf.obj
    aidz.obj
    aidvao.obj
    aiduic.obj
    aidsws.obj
    aidsiz.obj
    aidora.obj
    aidldf.obj
    aidgrnt.obj
    aidfgs.obj
    aideva.obj
    aiodxx.obj
    aiocset.obj
    aiocef.obj
    aimz.obj
    aimudb.obj
    aimres.obj
    aimras.obj
    aimlld.obj
    aimiup.obj
    aimism.obj
    aimini.obj
    aimact.obj
    ailtrf.obj
    ailmisc.obj
    ailifc.obj
    ailfind.obj
    aijtodo.obj
    aijpkch.obj
    aijpdep.obj
    aijmres.obj
    aiuext.obj
    aitz.obj
    aitwrt.obj
    aitshp.obj
    aitopt.obj
    aitldf.obj
    aitlang.obj
    aitfile.obj
    aitcom.obj
    aitarc.obj
    aipz.obj
    aipvrs.obj
    aipudb.obj
    aiptest.obj
    aiprpf.obj
    aipres.obj
    aiprel.obj
    aippgrp.obj
    aipodf.obj
    aipmsob.obj
    aipmisc.obj
    dmusr.obj
    dmus.obj
    dmumn.obj
    dmuef.obj
    dmucom.obj
    dmmuid.obj
    dmmsr.obj
    dmmp2.obj
    dmmp1.obj
    aijboth.obj
    aiimm.obj
    aiigce.obj
    aiicfg.obj
    aifgrp.obj
    aifgfm.obj
    aidjawk.obj
    aiddua.obj
    aiddgr.obj
    aidafo.obj
    aicdtab.obj
    aicdseq.obj
    aicdora.obj
    aicdcons.obj
    aduovw.obj
    aduotb.obj
    aduort.obj
    aduoprc.obj
    aduopk.obj
    aduofk.obj
    aduobb.obj
    dmutt.obj
    C:\Documents and Settings\Administrator>lib /nologo /list C:\oracle\PROD\apps\ap
    ps_st\appl\fnd\12.0.0\lib\fndst.lib
    fdfwtk.obj
    fdplbr.obj
    fdprep.obj
    fdspwd.obj
    fdssgn.obj
    fdxidk.obj
    fdxidr.obj
    fdxsqk.obj
    fdxsqr.obj
    spnnt.obj
    spnunx.obj
    afdgfn.obj
    afdrdb.obj
    afdrrt.obj
    afdrsc.obj
    afmem.obj
    afpcmn.obj
    afpeim.obj
    afpo.obj
    afppqs.obj
    afpsgc.obj
    ccmsssvc.obj
    fdfapi.obj
    fdfchy.obj
    fdfcom.obj
    fdfdbg.obj
    fdfdds.obj
    fdfdfu.obj
    fdfdtj.obj
    fdfdvu.obj
    fdffbu.obj
    fdffds.obj
    fdfffu.obj
    fdffile.obj
    fdffld.obj
    fdffvs.obj
    fdmenu.obj
    fdparg.obj
    fdpibm.obj
    fdpperl.obj
    fdprrc.obj
    fdpsql.obj
    fdpstp.obj
    fdsecp.obj
    fdsgbl.obj
    afppur.obj
    afpsec.obj
    afpsm.obj
    afpsmc.obj
    afpsmg.obj
    afpsrs.obj
    afscp.obj
    afspwd.obj
    afupi.obj
    afuprt.obj
    ccmsup.obj
    ccmsvc.obj
    fdacv.obj
    fdatat.obj
    fdaupd.obj
    fdfbpl.obj
    fdfbtr.obj
    xitdgmd.obj
    xitdgme.obj
    xitdgmi.obj
    xitdgml.obj
    xitdgmo.obj
    xitdgmp.obj
    xitdgmr.obj
    xitdgms.obj
    xitdgmz.obj
    xitdin.obj
    xitdmf.obj
    xitdmp.obj
    xitdoe.obj
    xitdpa.obj
    xitdpo.obj
    xitdpr.obj
    xitdpy.obj
    xitdra.obj
    xitdrg.obj
    xitdsa.obj
    xitdsp.obj
    xitdus.obj
    xitdwp.obj
    stdafx.obj
    usdccf.obj
    usdfmv.obj
    usdgpa.obj
    usdhtml.obj
    usdins.obj
    usdmac.obj
    usdmpe.obj
    usdnt.obj
    usdoaut.obj
    usdos2.obj
    usdpar.obj
    usdspid.obj
    usdstub.obj
    usdtec.obj
    usdwin.obj
    usdxit.obj
    wfcore.obj
    wfdes.obj
    wfext.obj
    wffile.obj
    wfidx.obj
    wfldr.obj
    wfldrf.obj
    fdwask.obj
    fdxapp.obj
    fdxcls.obj
    fdxdat.obj
    fdxdcf.obj
    fdxdsp.obj
    fdxefv.obj
    fdxext.obj
    fdxfil.obj
    fdxgvl.obj
    fdxkmd.obj
    fdxlcs.obj
    fdxmc.obj
    fdxml.obj
    fdxnls.obj
    fdxpii.obj
    fdxprf.obj
    fdxpst.obj
    fdxqus.obj
    fdxsqf.obj
    fdxsql.obj
    fdpsps.obj
    fdpsqp.obj
    fdpsra.obj
    fdptls.obj
    fdptmx.obj
    fdpurq.obj
    fdpvwr.obj
    fdpwrt.obj
    fdrcmp.obj
    fdrfcmp.obj
    fdrpbf.obj
    fdrutl.obj
    fdsarg.obj
    fdsaud.obj
    fdsctl.obj
    fdsgtk.obj
    fdsnxt.obj
    fdssck.obj
    fdhhlp.obj
    fdidrv.obj
    fdipth.obj
    fdisqf.obj
    fdllov.obj
    fdndbc.obj
    fdndcf.obj
    fdnlng.obj
    fdnwsc.obj
    fdomsg.obj
    fdowln.obj
    fdpblf.obj
    fdpbq.obj
    fdpccr.obj
    fdpcrc.obj
    fdpdbf.obj
    fdpdbg.obj
    fdpdf.obj
    fdpemon.obj
    fdperi.obj
    fdpevt.obj
    fdpfqr.obj
    fdpgcf.obj
    fddxit.obj
    fdefil.obj
    fdfile.obj
    afsxss.obj
    afsys.obj
    aftime.obj
    aftimr.obj
    afttf2t3.obj
    afttflib.obj
    afubtree.obj
    afuddl.obj
    afuepp.obj
    afufld.obj
    afugai.obj
    afugli.obj
    afulzw.obj
    afusc.obj
    afust.obj
    afutim.obj
    afvbt.obj
    afvca.obj
    afvpa.obj
    afwaol.obj
    afwdev.obj
    afwevt.obj
    afwgeo.obj
    afpgpr.obj
    afpgri.obj
    afpgrs.obj
    afpgsr.obj
    afplog.obj
    afpmir.obj
    afpolg.obj
    afpops.obj
    afpoux.obj
    afpoval.obj
    afppio.obj
    afppir.obj
    afprcl.obj
    afgfhdoc.obj
    afgldbs.obj
    afglpw.obj
    afhtmhlp.obj
    afifld.obj
    afixfs.obj
    afixfsb.obj
    afixlh.obj
    afixpic.obj
    afixpm.obj
    afixpmuu.obj
    afixucf.obj
    afixupgn.obj
    afixust.obj
    aflog.obj
    aflutl.obj
    afmath.obj
    afmsg.obj
    afoleaut.obj
    aforg.obj
    afgbox.obj
    affntrep.obj
    affntlst.obj
    affntgen.obj
    affile.obj
    afenv.obj
    afe.obj
    afdwin.obj
    afdtmp.obj
    afdsrw.obj
    afdsil.obj
    afdict.obj
    afdfrm.obj
    afdf.obj
    afdcx.obj
    afdcpm.obj
    afdacc.obj
    afctx.obj
    afcs2uni.obj
    afcore.obj
    afcharrp.obj
    afpgip.obj
    afpfsv.obj
    afpfsc.obj
    afpfs.obj
    afpflx.obj
    afpdwpur.obj
    afpdpo.obj
    afpdon.obj
    afpdlk.obj
    afpdbg.obj
    afpcmt.obj
    afpcc.obj
    afpcbidi.obj
    afpcat.obj
    afpcal.obj
    afstr.obj
    afspc.obj
    afslov.obj
    afshape.obj
    afsfld.obj
    afpvpc.obj
    afpufe.obj
    afpucf.obj
    afptstp.obj
    afptmttp.obj
    afptmi.obj
    afptmc.obj
    afptm.obj
    afpspt.obj
    afpsmf.obj
    afpscg.obj
    afprun.obj
    afprul.obj
    fdcpspn.obj
    fdastr.obj
    fdarux.obj
    fdahmi.obj
    fdacon.obj
    cregkey.obj
    ccmupi.obj
    ccmsvcpg.obj
    ccmsetup.obj
    ccmrkey.obj
    ccmppsht.obj
    ccmoptpg.obj
    ccmmndlg.obj
    alroms.obj
    afwsys.obj
    afwpal.obj
    afwlib.obj
    afwkflw.obj
    afwind.obj
    fdpscm.obj
    fdpsbm.obj
    fdpsar.obj
    fdprst.obj
    fdprpt.obj
    fdprmo.obj
    fdprlk.obj
    fdprhl.obj
    fdpreq.obj
    fdprcp.obj
    fdpprn.obj
    fdppev.obj
    fdppbr.obj
    fdpmst.obj
    fdpmbr.obj
    fdplnk.obj
    fdpldr.obj
    fdpimp.obj
    fdphbe.obj
    fdpgrq.obj
    fduxit.obj
    fduuid.obj
    fdutkn.obj
    fdutim.obj
    fdusql.obj
    fduopr.obj
    fdumod.obj
    fduli.obj
    fdugwi.obj
    fdugii.obj
    fdugci.obj
    fdueds.obj
    fdudat.obj
    fducst.obj
    fducsq.obj
    fdsxit.obj
    fdstkt.obj
    fdssvl.obj
    fdssuq.obj
    fdsssk.obj
    fdssop.obj
    spnvms.obj
    spnos2.obj
    spnmpe.obj
    spnmac.obj
    spndos.obj
    gmalloc.obj
    fpe.obj
    flutil.obj
    flup.obj
    fllog.obj
    flglob.obj
    fldisp.obj
    fldb.obj
    flada.obj
    fdxwrk.obj
    fdxwho.obj
    fdxutl.obj
    fdxuar.obj
    fdxtrc.obj
    fdxtmr.obj
    xitdgma.obj
    xitdgl.obj
    xitdff.obj
    xitdfa.obj
    xitden.obj
    xitddt.obj
    xitdcs.obj
    xitdcp.obj
    xitdbm.obj
    xitdax.obj
    xitdas.obj
    xitdar.obj
    xitdap.obj
    xitdal.obj
    xirnop.obj
    wfrsp.obj
    wfresg.obj
    wfres.obj
    wfomgul.obj
    wfomgucn.obj
    wfntf.obj
    wfmutil.obj
    wfmsiic.obj
    wfms.obj
    wfmlr.obj
    afpprr.obj
    afpprq.obj
    afpprn.obj
    afpprc.obj
    afpperl.obj
    afppcp.obj
    afpiml.obj
    afpi.obj
    afpgrq.obj
    afpgmg.obj
    afpesa.obj
    afperq.obj
    afpeot.obj
    afpejp.obj
    afpcsq.obj
    afpcrs.obj
    afpcra.obj
    afpbwv.obj
    afpatn.obj
    afixube.obj
    afixft.obj
    fdfkbt.obj
    fdfkbr.obj
    fdfkbp.obj
    fdfkbe.obj
    fdfkba.obj
    usdsim.obj
    fpep.obj
    fpeb.obj
    fdxver.obj
    fduprn.obj
    fduhex.obj
    fdugpi.obj
    fdssoa.obj
    fdsrsp.obj
    fdfwrt.obj
    fdfwmsg.obj
    fdfwin.obj
    fdfwfld.obj
    fdfweb.obj
    fdfvsu.obj
    fdfvgn.obj
    fdfval.obj
    fdfutl.obj
    fdfupu.obj
    fdftdu.obj
    fdfstr.obj
    fdfsrw.obj
    fdfsdf.obj
    fdfrfu.obj
    fdfobj.obj
    fdflop.obj
    fdflist.obj
    fdfkva.obj
    fdfksr.obj
    fdfkfu2.obj
    fdfkfu.obj
    fdfkds.obj
    fdfgli.obj
    fdfgcx.obj

  • Is there any way to generate table of contents in adobe for a report output

    Hi All,
    I need to display the output of a report in an PDF and layout needs to be developed in Adobe Print Forms. I want to know if there is a way to generate a table of contents for the output in adobe form on a particular page.
    Thanks...

    Hi,
    Thanks for the reply. I am new to the adobe and to the javascript.
    I would appreciate if you can guide me as to where can I get the online help on javascript related to Adobe Print and Interactive Forms.

  • Can you create a table of contents for the documents within a PDF Portfolio?

    If I create a pdf portfolio that contains multiple documents (e.g. Word, multiple PDFs and Excel documents), is there a way to create a table of contents at the beginning of the portfolio to help navigate to the individual documents?

    Hi,
    The Files list displays a list of files, so the user can quickly see all the files in the portfolio with any information you want to share; title, description, file type, size etc.
    Or, you can also use a different layout, for example, the Linear and use the space next to each file to describe it.
    Hope this helps.......
    JGaf

Maybe you are looking for

  • All share options greyed out in FCPX

    I've been editing video on my iMac and sending it directly to YouTube for seveal weeks now, and just recently the entire Share menu is greyed out. The only thing I've done is install MacKeeper, which is a scanner and virus protection app. Anyone have

  • Importing images with Aperture 2.1 Trial

    I've installed the latest trial version of Aperture and have tried importing images from one of my external hard discs, but having navigated to the folder containing the images I want to download, (all of which are RAW files from my Nikon D300), no t

  • Problems with tablesalignment (from Word to PDF)

    Hello, Ive downloaded the trialversion of Acrobat because our company needs to make little pdf's out of 40/50 documents and i want to try what program is best for our... The thing is: i just cant get the tables right (sry for my bad english ) This pr

  • Can't download update!

    I have been trying all day to download the 3.2 update (in Windows 7 Professional) and have been unable to - it gets nearly there and then fails! I have even tried the download only option and it fails saying there is an Invalid Signature? Any ideas -

  • Forms Central: Can I print a completed form?

    I made a form in Acrobat XI and uploaded it to Forms Central. I filled it out myself as a test and I can't seem to print the response with completed fields - as it appeared just before I hit the "submit" button. I NEED to be able to do that with this