Need help adding a second page on reports builder, paper layout.

Hi,
I have a requirement where I need to create a paper layout using Reports Builder (10.1.2.0.2). This report will print out the following:
1) Invoice
2) VAT Slip (on a separate page)
So far I have created the invoice part and it is printing properly. Now I want to add the Vat slip. When I use the "Trailer Section" on the rdf report, I create a frame and inserted some text. The report ran just fine. Then in the same frame, I added a repeating frame. And now the report is completing with the following error:
APPLLCSP Environment Variable set to :
Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
American_America.UTF8
stat_low = 86
stat_high = 0
emsg:was terminated by signal 6
Enter Password:
MSG-00100: DEBUG: AfterPForm_Trigger +
MSG-00100: DEBUG: Multi Org established.
MSG-00100: DEBUG: AfterParam_Procs.Get_Country_Details
MSG-00100: DEBUG: Get_Country_Description.
MSG-00100: DEBUG: AfterParam_Procs.Switch_On_Debug
MSG-00100: Running in debug mode
MSG-00100: DEBUG: AfterParam_Procs.Get_Trx_Number_Low
MSG-00100: DEBUG: AfterParam_Procs.Get_Trx_Number_High
MSG-00100: DEBUG: AfterParam_Procs.Get_Tax_Option
MSG-00100: DEBUG: AfterPForm_Trigger -
*** glibc detected *** ora_rw20_run: munmap_chunk(): invalid pointer: 0x09067b10 ***
Anyone have any idea why this is happening? Any help is much appreciated.
Or is there any way I can add a page that has to be printed after the invoice?
Thanks
-Nelly

