Vertical single item Report

Hi,
I have a small app where I register clients for demo.
After I register them, I need to send them a registration confirmation with all the details (Location address, and details of demo)
The process is:
1) I use a form to enter their registration data,
2) I place all registrations in a standard (table-like) report.
My goal is:
In the registration summary report (in point 2 above) I would like to have a link for each row, so that when that link is clicked, that specific item is shown in a vertical report that I can download in PDF and send to client as an attachment.
is there a way to produce a report that includes one row of a table? My gues would be to have an SQL statement that fires using the selected item id (taken from the link column), and feed that row to the report.
Please help
Edited by: user13813605 on Feb 9, 2011 5:42 AM

Hi,
I think that is down to the Report Layout option on the Print tab for the report region. You would need to create a layout that can be used in place of the Default Report Layout option. By default, the output is pretty much a datadump from the data.
I've never actually created a Report Layout - as far as I understand it, you have to design a layout document as either a RTF file or XSL-FO file and then upload this through Shared Components, Report Layouts.
XSL-FO is similar to XML - see: http://www.w3schools.com/xslfo/default.asp - there are some threads that show examples (whether or not they work, I don't know, but they show the sort of structure you need in a file - eg, How to Print in PDF using XSL-FO with FOP  ???? )
RTF can be generated by Word or similar apps. An example: http://docs.google.com/viewer?a=v&q=cache:zfEw84o8Re4J:www.expobadge.com/dldev/dc/DKLLoader1.cfm%3Fdcid%3D919%26type%3Dpdf%26aid%3Dace3f4dd-2baa-4ba9-ad6c-099ce814bfba%26caller%3Das1%26shownumber%3D8027+%22application+express%22+%22rtf%22+example&hl=en&gl=uk&pid=bl&srcid=ADGEESgzSCp6lAUv7VFkDGjQM0-mwzahiN0hxxQp3m5KyrOlJlBmR2mow1gYJdnWJxPhPuvJ0GhubWhwmRYNU-9IgIGrk88NQMfrpegR4DDdGQzTvaKT1r6ZgTX3zIB_1nCgBDEZd35B&sig=AHIEtbRKcs8kLQbEGnZ7ct43WfSVnZtRmg - note though that this example requires a paid-for plug-in for Word, but may give you an idea of what is required.
Andy

