FSG report output does not show column headers (XML Publisher)

Hi everyone
Iam required to create a template for an FSG report with 20 columns. Used copy of FSG:Fixed number of columns Template(FSGTEMP) to create the template because i need to do some conditional formatting(need to show negative values in red color).
here is the problem:
when i use the template and run the program the output i can see the row data but not the column headers..column headings are blank!
regarding the conditional formatting, can anybody tell me how to give the condition
iam able to give the condition for oracle reports but not for FSG reports as i dont see the column name in the 'data field' in conditional format
Regards
sam

Open the report in Edit Mode Click on the reports and in the properties section Uncheck the
Enable Document Cache Property and your issue should be resolved.

Similar Messages

  • Form results does not show column headers

    I created a form and when I enter info and then view the results, the results page does not show column headers.  How do I correct this?

    I just found out that the engineered version (10g) is also quite strange:
    http://public.ceving.de/2012050900/postaladdress_10g.png
    It shows the values in the columns for the types.
    This looks very buggy.
    Is it not recommended to create views with the data modeler?
    Edited by: 931739 on 09.05.2012 06:38

  • Exporting pdf does NOT show my headers and footers

    I export number files to my administrators. I've noticed when I print my file directly from my computer in iWork/Numbers it prints and show the footer and header. However, when I send a bcc to myself when I attach the pdf file to my administrator, it does not show or print my headers and footers. Any ideas?

    Re-reading the original question, it does appear that Gogoette is exporting to PDF then attaching the file to an email versus using the "Send via email as PDf" operation. In that case, setting it to Page View for the export will solve the problem. I had originally thought "Send via email as PDF" was being used. What I noticed is that it doesn't give you the choice of page versus sheet view but if you first go through the motions of exporting, it sets it up. In prior threads about exporting to PDF, we have all recommended using Print, not export, and choosing Print to PDF (rather than to a printer) as the best way to create a PDF. It gives more flexibility, such as allowing you to choose which pages to "print to PDF".

  • Why MSAccess database shows data but does not show columns and DDL in edit mode in jdeveloper?

    Sir,
    My developer ver is 12.1.3.0.0.
    I create a connection to MS Access database, this database shows data as bellow in jdeveloper databases window
    But when I open any table in Edit mode like bellow it does not show any columns and DDL and give an error like bellow
    Similarly when I try to create view objects on these tables then on data controls the view object also doesn't show any columns like bellow
    What could be the reason any help on this issue
    Should I use MS Access or not but I want to use ms access for very small databases.
    Regards

    If you look into the certification matrix at Oracle JDeveloper and ADF 12c (12.1.3) Supported Systems
    You'll see that ms access is not supported.
    You can use oracle xe which is free for your project.
    Timo

  • View does not show column type

    I have two views containing a column, which is defined exactly in the same way. One view shows the column type as VARCHAR2 (200 CHAR) and the other does not show anything as the type.
    Here is the screen shot:
    http://public.ceving.de/2012050900/postaladdress.png
    First question: why is there a difference?
    Second question: why is the type VARCHAR2 although the modeler does not know VARCHAR2 but only VARCHAR as a column type?
    Here are the definitions of the views:
    This is "user_status":
    WITH user_status_data AS
    (SELECT work_user_status_data.person_id,
    MAX(work_user_status_data.startdate) AS startdate
    FROM work_user_status_data
    GROUP BY work_user_status_data.person_id
    SELECT person.id AS tmdid,
    person_a.lastname,
    person_a.firstname,
    person_a.email AS emailaddress,
    person_a.address
    || ', '
    || person_a.zipcode
    || ' '
    || person_a.city
    || ' '
    || person_a.country AS postaladdress,
    person_a.phone,
    person_a.mobile,
    person_a.company AS organization,
    person_a.orgunit_abbr AS orgunit,
    work_user_status_data.pwdresetflag,
    work_user_status_data.lockaccount,
    work_user_status_data.primarypwd,
    work_user_status_data.expdate,
    work_user_status_data.iamtid,
    work_user_status_data.startdate,
    work_user_status_data.stopdate,
    'IN PROGRESS' AS status
    FROM person_a
    INNER JOIN ts
    ON ts.id = person_a.ts_id
    INNER JOIN person
    ON person.id = person_a.person_id
    INNER JOIN user_status_data
    ON person.id = user_status_data.person_id
    INNER JOIN work_user_status_data
    ON user_status_data.person_id = work_user_status_data.person_id
    AND user_status_data.startdate = work_user_status_data.startdate
    WHERE ts."until" IS NULL
    And this is "work_user_status":
    SELECT person.id AS tmdid,
    person_a.lastname,
    person_a.firstname,
    person_a.email AS emailaddress,
    person_a.address
    || ', '
    || person_a.zipcode
    || ' '
    || person_a.city
    || ' '
    || person_a.country AS postaladdress,
    person_a.phone,
    person_a.mobile,
    person_a.company AS organization,
    person_a.orgunit_abbr AS orgunit,
    work_user_status_data.pwdresetflag,
    work_user_status_data.lockaccount,
    work_user_status_data.primarypwd,
    work_user_status_data.expdate,
    work_user_status_data.iamtid,
    work_user_status_data.startdate,
    work_user_status_data.stopdate,
    work_user_status_data.action,
    work_user_status_data.progress
    FROM person
    INNER JOIN person_a
    ON person.id = person_a.person_id
    INNER JOIN work_user_status_data
    ON person.id = work_user_status_data.person_id
    INNER JOIN ts
    ON ts.id = person_a.ts_id
    WHERE ts."until" IS NULL
    Edited by: 931739 on 09.05.2012 06:37

    I just found out that the engineered version (10g) is also quite strange:
    http://public.ceving.de/2012050900/postaladdress_10g.png
    It shows the values in the columns for the types.
    This looks very buggy.
    Is it not recommended to create views with the data modeler?
    Edited by: 931739 on 09.05.2012 06:38

  • Report parameter does not show up in rtf template

    Hi all
    I was able to produce an rtf file based on the XML bellow. I could create the header with the customer name and the invoice list with the totals. However, I already tried by any means to insert the AS_OF_DATE parameter in the rtf template but it never appears. Do I have to put it between a <?for-each?> <?end for-each?>. This must be a simple question but I’m very new to this.
    Thanks in advance for any help.
    Octavio
    <?xml version="1.0"?>
    <!-- Generated by Oracle Reports version 6.0.8.27.0 -->
    <ARXAGMW>
    <LIST_G_SETUP>
    <G_SETUP>
    <COMPANY_NAME>TUI Portugal, SA.</COMPANY_NAME>
    <COAID>101</COAID>
    <FUNCTIONAL_CURRENCY>EUR</FUNCTIONAL_CURRENCY>
    <IN_SET_OF_BOOKS_ID>50</IN_SET_OF_BOOKS_ID>
    <FUNCTIONAL_CURRENCY_PRECI>2</FUNCTIONAL_CURRENCY_PRECI>
    <CONVERT_FLAG>Y</CONVERT_FLAG>
    <LIST_G_SEL_CREDIT_OPTIONS>
    <G_SEL_CREDIT_OPTIONS>
    <INCLUDE_CREDIT_HIGH>Y</INCLUDE_CREDIT_HIGH>
    <IN_ON_ACCOUNT_LOW>N</IN_ON_ACCOUNT_LOW>
    <CREDIT_OPTION_MEANING>Age</CREDIT_OPTION_MEANING>
    <LIST_G_SEL_OPTIONS>
    <G_SEL_OPTIONS>
    <PRINT_ON_ACCOUNT_FLAG></PRINT_ON_ACCOUNT_FLAG>
    <SORT_OPTION>C</SORT_OPTION>
    <SUMMARY_OPTION>I</SUMMARY_OPTION>
    <FORMAT_DETAILED></FORMAT_DETAILED>
    <INVOICE_TYPE_PRINT></INVOICE_TYPE_PRINT>
    <CUSTOMER_NAME_PRINT></CUSTOMER_NAME_PRINT>
    <BALANCE_DUE_PRINT></BALANCE_DUE_PRINT>
    <LIST_G_COMPANY_CUST>
    </LIST_G_COMPANY_CUST>
    <LIST_G_COMPANY_INV>
    <G_COMPANY_INV>
    <COMPANY_INV>01</COMPANY_INV>
    <LIST_G_INV_INV>
    <G_INV_INV>
    <SORT_FIELD1_INV></SORT_FIELD1_INV>
    <INV_TID_INV>*</INV_TID_INV>
    <SORT_FIELD2_INV>10FC</SORT_FIELD2_INV>
    <LIST_G_CUST_INV>
    <G_CUST_INV>
    <CUST_NAME_INV>Academia Contemporânea do Espectáculo</CUST_NAME_INV>
    <CUST_NO_INV>1011</CUST_NO_INV>
    <CUST_ID_INV>*</CUST_ID_INV>
    <CUST_STATE_INV></CUST_STATE_INV>
    <CUST_CITY_INV>Porto</CUST_CITY_INV>
    <CONTACT_SITE_ID_INV>*</CONTACT_SITE_ID_INV>
    <LIST_G_SITE_INV>
    <G_SITE_INV>
    <ADDR_ID_INV>*</ADDR_ID_INV>
    <AMT_DUE_REMAINING_INV>*</AMT_DUE_REMAINING_INV>
    <LIST_G_1>
    <G_1>
    <INVNUM>10FC*526</INVNUM>
    <CONS_BILLING_NUMBER></CONS_BILLING_NUMBER>
    <LIST_G_INVOICE>
    <G_INVOICE>
    <DUE_DATE_INV>26-OCT-07</DUE_DATE_INV>
    <INVOICE_TYPE_INV>10FC</INVOICE_TYPE_INV>
    <CLASS_INV>INV</CLASS_INV>
    <PAYMENT_SCHED_ID_INV>*</PAYMENT_SCHED_ID_INV>
    <DAYS_PAST_DUE2>*</DAYS_PAST_DUE2>
    <AMOUNT_ADJUSTED_INV></AMOUNT_ADJUSTED_INV>
    <AMOUNT_APPLIED_INV></AMOUNT_APPLIED_INV>
    <AMOUNT_CREDITED_INV></AMOUNT_CREDITED_INV>
    <GL_DATE_INV>26-SEP-07</GL_DATE_INV>
    <DATA_CONVERTED_INV></DATA_CONVERTED_INV>
    <PS_EXCHANGE_RATE_INV>1</PS_EXCHANGE_RATE_INV>
    <B0_INV>0</B0_INV>
    <B1_INV>0</B1_INV>
    <B2_INV>0</B2_INV>
    <B3_INV>0</B3_INV>
    <B4_INV>1</B4_INV>
    <B5_INV>0</B5_INV>
    <B6_INV>0</B6_INV>
    <COMP_AMT_DUE_REM_INV>181.54</COMP_AMT_DUE_REM_INV>
    <C_DATA_CONV_FLAG_INV>0</C_DATA_CONV_FLAG_INV>
    <C_AMT_DUE_REM_INV>181.54</C_AMT_DUE_REM_INV>
    <C_AMT_DUE_REM_INV_DSP> 181.54 </C_AMT_DUE_REM_INV_DSP>
    <C_AMOUNT_CH_INV>0</C_AMOUNT_CH_INV>
    <C_AMOUNT_CR_INV>0</C_AMOUNT_CR_INV>
    <C_AMOUNT_RISK_INV>0</C_AMOUNT_RISK_INV>
    <C_AMOUNT_CLAIM_INV>0</C_AMOUNT_CLAIM_INV>
    <C_INV_BALANCE>181.54</C_INV_BALANCE>
    <C_COMP_BAL_INV>181.54</C_COMP_BAL_INV>
    <C_INV_BALANCE_DSP> 181.54 </C_INV_BALANCE_DSP>
    <C_INV_B0>0</C_INV_B0>
    <C_INV_B0_DSP> </C_INV_B0_DSP>
    <C_INV_B1>0</C_INV_B1>
    <C_INV_B1_DSP> </C_INV_B1_DSP>
    <C_INV_B2>0</C_INV_B2>
    <C_INV_B2_DSP> </C_INV_B2_DSP>
    <C_INV_B3>0</C_INV_B3>
    <C_INV_B3_DSP> </C_INV_B3_DSP>
    <C_INV_B4>181.54</C_INV_B4>
    <C_INV_B4_DSP> 181.54 </C_INV_B4_DSP>
    <C_INV_B5>0</C_INV_B5>
    <C_INV_B5_DSP> </C_INV_B5_DSP>
    <C_INV_B6>0</C_INV_B6>
    <C_INV_B6_DSP> </C_INV_B6_DSP>
    </G_INVOICE>
    </LIST_G_INVOICE>
    <CONS_BILL_DISP>10FC*526</CONS_BILL_DISP>
    </G_1>
    </LIST_G_1>
    <PERCENT_B0_ADDR>0</PERCENT_B0_ADDR>
    <PERCENT_B1_ADDR>0</PERCENT_B1_ADDR>
    <PERCENT_B2_ADDR>0</PERCENT_B2_ADDR>
    <PERCENT_B3_ADDR>0</PERCENT_B3_ADDR>
    <PERCENT_B4_ADDR>100</PERCENT_B4_ADDR>
    <PERCENT_B5_ADDR>0</PERCENT_B5_ADDR>
    <PERCENT_B6_ADDR>0</PERCENT_B6_ADDR>
    <SET_PERCENT_ADDR>0</SET_PERCENT_ADDR>
    <TOTAL_SITE_AMT>181.54</TOTAL_SITE_AMT>
    <TOTAL_SITE_AMT_DSP> 181.54 </TOTAL_SITE_AMT_DSP>
    <TOTAL_SITE_B0>0</TOTAL_SITE_B0>
    <TOTAL_SITE_B0_DSP> 0.00 </TOTAL_SITE_B0_DSP>
    <TOTAL_SITE_B1>0</TOTAL_SITE_B1>
    <TOTAL_SITE_B1_DSP> 0.00 </TOTAL_SITE_B1_DSP>
    <TOTAL_SITE_B2>0</TOTAL_SITE_B2>
    <TOTAL_SITE_B2_DSP> 0.00 </TOTAL_SITE_B2_DSP>
    <TOTAL_SITE_B3>0</TOTAL_SITE_B3>
    <TOTAL_SITE_B3_DSP> 0.00 </TOTAL_SITE_B3_DSP>
    <TOTAL_SITE_B4>181.54</TOTAL_SITE_B4>
    <TOTAL_SITE_B4_DSP> 181.54 </TOTAL_SITE_B4_DSP>
    <TOTAL_SITE_B5>0</TOTAL_SITE_B5>
    <TOTAL_SITE_B5_DSP> 0.00 </TOTAL_SITE_B5_DSP>
    <TOTAL_SITE_B6>0</TOTAL_SITE_B6>
    <TOTAL_SITE_B6_DSP> 0.00 </TOTAL_SITE_B6_DSP>
    <C_SITE_PAYMENTS_DSP> 0.00 </C_SITE_PAYMENTS_DSP>
    <C_SITE_PAYMENTS>0</C_SITE_PAYMENTS>
    <C_SITE_RISK>0</C_SITE_RISK>
    <C_SITE_CREDITS>0</C_SITE_CREDITS>
    <C_SITE_CREDITS_DSP> 0.00 </C_SITE_CREDITS_DSP>
    <C_SITE_BALANCE>181.54</C_SITE_BALANCE>
    <C_SITE_BALANCE_DSP> 181.54 </C_SITE_BALANCE_DSP>
    <SEL_CONTACT_INV> </SEL_CONTACT_INV>
    <C_CONTACT_NAME_INV></C_CONTACT_NAME_INV>
    <C_CONTACT_PHONE_INV></C_CONTACT_PHONE_INV>
    <C_CONTACTS_INV></C_CONTACTS_INV>
    </G_SITE_INV>
    </LIST_G_SITE_INV>
    <D_CUST_NAME_INV>Academia Contemporânea do</D_CUST_NAME_INV>
    <TOTAL_INV_AMT>181.54</TOTAL_INV_AMT>
    <TOTAL_INV_AMT_DSP> 181.54 </TOTAL_INV_AMT_DSP>
    <TOTAL_INV_B0>0</TOTAL_INV_B0>
    <TOTAL_INV_B0_DSP> 0.00 </TOTAL_INV_B0_DSP>
    <TOTAL_INV_B1>0</TOTAL_INV_B1>
    <TOTAL_INV_B1_DSP> 0.00 </TOTAL_INV_B1_DSP>
    <TOTAL_INV_B2>0</TOTAL_INV_B2>
    <TOTAL_INV_B2_DSP> 0.00 </TOTAL_INV_B2_DSP>
    <TOTAL_INV_B3>0</TOTAL_INV_B3>
    <TOTAL_INV_B3_DSP> 0.00 </TOTAL_INV_B3_DSP>
    <TOTAL_INV_B4>181.54</TOTAL_INV_B4>
    <TOTAL_INV_B4_DSP> 181.54 </TOTAL_INV_B4_DSP>
    <TOTAL_INV_B5>0</TOTAL_INV_B5>
    <TOTAL_INV_B5_DSP> 0.00 </TOTAL_INV_B5_DSP>
    <TOTAL_INV_B6>0</TOTAL_INV_B6>
    <TOTAL_INV_B6_DSP> 0.00 </TOTAL_INV_B6_DSP>
    <SUM_INV_BALANCE>181.54</SUM_INV_BALANCE>
    <SUM_INV_BALANCE_DSP> 181.54 </SUM_INV_BALANCE_DSP>
    <SUM_ONACC_CR_INV>0</SUM_ONACC_CR_INV>
    <SUM_ONACC_CR_INV_DSP> 0.00 </SUM_ONACC_CR_INV_DSP>
    <ONACC_CONV_CH_INV> </ONACC_CONV_CH_INV>
    <ONACC_CONV_CR_INV> </ONACC_CONV_CR_INV>
    <ONACC_CONV_RISK_INV></ONACC_CONV_RISK_INV>
    <SUM_ONACC_CH_INV>0</SUM_ONACC_CH_INV>
    <SUM_ONACC_CH_INV_DSP> 0.00 </SUM_ONACC_CH_INV_DSP>
    <SUM_ONACC_RISK_INV>0</SUM_ONACC_RISK_INV>
    <SUM_ONACC_RISK_INV_DSP> 0.00 </SUM_ONACC_RISK_INV_DSP>
    <SUM_CLAIM_INV>0</SUM_CLAIM_INV>
    <SUM_CLAIM_INV_DSP> 0.00 </SUM_CLAIM_INV_DSP>
    <SEL_PERCENT_INV>0</SEL_PERCENT_INV>
    <PERCENT_B0_INV>0</PERCENT_B0_INV>
    <PERCENT_B1_INV>0</PERCENT_B1_INV>
    <PERCENT_B2_INV>0</PERCENT_B2_INV>
    <PERCENT_B3_INV>0</PERCENT_B3_INV>
    <PERCENT_B4_INV>100</PERCENT_B4_INV>
    <PERCENT_B5_INV>0</PERCENT_B5_INV>
    <PERCENT_B6_INV>0</PERCENT_B6_INV>
    </G_CUST_INV>
    </LIST_G_CUST_INV>
    <C_LABEL2_INV>Total For Type</C_LABEL2_INV>
    <C_LABEL3_INV>Type</C_LABEL3_INV>
    <FLEX_TYPE_INV>10FC</FLEX_TYPE_INV>
    <TOTAL_INV_INV_AMT>181.54</TOTAL_INV_INV_AMT>
    <TOTAL_INV_INV_AMT_DSP> 181.54 </TOTAL_INV_INV_AMT_DSP>
    <TOTAL_INV_INV_B0>0</TOTAL_INV_INV_B0>
    <TOTAL_INV_INV_B0_DSP> 0.00 </TOTAL_INV_INV_B0_DSP>
    <TOTAL_INV_INV_B1>0</TOTAL_INV_INV_B1>
    <TOTAL_INV_INV_B1_DSP> 0.00 </TOTAL_INV_INV_B1_DSP>
    <TOTAL_INV_INV_B2>0</TOTAL_INV_INV_B2>
    <TOTAL_INV_INV_B2_DSP> 0.00 </TOTAL_INV_INV_B2_DSP>
    <TOTAL_INV_INV_B3>0</TOTAL_INV_INV_B3>
    <TOTAL_INV_INV_B3_DSP> 0.00 </TOTAL_INV_INV_B3_DSP>
    <TOTAL_INV_INV_B4>181.54</TOTAL_INV_INV_B4>
    <TOTAL_INV_INV_B4_DSP> 181.54 </TOTAL_INV_INV_B4_DSP>
    <TOTAL_INV_INV_B5>0</TOTAL_INV_INV_B5>
    <TOTAL_INV_INV_B5_DSP> 0.00 </TOTAL_INV_INV_B5_DSP>
    <TOTAL_INV_INV_B6>0</TOTAL_INV_INV_B6>
    <TOTAL_INV_INV_B6_DSP> 0.00 </TOTAL_INV_INV_B6_DSP>
    <TOTAL_INV_INV_BALANCE>181.54</TOTAL_INV_INV_BALANCE>
    <TOTAL_INV_INV_CREDIT>0</TOTAL_INV_INV_CREDIT>
    <TOTAL_INV_INV_RISK>0</TOTAL_INV_INV_RISK>
    <TOTAL_INV_INV_CLAIM>0</TOTAL_INV_INV_CLAIM>
    <TOTAL_INV_INV_CASH>0</TOTAL_INV_INV_CASH>
    <SET_PERCENT_INV_INV>0</SET_PERCENT_INV_INV>
    <SUM_PERCENT_B0_INV>0</SUM_PERCENT_B0_INV>
    <SUM_PERCENT_B1_INV>0</SUM_PERCENT_B1_INV>
    <SUM_PERCENT_B2_INV>0</SUM_PERCENT_B2_INV>
    <SUM_PERCENT_B3_INV>0</SUM_PERCENT_B3_INV>
    <SUM_PERCENT_B4_INV>100</SUM_PERCENT_B4_INV>
    <SUM_PERCENT_B5_INV>0</SUM_PERCENT_B5_INV>
    <SUM_PERCENT_B6_INV>0</SUM_PERCENT_B6_INV>
    </G_INV_INV>
    </LIST_G_INV_INV>
    <TOTAL_COMPANY_INV_AMT>181.54</TOTAL_COMPANY_INV_AMT>
    <TOTAL_COMPANY_INV_AMT_DSP> 181.54 </TOTAL_COMPANY_INV_AMT_DSP>
    <SET_GSUM_INV_AMT> 181.54 </SET_GSUM_INV_AMT>
    <SET_GSUM_INV_B0> 0.00 </SET_GSUM_INV_B0>
    <SET_GSUM_INV_B1> 0.00 </SET_GSUM_INV_B1>
    <SET_GSUM_INV_B2> 0.00 </SET_GSUM_INV_B2>
    <SET_GSUM_INV_B3> 0.00 </SET_GSUM_INV_B3>
    <SET_GSUM_INV_B4> 181.54 </SET_GSUM_INV_B4>
    <SET_GSUM_INV_B5> 0.00 </SET_GSUM_INV_B5>
    <SET_GSUM_INV_B6> 0.00 </SET_GSUM_INV_B6>
    <SET_PAY_CR_MEMOS_INV> 0.00 </SET_PAY_CR_MEMOS_INV>
    <SET_RISK_INV> 0.00 </SET_RISK_INV>
    <SET_CLAIM_INV> 0.00 </SET_CLAIM_INV>
    <SET_GPERCENT_INV>0</SET_GPERCENT_INV>
    <SET_GSUM_INV_BALANCE> 181.54 </SET_GSUM_INV_BALANCE>
    </G_COMPANY_INV>
    </LIST_G_COMPANY_INV>
    <SET_SEL_OPTIONS>1</SET_SEL_OPTIONS>
    </G_SEL_OPTIONS>
    </LIST_G_SEL_OPTIONS>
    <SET_CREDIT_OPTIONS>Age</SET_CREDIT_OPTIONS>
    </G_SEL_CREDIT_OPTIONS>
    </LIST_G_SEL_CREDIT_OPTIONS>
    <CA_FUNCTIONAL_CURRENCY>EUR</CA_FUNCTIONAL_CURRENCY>
    <ACCT_BAL_APROMPT>Empresa</ACCT_BAL_APROMPT>
    <ACCT_FLEX_BAL_SEG>c.SEGMENT1</ACCT_FLEX_BAL_SEG>
    <ACCT_BAL_LPROMPT>Empresa</ACCT_BAL_LPROMPT>
    <REPORT_NAME></REPORT_NAME>
    <SUB_TITLE>22-FEB-08</SUB_TITLE>
    <APP_MAX_ID></APP_MAX_ID>
    <ADJ_MAX_ID>74399</ADJ_MAX_ID>
    <PS_MAX_ID></PS_MAX_ID>
    <SET_UNID_PHRASE>Unidentified Payments</SET_UNID_PHRASE>
    <SET_BUCKET_TITLES>1</SET_BUCKET_TITLES>
    <SET_FTR_LABEL></SET_FTR_LABEL>
    <SET_COLUMNS>1</SET_COLUMNS>
    <SET_CURRENCY>EUR</SET_CURRENCY>
    <UNID_CH>0</UNID_CH>
    </G_SETUP>
    </LIST_G_SETUP>
    <RP_COMPANY_NAME>TUI Portugal, SA.</RP_COMPANY_NAME>
    <RP_REPORT_NAME>Aging - 7 Buckets Report</RP_REPORT_NAME>
    <RP_DATA_FOUND></RP_DATA_FOUND>
    <RP_SUBTITLE> 22-FEB-08</RP_SUBTITLE>
    <AS_OF_DATE>22-FEB-08</AS_OF_DATE>
    <UNID_PHRASE>Unidentified Payments</UNID_PHRASE>
    <SHORT_UNID_PHRASE>Unidentified Payme</SHORT_UNID_PHRASE>
    <TOP0>Não</TOP0>
    <TOP1>Até</TOP1>
    <TOP3>Até</TOP3>
    <TOP2>Até</TOP2>
    <TOP4>Até</TOP4>
    <TOP5>Mais de</TOP5>
    <TOP6>Em</TOP6>
    <BOT0>Vencido</BOT0>
    <BOT1>30 Dias</BOT1>
    <BOT2>60 Dias</BOT2>
    <BOT3>90 Dias</BOT3>
    <BOT4>180 Dias</BOT4>
    <BOT5>180 Dias</BOT5>
    <BOT6>Litígio</BOT6>
    <BUCKET_LINE_TYPE_0>CURRENT</BUCKET_LINE_TYPE_0>
    <BUCKET_LINE_TYPE_1>PAST</BUCKET_LINE_TYPE_1>
    <BUCKET_LINE_TYPE_2>PAST</BUCKET_LINE_TYPE_2>
    <BUCKET_LINE_TYPE_3>PAST</BUCKET_LINE_TYPE_3>
    <BUCKET_LINE_TYPE_4>PAST</BUCKET_LINE_TYPE_4>
    <BUCKET_LINE_TYPE_5>PAST</BUCKET_LINE_TYPE_5>
    <BUCKET_LINE_TYPE_6>DISPUTE_PENDADJ</BUCKET_LINE_TYPE_6>
    <BUCKET_DAYS_FROM_0>-99999999</BUCKET_DAYS_FROM_0>
    <BUCKET_DAYS_FROM_1>1</BUCKET_DAYS_FROM_1>
    <BUCKET_DAYS_FROM_2>31</BUCKET_DAYS_FROM_2>
    <BUCKET_DAYS_FROM_3>61</BUCKET_DAYS_FROM_3>
    <BUCKET_DAYS_FROM_4>91</BUCKET_DAYS_FROM_4>
    <BUCKET_DAYS_FROM_5>181</BUCKET_DAYS_FROM_5>
    <BUCKET_DAYS_FROM_6></BUCKET_DAYS_FROM_6>
    <BUCKET_DAYS_TO_0>0</BUCKET_DAYS_TO_0>
    <BUCKET_DAYS_TO_1>30</BUCKET_DAYS_TO_1>
    <BUCKET_DAYS_TO_2>60</BUCKET_DAYS_TO_2>
    <BUCKET_DAYS_TO_3>90</BUCKET_DAYS_TO_3>
    <BUCKET_DAYS_TO_4>180</BUCKET_DAYS_TO_4>
    <BUCKET_DAYS_TO_5>999999999</BUCKET_DAYS_TO_5>
    <BUCKET_DAYS_TO_6></BUCKET_DAYS_TO_6>
    <BUCKET_CATEGORY>DISPUTE_PENDADJ</BUCKET_CATEGORY>
    <GSUM_CUST_B0></GSUM_CUST_B0>
    <GSUM_CUST_B1></GSUM_CUST_B1>
    <GSUM_CUST_B2></GSUM_CUST_B2>
    <GSUM_CUST_B3></GSUM_CUST_B3>
    <GSUM_CUST_B4></GSUM_CUST_B4>
    <GSUM_CUST_B5></GSUM_CUST_B5>
    <GSUM_CUST_B6></GSUM_CUST_B6>
    <GSUM_CUST_PERCENT_B0></GSUM_CUST_PERCENT_B0>
    <GSUM_CUST_PERCENT_B1></GSUM_CUST_PERCENT_B1>
    <GSUM_CUST_PERCENT_B2></GSUM_CUST_PERCENT_B2>
    <GSUM_CUST_PERCENT_B3></GSUM_CUST_PERCENT_B3>
    <GSUM_CUST_PERCENT_B4></GSUM_CUST_PERCENT_B4>
    <GSUM_CUST_PERCENT_B5></GSUM_CUST_PERCENT_B5>
    <GSUM_CUST_PERCENT_B6></GSUM_CUST_PERCENT_B6>
    <GSUM_CUST_AMT></GSUM_CUST_AMT>
    <GSUM_CUST_BALANCE>0</GSUM_CUST_BALANCE>
    <GSUM_ONACC_AMT_CREDIT_CUST>0</GSUM_ONACC_AMT_CREDIT_CUST>
    <GSUM_ONACC_AMT_CASH_CUST>0</GSUM_ONACC_AMT_CASH_CUST>
    <GSUM_PAY_CR_CUST>0</GSUM_PAY_CR_CUST>
    <TEMP_SUM_CUST></TEMP_SUM_CUST>
    <GSUM_CUST_B0_DSP></GSUM_CUST_B0_DSP>
    <GSUM_CUST_B1_DSP></GSUM_CUST_B1_DSP>
    <GSUM_CUST_B2_DSP></GSUM_CUST_B2_DSP>
    <GSUM_CUST_B3_DSP></GSUM_CUST_B3_DSP>
    <GSUM_CUST_B4_DSP></GSUM_CUST_B4_DSP>
    <GSUM_CUST_B5_DSP></GSUM_CUST_B5_DSP>
    <GSUM_CUST_B6_DSP></GSUM_CUST_B6_DSP>
    <GSUM_CUST_AMT_DSP></GSUM_CUST_AMT_DSP>
    <GSUM_CUST_BALANCE_DSP></GSUM_CUST_BALANCE_DSP>
    <GSUM_PAY_CR_CUST_DSP></GSUM_PAY_CR_CUST_DSP>
    <C_DATA_CONV_GSUM></C_DATA_CONV_GSUM>
    <TEMP_ONACC_CR_CUST></TEMP_ONACC_CR_CUST>
    <TEMP_ONACC_CH_CUST></TEMP_ONACC_CH_CUST>
    <RP_FTR_LBL>Grand Total:</RP_FTR_LBL>
    <C_DATA_CONV_GSUM_INV></C_DATA_CONV_GSUM_INV>
    <GSUM_INV_B0>0</GSUM_INV_B0>
    <GSUM_INV_B1>0</GSUM_INV_B1>
    <GSUM_INV_B2>0</GSUM_INV_B2>
    <GSUM_INV_B3>0</GSUM_INV_B3>
    <GSUM_INV_B4>181.54</GSUM_INV_B4>
    <GSUM_INV_B5>0</GSUM_INV_B5>
    <GSUM_INV_B6>0</GSUM_INV_B6>
    <GSUM_INV_PERCENT_B1>0</GSUM_INV_PERCENT_B1>
    <GSUM_INV_PERCENT_B2>0</GSUM_INV_PERCENT_B2>
    <GSUM_INV_PERCENT_B0>0</GSUM_INV_PERCENT_B0>
    <GSUM_INV_PERCENT_B3>0</GSUM_INV_PERCENT_B3>
    <GSUM_INV_PERCENT_B4>100</GSUM_INV_PERCENT_B4>
    <GSUM_INV_PERCENT_B5>0</GSUM_INV_PERCENT_B5>
    <GSUM_INV_PERCENT_B6>0</GSUM_INV_PERCENT_B6>
    <GSUM_INV_AMT>181.54</GSUM_INV_AMT>
    <GSUM_INV_BALANCE>181.54</GSUM_INV_BALANCE>
    <GSUM_ONACC_AMT_CR_INV>0</GSUM_ONACC_AMT_CR_INV>
    <GSUM_ONACC_AMT_CH_INV>0</GSUM_ONACC_AMT_CH_INV>
    <GSUM_PAY_CR_INV>0</GSUM_PAY_CR_INV>
    <TEMP_SUM_INV>0</TEMP_SUM_INV>
    <GSUM_INV_BALANCE_DSP> 181.54 </GSUM_INV_BALANCE_DSP>
    <GSUM_PAY_CR_INV_DSP> 0.00 </GSUM_PAY_CR_INV_DSP>
    <GSUM_INV_B0_DSP> 0.00 </GSUM_INV_B0_DSP>
    <GSUM_INV_B1_DSP> 0.00 </GSUM_INV_B1_DSP>
    <GSUM_INV_B2_DSP> 0.00 </GSUM_INV_B2_DSP>
    <GSUM_INV_B3_DSP> 0.00 </GSUM_INV_B3_DSP>
    <GSUM_INV_B4_DSP> 181.54 </GSUM_INV_B4_DSP>
    <GSUM_INV_B5_DSP> 0.00 </GSUM_INV_B5_DSP>
    <GSUM_INV_B6_DSP> 0.00 </GSUM_INV_B6_DSP>
    <GSUM_INV_AMT_DSP> 181.54 </GSUM_INV_AMT_DSP>
    <TEMP_ONACC_CR_INV>0</TEMP_ONACC_CR_INV>
    <TEMP_ONACC_CH_INV>0</TEMP_ONACC_CH_INV>
    <C_PS_MAX_ID></C_PS_MAX_ID>
    <C_ADJ_MAX_ID>74399</C_ADJ_MAX_ID>
    <C_APP_MAX_ID></C_APP_MAX_ID>
    <C_CONVERT_FLAG>Y</C_CONVERT_FLAG>
    <C_CREDIT_OPTION_MEANING>Age</C_CREDIT_OPTION_MEANING>
    <C_FUNCTIONAL_CURRENCY>EUR</C_FUNCTIONAL_CURRENCY>
    <C_FORMAT_DETAILED></C_FORMAT_DETAILED>
    <C_SORT_OPTION>C</C_SORT_OPTION>
    <C_SUMMARY_OPTION>I</C_SUMMARY_OPTION>
    <REF_CURR_CODE_INV>EUR</REF_CURR_CODE_INV>
    <C_CUST_SUM_LBL></C_CUST_SUM_LBL>
    <C_ONACC_AMT_CR_CUST></C_ONACC_AMT_CR_CUST>
    <C_ONACC_AMT_CH_CUST></C_ONACC_AMT_CH_CUST>
    <C_ONACC_AMT_CR_INV>0</C_ONACC_AMT_CR_INV>
    <C_ONACC_AMT_CH_INV>0</C_ONACC_AMT_CH_INV>
    <C_CREDIT_APPLIED_LATE_CUST></C_CREDIT_APPLIED_LATE_CUST>
    <C_UNID_CH></C_UNID_CH>
    <C_CREDIT_APPLIED_LATE_INV>0</C_CREDIT_APPLIED_LATE_INV>
    <C_UNID_CH_INV>0</C_UNID_CH_INV>
    <C_SUMMARY_MEANING>Brief</C_SUMMARY_MEANING>
    <C_FORMAT_MEANING>Invoice Summary</C_FORMAT_MEANING>
    <SET_MEANINGS></SET_MEANINGS>
    <C_INDUSTRY_CODE>C</C_INDUSTRY_CODE>
    <C_COMPANY_TITLE></C_COMPANY_TITLE>
    <C_BAL_SEGMENT_LPROMPT></C_BAL_SEGMENT_LPROMPT>
    <C_PAYMENT_MEANING>Payment</C_PAYMENT_MEANING>
    <C_RISK_MEANING>Risk</C_RISK_MEANING>
    <C_ONACC_AMT_RISK_INV></C_ONACC_AMT_RISK_INV>
    <TEMP_ONACC_RISK_INV></TEMP_ONACC_RISK_INV>
    <C_RISK_OPTION_MEANING>Do Not Show</C_RISK_OPTION_MEANING>
    <GSUM_ONACC_AMT_RISK_INV>0</GSUM_ONACC_AMT_RISK_INV>
    <GSUM_RISK_INV_DSP> 0.00 </GSUM_RISK_INV_DSP>
    <GSUM_RISK_CUST_DSP></GSUM_RISK_CUST_DSP>
    <GSUM_ONACC_AMT_RISK_CUST>0</GSUM_ONACC_AMT_RISK_CUST>
    <CF_PAYMENT_MEANING>Payment</CF_PAYMENT_MEANING>
    <CF_RISK_MEANING></CF_RISK_MEANING>
    <CF_RISK_OPTION_MEANING></CF_RISK_OPTION_MEANING>
    <CF_ACCOUNTING_FLEXFIELD></CF_ACCOUNTING_FLEXFIELD>
    <GSUM_CLAIM_CUST_DSP></GSUM_CLAIM_CUST_DSP>
    <GSUM_CLAIM_AMT_CUST>0</GSUM_CLAIM_AMT_CUST>
    <GSUM_CLAIM_INV_DSP> 0.00 </GSUM_CLAIM_INV_DSP>
    <GSUM_CLAIM_AMT_INV>0</GSUM_CLAIM_AMT_INV>
    <C_CLAIM_OPTION_MEANING></C_CLAIM_OPTION_MEANING>
    </ARXAGMW>

    hi Rex,
    your requirement is u want to show your report parameter in rtf(template).
    create a placeholder column get your parameter in the placeholder column.
    and run the report to generate XMl.
    use the placeholder column in template to show parameter.
    Regards
    Rajesh

  • Mailing the Report Output-Does not generating file name

    Dear Gurus,
           The below program fulfils the "mailing the report" requirement .it sends the out put as an attachment in XLS format.But one problem exists i.e.,it does not generate  filename.It gives the filename as ".XLS"(DOT XLS).
    What should be done that system generates a filename?
    *& Report  ZTESTMAIL                                                   *
    REPORT  ZTESTMAIL                               .
    tables: ekko.
    parameters: p_email type somlreci1-receiver.
    types: begin of t_ekpo,
    ebeln type ekpo-ebeln,
    ebelp type ekpo-ebelp,
    aedat type ekpo-aedat,
    matnr type ekpo-matnr,
    end of t_ekpo.
    data: it_ekpo type standard table of t_ekpo initial size 0,
    wa_ekpo type t_ekpo.
    types: begin of t_charekpo,
    ebeln(10) type c,
    ebelp(5) type c,
    aedat(8) type c,
    matnr(18) type c,
    end of t_charekpo.
    data: wa_charekpo type t_charekpo.
    data: it_message type standard table of solisti1 initial size 0
    with header line.
    data: it_attach type standard table of solisti1 initial size 0
    with header line.
    data: t_packing_list like sopcklsti1 occurs 0 with header line,
    t_contents like solisti1 occurs 0 with header line,
    t_receivers like somlreci1 occurs 0 with header line,
    t_attachment like solisti1 occurs 0 with header line,
    t_object_header like solisti1 occurs 0 with header line,
    w_cnt type i,
    w_sent_all(1) type c,
    w_doc_data like sodocchgi1,
    gd_error type sy-subrc,
    gd_reciever type sy-subrc.
    t_object_header = 'Text.xls'. append t_object_header.
    *START_OF_SELECTION
    start-of-selection.
    Retrieve sample data from table ekpo
    perform data_retrieval.
    Populate table with detaisl to be entered into .xls file
    perform build_xls_data_table.
    *END-OF-SELECTION
    end-of-selection.
    Populate message body text
    perform populate_email_message_body.
    Send file by email as .xls speadsheet
    perform send_file_as_email_attachment
    tables it_message
    it_attach
    using p_email
    'Example .xls documnet attachment'
    'XLS'
    'PO'
    changing gd_error
    gd_reciever.
    Instructs mail send program for SAPCONNECT to send email(rsconn01)
    perform initiate_mail_execute_program.
    *& Form DATA_RETRIEVAL
    Retrieve data form EKPO table and populate itab it_ekko
    form data_retrieval.
    select ebeln ebelp aedat matnr
    up to 10 rows
    from ekpo
    into table it_ekpo.
    endform. " DATA_RETRIEVAL
    *& Form BUILD_XLS_DATA_TABLE
    Build data table for .xls document
    form build_xls_data_table.
    *CONSTANTS: con_cret TYPE x VALUE '0D', "OK for non Unicode
    *con_tab TYPE x VALUE '09'. "OK for non Unicode
    *If you have Unicode check active in program attributes thnen you will
    *need to declare constants as follows
    *class cl_abap_char_utilities definition load.
    constants:
    con_tab type c value cl_abap_char_utilities=>horizontal_tab,
    con_cret type c value cl_abap_char_utilities=>cr_lf.
    concatenate 'EBELN' 'EBELP' 'AEDAT' 'MATNR'
    into it_attach separated by con_tab.
    concatenate con_cret it_attach into it_attach.
    append it_attach.
    loop at it_ekpo into wa_charekpo.
    concatenate wa_charekpo-ebeln wa_charekpo-ebelp
    wa_charekpo-aedat wa_charekpo-matnr
    into it_attach separated by con_tab.
    concatenate con_cret it_attach into it_attach.
    append it_attach.
    endloop.
    endform. " BUILD_XLS_DATA_TABLE
    *& Form SEND_FILE_AS_EMAIL_ATTACHMENT
    Send email
    form send_file_as_email_attachment tables pit_message
    pit_attach
    using p_email
    p_mtitle
    p_format
    p_filename
    p_attdescription
    p_sender_address
    p_sender_addres_type
    changing p_error
    p_reciever.
    data: ld_error type sy-subrc,
    ld_reciever type sy-subrc,
    ld_mtitle like sodocchgi1-obj_descr,
    ld_email like somlreci1-receiver,
    ld_format type so_obj_tp ,
    ld_attdescription type so_obj_nam ,
    ld_attfilename type so_obj_des ,
    ld_sender_address like soextreci1-receiver,
    ld_sender_address_type like soextreci1-adr_typ,
    ld_receiver like sy-subrc.
    ld_email = p_email.
    ld_mtitle = p_mtitle.
    ld_format = p_format.
    ld_attdescription = p_attdescription.
    ld_attfilename = p_filename.
    ld_sender_address = p_sender_address.
    ld_sender_address_type = p_sender_addres_type.
    Fill the document data.
    w_doc_data-doc_size = 1.
    Populate the subject/generic message attributes
    w_doc_data-obj_langu = sy-langu.
    w_doc_data-obj_name = 'SAPRPT'.
    w_doc_data-obj_descr = ld_mtitle .
    w_doc_data-sensitivty = 'F'.
    Fill the document data and get size of attachment
    clear w_doc_data.
    read table it_attach index w_cnt.
    w_doc_data-doc_size =
    ( w_cnt - 1 ) * 255 + strlen( it_attach ).
    w_doc_data-obj_langu = sy-langu.
    w_doc_data-obj_name = 'SAPRPT'.
    w_doc_data-obj_descr = ld_mtitle.
    w_doc_data-sensitivty = 'F'.
    clear t_attachment.
    refresh t_attachment.
    t_attachment[] = pit_attach[].
    Describe the body of the message
    clear t_packing_list.
    refresh t_packing_list.
    t_packing_list-transf_bin = space.
    t_packing_list-head_start = 1.
    t_packing_list-head_num = 0.
    t_packing_list-body_start = 1.
    describe table it_message lines t_packing_list-body_num.
    t_packing_list-doc_type = 'RAW'.
    append t_packing_list.
    Create attachment notification
    t_packing_list-transf_bin = 'X'.
    t_packing_list-head_start = 1.
    t_packing_list-head_num = 1.
    t_packing_list-body_start = 1.
    describe table t_attachment lines t_packing_list-body_num.
    t_packing_list-doc_type = ld_format.
    t_packing_list-obj_descr = ld_attdescription.
    t_packing_list-obj_name = ld_attfilename.
    t_packing_list-doc_size = t_packing_list-body_num * 255.
    append t_packing_list.
    Add the recipients email address
    clear t_receivers.
    refresh t_receivers.
    t_receivers-receiver = ld_email.
    t_receivers-rec_type = 'U'.
    t_receivers-com_type = 'INT'.
    t_receivers-notif_del = 'X'.
    t_receivers-notif_ndel = 'X'.
    append t_receivers.
    call function 'SO_DOCUMENT_SEND_API1'
    exporting
    document_data = w_doc_data
    put_in_outbox = 'X'
    sender_address = ld_sender_address
    sender_address_type = ld_sender_address_type
    commit_work = 'X'
    importing
    sent_to_all = w_sent_all
    tables
    object_header = t_object_header
    packing_list = t_packing_list
    contents_bin = t_attachment
    contents_txt = it_message
    receivers = t_receivers
    exceptions
    too_many_receivers = 1
    document_not_sent = 2
    document_type_not_exist = 3
    operation_no_authorization = 4
    parameter_error = 5
    x_error = 6
    enqueue_error = 7
    others = 8.
    Populate zerror return code
    ld_error = sy-subrc.
    Populate zreceiver return code
    loop at t_receivers.
    ld_receiver = t_receivers-retrn_code.
    endloop.
    endform.
    *& Form INITIATE_MAIL_EXECUTE_PROGRAM
    Instructs mail send program for SAPCONNECT to send email.
    form initiate_mail_execute_program.
    wait up to 2 seconds.
    submit rsconn01 with mode = 'INT'
    with output = 'X'
    and return.
    endform. " INITIATE_MAIL_EXECUTE_PROGRAM
    *& Form POPULATE_EMAIL_MESSAGE_BODY
    Populate message body text
    form populate_email_message_body.
    refresh it_message.
    it_message = 'Please find attached a list test ekpo records'.
    append it_message.
    endform. " POPULATE_EMAIL_MESSAGE_BODY
    Your suggestions will be appreciated and rewarded.
    Thanks in advance
    Murali

    Hi
    Your pgm is not passing anything in obj_descr in packing list for excel file. If you pass a name your excel file will have that.
    Regards
    Sathar
    perform send_file_as_email_attachment
    tables it_message
    it_attach
    using p_email
    'Example .xls documnet attachment'
    'XLS'
    'PO'
    ' '  *------> no value*
    changing gd_error
    gd_reciever.
    form send_file_as_email_attachment tables pit_message
    pit_attach
    using p_email
    p_mtitle
    p_format
    p_filename
    p_attdescription *----> no value*
    p_sender_address
    p_sender_addres_type
    changing p_error
    p_reciever.
    t_packing_list-obj_descr = ld_attdescription.

  • PDF output does not refresh data in BI Publisher, XML and HTML do refresh

    I just upgraded to BI Publisher 10.1.3.4.0 and I noticed that the PDF format of the reports does not reflect recent changes in data, while XML data and HTML output do reflect changes in data immediately.
    I'm using BI Publisher to print APEX applications reports. When I change some data in APEX forms, I click again in the Print button and the data remains unchanged. I made some testing inside Oracle BI Publisher, and noticed that XML data and HTML output do reflect changes, but PDF output remains with the old data for some unknown amount of time. I cannot identify a method to force the PDF to refresh, just un-log and log in again several times until the data appears updated. This is serious because when users change data and print again, they expect the changes to be reflected in the new printable report, and may not notice that the data is the old version.
    OS is Oracle Enterprise Linux.
    Any help on this will be very welcome.
    Francisco

    Open the report in Edit Mode Click on the reports and in the properties section Uncheck the
    Enable Document Cache Property and your issue should be resolved.

  • Animation does not show when previewed or published

    I have an animation that appears to be working, and shows in edit mode, but that does not appear at all when I preview or publish. It is a countdown clock I need to an activity.

    Hi there
    What version of Captivate are you using?
    If it's version 4, note that you may choose an Actionscript version to use.
    Click Edit > Preferences...> Project node > Publish Settings node.
    Cheers... Rick
    Click here for Adobe Certified Captivate and RoboHelp HTML Training
    Click here for the SorcerStone Blog
    Click here for RoboHelp and Captivate eBooks

  • PeopleSoft Report Manager does not show up reports

    Folks,
    Hello. I am using Peopletools 8.49.
    The Report Manager has 4 tabs: List, Explorer, Administration, Archives
    After I run reports using Process Scheduler, nothing shows up under the above 4 tabs and this message comes up:"Invalide or missing parameter in request" under List tab.
    I have followed "Process Scheduler Documentation" - Chapter 5 "Using Report Manager" to configure it, but it's not working out.
    The following solution is for PeopleTools 8.44:
    http://peoplesoft.ittoolbox.com/groups/technical-functional/peopletools-l/report-manager-nothing-showing-under-list-1011644
    Can any folks tell me how to solve this problem in PeopleTools 8.49 ?

    Folks,
    Hello Thanks a lot for replying.
    1) The default local node (PT_LOCAL) has been set a password that is login user password.
    2) I think I define the Report node correctly under "PeopleTools>ProcessScheduler>ReportNodes" as follows:
    Http Information is selected.
    URL: http://127.0.0.1/psp/ps/psreports
    (psp is Domain name, ps is Site name while configure Webserver. psreports is a folder in C:\)
    URI Host: http://127.0.0.1
    URI Port: 80
    URI Source: don't need this since Scheduler and Webserver are in the same machine.
    Logi ID: PSADMIN
    Password:PSADMIN
    Under Intergration Broker, I have done the follows:
    1) Gateway, Domain, Pub/Sub Server are running.
    2) Service Operations: PSRF_FOLDER_CREATE, PSRF_REPORT_CREATE, PSRF_REPORT_DATE_CHANGE AND PSRF_REPORT_DELETE are set "active" and "Asynchronous One Way".
    3) Login User PSADMIN are granted Roles "Report Super User" and "Report Dist Administrator".
    But Report Manager still cannot display Reports by this point.
    The only problem is that under "PeopleTools>IB>Configuration>Service Configuration>UDDI Configuration", when Ping the Inquiry URL and Publish URL, I got such an error message: "External System Contact error."
    Inquiry URL: http://PTNTAS28/UDDI/INQUIRY
    Publish URL: HTTP://PTNTAS28/UDDI/PUBLISHING
    I think the "External System Contact error" cause Report Manager cannot display Reports. This problem is caused by "Gateway" or "UDDI Server" not running correctly.
    Thus, I have 3 questions:
    First, Do I need to change 4 Service Operations from "Asynchronous One-way" to "Request/Response" ? What is Receiver node for routings ?
    Second, do I need to set up UDDI Server and configure it ?
    Third,, where to set up single signon for the default local node (PT_LOCAL) ?

  • 4.0 EA1 - Data Modeler does not show columns data types correctly

    Data Modeler shows all columns data types as 'unknown'.

    Hi,
    you need to check "system data types" directory and it contents. Its default location in SQL Developer is sqldeveloper\sqldeveloper\extensions\oracle.datamodeler\types
    Check "Preferences>Data Modeler>Default system data types directory" setting. If it's empty then copy defaultdomains.xml from previous installation to directory above.
    If it's not empty then you need to copy types.xml and defaultRDBMSSites.xml from default location to directory set as "Default system data types directory".
    Philip

  • CSV output does not show speacial characters properly

    Hi,
    I scheduled a report to generate csv output. Data contains some Czech, French, German characters which are not coming properly in csv. But if generate excel output, I can see it comes properly.
    Please help me to resolve. I can not give long instructions to the users to use Import data options, define encoding etc.(available in MSexcel) while open the csv file in order to get coorect characters.
    Kind Regards.

    UTF-8 encoding is used for CSV output and please make sure you open it in UTF-8 encoding mode of your editor.

  • Bursted Output does not show the data.

    I have bursted a report to shared location. The output file gets bursted to the destinated location but it is empty without data.when i click view i am able to see the output with data. i have split the data and delivered to 3 folders in shared drive. am getting the empty
    files in all 3 folders.
    am using BIP 10.1.3.3.1 version.
    Kindly help me in resolving this issue.
    Regards,
    Vinoth.

    10.1.3.3.1 version is very old version, I would suggest to try against latest version.

  • BPELConsole: Initiate does not show HTML or XML form to fill in variables

    Hi,
    i am using a xsd with a cascaded import of other xsds.
    If i use one import layer everything is fine.
    But if i use something like:
    1.xsd (imports 2.xsd)
    2.xsd (imports 3.xsd)
    The BPELConsole refuses to show me a HTML or XML form where i can fill in the variables...

    Hi,
    For time being create one dummy process with request and response as a string type and call your process with the [xml]string input by creating partnerlink.
    Generate xml from the schema with xml generator tools.
    or use java api to invoke the process.
    Regards,
    Bogi

  • Depreciation Simulation report does not show future years Depreciation

    Hi experts
    Depreciation Simulation report (S_ALR_87012936) does not show future years simulated depreciation for depreciation areas other than 01.  I try to run for 7 years in future, other then area 01, all other areas only show the current fiscal year and zero for future years even though there are values.
    Any ideas would be much appreciated.
    Edited by: AG on May 5, 2011 1:21 AM

    Hi
    Please check settings of Simulation Varinat at IMG> Financial Accounting>Asset Accounting>Information System>Define Simulation Variants for Depreciation Reports. Check settings for depreciation ares for which you are facing issue.
    Hope this helps!!
    Murlidhar Khatri

Maybe you are looking for