I need some examples of invoice templates

Hi, i'm new in xml publihser and i would like to receive some examples of complex templates (exemplos of invoice, order purchasing or others. Send to my email [email protected]
Thanks

Not sure if this would fit in your definition of complex templates, but here is link that provides a zip file with the RTF and sample XML file.
Blog by Tim Dexter: http://blogs.oracle.com/xmlpublisher/2007/10/here_are_my_terms_conditions.html
Look for this statement at the end of the post: 'All files available here and the pertinent bits in the template highlighted in red.' and get the zip file.
Thanks!

Similar Messages

  • Need some examples for smartforms and scripts

    hi
    now i am working in scripts and smartforms. so i need some examples and some information for scripts and smartforms. where i can find that information.

    hi jyothsna,
    i have given below a simple example
    this is the report program,
    *& Report  ZSCRIPT1                                                    *
    REPORT  ZSCRIPT1                                .
    TABLES : EKKO,
             EKPO,
             KNA1,
             USR01,
             MARA,
             MAKT.
    DATA : BEGIN OF ZOPTION.
            INCLUDE STRUCTURE ITCPO.
    DATA : END OF ZOPTION.
    PARAMETERS: P_EBELN LIKE EKKO-EBELN,
                P_EBELP LIKE EKPO-EBELP.
    CLEAR EKPO.
    SELECT SINGLE * FROM EKPO
           WHERE EBELN = P_EBELN AND
                 EBELP = P_EBELP.
    CLEAR KNA1.
    SELECT SINGLE NAME1 FROM KNA1
                  INTO KNA1-NAME1
                  WHERE KUNNR = EKPO-KUNNR.
    CLEAR MAKT.
    SELECT SINGLE MAKTX FROM MAKT
                  INTO MAKT-MAKTX
                  WHERE MATNR = EKPO-MATNR AND
                        SPRAS = SY-LANGU.
    CLEAR USR01.
    SELECT SINGLE * FROM USR01 WHERE BNAME = SY-UNAME.
    ZOPTION-TDDEST    = USR01-SPLD.        "Output device (printer)
    ZOPTION-TDIMMED   = 'X'.               "Print immediately
    ZOPTION-TDDELETE  = 'X'.               "Delete after printing
    ZOPTION-TDPROGRAM = 'ZPQRPRNT'.        "Program Name
    CALL FUNCTION 'OPEN_FORM'
         EXPORTING
             APPLICATION        = 'TX'
            ARCHIVE_INDEX      = ' '
            ARCHIVE_PARAMS     = ' '
             DEVICE             = 'PRINTER'
             DIALOG             = ' '
             FORM               = 'ZFORM1'
             LANGUAGE           = SY-LANGU
             OPTIONS            = ZOPTION
         IMPORTING
              LANGUAGE           = SY-LANGU
           EXCEPTIONS
             OTHERS     = 1.
    CALL FUNCTION 'WRITE_FORM'
         EXPORTING
             ELEMENT       = 'HEADER'
            FUNCTION      = 'SET'
            TYPE          = 'BODY'
             WINDOW        = 'HEADER'
         EXCEPTIONS
              ELEMENT       = 1.
    CALL FUNCTION 'WRITE_FORM'
         EXPORTING
             ELEMENT       = 'MAIN'
            FUNCTION      = 'SET'
            TYPE          = 'BODY'
             WINDOW        = 'MAIN'
         EXCEPTIONS
              ELEMENT       = 1.
    CALL FUNCTION 'WRITE_FORM'
         EXPORTING
             ELEMENT       = 'FOOTER'
            FUNCTION      = 'SET'
            TYPE          = 'BODY'
             WINDOW        = 'FOOTER'
         EXCEPTIONS
              ELEMENT       = 1.
    CALL FUNCTION 'CLOSE_FORM'
         EXCEPTIONS
              UNOPENED = 1
              OTHERS   = 2.
    This is the layout Set
    Layout set           Z_TESTSCRIPT
    Description          Test SAP script
    Standard attributes
      First page          FIRST
      Default paragraph   P1
      Tab-stop            1.00 CH
      Page format         DINA4
      Orientation         Landscape
      Lines/inch            6.00
      Characters/inch      10.00
    Font attributes
      Font family         COURIER
      Font size           12.0 Point
      Bold                No
      Italic              No
      Underlined          No
    Characters    Attributes
      B           Character String Bold
                  Standard attributes
                  Marker            No
                  Font attributes
                  Bold              Yes
    Paragraphs    Attributes
      P1          Default Paragraph
                  Standard attributes
                  Line spacing      1.00 LN
                  Left margin       1.00 CM
                  Alignment         Left-aligned
                  Font attributes
                  Font family       TIMES
                  Font size         12.0 Point
      P2          Header Paragraph
                  Standard attributes
                  Line spacing      1.00 LN
                  Left margin       4.50 CM
                  Alignment         Left-aligned
                  Font attributes
                  Font family       TIMES
                  Font size         18.0 Point
                  Bold              Yes
      P3          Undelined paragraph
                  Standard attributes
                  Line spacing      1.00 LN
                  Alignment         Left-aligned
                  Font attributes
                  Font family       TIMES
                  Font size         12.0 Point
                  Underlined        Yes
    Windows       Attributes
      MAIN        Main window
                  Window type       MAIN
      HEADER      Main window
                  Window type       CONSTANT
      FOOTER      Main window
                  Window type       CONSTANT
    Pages         Attributes
      FIRST       First Page
                  Standard attributes
                  Next page         FIRST
                  Page counter
                  Mode              START
                  Numbering type    Arabic numerals
                  Page window
                  HEADER               Left margin          00.00 CM
                                       Upper margin         00.00 CM
                                       Window width         20.00 CM
                                       Window height        04.00 CM
                  MAIN                 Left margin          00.00 CM
                                       Upper margin         05.00 CM
                                       Window width         20.00 CM
                                       Window height        20.00 CM
                  FOOTER               Left margin          00.00 CM
                                       Upper margin         25.00 CM
                                       Window width         20.00 CM
                                       Window height        04.00 CM
    Text elements for following windows:
    HEADER
    Element HEADER
    /: POSITION XORIGIN 2 CM YORIGIN '-0.5 CM'
    /: BOX XPOS 1 CM YPOS 1 CM WIDTH 18 CM HEIGHT 1 CM FRAME 10 TW INTENSITY 10
    P2     ,,<B>TEST PURCHASE ORDER</>
    MAIN
    Element MAIN
    P1  <B>Customer/Supplier:</>,,&KNA1-NAME1&
    P1  <B>PO No:</>,,&EKPO-EBELN&
    P1  <B>Part No:</>,,&MAKT-MATNR&
    P1  <B>Description:</>,,&MAKT-MAKTX&
    P1  <B>Quantity:,,</>&EKPO-MENGE&
    P1  <B>Sign:</>&uline(81)&
    P1  <B>Date:</>&EKKO-AEDAT&
    FOOTER
    Element FOOTER
    /: POSITION XORIGIN 2 CM YORIGIN '-0.5 CM'
    /: BOX XPOS 1 CM YPOS 1 CM WIDTH 18 CM HEIGHT 1 CM FRAME 10 TW INTENSITY 10
    P2     ,,<B>PLEASE SIGN THE PO BEFORE DISPATCH</>
    <b>reward if useful :)</b>

  • Need some examples how to handle execptions in bpm

    hi guys,
    can any one provide an link where i can get some examples how to handle exceptions and fork etc., in bpm
    regrds
    viswa

    Hi,
    Check this SAP help.
    <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/33/4a773f12f14a18e10000000a114084/content.htm">http://help.sap.com/saphelp_nw04s/helpdata/en/33/4a773f12f14a18e10000000a114084/content.htm</a>
    Regards,
    Sudharshan.

  • Need some example of  'SET DATE MASK'.

    Hi Gurus,
    I need come example of 'SET DATE MASK ' & 'SET TIME MASK'.
    Thanking you.
    Subash

    Hi Subasha,
    / : SET DATE MASK = 'MMMM DD, YY'
    This displays the date as : September 26, 07.
    YY Year (2 digits)
    YYYY Year (4 Digits)
    MM Month (2 Digits)
    MMM Month Name (Abbreviated)
    MMMM Month Name (Full)
    DD Day as two digits
    DDD Day name (Abbreviated)
    DDDD Day name
    Using the SET DATE MASK causes the subsequent date fields to be displayed using the same formatting. To return to the default formatting use the following command:
    /: SET DATE MASK = ' '
    /: SET TIME MASK = 'HH hrs MM min SS sec'
    This displays the time as : 11 hrs 43 min 37 sec'
    The following are the codes that can be used in the time mask:
    HH Hours
    MM Minutes
    SS Seconds
    The time formatting can be reset to the default setting using:
    /: SET TIME MASK = ' '

  • I need some examples

    Does one know where I can find some well documented examples how to use OWF, how to create plsql code with ?
    The documentaitions from oracle are not usable.
    regards

    Hi! I'm new in this, Where I find this Zip File?? If some one have any example I try with Oracle Workflow Designer, and try with OW4J and Jdev 9.05 , 10.1.3 but I don't understand how work the Oracle Workflow Some one have any documentation or functional example????
    Please I need Help :'( Pleaaaseeeeeeee some one.

  • Need some example to study but could not find sh.rpd and sh folder

    Dear all,
    I am new for OBIEE and want to use sh example to study.
    But I am so puzzle that I searched each space of the computer and could not find sh.rpd and sh folder.
    For some reason, I can't re-install dataware house.
    Is there someone could attach the sh folder and sh.rpd?
    Million thanks for any helps!

    hi
    see this
    http://www.oracle.com/technology/obe/obe_bi/bi_ee_1013/bi_admin/biadmin.html
    here you can download the sh rpd.. .

  • Need some help with printing Templates

    Hi All,
         So I was hoping for a bit of help. I am currently doing all illustrator work for my new job. I have not been on the program in a long time and the version I am using is CS4. I have been creating brochures and flyers all A4 size and i have hit a bump in the road. I need a 6pp A4 Z folded (Inside) and 6pp A4 Z folded (outside) template. I Have been using the A3 folded to A4 guides to great affect for a two page brochure. But i cannot for the life of me find a template guides for 6pp A4 brochure.
    This was the best i could do, its a pdf but I prefer working with the guides. I have just been downloading the previous templates from commercial printing websites. I found one that was right but not compatible with CS4.
    Any help with finding one or any ideas on a path to take would be greatly appreciated.

    Why don't you just setup the file you need?
    Create your guidelines and there you go.

  • Neede some example

    Hi guys,
    can anyone give an example for IDOC to FILE scenario?
    like for FILE 2 IDOC posting purchase orders form a third party system to SAP R/3 system.like this can anyone give an example for IDOC to FILE?

    Refer the below link
    /people/prateek.shah/blog/2005/06/08/introduction-to-idoc-xi-file-scenario-and-complete-walk-through-for-starters - IDoc to File
    /people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit - File to RFC
    /people/ravikumar.allampallam/blog/2005/06/24/convert-any-flat-file-to-any-idoc-java-mapping - Any flat file to any Idoc
    Pls reward if useful

  • Please ..give me some example APDU for writing data to java card

    morning everybody .. :)
    I need some example APDUs for writing data to java card. (CLA || INS || P1 || P2 etc)..
    please..thank for your attention .. god blessing u.

    Hi,
    did you check some articles about JavaCards:
    [Understanding Java Card 2.0|http://www.javaworld.com/cgi-bin/mailto/x_java.cgi?pagetosend=/export/home/httpd/javaworld/javaworld/jw-03-1998/jw-03-javadev.html&pagename=/javaworld/jw-03-1998/jw-03-javadev.html&pageurl=http://www.javaworld.com/javaworld/jw-03-1998/jw-03-javadev.html&site=jw_core]
    [How to write a Java Card applet: A developer's guide|http://www.javaworld.com/cgi-bin/mailto/x_java.cgi?pagetosend=/export/home/httpd/javaworld/javaworld/jw-07-1999/jw-07-javacard.html&pagename=/javaworld/jw-07-1999/jw-07-javacard.html&pageurl=http://www.javaworld.com/javaworld/jw-07-1999/jw-07-javacard.html&site=jw_core]
    Hope it helps,
    Tex

  • Give Me Some Example Codes!!

    I need some example codes that has a dataSource and the separate java file written in JDBC

    The following code will establish a database connection, if you have a datasource called "Labor" defined
    --> go to Control Panel
    --> go to Administrative Tools
    --> ODBC Data sources
    --> User DSN (Add a data source called Labor of type Ms-Access) You will need to have a database already created. Give the path to this database.
    Connection con = null;
    Statement st = null;
    String url = "jdbc:odbc:Labor"; //define the URL
    try {
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    } catch (Exception e) {} //Locate the Driver
    try {
    con = DriverManager.getConnection(url, "", "");
    } catch (Exception e) {} //Open A Database Connection
    try { st = con.createStatement(); } catch (Exception e) { }
    You can then execute SQL queries using the Statement object. It will return result sets, but you need to research this some more as there is too much to explain.
    Adwait

  • I need some FREE website templates that i can edit in dreamweaver.. help!!!

    i need some FREE website templates that i can edit in dreamweaver.. help!!! anyone know where i can find good ones?

    By Template, are you looking for DW Template.dwt files?
    Dreamweaver templates: Customizable starter designs for beginners | Adobe Developer Connection
    Or pre-built CSS & HTML Layouts (starter pages)?
    For starter pages in DW, go to File > New > Blank page > HTML.
    Select a layout from the 3rd panel and hit Create button.
    Or, look at Project Seven's commercial CSS Layouts and Page packs (not free, but well worth the investment if you want a good final product).
    http://www.projectseven.com/
    Or do you want Responsive Layouts that work in mobile, tablet and desktop?
    Foundation Zurb
    http://foundation.zurb.com/templates.php
    Skeleton Boilerplate
    http://www.getskeleton.com/
    Initializr (HTML5 Boilerplate, Responsive or Bootstrap)
    http://www.initializr.com/
    DMX Zone's Bootstrap FREE extension for DW
    http://www.dmxzone.com/go/21759/dmxzone-bootstrap/
    Nancy O.

  • I'm looking for a template for writing an eBook in Pages. I know about exporting to PDF but wondered if I needed a specific type of template or another software of some kind. I have an older iBook G4 (and love it BTW) and am using Pages 3.03

    I'm looking for a template for writing an eBook in Pages. I know about exporting to PDF but wondered if I needed a specific type of template or another software of some kind. I have an older iBook G4 (and love it BTW) and am using Pages 3.03. Anybody with any ideas on what to od? Thanks

    Peter,
    does Pages v4 (09) work on a G4 chip? I think I've updated this old Mac iBook as far as it will go. In other words will I need to buy a newer laptop to get the Pages 09 to work and ouput to an eBook? Thanks. Richard

  • I need some working examples with pl/sql records and pl/sql tables.

    i am new to pl/sql tables and pl/sql records. i need some working examples on pl/sql records and pl/sql tables from basics to hoghlevel.how to use then procedures and functions and packages.

    i am new to pl/sql tables and pl/sql records. i need some working examples on pl/sql records and pl/sql tables from basics to hoghlevelThere is no such thing as PL/SQL "+tables+". This is a misnomer and creates the perception that a PL/SQL "table" is somewhat like a SQL table. Nothing can be further from the truth. The correct term is "+collection+" or "+associative array+". Compared to SQL tables, these are very primitive structures, very rigid structures, cannot scale, and can be quite expensive memory wise.
    That is not to say do not use an associative array or collection. These are very useful tools.. but only when applied correctly. Like using a collection for a bulk fetch to transfer more rows between the PL and SQL engines and thus decrease context switching.
    Unfortunately, quite often we see the row-by-row and slow-by-slow approach - where the developer uses SQL as an I/O only layer, pulls rows into expensive PL engine memory into record structures and arrays, and then process the rows there.
    So before looking at working example (even the wrong approach's code will compile and run and work in practice), make sure that you know the fundamentals of correctly using the PL engine and correctly using the SQL engine. And these fundamentals can be summed up into a very basic rule:
    Maximize SQL. Minimize PL/SQL+
    Get this rule right, and you will have a sound foundation for writing performant and scalable Oracle applications.

  • Some example to create an static page from WCM using templates

    Hi,
    I am new to Oracle WCM. I want to create a simple page with header, footer, side navigation and page content. Please can you provide me some examples from end-to-end creation of page?
    Thanks
    Neetu

    The Developer Guide has some detail on FSII - http://docs.oracle.com/cd/E29495_01/doc.1111/webcenter_sites_11gr1_bp1_developer_guide.pdf
    All documentation can be found on OTN - http://docs.oracle.com/cd/E29495_01/index.htm
    Phil

  • In a bit of a pickle and I need some guidance...

    I'm what you call a "Jack of all trades, Master of none". I've dabled in technology since I was a kid, but have never taken any formal classes or had any training on anything. I learned how to use Photoshop, Fireworks and Dreamweaver on my own over the years. Pretty much one of those trial and error kind of guy, but it has opened up many opportunities for me.
    Well, the company I work for recently decided to do some advertising at a local horse race track. One of the ways we'll be advertising our business there is on a 20 ft. tall by 40 ft. long billboard. Knowing that I've done some print advertising for them in the past, they asked me if I could come up with something to have printed to put on the billboard and of course I took on the challenge.
    I already have the perfect idea in mind for the billboard and all I need to do is implement it. The only problem I have is that I've never had to make something for that big of print. So my question is, should I be using InDesign CS6 for this, or is this something I should use Photoshop CS6 for?
    If someone could point me in the right direction I would really appreciated. The worst part is that I need to have this done ASAP as the racing season starts on Monday.
    Any help will be greatly appreciated.
    Thank you,
    Roberto

    You will absolutely want to contact the billboard company to find out the technical specifications. After having worked at an outdoor advertising company, I can share a few tips with you.... Scale is a tough question to answer because some companies use a 1 ft = 1 in. scale and others have a different scaling method. Some will provide templates either in PDF format or in all of the programs they work with. Try checking the printer's website, if there's no info, you'll want to get in touch by phone - which is usually a good idea the first time you work with a printer anyway.
    Most companies will accept all the major file types: PDF, EPS & JPG included, but you want to make sure before you get too far into the project. Sounds like you have an idea in mind, so what I really wanted to mention to you was that billboards are unique design-wise. You'll want to keep in mind that you only have about five seconds to get your message across and it needs to very legible. If the sign is lit, then you want to make sure to use a color combo that will work well both day and night, and in different lighting conditions in between. Certain color combinations work better than others as do some fonts. As Peter mentioned, billboards are sometimes produced in panels. You will want to know whether the billboard you are designing for is going to be produced in panels or in one vinyl sheet. Back at the company I worked for (keep in mind this was quite a few years back), the cost of the billboard was affected by how many colors were used in each panel of the billboard, so this may be a good question to check on as well.
    For some good tips on design and to get an idea of the types of specifications you'll be dealing with (but again, be sure to ask YOUR printer for their specs), take a look at these two links from Lamar Graphics. I don't have any connection with the company, but they are all over the U.S. so they are a good starting reference point.
    http://www.lamaroutdoor.com/
    Go to Creative Lab->Everyone is an Artist for some great hints about colors, graphics and fonts to use in billboard design.
    For some examples of technical specifications, look at this part of their website:
    http://www.lamargraphics.com/lgweb/LG2k8/LG2k8-Plants.aspx

Maybe you are looking for

  • How can I change the default web form names?

    I'm using the web forms in Business Catalyst, but our web site is in Norwegian, so I want the default FirstName and LastName values to be displayed in Norwegian in the error message when the field is not filled out. At the moment the user will get an

  • My LAN connection isn't showing up!

    MY ethernet port isn't showing up on my device manager. there is a jack on the back and it does light up when I put in a network cable but nothing else happens. Right now I'm using my wireless card and thats the only thing that shows up under network

  • Iphone 6 photo image compression/ quality loss

    iPhone 6 and 6 plus have pretty remarkable cameras. But oddly, Apple doesn't seem to want you to keep the high quality images and videos you take. As soon as you email let's say a 3.5 mb photo image, you are asked what size you want to email it in an

  • My computer is blocking

    about 2 weeks ago my itunes started to work very bad and about 1 week ago ,when i was trying to use itunes my computer blocked.i restarted it but it kept like this.now my computer is blocking even if itunes is not opened.the problem is getting very s

  • [HELP] SpaceChem from Steam is not working on Arch x86_64

    Hi, I'm trying to get SpaceChem to work by disabling STEAM_RUNTIME, disable in-game overlay, install dependencies but none seem worked. Here is steam output when I tried to run SpaceChem ERROR: ld.so: object '/home/linux/.local/share/Steam/ubuntu12_3