Similar Messages

  • WBS Element on AR/AP Line Item Report

    Hi All
    When I run the FBL1n report for a vendor who has a PO which has a WBS element - I dont see the WBS element coming up on the line item report(s).
    Although the field is there on the layout - it is not picking the WBS Element into the report - can anyone please tell me why this is and how I can get this field to fill with values...
    Thank you
    Rukshana

    hi,
    If you had activated Project Cash Management, you can try report CJIA which can substitute the report line item wise list for a particular project or for a Particular Vendor.
    Why the standard system is not showing WBS because, a single Vendor line can be posted against multiple expense so system cannot determine which WBS to be shown in the report so it is left blank in reports, this will be applicable for Purchase order no, Cost Centers, WBS etc.
    As suggested by Suresh you can use the BTE 1650, but it will keep one WBS in the line even you have multiple WBS elements used for the document posting.
    For Ex
    Expense 1 Dr  1000- WBS 1
    Expense 2 Dr  1000- WBS 2
    Expense 3 Dr  1000- WBS 3
    Vendor A Cr    3000
    Against Vendor line item A - it will show WBS 1 alone.As there is no standard solution you can use BTE if your are satisfied with the above example or you have to activate Project Cash management to find the exact reporting but in different reporting structure.
    Thanks and regards
    Praveen.J

  • Vendor line item report in New GL

    Hi
    We have activated New GL. We need vendor line item report based on GL view. FBL1n provides report based on entry view. But we need simillar to FBL1n based on GL view. There is a standard report S_AC0_52000888 which provides vendor line item doucment wise with New GL characteristics such as profit center. However, this report does not provide additional information such as posting date, due date et.c which is available in FBL1n. Hence, we are unable to monitor vendor accounts at profit center level.
    Can anyone suggest how to add additional fields in the above report or any other report available for the same.
    Thanks
    S.Radhakrishnan

    hI
    Thanks for the reply.
    As per your suggestion, we need to bring GL view parameters from FAGL* tables. I need clarification here:
    1. In our case, single line item in BSIK may correspond to multiple profit centers and hence multiple line items in FAGL* tables.
    2. Users run the report for multiple vendors ( beig range) with their profit centers as selection criteria.
    3. In the above case, we need to select all the line items for that vendor and go to FAGLFLEXA and select all line items and delete all line items not pertaining to the profit center entered as selection.
    4. The above process would be time consuming since all the open items will be selected and then delete all those items which are not required.
    5. Else, can we select the items from FAGLFLEXA directly for the profit centers entered and bring additional information from BSIK table. Since vendor accounts are not there in FAGLFLEXA, it would be cumbersome and time consuming.
    6. Which of the above approach would you recommend.
    7. Is it possible to modify the ACO report so that we can add additional information such as posting date, due date etc.
    Regards
    S.Radhakrishnan

  • How to add the line item text in the Ledger line item report

    Hi SAP Gurus,
    I having one requirement from the user. He wants the line item text which we will enter in FB60/FB70/FB50 has to be shown in the Ledger line item report. Right now this field is not available. Is there any possible we can make this line item text in the ledger line item report i.e. FBL1N/FBL3N/FBL5N?
    advance thanks for the help.
    Regards,
    Deva.

    Hi,
    You can do the below to get this. (You can change the names of the function modules as per your wish/ organization naming convention):-
    Step 1:-
    Create function module Z_GET_SGTXT as below:-
    Import:-
    BELNR LIKE BKPF-BELNR
    BUKRS LIKE BKPF-BUKRS
    BUZEI LIKE BSEG-BUZEI
    GJAHR LIKE BKPF-GJAHR
    Export:-
    PRCTR LIKE BSEG-SGTXT
    FUNCTION Z_GET_SGTXT.
    ""Local Interface:
    *" IMPORTING
    *" VALUE(BELNR) LIKE BKPF-BELNR
    *" VALUE(BUKRS) LIKE BKPF-BUKRS
    *" VALUE(BUZEI) LIKE BSEG-BUZEI
    *" VALUE(GJAHR) LIKE BKPF-GJAHR
    *" EXPORTING
    *" VALUE(SGTXT) LIKE BSEG-SGTXT
    SELECT SINGLE SGTXT FROM BSEG INTO SGTXT WHERE GJAHR = GJAHR
    AND BELNR = BELNR
    AND BUKRS = BUKRS
    AND BUZEI = BUZEI.
    ENDFUNCTION.
    Step 2:-
    Then create the Function Modules as below:-
    Z_LINE_ITEMS_GET_SGTXT (Copy of SAMPLE_INTERFACE_00001650)
    FUNCTION Module Z_LINE_ITEMS_GET_SGTXT.
    ""Local Interface:
    *" IMPORTING
    *" VALUE(I_POSTAB) LIKE RFPOS STRUCTURE RFPOS
    *" EXPORTING
    *" VALUE(E_POSTAB) LIKE RFPOS STRUCTURE RFPOS
    Initialize Output by using the following line
    E_POSTAB = I_POSTAB.
    E_POSTAB = I_POSTAB. "<-- important
    CALL FUNCTION 'Z_GET_SGTXT'
    EXPORTING
    BELNR = I_POSTAB-BELNR
    BUKRS = I_POSTAB-BUKRS
    BUZEI = I_POSTAB-BUZEI
    GJAHR = I_POSTAB-GJAHR
    IMPORTING
    SGTXT = E_POSTAB-SGTXT
    EXCEPTIONS
    OTHERS = 1.
    ENDFUNCTION.
    Step3:-
    Transaction FIBF:-
    Settings -> Products -> of a Customer
    SGTXT Text in Line Item Display Active
    Settings -> P/S Module -> of a Customer
    00001650 SGTXT Z_LINE_ITEMS_GET_SGTXT
    Step 4:-
    Create the layout for FBL*N with display of the TEXT.
    Regards,
    Gaurav

  • Delete of Element in Form for COPA line item report

    Hello
    I would like to change a form used for a COPA line item report - delete an element, which has been included for years. Unfortunately I got message, that 'You cannot delete, because element xxx is dependent'.
    If I insert a new element if have no problems to delete it afterwards.
    Can anybody help me?
    Thanks in advance.
    Best regards
    Søren Kirch
    LOGSTOR A/S

    Hi,
    To my knowledge, you cannot delete the element until you assign the new one in the form if only single element is assigned.
    In case anymore element is there, there can be possibility this element is taken into consideration for making formula.
    Regards,
    Harish

  • WC27 - Single Item, Single Level(?)

    Hello,
    I would just like to ask if there is a way in transaction WC27 (for MRP Batch Run) to only run Single Item, Single Level Materials during processing?
    I ask because I have a requirement (in addition to filtering material codes) to only run single item, single level entries for WC27 similar to MD03 but the customer wants the batch run feature.
    Hope to hear from you soon.
    Regards

    Hi,
          As it is correctly answered by the gurus above that it's difficult/not possible to run Batch structured MRP for only run Single Item, Single Level plannings..
    Hoiwever it can be mapped with the help of ABAPer to ask him/her to do some coding for standard report RMMRP000 .this is a standard ABAP report available within your SAP system (depending on your version and release level).  there is also some   standard documentation available for this report and a few details of other objects it interacts with such as tables, function modules, includes etc. If you would like to see the full code listing simply enter the object name( RMMRP000 ) into the relevant SAP transaction such as SE38 or SE80
    Within the comments section below there is also an opportunity for anyone to be able add useful hints and information specific to this SAP object. This means that you and other users will be able to find these details quickly by simply searching on the object name.
    Hope it could work for you.
    All the best!
    Regards
    Chandra

  • Single row report?

    My company is using APEX 4.1 but I'm an APEX newbie (I have a Oracle Forms background). My user wants an APEX app that displays a couple of fields to enter search criteria and then display a single record report based on the search criteria. The query would return a bunch of columns so they would like to see them in a page format rather than on a single row. This would be read only data. Does anyone know if there are any examples of doing something like this?

    There is a vertical report template for the most of the clasic reports. As far as I know there is no such template for Interactive Report. However, you can use Interactive Report for the purpose you described. Interactive Report can use "Link to Single Row View" and it will display all the columns included in the query below each other - just like a form does it. Look under Report Attributes > Link Column
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.apress.com/9781430235125
    http://apex.oracle.com/pls/apex/f?p=31517:1
    http://www.amazon.de/Oracle-APEX-XE-Praxis/dp/3826655494
    -------------------------------------------------------------------

  • Noted Items in customer line item report

    Hi Friends,
    What is noted items? what is this use ?
    i have seen in fbl5n screen ( customer line item report) in type selection.
    please give u r reply on this i will assign points to you.
    Thahnks
    KSR

    Hello
    Noted items are single line items and basically payments due from the customer/vendors. These transactions  do not affect the balances of the company.
    Example of noted items are post dated cheques from customers/vendors.
    Hope this helps.
    Kavitha

  • SDO_UTIL.EXTRACT fail when single item in geometry collection

    Hi folks,
    Didn't we have a discussion a while back on whether geometry collections are valid when they only contain a single item? Darned if I can find it with the OTN search function. I think back then the issue was either a multipolygon or multistring with a single item.
    Anyhow this time around I have a 2004 geometry collection that for no particular reason happens to only contain a single point. This collection geometry with one item validates TRUE. Just like with multipolygons and multistrings when I attempt to EXTRACT the result I just get back the input geometry (the 2004 in this case) rather than the component part (the 2001). I think this is because there is a test in the EXTRACT routine that checks if there is but one element and if so then returns the original input assuming the original input was gtype 1,2 or 3. Unlike a multipolygon or multistring where I can just assume the output is a polygon or string respectively, with a geometry collection I am rather stumped to figure it out short of inspecting the SDO_ELEM_INFO array. At that point I am kind of writing my own EXTRACT function. I guess I have to do that.
    Anyhow, this would lead one to believe that a geometry collection with only one element is not really valid for Oracle Spatial. Or is this a bug in SDO_UTIL.EXTRACT? I have no recollection if that previous conversation ever decided this question. I might humbly suggest that either SDO_UTIL.EXTRACT should successfully unpack the single item or SDO_GEOM.VALIDATE_GEOMETRY_WITH_CONTEXT should report an error for this type of collection.
    I looked over metalink and cannot find anything logged on the issue. The results are the same on 10gR2 and 11gR2.
    If anyone remembers the previous discussion please post the link.
    Cheers,
    Paul
    SELECT
    SDO_UTIL.EXTRACT(
       SDO_GEOMETRY(
          2004,
          8265,
          NULL,
          SDO_ELEM_INFO_ARRAY(
             1,
             1,
             1
          SDO_ORDINATE_ARRAY(
             -100.515216953125005261426849756389856339,
             39.98440002562352191262107226066291332245
       1
    FROM
    dual

    Ok,
    Let's make a quick distinction between the SDO_GTYPE (all four digits) and the lower-case "gtype" meaning the last digit - e.g. the "type of geometry" per the Oracle Spatial book.
    I submitted the above SDO_UTIL.EXTRACT issue to Oracle support yesterday and as I rather expected the response was that this is "expected behavior". The analyst noted that my what I called a collection per its gtype was not a collection but a point. He made the distinction between the gtype and the "geometry definition". I assume by that he means the elem_info_array. So in fact djonio (user 633187) back in November 2009 under Matt's thread had the best answer. I don't see anyway to credit him. :) Hey djonio if you post a response I will give this answer to you.
    So the gtype is in truth a kind of convenience marker or fancy hat "hinting" at the contents of the geometry object, but by no means defining it. A point wearing a 2004 hat is still a point and a valid Oracle Spatial point at that. If you want to "really" know what a geometry is you need to unpack and inspect the elem_info_array. So those of us writing code which is only inspecting the gtype are going down the wrong road particularly when our data might be of suspect quality. As djonio says the gtype is a performance shortcut. In my defense I think lots of folks (e.g. certain software from California) work off the gtype alone. So its not like we can just set the gtypes all to be "9999" and say the heck with it all. :) So incorrect gtypes are bad as they hose the performance shortcut that the gtype allows (and certain software demands) but a bad gtype is NOT an invalid geometry. I am not sure I am entirely sold on that idea as VALIDATE_GEOMETRY certainly looks at the gtype when doing its evaluation. Alas, I suppose its all shades of gray here as validate geometry is just responding to my gtype "hint" to give me the best feedback on my input. Perhaps there is a distinction between "good", "bad" and "imprecise" gtypes.
    My next question is if the gtype system is just a fancy hat, then how best to catalog basic geometry types? Both multi-points and point clouds share gtype 5 but the elem_info marks them as being unique data types that really require unique handling (I never use point clouds so feel free to argue that point). So rather than just mumbling "5" over and over to myself, what vocabulary might be used? Is it GML time? Hmm, does GML even have a point cloud datatype? I suppose I just make something up? Does anyone else have a system they are using?
    Thanks for reading this rambling, feel free to shoot down everything I say. I clearly need more coffee this morning.
    Paul

  • Linking 3 tabs in single webi report

    Hello,
    I am working on WEBI 4.0 reports. Can you please help me for the following requirement.
    I have to create single webi report with 3 tabs, each tab contains one report and on top i have to create 3 radio buttons. If user selects any radio button according to that it has to display that specific report.
    I will tell you with example
    I have 3 reports A, B, C. these shoud be in single webi report with tabs
    radio button A, radio button  B, radio button C.  If user selcts A it should display A report, if B then B report........
    Is there anyway to achieve this requirement?
    Please help me SAP gurus

    try this work around .
    1st = create variable "radio"
    2nd = go to input control
    create a new input control select a radio variable
    3rd = click on custom
    new window will come insert the list of value as shown below
         click on ok
    create a 3 report(vertical table) which u want to show
    select report A and right click on it and select format table
    select HIDE WHEN FOLLOWING Formula is true
    write the above formula in A table(report)
    and some for B
    = [radio]<>"B"
    and for C
    = [radio]<>"C"

  • Inconsistency between single items & totals in FM ledger

    Dear experts,
    in productive environment we have the issue, that the totals of Commited Budget is not equal to the single items of Commited Budget. It seems, everytime a purchase requisition is simulated the amount will be added to the Commited Budget ledger in Funds Management, even if there is no purchase requisition saved for it.
    Do you know any programms that might help to remove the inconsistencies from the ledger? Do you have any further ideas what to do?
    Any help will be greatly appreciated.
    Thanks a lot,
    Thomas

    Hello Thomas,
    Please have a look at note 189761 which mentions the reconstruction tools.
    However, if after fixing old documents new inconsistencies appear, the cause should be analyzed.
    I may suggest you to check whether or not report RGZZGLUX has been executed at any time in your system. If not, you should review note 977016, and then run RGZZGLUX , RFFMRC04 and FMBV (if you are using Former Budgeting) or FMAVCREINIT (if you are using BCS).
    please take note that no budgeting / posting activities must take place when these reports are running, this also applies to background jobs.
    If after all the above procedure you still find new inconsistencies, I would suggest you to open an OSS ticket for SAP to investigate.
    Kind regards
    Mar

  • AP cleared Item Report

    Hi,
    I am use SAP query to build a AP cleared Item report. The report is similar as we can get from FBL1n, but I need a column as group key, which can not be found in FBL1n report.
    My questions is:
    1. When using SAP query, I use table LFA1 and BSAK, everything is ok, except I could only get the uncleared Item in the table. Like for one item have both Credit and Debit, I could find them in my report. What shall I do?
    The field used in the report:
    Company Code: BSAK-BUKRS
    Vendor Code: BSAK-LIFNR
    Vendor Name: LFA1-NAME1
    Payment Type(Group Key):
    Posting Date: BSAK-BUDAT
    Clearing Date: BSAK-AUGDT
    Document Type: BSAK-BLART
    Fiscal Period: BSAK-MONAT
    Fiscal Year: BSAK-GJAHR
    2. Or if I just need to have a report like FBL1n, but have group key on the report, any other report I could use?

    Hi
    Sorry for my unclear question...
    What I need is: We need a report on Vendor cleared items, which have a column is Payment Type, to refer to what kind of payment to the vendor, like it's a Adv. fee. Our solution is to use GROUP KEY field in the vendor master data to maintain the payment type information, as it's vendor specified. So for common understanding, we could use FBL1n report, use GROUP KEY as a selection and run out the report. Unfortuntely, we could select by GROUP KEY, but we can not have it shown on the report, from the layout.
    So we decided to use SAP Query, which is not a very difficult one. But I found from Query, and the table/ field I refered in my previous message, I could only see some of the records. If one item is cleared in BSAK, I could not find them in my query report made by me. So hope this time my question is cleared, thanks very much.
    Or, if our need is to find a proper field to maintain a information in master data, and also can be shown in the FBL1n report, may u suggest?

  • Reset Cleared Documents and Vendor Open Items Report FBL1N

    Hi all,
    I have following scenario:
    - In last month, we had 2 documents (invoice and payment) cleared against each other. We created open items report as well as open items correspondence sent to Vendor. Obviously, the docs were not included in report.
    - In this month, we have reset and reverse clearing document of the documents. We create report again with the open key date as in last month. It should not include the 2 docs but it did with whichever key date we chose.
    Is there any setting that open item report doesn't include cleared item at the key date when we run report for previous month?
    Thanks and Regards,
    Dau

    Hi Dau,
    If i understand you correctly then you posted and paid invoice in Jan 2012 and generated the open line item report for Jan which correctly did not include this cleared invoice.
    Now in Feb 2012 you reset and reversed this payment document.
    The issue is when you execute the report FBL1N again then you get the open line item for this invoice correct. Please confirm what is the open item key date that you are using here for generating this report
    If you keep it 31.01.2012 then definetly this invoice should not appear in the report but if you keep that 29.12.2012 then this line item would for sure appear.
    The importance of key date is to limit the report to certain date. The system selects all items posted up to and including the specified key date and open for this period.
    so I think your issue is with the key date.
    Hope this helps you.
    Regards,
    Prasad

  • ABC-analysis in Open Items report

    Good day, dear experts!
    I got a task from my chief to find out how to use menu path "Go to - ABC analysis" in Open Items report FBL1N/FBL5N.
    Everything I've found is a message "ABC analysis not possible here", Message no. 0K076, and old-old note for this message 414907.
    Do someone use ABC-analysis for open items?
    I think it's useless, but maybe I don't understand something...
    Irina

    Hi,
    Nope, it is useful.
    Execute FBL1N and select line items (Edit > Select All).
    Then click on any amount column.
    Then click on Goto > ABC Analysis
    You will get the options to classify the line items in the A, B, C categories based on the % creteria etc. on that screen.
    Regards,
    Gaurav

  • Vendor open items report without page break after changing vendor account

    Hi,
    I would like to get the vendor open items report without pagination when the vendor account changes.
    The option of deleting the * mark in the Filter page is not valid for me, because this way the vendor's name dissappear. I mean, it would be ok if I could show in the output of the report the name of the vendors.
    Thanks in advance.

    HI,
    If I understood your issue correctly then in the report S_ALR_87012085 is a field "Summarization level (0-4)" in the output controls.
    You just have to set this field to the value '2'.
    When you set the field to two, the page break will first executed, when the page is "full".
    If you want to see information about the "Summarization level (0-4)" field, you just have to set the cursor in it, and press F1.
    I believe this answer solve your problem.
    Please assign points if it useful.
    Regards
    Ravinagh Boni

Maybe you are looking for