After SP upgrade, pdf in web dynpro could not display dollar symbol

Dear Experts,
      We have updated the following support packages:
     SAP_BASIS 14-18
     SAP_ABA 14-18
     PI_BASIS 14-18
     SAP_BW 15-20
     SAP_AP 12-15
     EA-HR 23-61
     SAP-HR 23-61
     E-RECRUITMENT 18
     After that, Some webdynpro for abap which used PDF report has some errors, which dollar could not be displayed, which indicates some kind of error 'o'.
     We check that the pattern is of this column is from old version :num{$zzz,zzz,zz9.99} to num{($z,zzz,zz9.99)} . How could we deal with this ? And where could I find the related influence of the SP upgrade of adobe and web dynpro?
Thanks & Best Regards,
Derek

Chris,
You may be right. Also it requires some configuration in SAP KPro ( document class etc).
Please see SAP [Help |http://help.sap.com/printdocu/core/print46c/en/data/pdf/BCSRVBDS/BDS_STRUCTURE.pdf]on Business Document Services.
At page 64 of this document under topic 'Display Documents' 'Feature it says. "If it is not possible to display the document in place, an appropriate viewer that is available on the
PC is started and the document is displayed u201Cout placeu201C

Similar Messages

  • Pdf output of web dynpro does not display in cProjects

    Hi,
    We created a custom web dynpro which calls a smartform and gives a pdf output. This pdf output is seen on the cProjects portal under a customized tab.
    The issue is, some users are able to see this pdf output on teh portal without any issues but others cannot view it in their system.
    When the first time the users try to view this they get a prompt for downloading activex from adobe ag and on accepting this they are able to view the pdf. This prompt does not come up for other users and hence they are not able to view the pdf output of the web dynpro.
    I checked the activex control settings in the IE options and they are all enabled. Still I do not get this pop up prompting for activex download.
    Are there any settings in the internet explorer or the system which have to be done to view the pdf on the portal?
    Any thougths on this will be extremely helpful.
    Thanks,
    SImmi
    Edited by: Simmi Balakrishnan on Aug 12, 2008 8:22 PM
    Edited by: Simmi Balakrishnan on Aug 12, 2008 8:24 PM

    Hi Simmi,
    two links might be useful to you:
    My struggles with the Adobe Document Services  
    In this SDN blog, Consultant Achim Hauck provides tips for installing Interactive Forms.
    My struggles with the Adobe Document Services in WAS6.40
    SAP Interactive Forms by Adobe - Configuration Guides
    SAP Interactive Forms by Adobe - Configuration Guides
    Kind regards,
    Angelika

  • HT204266 Why is it that after upgrading to IOS 6, I could not retreive my full list of my purchased applications & ganes list in the app store now !!!!

    Why is it that after upgrading to IOS 6, I could not retreive my full list of my purchased applications & ganes list in the app store now !!!!
    Whenever I try to tab my purchased in the update feature of app store; not only does the long list of my previous purchases do not showed up like in IOS 5 do but after a while it just prompt out to the main home page. I tried this for both my 3GS and 4GS too and both have the same problem. APPLE INC please rectify this serious problem as soon as possible.

    Did you read your other posted question, that has been answered.

  • HT1414 how can i activate my iphone 3gs after upgrading to ios6? it could not activate....

    how can i activate my iphone 3gs after upgrading to ios6? it could not activate....

    If your phone was previously hacked to unlock it, when you updated the hack was removed and it's re-locked to the original carrier.  The phone will now activate and operate only with that original carrier.

  • How to display smartform as PDF in web dynpro java

    Hi,
    Where can I find sample program to display smartform as PDF in web dynpro java.
    Thanks.
    Regards,
    Henry

    1. Create a smart form in the R/3 side
    2. Now create a function module with the corresponding export parameter:
    3. Make sure that the function module is marked remote enabled. 
    4. In NWDS  create an Adaptive RFC model which points to the FM created in R/3 under the webdynpro application
    5. Now create an application and view inside it to display the PDF and Insert a frame inside the view
    6. Create a  value node and an attribute say url of type string inside that node and bind it to the source
    7. In the doInit() method place the following code
    >    ZTest_Pdf_1_Input input = new ZTest_Pdf_Input();
    >    wdContext.nodeZTest_Pdf_Input().bind(input);      
    >    try {                       
    >            wdContext.currentZTest_Pdf_InputElement().modelObject().execute();
    >            }
    >  catch (Exception e) {
    >                        e.printStackTrace();
    >            }          
    >  wdContext.currentInternalElement().setUrl(convert(wdContext.currentOutputElement().getBin_File()));       
    Inside that view create a method to convert the string to url so that it can be passed as a string to the setUrl method of the currentContextElement() , say convet(byte[] doc_content) which return a string.
    Inside that methos write the following code,
    >         String url = "";
    >           WDWebResourceType webResType = WDWebResourceType.PDF;
    >            IWDWebResource webResource = WDWebResource.getWebResource(doc_content, webResType);
    >            try {
    >                        url = webResource.getURL();
    >            }
    >  catch (Exception e) {
    >                        e.printStackTrace();
    >            }          
    >            return url;
    Hope It will be helpful
    Regards,
    Sam Charles J.

  • Dynamically generate PDF with web dynpro

    Is it possible to generate a PDF in web dynpro abap without using the interactive form UI element ? In other words just take the data in my context and convert that into a xstring pdf using a predefined template and interface?

    Hi
    Do tell your solution for others to benefit
    Regards
    Yuval

  • How to configure SSO for web dynpro ABAP (not web dynpro Java)

    Hi Experts,
        I am testing SSO in IDES for web dynpro ABAP (Not for web dynpro Java / not for portal). When I am entering url of web dynpro application in web browser like internet explorer, then it should ask for user id and password first time, after login whenever user would access that url, it must not ask for user ID and password (url would be access web browser in mobile). For this I select to configure single sign-on for web dynpro ABAP. I have done below works:
    1). I have created a web dynpro application having url: http://susws076.sap.swk:<port>/sap/bc/webdynpro/sap/zadb_hello_world2
    2). I run TCode SICF and access service node to "Zadb_hello_world2". Double click on it, hit change. pressed "logon data" tab, select "Alternative logon
         procedure"
       Then deleted all logon procedure other than "SSO Authentication" and saved.
    3). Go to "STRUST" and create certificate, choosed "Environment==> Logon Ticket" fill the required parameters and execute. It is OK (no red traffic
         signal).
    4). Execute TCode "RZ10" to change profile parameter, insert new parameter (indicated by red arrow)
    After all this settings I opened a browser enter above URL and hit enter but there is an error
    There is no login page. It directly showed this error page. No cookies is saving.
    Can anyone tell me what all the settings/configuration other than this I have to do. And is there any wrong setting done by me?
    How to set the for single sign-on?
    Thanks in Advance
    Regards
    Piyush

    Hi Piyush,
    Pls refer below links,
    Single Sign On with ABAP WebDynpro
    http://help.sap.com/saphelp_nw70ehp2/helpdata/en/5e/6c85c3edf942f39349a1e337434d29/content.htm
    Regards
    K.N

  • IPAD Mini Locked after iOS upgrade, tried reset on iPAD did not work, plugged in and device not appearing in iTUNEs for reset/restore

    PAD Mini Locked after iOS upgrade, tried reset on iPAD did not work, plugged in and device not appearing in iTUNEs for reset/restore.  Just get an Apple Logo then a flashing blue screen as if it is caught booting up.   This has happened twice before and iTunes restore fixed it.  But this time device not appearing in iTunes.
    Running iTunes for PC.  But as stated restore has worked before!  Any help greatly appreciated!!

    Place the device in DFU mode and let iTunes restore the device to factory condition.

  • Tried to upgrade os4 to os7 but could not due to "find my iphone" still turned on.   Could not turn off at that stage so set up as new iphone.  Now icloud will only accept past id email address which i no longer have,  but itunes on my phone has my correc

    Tried to upgrade os4 to os7 but could not due to "find my iphone" still turned on. 
    Could not turn it off at that stage so set up as new iphone.  Now icloud will only accept past id email address and password which i no longer have,
    but itunes on my phone has my correct current id and password.  I need to restore my back up from itunes, i did not use icloud.
    Any help please. 
    I did try yesterday but did not realise at that time that itunes had correct apple id.  Hopefully this is a good thing!

    Thank you for your prompt reply.
    I have looked at icloud.com/find numerous times and my iPad is not showing at all (see picture below). As I said I did turn off 'Find My iPhone' on my iPad and then erase all settings and data before taking it to the repair centre.
    The gentleman at the repair centre said that the device won't restore because "Apple thinks that 'Find My iPhone' is still turned on" (I'm repeating what he said).

  • I've been getting an error message lately that says "Web Sync could not initialize properly".  What do I do?

    I've been getting an error message lately which states the following:
    Web Sync could not initialize properly.  Check that Polar Daemon is running and start Web Sync again.  To restart Polar Daemon you need to run 2 commands in Terminal Start Applications>Utilities>Terminal.  To stop Polar Daemon which is already running, write a command”sudo launchctl unload/library/launch daemon/fi.polar.polard.plist.” and press enter. Enter your password when required. If Polar Daemon is not running, “error unloading” message appears.  Ignore this error message.  Write “sudo launchclt load/library/launch daemons/fi.polar.polard. plist” and press enter to run Polar Daemon.
    Is this something I should be concerned about, and if so, what do I do about it?
    Thanks

    That error message comes from third-party software that you installed. If it isn't working, either remove it according to the developer's instructions, reinstall it, or refer to the developer for support. Back up all data before making any changes.

  • Oem web page will not display after O/S dst patch

    Hello,
    The Grid web page will not display after we DST patch for the o/s.
    All below start fine without any errors:
    emctl start oms
    emctl start iasconsole
    opmnctl startall
    emctl start agent
    The Grid web page is not displaying. What might happened after the o/s dst patch that might cause this? Our GRID is 10204 with a 10104 repository. The 10104 has not yet been dst patch.
    What logs should I be looking at to figure why the web page is not displaying? Thank you.

    Provide the output of these comands:
    $OMS_HOME/bin/emctl status oms
    $OMS_HOME/opmn/bin/opmnctl status
    $AGENT_HOME/bin/emctl status agent
    $DATABASE_HOME/bin/sqlplus "/ as sysdba" << EOF
    SELECT STATUS FROM V$INSTANCE;
    EOF
    $DATABASE_HOME/bin/lsnrctl status LISTENER_NAME
    Regards

  • HT201364 i tried upgrading my macbook but troublesome to upgrade. It appears "we could not complete your purchase". besaide says, the product didtribution file could nto verified and may be damaged or not signed. in view of the above, kindly advise me.

    i tried upgrading my macbook but troublesome to upgrade. It appears "we could not complete your purchase". besaide says, the product didtribution file could nto verified and may be damaged or not signed. in view of the above, kindly advise me.

    Did anything download or are you getting this when trying to install?
    Try booting into the Safe Mode and do the installation there.
    Safe Mode
    Safe Mode - About
    There are various suggestions in this discussion. You might start with the last post first.
    https://discussions.apple.com/thread/4136660?start=30&tstart=0

  • When I launch After Effects I get a warning saying: Could not create the file'/Users/mayname/Library/Adobe/After effects/13.0/dummy'.

    When I launch After Effects I get a warning saying: Could not create the file'/Users/mayname/Library/Adobe/After effects/13.0/dummy'.

    See this:
    fixing permissions problem that impedes start of Adobe applications

  • Officejet 8620 Web Services Could Not Be Enabled

    I can get my Officejet 8620 to connect to the network but it can't connect to the Internet.  When I hit the apps button it says "Web Services Could Not Be Enabled".   I'm using a Netgear Nighthawk R7000 router.  I can find no helpful HP documentation that tells you how to get around this issue other than to wait and try again later if you can't connect.  It's been days that I've been trying so I don't think more time is the solution.
    Can someone help?
    Thanks.

    Hello MAIAston,
    Welcome to the HP Support Forums!
    A common fix for the error "Web Services Could Not Be Enabled" is to apply a Manual I.P and DNS on the 8620. To apply this to the printer you will first need to print and Network Configuration Page from the printer (Wireless icon>Settings).
    Type the I.P address into the Address bar of a web browser and press enter. Click Network>Wireless (802.11)> IPv4 Configuration. Click Manual IP> Suggest a New Manual IP Address. Change the DNS to 209.244.0.3 & 209.244.0.4.
    Apply the settings, restart the printer and try again.
    Let me know if this worked.
    JERENDS
    I work on behalf of HP
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to the left of the reply button to say “Thanks” for helping!

  • HT201303 I have updated my IOS after that the message was showing that Could not activate iphone what i will do? for activate

    I Have updated my ios after that the message was showing that "could not active iPhone"
    please help me
    how to activate my iPhone

    It's probably because the phone was jailbroken or hacked to unlock it. The update has bricked it.

Maybe you are looking for

  • Regarding XML Schemas

    Hi, BPM Implementation: We are having ServiceError.xsd which consists of three parameters (ErrorCode, ErrorMessage, Severity) which we have cataloged in BPM and created Heir Object named "ErrorDetails" of the same. We have created one instance variab

  • How to open a MAC desktop

    How to open my Mac?

  • How to upload multiple video with windows explorer view

    In SharePoint 2013, i found that directly uploading videos to library will result in wrong content type for these videos. I have tried in both asset library and document library which use video content type. When i upload video using explorer view, t

  • Can't update my ipad

    Can't update my iPad

  • How to know the active users per HRMS module?

    Dear all, I am looking for a good way to find the number of concurrent active users per HRMS modules like payroll , human resources, etc ... What is the best way to do that calculation? Kindly advice, Thank you and best regards, C.