Datastream package format (document needed)

Hi,
I'm implementing a java component which generates a installable Solaris package out of target directory. I'm able to generate a filesystem format package just fine but when searching for documents about datastream package format I'm lost.
The component should be portable so I can't use pkgtrans for this.
Could someone point me to a document which describes this datastream format.
-Petri

Hi,
Broadly in SAP there will be two types of Consultants - Functional and Technical. Technical consultants are mainly working on developments / changes in programs using ABAP language.
On the other hand Functional Consultants understand the business process from Business users and map the functionality in SAP by doing required configurations and by designing reports.
Here comes the Functional Design Specification. The report / an extension is developed by Technical resource, but the design / explanation has to be given by Functional Consultant in such a way that Technical Consultant is able to understand it. In other words it should be a media for converting Business language into a language understood by Technical Consultant.
So, in a Functional design of a report Functional Consultant should furnish the following information:
   - Assumptions made
   - Pre requisites to be met for executing the report / transaction
   - Main Tables from which data to be selected
   - Selection Parameters for executing the report.
   - Logic for the Program
   - Layout of the report
Thanks
Murali.

Similar Messages

  • Unable to load Packaged App Document Library 0.91 in Apex 3

    I have downloaded packaged application Document Library 0.91 from packaged applications URL and trying to import it into APEX 3.0.
    In Application Builder I am getting an error message that 'Script has exceeded the maximum limit'. So I tried executing the install script as a application parsing schema, then it returned following error in SQL*Plus:
    SQL> spool doclib_install.log
    SQL> @doc_library_installer_0.91.sql
    APPLICATION 12487 - Document Library 0.9
    Set Credentials...
    Illegal security group id value for this schema.
    Check Compatibility...
    API Last Extended:20070108
    Your Current Version:20070108
    This import is compatible with version: 20060224
    COMPATIBLE (You should be able to run this import without issues.)
    Set Application ID...
    begin
    ERROR at line 1:
    ORA-20001: Package variable g_security_group_id must be set.
    ORA-06512: at "FLOWS_030000.WWV_FLOW_API", line 45
    ORA-06512: at "FLOWS_030000.WWV_FLOW_API", line 237
    ORA-06512: at line 4
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.1.0.4.2 - Production
    With the Partitioning, OLAP and Data Mining options
    Am i missing anything or if anybody got a luck to install this app into Apex 3.0 pls. let me know how to resolve the above error?
    Thanks & regards,
    Preet

    Preet,
    Maybe we need to be more explicit in the readme. You need to "Import and install the doc_library_installer_0.91.sql ... Select to install supporting objects." This is from the Application Builder, select Import. Maybe you uploaded it as a script under the SQL Workshop? Those directions are in the readme for upgrading from the .9 version to the .91 version without losing your data.
    -- Sharon

  • Importing MS Word formatted document, format changes!?

    I'm showing my ignorance of this product again (and apologies for that being the case, as I'm really trying to get up to speed on this product but seem to keep failing at it...  I swear I actually did understand PageMaker and other similar products when they were in their heyday!), but I'm struggling to import formatted text into a structured FrameMaker document (book).
    I'm cheating a bit and have copied a .book (and all the included files) from a prior document that was created by the tech writer that I'm working to fill-in for.  The main section of that .book includes a .fm file that is the primary document.  There are several other pieces of the book that I have successfully updated (for now), including the table of contents (which will likely lead to frustration later when I need to update the entire .book).
    Anyway, I select all of the text in the flow that I want to replace, delete it all (whee, gone that quickly!) and then use File > Import to import an MS Word 2007 formatted document.  That document includes a numbered list that has sub numbers as part of it...
    For example:
    1. Heading...
    Text...
    * Bulleted List
    * Bulleted List item, etc.
    1.1 Further information related to 1 above
    More text
    * More bulleted lists
    - sub to that bullet list
    - additional sub to the bulleted list
    * More bullet list
    2. New Heading
    Hopefully that comes through in a way that helps what I'm working with make sense.
    Anyway, I want to import the nicely formatted MS Word document back into Frame to replace the content that was there before.  Alternatively, if there is a simple way to edit the content that was there previously and retain the bulk of the formatting, then I'm game.  The key thing for me is getting the numbered list to look and work right, with the sub numbers where needed.  When I tried to edit the text that was there and get the listing right I'm lost as to how to edit it in a way that makes sense to me.  Again, it may just be ignorance on my part, and again I apologize and appreciate any assistance anyone can lend.
    I swear FrameMaker 9 just makes me long for the good old days of working on a Xyvision system (or even worse the old Penta system that I worked on before that), or at least makes me want to find a copy of Quark Xpress or something similar ;-)
    Thanks in advance for any assistance that can be lent to this poor lost soul :-}

    Barry,
    but I'm struggling to import formatted text into a structured FrameMaker document (book).
    import an MS Word 2007 formatted document.
    First, I doubt that you are working with a structured document. If you are, you do not want to import a Word file into a structured Frame document, because you will then have to apply the structure. A structured document is like an XML document but with the formatting added. That is, a structured document has elements inside elements, etc. To see whether it really is a structured document, open one up, place the insertion point inside a text flow, and select StructureTools > Structure View (FrameMaker 9), or something similar for your version of Frame. You should see a window with little rounded boxes hanging from vertical lines...that is the document's structure. If the window is empty, you do not have a structured document.
    Furthermore, importing a formatted Word file into an unstructured Frame document does not guarantee the same formatting in Frame as in Word. I never do it, so I will let others explain more about that.
    Alternatively, if there is a simple way to edit the content that was there previously and retain the bulk of the formatting, then I'm game.  The key thing for me is getting the numbered list to look and work right, with the sub numbers where needed.
    Of course, FrameMaker allows you to edit its files. In an unstructured document, you format things virtually the same as you do in Word, that is, you apply styles (also called tags) to paragraphs. So, you have to be, or get, familiar with the available styles. For nested lists, there are typically two styles for each level of the list. One of the styles/tags will have a name indicating it is the tag to be used for the FIRST item in the list. This tag resets the numbering to 1. For example, if the outer list has a tag named numbered_list, then there is likely another tag named numbered_list_first. The numbered_list_first tag is applied to the first item in the list and the numbered_list tag is applied to the remaining items in the list. The "first" tag restarts the numbering and the other tag simply increments the numbering.
    Sublists might have tags like sublist_numbering. I have seen tags named list_alpha (for lists numbered with letters), list_roman (for lists numbered with roman numerals), etc. It all depends upon how the tags were created and by whom.
    I suggest you read more about this in the FrameMaker user manual. The user manual explains the guts of list numbering.
    I hope this helps,
    Van

  • Put a Landscape page in a Portrait format Document

    Hi guys,
    Any idea how come put a Landscape page in all Portrait format Document? Some tables needs to go on landscape format as is a scientific report and the author wanted this way.
    Thanks for any clue,
    Cheers,
    Sebastiao

    Depends on your version, and what you mean by a landscape page.
    CS 4 allows you to rotate a spread view, but the page size and shape remain the same. This is what most people mean by a landscape page in a portrait doc, but you might really mean a page the same height, but wider, that needs to fold out -- common in technical work. For that you need to add a page or more to your spread (and don't forget that page also has a reverse, so add it to the corresponding opposite spread, too).
    For earlier versions of ID you can rotate the text frame on the page where the table goes and tip your head, or you can make a separate document and combine it in a book, but ultimately you'll need to either rotate it back for printing or do the fold-out as above, so I'd stick with rotating the frame for just one or two tables.
    Fold-out pages require special handling and a discussion with the printer.
    Peter

  • How do I get applescript to package a document?

    I have an applescript started that appears to pass syntax checks, but when I run it, I get error window that says InDesign can't complete the package. It doesn't tell me why it can't complete.
    package to exportPackage ignore preflight errors preflight_errors with copying fonts, copying profiles and copying linked graphics
    exportPackage is a variable that contains the path to a server location. I've tried changing it to the desktop, but get the same error.
    I can complete the package process manually.

    This is what I found with CS4
    When I tried to package a document using the original code I would get a "missing required parameter" error
    Full line needed to read (for my purposes) :       
    package to exportPackage with copying fonts, ignore preflight errors, copying profiles, updating graphics, including hidden layers, copying linked graphics and creating report
    d.

  • What minimum Support Package level is needed in BW 3.5 / 640 to be able to

    Hello Experts,
    A quick question:
    what minimum Support Package level is needed in BW 3.5 / 640 to be able to run the SAPGUI 7.10 (including BW add-ons)?
    I am also searching at my end.
    <removed_by_moderator>
    Read the "Rules of Engagement"
    Best Regards
    Sachin Bhatt
    Edited by: Juan Reyes on Jun 29, 2009 11:15 AM

    Hi,
    Refer the below link
    https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=30625
    A. FEP stands for Front-End Patch. FEPs are the patches that SAP releases for the BW front-end components of the SAP GUI.
    They can be downloaded from the SAP Service Marketplace (SMP login required), browsing to the following locations:
    BW 3.5 Addon can be found at Downloads -> SAP Support Packages and Patches -> Entry by Application Group -> SAP Frontend Components -> BI ADDON FOR SAPGUI -> BW 3.5 ADDON FOR SAPGUI 7.10-> Win32.
    BW 7.0 Addon can be found at Downloads -> SAP Support Packages and Patches -> Entry by Application Group -> SAP Frontend Components -> BI ADDON FOR SAPGUI -> BI 7.0 ADDON FOR SAPGUI 7.10-> Win32.
    Let us know if u have any issues.
    Regards,
    Ravi

  • How can i see my formatted document??

    Hi,
    I have this table
    CREATE TABLE ARCHAEOLDB(
    ID_DOC NUMBER(5) PRIMARY KEY,
    NOME_DOC VARCHAR2(200),
    FMT_DOC VARCHAR2(10)
    this is an example of my formatted document in my table.It has stored in my file system
    INSERT INTO archaeoldb VALUES(1,'RapportiSiciliaMagnaGreciaEtruriaTestimonianzaAraTarquinia.doc','binary');
    My datastore is file_datastore, and my filter is inso_filter.
    How can i see my formatted documents from php?
    I tried to create a table that contained the text of every document,using ctx_doc.Filter, in this way
    create table doc_filter
    query_id number constraint doc_filter_key primary key,
    document clob,
    format_doc VARCHAR2(10) default ‘binary’
    begin
    Ctx_Doc.Set_Key_Type ( Ctx_Doc.Type_Primary_Key );
    Ctx_Doc.Filter
    index_name => 'archindex' ,
    textkey => '2',
    restab => 'doc_filter',
    query_id => 2,
    plaintext => true /* try the effect of FALSE */     
    end;
    but if i runned from php
    select format from doc_filter where query_id=2 ;
    the result was a not formatted document..
    how can i solve my problem??
    if there are other solution, it's ok!!
    I tried in many ways, but i can't solve this problem!!
    thankyou

    SORRY!

  • Converting spool request into multiple pdf formated documents

    Hi Guys,
                 I am designing a report with several pages of output and running it in background.
    Is there a possibility to convert each page into an separate pdf format document ?
    If I use ALV report as output, if its more than page, do I face any issue with pdf conversion.
    Thanks

    Check the Following code, This might be helpful:
    form rstxpdft4 using filename.
    * Read spool job contents (OTF or ABAP list) and convert
    * to PDF, download PDF
      data: download  value 'X'.
      data: lv_filename like rlgrap-filename.
      lv_filename = filename.
      data otf like itcoo occurs 100 with header line.
      data cancel.
      data pdf like tline occurs 100 with header line.
      data doctab like docs occurs 1 with header line.
      data: numbytes type i,
            arc_idx like toa_dara,
            pdfspoolid like tsp01-rqident,
            jobname like tbtcjob-jobname,
            jobcount like tbtcjob-jobcount,
            is_otf.
      data: client like tst01-dclient,
            name like tst01-dname,
            objtype like rststype-type,
            type like rststype-type.
      select single * from tsp01 where rqident = gt_rq-rqident.
      if sy-subrc <> 0.
        write: / 'Spool request does not exist', gt_rq-rqident
                color col_negative.
        exit.
      endif.
      client = tsp01-rqclient.
      name   = tsp01-rqo1name.
      call function 'RSTS_GET_ATTRIBUTES'
           exporting
                authority     = 'SP01'
                client        = client
                name          = name
                part          = 1
           importing
                type          = type
                objtype       = objtype
           exceptions
                fb_error      = 1
                fb_rsts_other = 2
                no_object     = 3
                no_permission = 4.
      if objtype(3) = 'OTF'.
        is_otf = 'X'.
      else.
        is_otf = space.
      endif.
      if is_otf = 'X'.
        call function 'CONVERT_OTFSPOOLJOB_2_PDF'
             exporting
                  src_spoolid              = gt_rq-rqident
                  no_dialog                = ' '
             importing
                  pdf_bytecount            = numbytes
                  pdf_spoolid              = pdfspoolid
                  btc_jobname              = jobname
                  btc_jobcount             = jobcount
             tables
                  pdf                      = pdf  .
      else.
        call function 'CONVERT_ABAPSPOOLJOB_2_PDF'
             exporting
                  src_spoolid              = gt_rq-rqident
                  no_dialog                = ' '
             importing
                  pdf_bytecount            = numbytes
                  pdf_spoolid              = pdfspoolid
                  btc_jobname              = jobname
                  btc_jobcount             = jobcount
             tables
                  pdf                      = pdf
    *************** download PDF file ***********
    v_filename = lv_filename.
    *  call function 'WS_DOWNLOAD'
    *       exporting
    *            bin_filesize            = numbytes
    *            filename                = lv_filename
    *            filetype                = 'BIN'
    *       tables
    *            data_tab                = pdf
    *       exceptions
    *            file_open_error         = 1
    *            file_write_error        = 2
    *            invalid_filesize        = 3
    *            invalid_type            = 4
    *            no_batch                = 5
    *            unknown_error           = 6
    *            invalid_table_width     = 7
    *            gui_refuse_filetransfer = 8
    *            customer_error          = 9
    *            others                  = 10.
    *  if sy-subrc <> 0.
    ** MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    **         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    *  else.
    *    gv_count = gv_count + 1.
    *  endif.
    CALL FUNCTION 'GUI_DOWNLOAD'
      EXPORTING
        BIN_FILESIZE                    = numbytes
        FILENAME                        = v_filename
        FILETYPE                        = 'BIN'
    *   APPEND                          = ' '
    *   WRITE_FIELD_SEPARATOR           = ' '
    *   HEADER                          = '00'
    *   TRUNC_TRAILING_BLANKS           = ' '
    *   WRITE_LF                        = 'X'
    *   COL_SELECT                      = ' '
    *   COL_SELECT_MASK                 = ' '
    *   DAT_MODE                        = ' '
    *   CONFIRM_OVERWRITE               = ' '
    *   NO_AUTH_CHECK                   = ' '
    *   CODEPAGE                        = ' '
    *   IGNORE_CERR                     = ABAP_TRUE
    *   REPLACEMENT                     = '#'
    *   WRITE_BOM                       = ' '
    *   TRUNC_TRAILING_BLANKS_EOL       = 'X'
    *   WK1_N_FORMAT                    = ' '
    *   WK1_N_SIZE                      = ' '
    *   WK1_T_FORMAT                    = ' '
    *   WK1_T_SIZE                      = ' '
    *   WRITE_LF_AFTER_LAST_LINE        = ABAP_TRUE
    *   SHOW_TRANSFER_STATUS            = ABAP_TRUE
    * IMPORTING
    *   FILELENGTH                      =
      TABLES
        DATA_TAB                        = pdf .
    *   FIELDNAMES                      =
    Thanks.

  • I installed CS6 and can not package a document in InDesign that I was able to package before.  Pop u

    I installed CS6 and can not package a document in InDesign that I was able to package before.  Pop up widow "Cannot copy nessessary linked file(s)"

    Yes I am using InDesign 8.0.1 does that mean I'm patched to it?
    I got a new MacBook Pro and migrated the InDesign files from my old computer to my new one.  Would the migration change file or folder names?  I was able to package files on my old computer but I was using CS5.5.

  • Mail adapter fails when using Mail Package Format

    Hi.
    Using XI 3.0 stack level 9.
    When i set up the mail adapeter to Use mail package format (by ticking the "Use Mail Package") checkbox I get the following error :
    "error occured: [2005-09-14T09:42:46Z] unable to call the mailer; com.sap.aii.messaging.srt.BubbleException: Failed to call the endpoint  [null "null"]; nested exception caused by: com.sap.aii.messaging.util.XMLScanException: expecting end tag: Mail, but found Subject at state 1".
    The scenario is basic : file in mail out.
    File coming in has the structure :
    <ns:Mail xmlns:ns="http://sap.com/xi/XI/Mail/30">
      <ns:Subject>Sap test</ns:Subject>
      <ns:From>SAP</ns:From>
      <ns:To>[email protected]</ns:To>
      <ns:X_Mailer>Outlook</ns:X_Mailer>
      <ns:Content>Contect</ns:Content>
    </ns:Mail>
    Any help would be appreciated.

    Hi Rodney,
    try to use the following structure...
    <ns:Mail xmlns:ns="http://sap.com/xi/XI/Mail/30">
      <Subject>Sap test</Subject>
      <From>SAP</From>
      <To>[email protected]</To>
      <X_Mailer>Outlook</X_Mailer>
      <Content>Contect</Content>
    </ns:Mail>
    The namespace should only be included in the Mail tag. On our side it works fine with the mentioned structure.
    Hope it helps...
    Regards,
    Lars

  • My ipad mini is stil in warranty, but my software has some problem, if format it need to pay?

    my ipad mini is stil in warranty, but my software has some problem, if format it need to pay?

    Restoring the iPad can be done by the owner and doesn't involve or affect the device's warranty. It's free.
    (107649)

  • Arch Linux package format

    Hi Guys,
    I have been playing around with pacman in the freebsd operating system. My goal is just to install a package into the freebsd system with pacman (no dependencies for now). The idea is to compile the software with the freebsd ports system, make a freebsd package and convert that to a pacman package to install it. I could not find information of the package format of pacman. However, both packages format look very similar, so I think the conversion should be straight forward.
    Do you know of any documentation of the pacman package format? Are there any tools that can help me with this?
    Thanks in advance,
    Luis.

    Ranguvar wrote:I think it'd be more work to write an auto-converter (and deal with bad PKGBUILDs it makes) than to just manually write PKGBUILDs -- they're beyond simple
    I agree. Additionally many ports stop and want you fill out options which would further complicate.
    I'm intrigued by the idea of having a pacman based BSD system, though in the long run it would warrant it's own BSD distro (ArchBSD if you will), and would not be that useful on top of Free/Net/Open BSD.
    I would envision ArchBSD based on an ArchBSD ABS tree, and not on ports. (Although ports would be a primary reference for how to build packages).
    The options for ports brings the same problems that Gentoo useflags have into the mix. How does one deal will variations of a package, and are those variations part of the dependency information? Just food for thought...

  • SAP R/3 installation document needed

    SAP R/3 installation document needed  please any one send me docs

    HI,
    Go to https://websmp104.sap-ag.de/instguides -> Installation and Upgrade Guides(Left menu)
    ->SAP Components->SAP R/3 then choose the Release.
    Some useful info~
    R/3 Installation at home PC
    Regards,
    Moorthy

  • I need a word document generator, that has a bar to enter equations similar to the Microsoft word program. The document needs to be able to be saved as a word document so my professors can open it in windows. HELP!!

    I need a word document generator, that has a bar to enter equations similar to the Microsoft word program. The document needs to be able to be saved as a word document so my professors can open it in windows. HELP!! My computer is 2012 iMac desktop

    Not sure if any of the alternatives to Office (word) for Mac are near the feature set you require.
    There are a few listed here at this page, in some ways aren't exactly like Office or Word; the feature you seek may (or may not) exist. I'd try & see about neooffice compatibility...
    http://www.digitaltrends.com/computing/best-microsoft-office-alternatives/
    http://www.neooffice.org/neojava/en/index.php
    http://www.libreoffice.org/
    Good luck & happy computing!

  • Check for missing plugin while packaging a document

    Hi All,
    I used
    InDesign.app.activeDocument.packageForPrint(packagePath , true , true , true , true , true , true , true , "" , true);
    to package a document but in case of missing plugin it does not create the compltete package only a text file gets created.
    Let me know how I could determine that document is opened with missing plugin so that I can show an alert message before proceeding with package.
    Regards,
    Alam

    Hi,
    Not directly but in case of missing plugin
    doc has a name;
    doc.saved == false;
    doc.filePath throws an error;
    maybe to play around with above could be a kind of solution...
    Jarek

Maybe you are looking for