Urgent : Problem in displaying 0fiscper as dynamic data col.

Hi SEM gurus,
I have a problem in displaying 0FISCPER in data columns. Say, in my planning level I have restricted 0FISCPER to 0001.2005 to 012.2005. and I did selected in data column,  “Dynamic for 0fiscper”.
Now when I run my lay out for keyfig. 0Amount the lay out is like this…
Customer Amount Amount Amount
Xxxxxx       10  20     30
Its not displaying the month…what I want in the lay out should be like this…
         001.2004  002.2004  003.2004 …………………
Customer Amount Amount Amount Amount
Xxxxxx     10     20      30    40   .........
Can any one Please help me out to fix this ???
Thanks a bunch in advance…
Rohith.
Message was edited by: rohith gentle
Message was edited by: rohith gentle

Rohith,
change HEADING column in the 2nd screen of the layout design to "0FISCPER Amount".
I think, current HEADING is named as only "Amount".
This will give layout as
Customer 001.2004Amount 002.2004Amount 003.2004Amount
hope that helps.
Hari Immadi
http://immadi.com
SEM BW Analyst

Similar Messages

  • Problems with displaying Asian languages dynamically in a text box

    I have a text box that I am adding to the stage dynamically. The text box is a movieclip in the library. However, when it is added to the stage the message is not displayed. I have no problems with English or Spanish but for Chinese, Korean, and Japenese the message is not displayed. Here is the code in Chinese (when a certain condition is met:
    function whiteFlashCompleteF():void{
       ssMessageF("截图已添加至您的图片库");
    function ssMessageF(s:String):void{
        ssMessage.alpha = 0;
        addChild(ssMessage);
        ssMessage.x=stage.stageWidth/2;
        ssMessage.y=stage.stageHeight/2;
        ssMessage.tf.text = s;
        TweenLite.to(ssMessage,1,{alpha:1});
        TweenLite.to(ssMessage,1,{alpha:0, onComplete:ssMessageCompleteF, delay:3, overwrite:false});
    Do anyone have any ideas on how I can get the text to display?

    any text that is rendered in a dynamic textbox during runtime,
    has to consist of characters of a font you have properly embeded,
    (which might not be the case for this chinese message)

  • Problems in displaying SAP R/3 data in Adobe Offline Forms

    Hello All,
    I have a requirement where I need to display a PDF Form with data being fetched from the SAP R/3 through RFC .
    <b>I am using SAP NWDS SP9, SAP WAS SP15 and Adobe Reader 7.0.</b>
    I have 2 input fields which are binded to certain attributes of the View's Node.
    But while deploying my application its not displaying any data.
    Note : For the Interactive Form I am using the below mentioned features:
    1. mode  : I am using <b>usePDF</b> mode.
    2. PDF Source : I did a PDF Preview of my Interactive Form and then saved the PDF form inside my WebDynpro Projects src/mimes/components folder fiving some name Test123.pdf.
    3. I created a binary attribute say PDFSource which inturn reads the above mentioned PDF.
    Please suggest why the PDF form upon deployment is not displaying any data although the fields are mapped to
    node which are filled with data.

    Hi,
    <b>I have changed the mode to UpdateDataInPDF mode.</b>And now it is giving <b>500 Internal server Error while deployment.</b>
    The usePDF mode is working perfectly but then it cannot be used for displaying data fetched from SAP R/3.
    For displaying data mode has to be updateDataInPDF but its giving a deployment error.
    Does it has anything to do with proper installion of ADS Service on SAP WAS?

  • URGENT: Problem sending array of complex type data to webservice.

    Hi,
    I am writing an application in WebDynpo which needs to call External web service. This service has many complex data types. The function which I am trying to access needs some Complex data type array. When i checked the SOAP request i found that the namespace for the array type is getting blank values. Because of which SOAP response is giving exception.
    The SOAP request is as below. For the <maker> which is an array ,the xmlns:tns='' is generated.
    <mapImageOptions xsi:type='tns:MapImageOptions' xmlns:tns='http://www.themindelectric.com/package/com.esri.is.services.glue.v2.mapimage/'>
    <dataSource xsi:type='xs:string'>GDT.Streets.US</dataSource>
    <mapImageSize xsi:type='tns:MapImageSize'><width xsi:type='xs:int'>380</width><height xsi:type='xs:int'>500</height></mapImageSize>
    <mapImageFormat xsi:type='xs:string'>gif</mapImageFormat>
    <backgroundColor xsi:type='xs:string'>255,255,255</backgroundColor>
    <outputCoordSys xsi:type='tns:CoordinateSystem' xmlns:tns='http://www.themindelectric.com/package/com.esri.is.services.common.v2.geom/'>
    <projection xsi:type='xs:string'>4269</projection>
    <datumTransformation xsi:type='xs:string'>dx</datumTransformation>
    </outputCoordSys>
    <drawScaleBar xsi:type='xs:boolean'>false</drawScaleBar>
    <scaleBarPixelLocation xsi:nil='true' xsi:type='tns:PixelCoord'></scaleBarPixelLocation>
    <returnLegend xsi:type='xs:boolean'>false</returnLegend>
    <markers ns2:arrayType='tns:MarkerDescription[1]' xmlns:tns='' xmlns:ns2='http://schemas.xmlsoap.org/soap/encoding/'>
    <item xsi:type='tns:MarkerDescription'><name xsi:type='xs:string'></name>
    <iconDataSource xsi:type='xs:string'></iconDataSource><color xsi:type='xs:string'></color>
    <label xsi:type='xs:string'></label>
    <labelDescription xsi:nil='true' xsi:type='tns:LabelDescription'>
    </labelDescription><location xsi:type='tns:Point' xmlns:tns='http://www.themindelectric.com/package/com.esri.is.services.common.v2.geom/'>
    <x xsi:type='xs:double'>33.67</x><y xsi:type='xs:double'>39.44</y>
    <coordinateSystem xsi:type='tns:CoordinateSystem'>
    <projection xsi:type='xs:string'>4269</projection>
    <datumTransformation xsi:type='xs:string'>dx</datumTransformation>
    </coordinateSystem></location></item>
    </markers><lines xsi:nil='true'>
    </lines><polygons xsi:nil='true'></polygons><circles xsi:nil='true'></circles><displayLayers xsi:nil='true'></displayLayers>
    </mapImageOptions>
    Another problem:
    If the webservice is having overloaded methods , it is generating error for the second overloaded method.The stub file itself contains statment as follow:
    Response = new();
    can anyone guide me on this?
    Thanks,
    Mital.

    I am having this issue as well.
    From:
    http://help.sap.com/saphelp_nw04/helpdata/en/43/ce993b45cb0a85e10000000a1553f6/frameset.htm
    I see that:
    The WSDL document in rpc-style format must also not use any soapenc:Array types; these are often used in SOAP code in documents with this format. soapenc:Array uses the tag <xsd:any>, which the Integration Builder editors or proxy generation either ignore or do not support.
    You can replace soapenc:Array types with an equivalent <sequence>; see the WS-I  example under http://www.ws-i.org/Profiles/BasicProfile-1.0-2004-04-16.html#refinement16556272.
    They give an example of what to use instead.
    Of course I have been given a WSDL that has a message I need to map to that uses the enc:Array.
    Has anyone else had this issue?  I need to map to a SOAP message to send to an external party.  I don't know what they are willing to change to support what I can do.  I changed the WSDL to use a sequence as below just to pull it in for now.
    Thanks,
    Eric

  • Urgent problems with displaying in table format

    Hi everyone!
    Desparately need help in placing result of search from MySQL
    database into individual cells of the table. If anyone can give me
    a sample code/file, it would be most helpful! I have results from a
    display all of the table, now I need to code so that particular
    results from fields are displayed in assigned columns...
    Thank you in advance!
    Short_T

    It's hard without seeing your specific application, but what
    you need to do
    is the following -
    1. Add a recordset to the page
    2. Place fields from this recordset into the cells of a table
    as desired
    3. Wrap the row with these cells in a looper/repeat region,
    so that the
    recordset is incremented from beginning to end as the records
    are being
    placed in the table and the page is built step by step
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Short_T" <[email protected]> wrote in
    message
    news:e8aafs$6gv$[email protected]..
    > Hi everyone!
    >
    > Desparately need help in placing result of search from
    MySQL database into
    > individual cells of the table. If anyone can give me a
    sample code/file,
    > it
    > would be most helpful! I have results from a display all
    of the table, now
    > I
    > need to code so that particular results from fields are
    displayed in
    > assigned
    > columns...
    >
    > Thank you in advance!
    >
    > Short_T
    >

  • (URGENT)Problem in PL/SQL package with date.

    Hi,
    When I am running this query
    "SELECT a.street_addr address, a.mailing_city_name city,
    d.pa_cust_name county, a.zip_cd zip,
    a.last_update_dt lastdate, a.status_cd status
    FROM CWT003_PEND_ADDR a,
    CWT004_ACTVITY_LOG b,
    CWT005_PUBLIC_AUTH c,
    CWT005_PUBLIC_AUTH d
    WHERE a.address_id = b.address_id(+)
    AND a.city_cust_num = c.pa_cust_num(+)
    AND c.parent_pa_num = d.pa_cust_num(+)
    AND (b.action_flag = 'A' OR b.action_flag = 'I')
    AND b.user_prof_id = NVL(NULL,b.user_prof_id)
    AND ( NVL (TO_DATE('01-oct-2006'),
    TO_DATE ('1-1-1900', 'MM-DD-YYYY')) =
    TO_DATE ('1-1-1900', 'MM-DD-YYYY')
    OR b.activity_tstmp >= TO_DATE('01-oct-2006')
    AND ( NVL (TO_DATE('01-nov-2006'),
    TO_DATE ('1-1-1900', 'MM-DD-YYYY')
    ) = TO_DATE ('1-1-1900', 'MM-DD-YYYY')
    OR b.activity_tstmp <= TO_DATE('01-nov-2006')
    AND ( NVL (NULL, -1) = -1
    OR a.district_no = ''
    AND a.city_cust_num IN (SELECT pa_cust_num
    FROM CWT005_PUBLIC_AUTH Y
                                       WHERE NVL(Y.parent_pa_num,-1) =
                                                 NVL(NULL,NVL(Y.parent_pa_num,-1)))
    AND NVL(a.city_cust_num,-1) = NVL(NULL,NVL(a.CITY_CUST_NUM,-1))"
    I am getting the desired o/p.
    But when I call the following package;
    CREATE OR REPLACE PACKAGE Test_Pkg_Dip
    AS
    PROCEDURE test_proc;
    END Test_Pkg_Dip;
    CREATE OR REPLACE PACKAGE BODY Test_Pkg_Dip
    AS
    PROCEDURE test_proc
    IS
    l_report_req_date CWT009_REPORT_RQST.report_req_dt%TYPE;
    l_report_type CWT009_REPORT_RQST.report_type%TYPE;
    l_req_user_prof_id CWT009_REPORT_RQST.req_user_prof_id%TYPE;
    l_rqst_city_num CWT009_REPORT_RQST.rqst_city_num%TYPE;
    l_rqst_county_num CWT009_REPORT_RQST.rqst_county_num%TYPE;
    l_rqst_from_dt VARCHAR2 (50);
    l_rqst_org_num CWT009_REPORT_RQST.rqst_org_num%TYPE;
    l_rqst_to_dt VARCHAR2 (50);
    l_rqst_user_prof_id CWT009_REPORT_RQST.rqst_user_prof_id%TYPE;
    l_city_cust_num CWT002_USR_CTY_REL.city_cust_num%TYPE;
    l_count NUMBER := 0;
    l_address CWT003_PEND_ADDR.street_addr%TYPE;
    l_city CWT003_PEND_ADDR.mailing_city_name%TYPE;
    l_county CWT005_PUBLIC_AUTH.pa_cust_name%TYPE;
    l_zip CWT003_PEND_ADDR.zip_cd%TYPE;
    l_last_worked_date CWT003_PEND_ADDR.last_update_dt%TYPE;
    l_status CWT003_PEND_ADDR.status_cd%TYPE;
    CURSOR cur_report_entries
    IS
    SELECT a.report_req_dt, a.report_type, a.req_user_prof_id,
    a.rqst_city_num, a.rqst_county_num,
    TO_CHAR (a.rqst_from_dt, 'DD-MON-YYYY'), a.rqst_org_num,
    TO_CHAR (a.rqst_to_dt, 'DD-MON-YYYY'), a.rqst_user_prof_id
    FROM (SELECT x.report_req_dt, x.report_type, x.req_user_prof_id,
    x.rqst_city_num, x.rqst_county_num, x.rqst_from_dt,
    x.rqst_org_num, x.rqst_to_dt, x.rqst_user_prof_id
    FROM CWT009_REPORT_RQST x
    ORDER BY report_type) a
    WHERE ROWNUM <= 1;
    CURSOR test_cur
    IS
    SELECT a.street_addr address, a.mailing_city_name city,
    d.pa_cust_name county, a.zip_cd zip,
    a.last_update_dt lastdate, a.status_cd status
    FROM CWT003_PEND_ADDR a,
    CWT004_ACTVITY_LOG b,
    CWT005_PUBLIC_AUTH c,
    CWT005_PUBLIC_AUTH d
    WHERE a.address_id = b.address_id(+)
    AND a.city_cust_num = c.pa_cust_num(+)
    AND c.parent_pa_num = d.pa_cust_num(+)
    AND (b.action_flag = 'A' OR b.action_flag = 'I')
    AND b.user_prof_id = NVL (l_rqst_user_prof_id, b.user_prof_id)
    AND ( NVL (TO_DATE (l_rqst_from_dt, 'DD-MON-YYYY'),
    TO_DATE ('01-JAN-1900', 'DD-MON-YYYY')
    ) = TO_DATE ('01-JAN-1900', 'DD-MON-YYYY')
    OR b.activity_tstmp >=
    TO_DATE (l_rqst_from_dt, 'DD-MON-YYYY')
    AND ( NVL (TO_DATE (l_rqst_to_dt, 'DD-MON-YYYY'),
    TO_DATE ('01-JAN-1900', 'DD-MON-YYYY')
    ) = TO_DATE ('01-JAN-1900', 'DD-MON-YYYY')
    OR b.activity_tstmp <=
    TO_DATE (l_rqst_to_dt, 'DD-MON-YYYY')
    AND (NVL (l_rqst_org_num, -1) = -1
    OR a.district_no = l_rqst_org_num
    AND a.city_cust_num IN (
    SELECT pa_cust_num
    FROM CWT005_PUBLIC_AUTH y
    WHERE NVL (y.parent_pa_num, -1) =
    NVL (l_rqst_county_num, NVL (y.parent_pa_num, -1)))
    AND NVL (a.city_cust_num, -1) =
    NVL (l_rqst_city_num, NVL (a.city_cust_num, -1));
    BEGIN
    DBMS_OUTPUT.put_line ('11111' || CHR (10));
    OPEN cur_report_entries;
    FETCH cur_report_entries
    INTO l_report_req_date, l_report_type, l_req_user_prof_id,
    l_rqst_city_num, l_rqst_county_num, l_rqst_from_dt,
    l_rqst_org_num, l_rqst_to_dt, l_rqst_user_prof_id;
    CLOSE cur_report_entries;
    DBMS_OUTPUT.put_line ( l_req_user_prof_id
    || '---'
    || l_report_req_date
    || '---'
    || l_report_type
    || '---'
    || l_rqst_user_prof_id
    || '---'
    || l_rqst_from_dt
    || '---'
    || l_rqst_to_dt
    || '---'
    || l_rqst_org_num
    || '---'
    || l_rqst_city_num
    || '---'
    || l_rqst_county_num
    DBMS_OUTPUT.put_line
    || CHR (10)
    IF l_rqst_city_num = 0
    THEN
    l_rqst_city_num := NULL;
    END IF;
    IF l_rqst_county_num = 0
    THEN
    l_rqst_county_num := NULL;
    END IF;
    IF l_rqst_user_prof_id = 0
    THEN
    l_rqst_user_prof_id := NULL;
    END IF;
    --l_rqst_from_dt := NULL;
    --l_rqst_to_dt   := NULL;
    l_count := l_count + 1;
    --FOR rec1 IN test_cur
    OPEN test_cur;
    LOOP
    BEGIN
    FETCH test_cur
    INTO l_address, l_city, l_county, l_zip, l_last_worked_date,
    l_status;
    EXIT WHEN test_cur%NOTFOUND;
    DBMS_OUTPUT.put_line
    || l_count
    || ' ] street_addr::'
    || l_address
    || CHR (10)
    || 'mailing_city_name::'
    || l_city
    || CHR (10)
    || 'pa_cust_name::'
    || l_county
    || CHR (10)
    || 'zip_cd::'
    || l_zip
    || CHR (10)
    || 'last_update_dt::'
    || l_last_worked_date
    || CHR (10)
    || 'status_cd::'
    || l_status
    || CHR (10)
    || '-------------------------------------------------------------------------------------------'
    || CHR (10)
    l_count := l_count + 1;
    EXCEPTION
    WHEN OTHERS
    THEN
    DBMS_OUTPUT.put_line ( 'Inside Error::'
    || SQLCODE
    || '------'
    || SQLERRM
    END;
    END LOOP;
    CLOSE test_cur;
    EXCEPTION
    WHEN OTHERS
    THEN
    DBMS_OUTPUT.put_line ('Error::' || SQLCODE || '------' || SQLERRM);
    END test_proc;
    END Test_Pkg_Dip;
    as
    BEGIN
    Test_Pkg_Dip.test_proc;
    END;
    I do not get any output. And also if I remove the date comparison from the query it works.
    Thanks & regards,
    Dipankar Kushari.

    Yeh.
    But the real error was "ERROR:
    ORA-06502: PL/SQL: numeric or value error: host bind array too small
    ORA-06512: at line 1"
    I found that it was coming due to more than 255 characters in a single line in dbms_output.put_line.
    Anyway, thanks for the answer.
    Dipankar.

  • Displaying a group of data in different Pages

    Hello
    I will try to explain my Problem below briefly
    I have a problem with displaying a group of data in different Pages.I want to display a group of data like this:
    page1      page2
    data1Part1      data1Part2
    Page3     Page4
    data2Part1      data2Part2
    Page5     Page6
    data3Part1      data3Part2
    page 7     Page 8
    data4Part1      data4Part2
    What I get is :
    page1      page2
    data1Part1      data2Part1
    Page3     b]Page4
    data3Part1      data4Part1
    Page5     Page6
    data2Part2      data3Part2
    page 7     Page 8
    data4Part2      data4Part2
    I test <?for-each-group@section:ROW?> and Different first page etc. It doesn't work.I would appreciate your help. I can send you the output, template and xml doc, if you can have a look at it.
    Thanks

    Send me all files along with expected output at [email protected]

  • Displaying a group of  data in different colums

    I have a problem with displaying a group of data in different colums. I want to display a group of data like this:
    Column 1 --- Column2 ----- Column3
    data1 data6 data11
    data2 data7 data12
    data3 data8 data13
    data4 data9 data14
    data5 data10 data15
    That is, the coulm headers must be at the same height of the page and data must be in paralell columns.
    My number of data is variable depending on a query result, and I want to start displaying my group on the first column and when it is full (the number of records per column is fixed), is must switch into the next one.
    In case there were more than 15 records, the 16th and the followings, must be displayed on the next page, with the same format as i have explained before.
    Thank you very much.

    Send me all files along with expected output at [email protected]

  • Problem in displaying dynamic japanese data in JSP

    Hi all,
    I am trying to display japanese data (address) fetched from RDBMS database but only ???????? getting displayed. First the data is fetched from database then populated in xml. From xml databean is created .
    Steps taken
    I have put chartset =shift-jis in jsp response header .
    I made sure the encoding for XML file is UTF-8 for parsing. I am using documentbuilder object for parsing for xml.
    I am not sure what needs to be done to display japnese text properly.
    I appreciate if i get solution as i am struck with this for long time
    Regards,
    prasad

    Your JSP pages need to contain a JSP directive that specifices the encoding for the pages (one that supports Japanese).
    I use:
    <%@ page contentType="text/html;charset=UTF-8" %>
    You could also use:
    <%@ page contentType="text/html;charset=SHIFT-JIS" %>
    When you view with your browser also remember to set the page encdoing and ensure your OS has the proper fonts installed.

  • How to call javascript function with dynamic data in display tag

    Hi,
    Iam new to pagination concept. Iam using display tag to display rows in jsp by strtus.
    I have a problem when calling the javascript function using ahref in attribute in display tag.
    <bean:define name="form1" property="EditDetails.List" id="ListDisplay"/>
    <display:table name="pageScope.ListDisplay" cellpadding="0" cellspacing="1" pagesize="10" partialList="false" size="listSize" requestURI="">
    <display:column property="poNo" href='javascript:searchEditDetails("./submitOrder.do? actionID=getMISLoadEdit&poNumberSel=<%=((com.po.bean.EditDetails)poListDisplay).getNo()%>&statusIdSelected=<%=((com.po.bean.EditDetails)ListDisplay).getStatusId()%>")'
    title="Number"/>                         
    <display:column property="strDate"title="Date" />
    <display:column property="orderValue"title="Order Value(INR)"/>
    <display:column property="stringRequestedDeliveryDate"title="Suggested Delivery Date"/>
    <display:column property="statusDescription" title="Status" />
    </display:table>
    The above code display the data in row format is working fine when I click the No It thow javascript error and its not redirecting to the other page.
    When I try this with ordinary struts its working fine the code is:
    <logic:iterate id="polist" name="Form1" property="EditDetails.List" indexId="i" type="com.bean.EditDetails">
    <tr>
    <td ><a href="javascript:searchEditDetails("./submitOrder.do?actionID=getMISLoadEdit&NumberSel=<%=((com.bean.EditDetails)polist).getNo()%>&statusIdSelected=<%=((com.bean.EditDetails)polist).getStatusId()%>")"><html:hidden name="polist" property="No" write="true" /></a>     </td>
    <td><html:hidden name="polist" property="strDate" write="true" /></td>
    <td><html:hidden name="polist" property="orderValue" write="true" /></td>
    <td><html:hidden name="polist" property="stringRequestedDeliveryDate" write="true" />     </td>
    <td><html:hidden name="polist" property="statusDescription" write="true" /></td>
    </tr>
    </logic:iterate>
    Please help me how to call javascript with dynamic data.
    Thanks in advance

    The ADF Mobile Container Utilities API may be used from JavaScript or Java.
    Application Container APIs - 11g Release 2 (11.1.2.4.0)

  • Displaying dynamic data on every page of standard text

    Hi All,
    I m using standard text (created in SO10) in smartform . I want to display dynamic data on the top of every page of standard text.
    Displaying the dynamic data is not the problem, but how would i know where is page finished(or started) as Preview in SO10 may not look the same as smartform output.
    I dont want to do this manually by adjusting the size of window. Is there any other way to do the same??
    Vanita.

    Try to create a text in your SF and write the dynamic data.
    To know in which page use &SFSY-PAGE&
    this system fields may also be helpful for dynamic text on each page
    &SFSY-COPYCOUNT0&   "COPY COUNTER( 0 = ORIGINAL, 1 = 1st COPY)
    &SFSY-COPYCOUNT&   "COPY COUNTER( 1 = ORIGINAL,  2 = 1st COPY)
    Still you can called DYNAMIC text through your standard text.. but place your conditions.
    Regards,
    SaiRam
    Message was edited by:
            Sai Ram Reddy Neelapu
    Message was edited by:
            Sai Ram Reddy Neelapu

  • Problem in displaying extension data at item level in JSP!!!

    Hi Experts,
    I am facing a problem when i try to display extension data in JSP. This is how i have coded in CRM system and in JSP:
    After searching an order in the webshop let say order no 1, and i ll select this order no .1. Now the BADI CRM_ISA_BASKET_ITEMS is triggered and in the method getitems_getdata, i have written a code with hard coded values like this:
    method IF_EX_CRM_ISA_BASKET_ITEMS~GETITEMS_GET_DATA..
    data:wa_extension like line of ct_extension.
    wa_extension-ref_guid = '498AB6EC7B623152E1000000AC1383C5'.(ref guid is item guid of the order 1)
    wa_extension-name = 'Z_CustomItemExtData'.
    wa_extension-value = 'he is a good boy'(hardcoded value) .
    append wa_extension to ct_extension.
    endmethod.
    And in JSP i have written code like this to display:
    <%--  code for extension data --%>                       
    <tr>
    <td class="identifier">Ext data</td>
    <td class="value" ><%= JspUtil.encodeHtml(orderitem.getExtensionData("Z_CustomItemExtData")) %></td>
    </tr>
    But i am not getting the value in the JSP which i have hard coded in the BADI method. Is there any thing wrong in the above code? Please help me in this as i am very much new to ABAP.
    Thanks a lot in Advance!!
    Regards,
    lakshman.

    hi,
    did you hardcode the ref-guid too? This could be the problem.
    Regards
    Michael

  • Urgent problems with image viewing on my 20 inch Cinema display???

    I have a very urgent problem concerning my Apple Cinema 20 inch Display and my SpyderPro2 on my Mac Pro Intel Dual Core Xeon 2x 2.66GHz.
    I have been using the Spyder for some years now, but recently I have been having big problems with the results.
    I have a major contract with a jewellery company in London, where I clean up digital photos. Images that I have lightened up to look great on my Cinema Display have been reported by my client to look pretty dark on their PC's in their offices.
    Some of these images show lines and grubby patches??? To check this I opened files in Photoshop and moved the levels 'black' slider down quite some way, and did see evidence of what the client could see at their end? It seems that when I have used a faded eraser brush it leaves a light patch in between the shadows of the jewellery. This shouldn't be visible to the naked eye though?
    I must point out that when I use the eyedropper tool on images, to read the amount of grey or colour in the white areas around the peices, I am shown values of 1,2 or 4 maximum in the CMYK values. 4 percent out of 100 is nothing and should not be visible to the naked eye?
    How is it that my clients PC's can see dark shadows and where my eraser brush has rubbed out???
    I have tried many re-calibrations and also tested all of my older calibrations dating back a few years. I have also tested the same faulty images on Intel iMac's, an eMac, and a few PC's. On the iMac's I can just about make out the artefacts that my client can see, but nothing that I would deem as unacceptable.
    I am at a loss as to the fault, but It may be the Spyder2 Pro's inability to calibrate my Apple Cinema display properly? I may lose my contract which I cannot afford to do, and I simply have to find the cause ASAP.
    I have my Mac's in my office apartment next to two bay windows. I have vertical blinds there. When calibrating I have always turned off all the lights and pulled the blinds right back so that only the light from the two large window doors is coming in.
    For graphic design the calibrations seemed to be okay for quite some time, but recently it is getting harder to achieve good results with the Spyder? This could affect all of my workflow which is very serious. But I must stress that overall the Spyder results are not terrible. I can see good colours and dark levels and in general across all of my calibrated profiles, the jewellery looks acceptable on my Cinema Display?
    I did say to my clients that they should calibrate their PC screen properly but their offices have many Screens and they all show the same artefacts (some much worse than others)? I know that PC Screens are darker than Mac's but a 4% grey should not be visible????
    As these are a web company the images will be seen by PC users around the world and most of these will have no calibration on their screens. What can be done to prevent this and what is the cause of this? I can't possible please everyone, but as a creative professional I have to be 100% certain that my workflow is at its best.
    I need urgent help to solve this or loose valuable business? I hope that you are able to help solve this mystery.
    I have just purchased the new Spyder3 Pro which I hope will give perfect results but I have to find out what the cause of this is. If some of the fault lies with the client, I can charge these for all the testing and calibrating I have done.
    Kind regards,
    Jason Conway
    ideo-sync - inspired design.

    One thing you might want to try adjusting is the gamma setting in Displays Preferences color calibration area. Macs typically are set at 1.8 but PCs will often use 2.2. That could account for the difference.

  • Smartform Problem in Displaying a string data

    Hi Friends,
                     I am facing a problem while displaying a string data in smartform. Actually it is a one of the field's data in an internal table. It is a STRING field type of length 0. While populating in an internal table it is having a all the data(Around 700 char data). But while displaying in a smartform surprizingly only few characters(Around 225 char data). How can i overcome this problem?
    Regards,
    Sekhar.J

    Hi
    try this and see
    Declare some Variables of 72 char each and split that long string data of internal table text field into them and display these variables strings one below other in smartform
    var1 = itab-text+0(72)
    var2 = itab-text+72(72)
    var3 = itab-text+144(72)
    like that
    and display one below other in smartform.
    &VAR1&
    &VAR2&
    &VAR3&
    Reward points for useful Answers
    Regards
    Anji

  • Urgent Problem - Flash Player does not display movies correctly.

    Hi.
    I have an urgent problem that I need help with. I installed
    Flash Player 9 on my computer and everything was o.k. The I
    installed Flash 8 and it asked if I wanted to install the player
    and I selected yes. Then when I went on the Web, I noticed on my
    website that my Flash animations displayed only partially - none of
    the backgrounds appeared and were just plain white. This only
    occurs where the backgound is plain and not an animation. The weird
    thing is, when I open the file when I'm not on the Web, everything
    displays correctly. It's only when I'm on the Web that the problem
    occurs. I've tried uninstalling all the Flash versions and
    re-installing but that did not work. It is incredibly frustrating.
    Can someone please tell me why when I open files whilst not on the
    Web, they display correctly, but when I go to my website, the plain
    backgrounds do not appear in the movies ?. And more importantly,
    how do I fix this ?
    Thanks

    I've just been struggling with the problem for some hours and
    I finally solved it. What I had to do was, from Internet Explorer
    7, go to Internet Options then 'Advanced' then click 'Reset' to
    restore all defaults. After doing this the flash played correctly.
    I then had to re-configure Internet Explorer to perform to its
    previous style. I also went from 'Internet Options' to 'Programs'
    and then clicked 'Manage Add-Ons'. I found that by disabling the
    'Realplayer download and record plugin for Internet Explorer' the
    problem was solved, and when I enabled it, the problem reappeared.
    So it has obviously got something to do with this plugin. I hope
    this helps for anyone else who could suffer from this problem. It's
    worth a try if all else fails - simply reset Internet Explorer 7 to
    restore the defaults, and then find out what caused the problem.

Maybe you are looking for

  • Using Tabs for Master-Detail

    Hi. I've been searching some possibilities to navigate between pages having a master-detail relationship. One possible way is to use Breadcrumbs. Very easy to implement, but not very stylish. I thought about using tabs, but, is there a way to impleme

  • [SOLVED] NEO Scavenger Error

    I recently tried the playing NEO scavenger , downloading the demo , installing dependencies, and now i have come to a bit of a problem; When trying to launch the game it come up with this error: (NEOScavenger_demo:1577): GLib-GObject-WARNING **: inst

  • HT4623 itunes and ios 7

    I downloaded ios 7 and now I cant get my phone to sync with itunes.  It says my phone needs version 11.1.  How do I get this?

  • Error: downloadLasSched Error: Missing a publisher VCR for a published parameter.

    I'm beginning to learn the Schedule with NI-FBUS Configurator and Dialog utility. I made a simple schedule with NI-FBUS Configurator , I attached the pictures to show the configurations.  Just one AI block called "AI". I can download this schedule wi

  • IOS 6.0.1 iTunes and battery problems

    IOS 6.0.1 wiped my itunes library and left it inoperable.  It also made the battery life so bad that it is unusable unless plugged in. This even occurs when the ipod is in airplane mode. Anybody ideas?