If you have created your own template (but it sounds like you haven't) you will need to 'capture' that page so it repeats on following pages.
The whole process is described here:
"Letterhead and follower sets"
http://www.freeforum101.com/iworktipsntrick/viewtopic.php?t=182&mforum=iworktips ntrick
Peter

Similar Messages

  • How to dislay other language font in Report Builder paper layout?

    How to I display other language font (e.g. chinese) in Report Builder paper layout?
    I have no problem displaying Chinese characters in web layout.

    If your NLS_LANG is properly set to chinese character set and if you are choosing the right chinese fonts, in Reports builder, your report paper layout should display chinese characters properly.
    If you are generating to PDF, then you might want to use PDF subsetting to display the chinese characters properly.
    See the documentation on how to use PDF subsetting.

  • Please Need help for change chart automaticly in report builder

    Hello,
    I have a problem under transfer Builder oracle 6i and I wish that you help me.
    I developed a report which contains a Camembert cheese, The parameters to enter are the date of edition and the code of the customer. For every customer that works very well. But when I wish to generate all the customers I have to get back the code of the customer from the request and to spend it in parameter automatically without the seizure of the code, the information of the customer is exact but the Camembert cheese generates without change and I think that I have to cross(spend) the code of the customer in parameter in the Camembert cheese but I do not know how.
    My questions:
    how to give a parameter in a Camembert cheese under graphic builder either adjournment(transfer)?
    do you have another solution so that the Camembert cheese generates for every customer?
    Thank you very much

    can someone please give a work around for this issue.
    Regards,
    Amrit

  • I need help adding a mouse motion listner to my game. PLEASE i need it for

    I need help adding a mouse motion listner to my game. PLEASE i need it for a grade.
    i have a basic game that shoots target how can use the motion listner so that paint objects (the aim) move with the mouse.
    i am able to shoot targets but it jus clicks to them ive been using this:
    public void mouse() {
    dotX = mouseX;
    dotY = mouseY;
    int d = Math.abs(dotX - (targetX + 60/2)) + Math.abs(dotY - (targetY + 60/2));
    if(d < 15) {
    score++;
    s1 = "" + score;
    else {
    score--;
    s1 = "" + score;
    and here's my cross hairs used for aiming
    //lines
    page.setStroke(new BasicStroke(1));
    page.setColor(Color.green);
    page.drawLine(dotX-10,dotY,dotX+10,dotY);
    page.drawLine(dotX,dotY-10,dotX,dotY+10);
    //cricle
    page.setColor(new Color(0,168,0,100));
    page.fillOval(dotX-10,dotY-10,20,20);
    please can some1 help me

    please can some1 help meNot when you triple post a question:
    http://forum.java.sun.com/thread.jspa?threadID=5244281
    http://forum.java.sun.com/thread.jspa?threadID=5244277

  • I need help on a main page. basic for u but not for me

    Hello,
    I need help on a main page.
    I have this page called themainpage.cfm which someone here
    asked me to make it the main page of my cf pages.
    I have 2 pages right now in testing server.
    Bloicpage.cfm
    And
    Index.cfm
    When you go to
    Server.myappfolders/repfolder
    It let you go to
    Server.myappfolders/rep/folder/ Bloicpage.cfm
    Page.
    I need for the themainpage.cfm to be the default when typing
    Server.myappfolders/repfolder
    Then have a link to the Bloicpage.cfm and a back button to go
    back to the mainpage.cfm
    Many thanks

    here is the Bloicpage.cfm
    which is currently the main page when you type
    Server.myappfolders/repfolder
    i need it to go to another main page which will have a link
    to this and a back button from here and a back button from the
    report html page and the excel csv page
    ps .
    i excluded the queries and some logics.
    sorry
    thanks
    <cfparam name="form.ctcde" default="ALL">
    <cfparam name="form.SDT" default="#now()#">
    <cfparam name="form.EDT" default="#now()#">
    <cfparam name="Form.outputFormat" default="CSV">
    <cfsetting showdebugoutput="no"/>
    <cfif not isdate(form.SDT)><cfset form.SDT =
    now()></cfif>
    <cfif not isdate(form.EDT)><cfset form.EDT =
    now()></cfif>
    <!---
    01/01/2003
    --->
    <cfquery name="theQuery" datasource="cts9i">
    SELECT
    </cfswitch>
    group by
    Order by </cfquery>
    <cfset a = a + 1>
    </cfoutput>
    <cfswitch expression="#Form.outputFormat#">
    <cfc value="HTML">
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1" />
    <title>Untitled Document</title>
    </head>
    <style type="text/css">
    table{
    font-family:Arial, Helvetica, sans-serif;
    font-size:85%;
    td{
    font-family:Arial, Helvetica, sans-serif;
    font-size:85%;
    th{
    font-family:Arial, Helvetica, sans-serif;
    font-size:85%;
    h2{
    font-family:Arial, Helvetica, sans-serif;
    font-size:120%;
    h3{
    font-family:Arial, Helvetica, sans-serif;
    font-size:100%;
    </style>
    <body>
    <cfoutput>
    <div align="center">
    <h2>Bkc#dateformat(form.SDT,"mm/dd/yyyy")# to
    #dateformat(form.EDT,"mm/dd/yyyy")# Wudd</h2>
    </div>
    <div align="center">
    <h3>#form.ctcde# CCwoph</h3>
    </div>
    <table border="1" cellpadding="0" cellspacing="0">
    <tr>
    <th>ccc##</th>
    <th>aaa</th>
    <th>cccc</th>
    <th>iii</th>
    <th>Eee</th>
    <th>h11</th>
    <th>h112</th>
    <th>h22</th>
    <th>h222</th>
    <th>h33</th>
    <th>h333</th>
    <th>ehh</th>
    </tr>
    <cfset variables.nphc = 0>
    <cfloop index="x" from="1" to="#arraylen(anArray)#"
    step="1">
    <cfif NOT anArray[x][1]>
    <tr>
    <td>
    #anArray[x][2].c_nbr#
    </td>
    <td>
    #anArray[x][2].c_dcdt#
    </td>
    <td>
    #anArray[x][2].PAPD#
    </td>
    <td>
    #anArray[x][2].Iii#
    </td>
    <td>
    #anArray[x][2].Eee#
    </td>
    <cfset thirdArray = anArray[x][3]>
    <cfif NOT arraylen(thirdArray)>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <cfelse>
    <cfloop index="z" from="1" to="3">
    <cfif z GT arraylen(thirdArray)>
    <td> </td>
    <td> </td>
    <cfelse>
    <td>
    #thirdArray[z][2]# 
    </td>
    <td>
    #thirdArray[z][3]# 
    </td>
    </cfif>
    </cfloop>
    <cfif arrayLen(thirdArray) gt 3>
    <td nowrap="nowrap">
    <cfloop index="z" from="4"
    to="#arraylen(thirdArray)#">
    #thirdArray[z][2]# - #thirdArray[z][3]#<BR />
    </cfloop>
    </td>
    </cfif>
    </cfif>
    </tr>
    <cfset variables.nphct = variables.nphct + 1>
    </cfif>
    </cfloop>
    </table>
    Total Ccwoph: #variables.nphct#
    <BR />
    <BR />
    <HR />
    <BR />
    <div align="center">
    <h3>#form.ctcde# CWph</h3>
    </div>
    <table border="1" cellpadding="0" cellspacing="0">
    <tr>
    <th>ccc##</th>
    <th>aaa</th>
    <th>cccc</th>
    <th>iii</th>
    <th>Eee</th>
    <th>h11</th>
    <th>h112</th>
    <th>h22</th>
    <th>h222</th>
    <th>h33</th>
    <th>h333</th>
    <th>ehh</th>
    </tr>
    <cfset variables.phc = 0>
    <cfloop index="x" from="1" to="#arraylen(anArray)#"
    step="1">
    <cfif anArray[x][1]>
    <tr>
    <td>
    #anArray[x][2].c_nbr#
    </td>
    <td>
    #anArray[x][2].c_dcdt#
    </td>
    <td>
    #anArray[x][2].PAPD#
    </td>
    <td>
    #anArray[x][2].Iii#
    </td>
    <td>
    #anArray[x][2].Eee#
    </td>
    <cfset thirdArray = anArray[x][3]>
    <cfif NOT arraylen(thirdArray)>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
    <cfelse>
    <cfloop index="z" from="1" to="3">
    <cfif z GT arraylen(thirdArray)>
    <td> </td>
    <td> </td>
    <cfelse>
    <td>
    #thirdArray[z][2]# 
    </td>
    <td>
    #thirdArray[z][3]# 
    </td>
    </cfif>
    </cfloop>
    <cfif arrayLen(thirdArray) gt 3>
    <td nowrap="nowrap">
    <cfloop index="z" from="4"
    to="#arraylen(thirdArray)#">
    #thirdArray[z][2]# - #thirdArray[z][3]#<BR />
    </cfloop>
    </td>
    </cfif>
    </cfif>
    </tr>
    <cfset variables.phc = variables.phc + 1>
    </cfif>
    </cfloop>
    </table>
    Total Cwph: #variables.phc#
    <!---
    <cfloop index="x" from="1" to="#arraylen(anArray)#"
    step="1">
    #anArray[x][1]#
    #anArray[x][2].c_id#
    #anArray[x][2].c_nbr#
    #anArray[x][2].c_dcdt#
    #anArray[x][2].PAPD#
    #anArray[x][2].Iii#
    #anArray[x][2].Eee#
    #anArray[x][2].NumberOfHolds#
    <cfset thirdArray = anArray[x][3]>
    <cfloop index="z" from="1" to="#arraylen(anArray[x][3])#"
    step="1">
    #thirdArray[z][1]#
    #thirdArray[z][2]#
    #thirdArray[z][3]#
    </cfloop>
    <HR />
    </cfloop>
    --->
    </cfoutput>
    </body>
    </html>
    </cfc>
    <cfc value="CSV">
    <cfoutput>
    <cfset variables.theOutput =
    "Bkc#dateformat(form.SDT,"mm/dd/yyyy")# to
    #dateformat(form.EDT,"mm/dd/yyyy")# Wudd">
    <cfset variables.theOutput = variables.theOutput &
    chr(10)>
    <cfset variables.theOutput = variables.theOutput &
    "#form.ctcde# CCwoph">
    <cfset variables.theOutput = variables.theOutput &
    chr(10)>
    <cfset variables.theOutput = variables.theOutput & "C
    ##,Ad,Ccc,Iii,Eee,h11,h12,h22 ,h222,h33,H333,ehh">
    <cfset variables.theOutput = variables.theOutput &
    chr(10)>
    <cfset variables.nphct = 0>
    <cfloop index="x" from="1" to="#arraylen(anArray)#"
    step="1">
    <cfif NOT anArray[x][1]>
    <cfset variables.theOutput = variables.theOutput &
    "#anArray[x][2].c_nbr#, #anArray[x][2].c_dcdt#,
    #anArray[x][2].PAPD#,#anArray[x][2].Iii#,#anArray[x][2].Eee#">
    <cfset thirdArray = anArray[x][3]>
    <cfif NOT arraylen(thirdArray)>
    <cfset variables.theOutput = variables.theOutput &
    ",,,,,,">
    <cfelse>
    <cfloop index="z" from="1" to="3">
    <cfif z GT arraylen(thirdArray)>
    <cfset variables.theOutput = variables.theOutput &
    ",,">
    <cfelse>
    <cfset variables.theOutput = variables.theOutput &
    ",#thirdArray[z][2]#,#thirdArray[z][3]#">
    </cfif>
    </cfloop>
    <cfif arrayLen(thirdArray) gt 3>
    <cfloop index="z" from="4"
    to="#arraylen(thirdArray)#">
    <cfset variables.theOutput = variables.theOutput &
    "#thirdArray[z][2]# - #thirdArray[z][3]# | ">
    </cfloop>
    </cfif>
    </cfif>
    <cfset variables.nphct = variables.nphct + 1>
    <cfset variables.theOutput = variables.theOutput &
    chr(10)>
    </cfif>
    </cfloop>
    <cfset>
    <cfset>
    <cfset >
    <cfset >
    <cfset >
    < & chr(10)>
    </cfif>
    </cfloop>
    </cfoutput>
    <cfcontent
    type="application/msexcel"><cfoutput>#variables.theOutput#</cfoutput></cfc></cfswitch>

  • Need help adding schedule to xcode 4

    I need help adding a tour schedule for an iphone app building an app for 13 djs and they want thier tour schedules added these need to be updated monthly is there a way to add this????

    I don't know if this is the easiest way but it works for me. I connect the DVD player to my camcorder (so it's the 3 plugs yellow/red/white on one end and a single jack into the camera). Then I connect my camcorder to the computer (I think it's through a firewire port). Then I just play the DVD and the footage is digitized via the camcorder and I import it into iMovie 4 as it's playing. I believe the camcorder is just in VCR mode.
    I have also used this method to transfer VHS tapes onto DVDs via the camera by connecting the VCR to the camera.
    I haven't had much luck with movies over about 40 minutes on iMovie. But if it's home movies, there may be a logical break. Do maybe 20 minute segments (it's also really easy on iMovie to add a soundtrack if these are OLD films with no sound.
    As you can see, I'm low tech!
    Good luck!
    Powerbook G4   Mac OS X (10.3.9)  

  • I need help with a second hand iphone i purchased recently,i am having issues setting it up as it has is requesting for the icloud account that was used by the previous user

    i need help with a second hand iphone i purchased recently,i am having issues setting it up as it has is requesting for the icloud account that was used by the previous user

    Sorry.
    The iPhone is of no use until/unless the previous owner removes it from their account.
    You will need to find the prior owner or return the iPhone.

  • Need help to share Number/Pages file visa Mail option. Cannot do with iPad Air (iOS7)

    Need help to share Number/Pages file visa Mail option. Cannot do with iPad Air

    Oh, okay. After selecting the format I want to send, it says "creating... ". Then irrespective of the format I choose the message e.g. "creating spreadsheet" disappears, and so does the choice window (where I earlier chose Mail). I am taken back to the Numbers (or Page) where I had started from. Diavonex's note indicated that after "creating ... " stage I should be taken to an option where I can type in email address where I want to  send the  file, if I want to copy it to another address etc. I cannot arrive at that page - no matter whether I am working with Pages or Number, or which format I choose for the file to share !
    I will try to close as you have suggested and try. However, I have switched on and off several times by now, but nothing changed!
    Will look forward to any ideas to solve this !!!
    Thanks much!
    Best

  • HT4061 i cant activate my iphone 5c because it has been locked with a different apple id. i dont know the original owner so i need help. its a second-hand phone that i bought some months back

    i cant activate my iphone 5c because it has been locked with a different apple id. i dont know the original owner so i need help. its a second-hand phone that i bought some months back

    Unfortunately, there is pretty much nothing you can do. Only the owner of the account used to lock it can remove the lock. If you can't contact whoever you purchased it from, or if they can't or won't remove the lock, then it's a brick. There is a very real chance that it's stolen.

  • I have a godaddy website with a welcome page- I need help adding a few additional pages with a hyperlink to my welcome page.

    I need help attaching a few hyperlinks my godaddy welcome page. I have 2 more ipages articles, I also converted them to pdf. Godaddy only helped (last year) with the 1st article.  I do not know how to attach a hyperlink to the artlcles and add the hyperlinks to my welcome page.

    The program is called Pages not iPages. Just let us know if you do not speak English and what language you do speak so we can adjust for that.
    The issues are to do with your web page not with Pages.
    I think you are asking how to link from your web page to your pdf articles. You must first copy those pdfs to your web server, or some other web location, and then provide html links on your welcome page to those pdf files.
    The pdfs themselves may contain links to other locations but I can not see that that is what you are asking for.
    Nor to what those links would be to.
    From your heading I think you may have confused the name of Pages, the word processing program, with web pages which are two different things.
    Peter

  • Need help adding Arch to Grub

    I am trying to dual boot Arch Linux and Ubuntu. When I try to boot there is no option for Arch. I have added it to the menu.lst file in ubuntu. Arch is installed on sdb1 according to sudo fdisk -l  I need help!

    Fdisk -l
    Disk /dev/sda: 80.0 GB, 80026361856 bytes
    255 heads, 63 sectors/track, 9729 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0xb38ab38a
       Device Boot      Start         End      Blocks   Id  System
    /dev/sda1   *           1        9544    76662148+  83  Linux
    /dev/sda2            9545        9729     1486012+   5  Extended
    /dev/sda5            9545        9729     1485981   82  Linux swap / Solaris
    Disk /dev/sdb: 40.9 GB, 40992473088 bytes
    255 heads, 63 sectors/track, 4983 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x0002eb1f
       Device Boot      Start         End      Blocks   Id  System
    /dev/sdb1   *           1        4891    39286926   83  Linux
    Disk /dev/sdc: 250.0 GB, 250059350016 bytes
    255 heads, 63 sectors/track, 30401 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x000ea9be
       Device Boot      Start         End      Blocks   Id  System
    /dev/sdc1               1       30401   244196001    7  HPFS/NTFS
    I think Arch is on the 40GB partition
    Menu.lst
    # menu.lst - See: grub(8), info grub, update-grub(8)
    #            grub-install(8), grub-floppy(8),
    #            grub-md5-crypt, /usr/share/doc/grub
    #            and /usr/share/doc/grub-doc/.
    ## default num
    # Set the default entry to the entry number NUM. Numbering starts from 0, and
    # the entry number 0 is the default if the command is not used.
    # You can specify 'saved' instead of a number. In this case, the default entry
    # is the entry saved with the command 'savedefault'.
    # WARNING: If you are using dmraid do not use 'savedefault' or your
    # array will desync and will not let you boot your system.
    default        0
    ## timeout sec
    # Set a timeout, in SEC seconds, before automatically booting the default entry
    # (normally the first entry defined).
    timeout        0
    ## hiddenmenu
    # Hides the menu by default (press ESC to see the menu)
    hiddenmenu
    # Pretty colours
    #color cyan/blue white/blue
    ## password ['--md5'] passwd
    # If used in the first section of a menu file, disable all interactive editing
    # control (menu entry editor and command-line)  and entries protected by the
    # command 'lock'
    # e.g. password topsecret
    ## password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
    # password topsecret
    # examples
    # title        Windows 95/98/NT/2000
    # root        (hd0,0)
    # makeactive
    # chainloader    +1
    # title        Linux
    # root        (hd0,1)
    # kernel    /vmlinuz root=/dev/hda2 ro
    # Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST
    ### BEGIN AUTOMAGIC KERNELS LIST
    ## lines between the AUTOMAGIC KERNELS LIST markers will be modified
    ## by the debian update-grub script except for the default options below
    ## DO NOT UNCOMMENT THEM, Just edit them to your needs
    ## ## Start Default Options ##
    ## default kernel options
    ## default kernel options for automagic boot options
    ## If you want special options for specific kernels use kopt_x_y_z
    ## where x.y.z is kernel version. Minor versions can be omitted.
    ## e.g. kopt=root=/dev/hda1 ro
    ##      kopt_2_6_8=root=/dev/hdc1 ro
    ##      kopt_2_6_8_2_686=root=/dev/hdc2 ro
    # kopt=root=UUID=ce3a864f-3f72-480b-96b3-54516b307170 ro
    ## default grub root device
    ## e.g. groot=(hd0,0)
    # groot=ce3a864f-3f72-480b-96b3-54516b307170
    ## should update-grub create alternative automagic boot options
    ## e.g. alternative=true
    ##      alternative=false
    # alternative=true
    ## should update-grub lock alternative automagic boot options
    ## e.g. lockalternative=true
    ##      lockalternative=false
    # lockalternative=false
    ## additional options to use with the default boot option, but not with the
    ## alternatives
    ## e.g. defoptions=vga=791 resume=/dev/hda5
    # defoptions=quiet splash
    ## should update-grub lock old automagic boot options
    ## e.g. lockold=false
    ##      lockold=true
    # lockold=false
    ## Xen hypervisor options to use with the default Xen boot option
    # xenhopt=
    ## Xen Linux kernel options to use with the default Xen boot option
    # xenkopt=console=tty0
    ## altoption boot targets option
    ## multiple altoptions lines are allowed
    ## e.g. altoptions=(extra menu suffix) extra boot options
    ##      altoptions=(recovery) single
    # altoptions=(recovery mode) single
    ## controls how many kernels should be put into the menu.lst
    ## only counts the first occurence of a kernel, not the
    ## alternative kernel options
    ## e.g. howmany=all
    ##      howmany=7
    # howmany=all
    ## specify if running in Xen domU or have grub detect automatically
    ## update-grub will ignore non-xen kernels when running in domU and vice versa
    ## e.g. indomU=detect
    ##      indomU=true
    ##      indomU=false
    # indomU=detect
    ## should update-grub create memtest86 boot option
    ## e.g. memtest86=true
    ##      memtest86=false
    # memtest86=true
    ## should update-grub adjust the value of the default booted system
    ## can be true or false
    # updatedefaultentry=false
    ## should update-grub add savedefault to the default options
    ## can be true or false
    # savedefault=false
    ## ## End Default Options ##
    title        Ubuntu 9.04
    uuid        ce3a864f-3f72-480b-96b3-54516b307170
    kernel        /boot/vmlinuz-2.6.28-11-generic root=UUID=ce3a864f-3f72-480b-96b3-54516b307170 ro quiet splash
    initrd        /boot/initrd.img-2.6.28-11-generic
    quiet
    #title        Ubuntu 9.04, kernel 2.6.28-11-generic (recovery mode)
    #uuid        ce3a864f-3f72-480b-96b3-54516b307170
    #kernel        /boot/vmlinuz-2.6.28-11-generic root=UUID=ce3a864f-3f72-480b-96b3-54516b307170 ro  single
    #initrd        /boot/initrd.img-2.6.28-11-generic
    #title        Ubuntu 9.04, memtest86+
    #uuid        ce3a864f-3f72-480b-96b3-54516b307170
    #kernel        /boot/memtest86+.bin
    #quiet
    # (0) Arch Linux
    title  Arch Linux 
    root   (hd1,0)
    kernel /vmlinuz26 root=/dev/sda3 ro
    initrd /kernel26.img
    ### END DEBIAN AUTOMAGIC KERNELS LIST
    title Arch
    rootnoverify (hd0,1)
    chainloader +1

  • Need help in identifying fields of sd report creation

    Hi Experts,
    I need to create report in sd from manual report .The fileds in report are taken from Quickbooks.so inorder to create report in sap I need to identify fields  in sap first.we dont had functional guy so i need help in identifying fields in sap for below mentioned report.
    Report: invoice distribution report-service billing for all states.
    Fields:customer number,customer name,city state,SAP Document number,Invoice date,period(month,year)invoice number,invoice type,currency,invoice amount in usd.
    Please help me in suggesting tcodes or table names from where i can fetch these fields.
    Thanking you in advance.
    Regards,
    narasimha.

    Hi Experts,
    Finally with all above suggestions i have chosen tables vbrk(billing document header data),kna1(customer header),vbrp.
    1.I created view to find the output of report with conditions as follows:
    tables:vbrk,kna1,vbrp
    vbrk-vbeln(invoice number)
    vbrk-fkart(invoice type)
    vbrk-fkdat(invoice date)
    vbrk-waerk(currency)
    vbrk-netwr(netvalue)
    vbrk-kunag(customer number)
    kna1-name1(customer name)
    kna1-ort01(customer city)
    kna1-regio(customer state)
    join condition:
    kna1-mandt=vbrk-mandt
    kna1-kunnr=vbrk-kunag.
    when i execute the report i am getting same value for lot of times.
    i am confused how to include sales document number.I hope sales document number and invoice are different.
    2.i have also added vbrp-aubel and join condition as
    vbrk-mandt = vbrp-mandt
    vbrk-vbeln = vbrp-vbeln.
    but when i execute the report i am getting lot of duplicated with same value and unknown invoice numbers.
    please let me know where i went wrong.
    is  there any standard adhoc report so that i can manipulate it with above requirement.
    vf05n is somewhat useful .is it possible to add  customer details in this??
    Thanks&Regards,
    narasimha.

  • Need help showing multiple parameters in a report header

    Post Author: Annette
    CA Forum: Formula
    hi-- i am new to this and i have created a report where the person picks one or more items (they are different hospital suites) and i need for them to print on the report header all of the selections that they chose. right now it only prints the name of the first one they choose..
    any help would be good..
    i do know it's a string value....
    thank-you for anything you can help me with....
    basically if 1 is picked then it needs to state that name, if 2 or more are picked id like it to say Name, name, name, etx...

    Post Author: Annette
    CA Forum: Formula
    the actual parameter is a number, but what im trying to populate on the heading is the name of the number..
    for example... when you choose the resource unit of 31 when you refresh i want it to show the name of it which is ORA Surgery.... but if they choose 31 & 53 then id like it to show ORA Surgery, ORD Surgery.... right now it just pulls the first name choosen.. does that make sense..
    so the parameter is a number, but the name(the one i want populated)  is a string
    and oh gosh,, thanks for your quick responses..

  • Need help in Multi language XML Publisher report

    Hi Experts,
    I am working in EBS R12, database 10g.
    I am have a requirement to develop the multilanuge XML Publisher report.
    Details i have till now:
    query in report builder: select * from emp;
    RTF: created RTF(test_rtf)
    Datadefinition: test_dd
    Template:test_t (Language:English, terittory:US, uploaded the RTF)
    Requirement: I need the output in English and German Language.
    For French language, how to proceed further.... Could somebody help me with procedure to get it.
    Do i need to create any RTF and Template for FRENCH language.
    Kindly help me with procedure to be followed.
    Thanks in advance.

    Hi Experts,
    I have below procedure to achieve this but still not able to print output in desired language.
    1. created rtf
    2. created data definition (dd)
    3. created template (tt) [language-english, terittory-US, translatable].
    4. Exported the translated file(.xlf file) to local system
    5. In .xlf file, changed the target language to 'fr-FR' (I want to print in french)
    6. It was successfull done and status is complete
    Through SRS window, i submitted the program...but it's still showing output in english only not in french.
    Note:At SRS window, it's showing only ENGLISH LANGUAGE.
    Am i missing anything....How to show desired languages at SRS WINDOW.
    Could somebody help me how to print data in FRENCH language.
    I hope that i can get the solution from this forum.
    Thanks in advance.

  • Need help about how to print the report landscape

    Hi,
    I am using Oracle Developer 6.0 Report Builder to generate reports and I am new to it. My boss asked me to generate the report in landscape style. In the Report Builder for Windows 95/NT, I went to FILE->PAGE SETUP, clicked Landscape and OK, but it didn't work. Also, I saved report as PDF file, in Acrobat Reader 4.0, I did FILE->PAGE SETUP->Properties and chose Landscape. But after the report was printed out, it was still in Portrait style. By the way, the Landscape Properties of printer working for MS Word.
    I'd really appreciate it if someone would give me some suggestions.
    Best regards.
    Judy

    Hi,
    Thanks for your reply, but I have no idea with patch 7, I am wondering if you can tell me more about it.
    Best regards.
    Judy
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Chris Sung ([email protected]):
    It is Oracle Bugs... Try to apply patch 7 to see whether it can help you!<HR></BLOCKQUOTE>
    null

Maybe you are looking for