Required size of  the document

Dear all,
How to fetch the size of the DMS document.
We have attached some documents in DMS for particular document type which we have created.
How to find the size of that file based each DMS?
is they any table or function module for this.
Regards,

In the input table 'OBJECT_FILEPROPERTIES',fill the fields 'CLASS' and 'OBJID' of the originals.On  execution, the result shall display the files ize of the required originals.
To get the 'Class' and 'ObjID' of the originals, execute the FM 'BAPI_DOCUMENT_GETDETAIL2' by giving the Document number, type, part and version details.
The table 'Document Files' gives all the details of the originals, from which you can get the 'File_ID' which refers to 'OBJID'.In the table 'DMS_PH_CD1', you can search for the 'Class' of the original by giving 'PHIO_ID' as the 'OBJID' value.
Regards,
Pradeepkumar Haragoldavar

Similar Messages

  • Extract the Page Size from the Document Properties

    I have multiple drawings of various sizes and need to extract the page size from the document properties of each drawing.
    this.info object can be used to extract the title, author, subject etc of a document but there is no property shown for extracting the page size.
    Can any one please advise a way of extracting the page size from the document properties of a file?
    Any assistance will be most appreciated.
    Once the page size can be extracted I will be using a script to place a stamp with onto the drawing depending on the page size.
    Thank you.

    Thank you for your help George.
    I have used the getPageBox script as follows:
    var aRect = this.getPageBox("Crop");
    var width = aRect[2] - aRect[0];
    var height = aRect[1] - aRect[3];
    console.println("Page 1 has a width of " + width + " and a height of " + height);
    The console reports back - Page 1 has a width of 1162 and a height of 814.
    The actual drawing shows in the document properties page size as 40.988 x 28.713 cm.
    Can you please advise why the getPageBox measurement is not reporting correctly?

  • Is there a possibility print settings ( scaling) to affect the size of the document?

    Dear Friends
    my question is this
    is there a possibility the print settings (scaling in the print window) of a document in AI CS4 to affect the size of the document when is saved as PDF file ?
    the reason i am asking is that we have a dispute with a printer
    the project was designed in Illustrator CS4 and it was saved as PDF
    he claims the pdf document we gave him was scaled down ( due to the scaling we used in the print window when we were printing the document for proof reading )
    he says the document when it was saved as pdf it kept those print settings and it scaled down the document size
    i asked around various people and all of them said thats not possible
    i just want an answer from an adobe expert...
    thank you in advance

    aspyro,
    the printing house that produced our leaflet claims that the artwork we gave them was at a wrong size ( slightly smaller than the intented document size) we carefully examined both illustartor files ( where the project was originally designed ) and pdf ( as it was saved as after completion ) and both of them were correct when it comes to document sizethe printing house claims that the settings we had at the print window ( lets say 50% scaling) affected the output size of the document when it was saved as pdf ( and the document size was reduced at the half)
    is this possible?
    In the PDF Print dialog, there is an option, Expand small pages to paper size; it is necessary to tick that if the PDF is A5 and you wish to print as A4 or similar (you can see by switching it on and off), but it is only relevant if there is a page.
    The opposite option, Shrink oversized pages to paper size, may yield a slight reduction, maybe to 99% or so, even if you seem to have the correct page size.
    Did you Save As PDF or Print to PDF?

  • How to adjust the size of the document body in Pages

    Hello all,
    I would like to find out how to change the size of the document body within Pages.
    I encountered this problem when selecting Business Resume from the templates section and after removing the left text box I could not move the main text body to the left, although document margins where set to 0.
    As you can see in the photo the section that says Profile can not be moved to left more than it already is.
    I would appreciate your help
    Thank you

    Several of the Pages 5.5.2 templates are buggy, you have found one of them.
    Create a template from scratch using the Blank tempalte.
    Peter

  • Unused Fonts are bloating the size of the document.

    Good afternoon,
    I am trying to drastically shrink the size of my file. It jumped from 200KB to 3MG. I tried to standardize all the font sizes.
    I went through each field to ensure it was the same font so I wouldn’t have 2 font sizes in the document bloating the size. Looking in the properties screen; however, I still see 4 unused fonts. I tried save>optimize: i still could not remove the unused fonts?
    How do I remove unused fonts? I have attached a screen shot.

    Hi George,
    after we create a new pdf document, inserted a text field and saved it, we reopened the pdf, we changed the default font (Helvetica) to another one - for example Times New Roman (right click on the field and selecting Properties --> Appearance --> Text --> Font: [font type combo] ) -
    and we re-saved the file, this new font has embedded to document, as you say, and the filesize increased.
    After all the above operations, we re-changed the font of the text field (or also all the text fields) with previous default font (Helvetica)
    and then we saved the document with optimize PDF function, the filesize didn't change but it remained the same, did not decrease to initial size!
    Could you tell us a procedure to reset the font of fields and return to initial file size without rewriting the document and all the fields?
    P.S.: We have used Adobe Acrobat XI Pro
    Than you in advance for your answer,
    Best regards

  • How to make flash not export any part of a layer that extends beyond the size of the document?

    Hey guys,
    I am pretty new to flash and am trying to export my file for the web, but I am have one large problem....
    Within my flash file, some of the layers/objects go off of the sides of the document as I want them to. When I play the file within the test movie function within flash, the file plays fine and none of the layers that extend of the document cause problems(the samething happens when I play it in flash player). But when I open the file in a web broswer the layers that extended off the edges of the document show up. Is there anyway to get rid of this without having to redo the whole file? (ie, crop around the main document size, or set it to export only everything within the document and nothing that extends off of it?) Thanks for any help you can provide.

    you can use a stage-sized mask to mask all your layers and frames.

  • When converting certain Excel documents a user interaction is required to save the document.

    I am using a WebService to open an excel document and save it as PDF.  The webService will then return the PDF to my software.  The problem being that some Excel documents have formulas in them that automatically change the document when it is
    opened.  When my webservice closes the workbook, a prompt is displayed requiring a user to click save in order for the Excel service to stop and my webService to gather the PDF and return it to my software.  During my testing I never get this
    prompt, even if I use one of the "affected" PDF's.  When I run this live we ALWAYS get this prompt.  What am I doing wrong? 
    I have installed the registry key that is supposed to get rid of the save dialog boxes, didn't help.
    I have changed the save settings in MS Excel, didn't help.
    I have changed the DCOM settings for the Excel application to different users and interactive user, didn't help.
    I have edited the application pool identity to see if that was the reason, didn't help. 
    I have been all over this to no avail.  Do any of you have any ideas I didn't think of?  Thank you.

    What does the registry key you installed ?
    If you want to get rid of the save dialog box, you can try to use the VBA code.
    Private Sub Workbook_BeforeClose(Cancel As Boolean)
    Me.Close savechanges:=True    "close and save changes, don't ask".
    Me.Close savechanges:=False    "close and don't save changes, don't ask".
    End Sub
    Wind Zhang
    TechNet Community Support

  • Beginner question about the size of the documents and fonts

    I have worked with dps a couple of years now and now that Adobe removes Single Edition I have to look at other tools. EPUB3 fixed layout appears to be an alternative solution.
    I've been reading up on the web and checked on Lynda courses, but there is one thing I wonder about.
    How should I think about the size of the InDesign document and the size of the body text when I create a EPUB3 with fixed-layout?
    Regards
    Ake

    A couple things to keep in mind with EPUB3 Fixed Layout:
    Unlike EPUB reflowable, FXL doesn't change size. You'll need to optimize your InDesign layout for the device most likely to view it—for example, an iPad, since it's the dominant device.
    Like with DPS, you'll need to pick a font size larger than you'd use for print.
    As with DPS, it's very important to do some tests on your target device to optimize both dimensions and font size.
    Final Note: If you're in North America, this is a good time to  buy an iPad since there are a lot of Black Friday sales coming up!

  • Why does InDesign files create multiple boxes the size of the document when exporting as a PDF?

    Sometimes I need to place customer-supplied files into Illustrator templates to prepare for printing. If they have been originally created in InDesign and I need to make some adjustments in the file, I cannot isolate individual elements in the file. If I try to delete the box, half of the whole design may be deleted.

    This is an answer I posted to a similar question. The context isn't InDesign, but the kernel of the issue is the same: clipping masks. There are any number of recipes for producing PDF's and most of them result in a stack of media-sized clipping masks, or so that's how they parse when opened in Illustrator.
    PDF's output from drafting packages and other "foreign" sources, when opened for editing in Illustrator, quite often contain clipping masks and compound paths based on component associations that Illustrator (and its users) wouldn't typically make or recognize. Your drawing will come into Illustrator behaving like one big group that won't ungroup. That's because it isn't a group; it's a clipping mask based on the extents of the drawing. The first thing I do is select all, (Ctrl+A), then release clipping mask, (Ctrl+Alt+7). Pressing (Ctrl+Alt+7) repeatedly often reveals that there are other clipping masks nested within the large outer one. Most of the time, you can release all the masks this way without changing the appearance of anything. Each released mask usually leaves behind an invisible frame. (no stroke or fill), that you can delete or leave, depending on how intensive your editing will be. The release of nested masks may also result in groups and sub-groups that I also like to release similarly by pressing Ctrl+A then Ctrl+Shift+G repeatedly. Once you've done this, you should be able to select and treat any of the individual components on the artboard as desired, although you may still run into some compound path items that will hinder your selection process. These can also be released, but you'll want to be more cautious with respect to how it might alter appearances, especially if there are filled paths involved.

  • How do I change the overall size of a document including the contents?

    I have created a document for web at 1024 x 768. I would like to reduce the size of the document without having to resize all the content manually. Is there an easy way to do this?

    See my previous post: check 'Show Import Options' in Place box. then you'll get another dialog box, similar to this:
    Here you can specify page range, crop options, layers visibility.
    However, if your document contains too many pages to manage them manually (as it is on my screenshot), you should consider another option of placing - this nice Zanelli script:
    http://indesignsecrets.com/zanelli-releases-multipageimporter-for-importing-both-pdf-and-i ndd-files.php

  • To Limiting the size of the attached document in a "Purchase order"

    Does anyone knows how to limit the size of the document indexing in an "Purchase order"?
    Let me explain:
    By the tcode me23n I can create an annex to attach a file to the Purchase order,
    right now there is no limitation on the size of it,
    is there any way to limit that someone attach a giant file to a purchase order and leave me the Database trembling?
    thanks in advance.

    No cross posting
    Read the "Rules of Engagement"

  • How can I export from Excel to pdf using Acrobat Std to achieve uniform page size throughout the whole pdf document?

    After exporting the whole workbook to a single pdf file, page sizes are inconsistent. When viewing the document in full screen, some pages show up as 25% zoomed, others as 34%.  I could re-print the exported pdf file to pdf in Acrobat Std, and that way I could get the same page size throughout the document, but then I loose my bookmarks, which I don't want.
    I have already set the page size to A4 in Excel, but that's not where my problem lies. any help, hint is appreciated.

    A good place to start is Karl Heinz Kremer's blog, where he has a few examples:
    http://khkonsulting.com/2010/09/reading-pdf-form-fields-with-vba/

  • How to Change the Document Condition Values in PO print

    HI,
    I have a requirement to change the document condition values in PO printout. We are using the copied form of MEDRUCK.
    Please tell me how can i change the Document Condition Values at run time.
    Thanks....

    hi
    hence you have copied standard script you cant able to change the driver program for this you have to use itcsy structure.
    go to the page window and select the window which you have the amount field. open the text editor of the windoiw here write
    /:           PERFORM CONTACT IN PROGRAM ZAMOUNT_ZF110_IN_AVIS1_C
    /:           USING &REGUH-ZALDT&
    /:           CHANGING &DT&
    /:           ENDPERFORM
    now create a report program with name  ZAMOUNT_ZF110_IN_AVIS1_C.
    and follow as the example program is .
    *&      Form  CONTACT
          text
         -->IN_TAB     text
         -->OUT_TAB    text
    FORM contact TABLES in_tab STRUCTURE itcsy
                       out_tab STRUCTURE itcsy.
      DATA : v_telf1 TYPE telf1.
      DATA : v_telfx TYPE telfx.
      DATA : v_adrnr TYPE ad_addrnum.
      DATA : v_flagcomm6 TYPE ad_flgcm06.
      DATA : v_datum(10) TYPE c.
      DATA : v_sydatum TYPE sy-datum.
      DATA : v_lifnr TYPE lifnr .         " Santosh Rawat , 19th Feb
      DATA : v_email TYPE ad_smtpadr .   " Santosh Rawat , 19th Feb
      LOOP AT in_tab.
        IF in_tab-name = 'REGUH-LIFNR'.
      CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' " Santosh Rawat , 19th Feb
            EXPORTING
              input  = in_tab-value
            IMPORTING
              output = v_lifnr.
          SELECT SINGLE telf1 telfx adrnr FROM lfa1
            INTO (v_telf1, v_telfx, v_adrnr)
            WHERE lifnr = v_lifnr.
          SELECT SINGLE smtp_addr FROM adr6    " Santosh Rawat ,19th Feb
         INTO v_email WHERE ADDRNUMBER = v_adrnr. " Santosh Rawat ,19th Feb
         SELECT SINGLE flagcomm6 FROM adrc INTO v_flagcomm6
           WHERE addrnumber = v_adrnr.
        ELSEIF
          in_tab-name = 'REGUH-ZALDT' OR in_tab-name = 'REGUP-BLDAT'   .
          MOVE in_tab-value TO v_datum.
          REPLACE ALL OCCURRENCES OF '.' IN v_datum WITH ' '.
          CONDENSE v_datum.
          MOVE v_datum TO v_sydatum.
    *CALL FUNCTION 'CONVERSION_EXIT_INVDT_INPUT'
    EXPORTING
       input         = V_DATUM
    IMPORTING
      OUTPUT        = V_DATUM
          CALL FUNCTION 'CONVERT_DATE_TO_EXTERNAL'
            EXPORTING
              date_internal            = v_sydatum
            IMPORTING
              date_external            = v_datum
            EXCEPTIONS
              date_internal_is_invalid = 1
              OTHERS                   = 2.
          IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
          ENDIF.
        ENDIF.
      ENDLOOP.
      LOOP AT out_tab.
        IF out_tab-name = 'TEL'.
          MOVE v_telf1 TO out_tab-value.
        ELSEIF out_tab-name = 'FAX'.
          MOVE v_telfx TO out_tab-value.
        ELSEIF out_tab-name = 'EMAIL'.
          MOVE v_email TO out_tab-value.        " Santosh Rawat , 19th Feb
        ELSEIF out_tab-name = 'DT'.
          MOVE v_datum TO out_tab-value.
        ENDIF.
        MODIFY out_tab FROM out_tab.
    *MODIFY TABLE OUT_TAB .
      ENDLOOP.
    ENDFORM.             }
    reply for any query.
    regards,
    venkat.

  • Bapi or FM to print the document attached in DMS

    Hi,
    We have a requirement to print the document in DMS as one of the functionalities of a report.
    Is there any BAPI or Function modules that can be used to print the documents checked in using transactions CV01N or CV02N.
    Thanks,
    Simmi

    We had the same issue. Where we stored PDF's in DMS and we needed to print multiple files in an automated fashion.
    We used "CV120_DOC_CHECKOUT_VIEW" to get the document and "CV120_START_APPLICATION" to print.
    Note "CV120_START_APPLICATION" uses the front end application to print, so the user needs to have the applicaiton of the original file installed. Also, there can be memory limitations that restrict the number of files that can be printed at any one time.
    For example if you are printing 20 originals, you will be opening 20 files on the desktop and printing. You get the picture...

  • Exporting the Document structure from CDESK

    Hi,
    I have a requirement to export the Document structure coming in Tcode CDESK for assemblies to Excel format with the fields like MM#, Description,ECM#, User etc.... How to get it ?
    Thanks,
    Suresh HP

    Hi Suresh,
    The structures can be brought to screens as a view only with enhancement and you need tio cinsult with abap'r and ask to make a view for the structure in respective screen like MM# ,ECM#. The views can resolve your requirement.
    I hope this will help.
    Regards,
    Ravindra

Maybe you are looking for

  • How to get the values of drop downs, which are gonna create at run time.

    As per my design requirement, I have to create drop downs in an ADF display table. The no# of rows of the table are gonna decide the no# of the drop downs. User can select the values from drop downs. My issue is, how can I capture the selected values

  • Keyboard switching while updating software ....

    Hello, My password was refused when autorizing the installation of the OS X 10.4.3 update (but I could close and open a session without problem). After searching for a clue, I discovered that the mapping of my keyboard was different when I was in the

  • Can not open remote files

    Code allows me to open a web folder on a local server but not to open an individual html file. Do files have to be located on local hard drive in order to open and edit? Back to Dreamweaver...

  • Error after calling PL/SQL Stored Procedure

    I have a JSP/Struts application that has a master table and several subordinate tables. Each table has inserts, updates and deletes handled by a stored procedure. When a record is inserted into any of the subordinate tables, the stored procedure gets

  • SAP ECC 6.0 GUI

    Hi,       can anyone tell me is there any version related to 4.7 which has the GUI as ECC 6.0?