Warning in PDF "Field FS -BELNR has a conversion routine"

Hii
i hav converted a existing smartform to PDF..
in PDF its showing Warnings
Form ZSF_BANK_PAYMENT , Node BELNR
' Field <FS>-BELNR has a conversion routine (see sap note 796755) '
Form ZSF_BANK_PAYMENT , Node EBELN
' Field <FS>-EBELN has a conversion routine (see sap note 796755) '
plz help me out how to solve this...
Thanks in Advance
Satya

Hi,
I think the messages displayed are warnings, not errors.
They won't effect the functionality and you can ignore them.
Thanks.

Similar Messages

  • Warning message in field exit

    Hi All,
    I'd the requirement of giving a warning message for transaction VA01 if user enters some specific order type.
    So I'd created a field exit for AUART for this screen. But i am able to give error message only and found out that warning & info messages can't be given in a field exit.
    Please help me out. Is there any way I can give a warning message in field exit or suggest some other sol. for it.
    Thanks,
    Manu

    Hi,
    Thanks f or your answers, but the issue is that i need to give this message as User enters the details on VA01 screen & presses enters.SO i can't use user exit like move_field_to_Vbak & others.
    Also, using a FM to give pop up message will ultimately make use of statement CALL SCREEN which is not allowed in field exit, i also tried FMs which displays messages normally means not in pop up screen, but again through it also i can only give error messages.
    Please suggets if there is any other option.
    Thanks,
    Manu Parihar

  • Is there a way we can use Acrobat Standard to assign a password for opening of signed PDF file once it has been downloaded from DocuSign?

    Prior to implementing DocuSign, we used to scan manually signed document to a PDF file and then store the PDF file in a HR file share.  We would then use Adobe Writer Standard to assign a read/write password to the PDF file.  We now use DocuSign to have documents electronically signed and download the DocuSign PDF in our HR folders.  However Adobe Acrobat Writer does not allow us to assign a password.  It pops up a dialog box saying ""you cannot change security on this document because the document is signed or certified".  We want to continue being able to store the PDF in our HR file share with passwords to restrict who can view off the share.  Is there a way we can assign a password to the PDF file once it has been downloaded from DocuSign?

    Thanks Bernd.  We can't assign passwords before signature process starts as people will not be able to open the PDF without knowing the password.  I think we will change our process and simply leave the electronically signed PDF in DocuSign and then "print" the PDF to our local file share for internal HR purposes.  thanks again.

  • HT4550 The pdf engine in Safari has stopped working. I can no longer view pdf files in Safari. I get a black screen pdf files in Safari. Any ideas why?

    The pdf engine in Safari has stopped working. I can no longer view pdf files in Safari. I simply get a black window when pdf files are downloaded

    Hi..
    Go to   /Library/Internet Plug-Ins
    Move the AdobePDF browser plugin to the Trash.
    Try Safari.
    If you have problems locating the plugin...
    Open the Finder. From the Finder menu bar click Go > Go to Folder
    Type this exactly as you see it here:
    /Library/Internet Plug-Ins
    Click Go

  • Color issue with pdf from Indesign. I have a special cmyk mix for a bcard in Indesign. When I export the pdf the cmyk mix has changed Just started today 1.13.15 Running Yosemite 10.10.1 Any help on what to look for would be greatly appreciated.

    I have a special cmyk mix for a bcard in Indesign. When I export the pdf the cmyk mix has changed Just started today 1.13.15 Running Yosemite 10.10.1 Any help on what to look for would be greatly appreciated.

    Thank you Peter. Someone else must have been on my computer because I do not change the settings. You pointed me in the right direction.
    Thanks again.
    Patrick

  • Required field postal coded has no entry

    Hi Experts,
    While updating the BP master through TCode UDM_BP, we are getting the following error - Required field postal coded has no entry. Message No.R1304
    We have checked the field status for that country in the following path. General settings >Set Countries > Set country specific checks. Postal code requried entry is unchecked for that particular country.
    Is there any other configuration to be checked.
    Timely help will be highly appreciated.
    Thanks in advance
    Regards
    Narayanan

    Please check field status for Account Group in transaction OMSG.
    Field Status -> General Data -> Address,
    Check if Postal code has the 'Required' field status.
    Regards
    Ganesh

  • Everytime I send an email the warning box appears--- WebKit2 WebProcess,exe has stopped working. Then I hit close program and it shuts me out of my inbox. If I don't close the warning box my computer stay s in limbo. What is is? It is not in my control pa

    Everytime I send an email the warning box appears--- WebKit2 WebProcess,exe has stopped working. Then I hit close program and it shuts me out of my inbox.
    If I don't close the warning box my computer stay s in limbo. What is is? It is not in my control panel and does not come up as a program in my computer.
    Help?

    Taken at face value, you're having trouble with an Apple Application Support program file there. (Apple Application Support is where single copies of program files used by multiple different Apple programs are kept.)
    Let's try something relatively simple first. Restart the PC. If you're using Vista or 7, now head into your Uninstall a program control panel, select "Apple Application Support" and then click "Repair". If you're using XP, head into your Add or Remove Programs control panel, select "Apple Application Support", click "Change" and then click "Repair".

  • Urgent! The field jnlp codebase has an invalid value: $$codebase

    Hello All,
    1. I am trying to run a java web start application, i am using tomcat 5.5.20 server. I am using the JnlpDownloadServlet to use the $$codebase and $$name to dynimically code the path to the jar's and the jnlp file.
    Here is what i have done:
    Here i have a JnlpDownloadServlet in a seperate folder called (D:/apache-tomcat-5.5.20/webapps/online/server1/WEB-INF/lib/jnlp-servlet.jar).
    2. Now i am placing my .jnlp and my application jar's in a seperate folder called *"client1"* (D:/apache-tomcat-5.5.20/webapps/online/client1/)
    I need to have the client1 and server1 folders and i have to map the servlet to the jnlp file, because i want to keep my jars's and the servlet in a seperate folders.
    3. I have the web.xml file in WEB-INF folder.
    4. web.xml:
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app>
    <servlet>
    <servlet-name> JnlpDownloadServlet</servlet-name>
    <servlet-class>jnlp.sample.servlet.JnlpDownloadServlet</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>JnlpDownloadServlet</servlet-name>
    *<url-pattern>../client1/*.jnlp</url-pattern>* *<!-- /* I am having problem here, i think */ -->*
    </servlet-mapping>
    </web-app>
    Myapp.jnlp:
    <?xml version="1.0" encoding="utf-8"?>
    <jnlp spec="1.0+"
    codebase="$$codebase"
    href="$$name">
    <information>
    </information>
    <resources>
    <j2se version="1.6+"/>
    <jar href="$$codebase/XXXXXX.jar" main="true" download="eager"/>
         <jar href="$$codebase/XXXX.jar" download="eager"/>
         <jar href="$$codebase/XXXXX.jar" download="eager"/>
    <nativelib href="$$codebase/XXX.jar" />
    </resources>
    </jnlp>
    While i run the application. i get the following error:
    Error occured when trying to run a Java web start application
    BadFieldException[ The field <jnlp>codebase has an invalid value: $$codebase,$$codebase]
         at com.sun.javaws.jnl.XMLUtils.getAttributeURL(Unknown Source)
         at com.sun.javaws.jnl.XMLUtils.getAttributeURL(Unknown Source)
         at com.sun.javaws.jnl.XMLFormat.parse(Unknown Source)
         at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
         at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
         at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
         at com.sun.javaws.Main.launchApp(Unknown Source)
         at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
         at com.sun.javaws.Main$1.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)

    yes. I am sure.
    The JnlpDownloadServlet takes the URL address we enter in the browser as codebase and the variable $$codebase is assigned the value which is taken dynamically.
    From Developer's Guide:
    Processing of JNLP files
    The JnlpDownloadServlet will automatically macro-expand certain template values in a JNLP file and replace them with URLs that are specific to the current request. This will enable JNLP files to be written and deployed without containing hard-coded URLs.
    Macro expansions
    The servlet will automatically substitute certain fixed keys in the JNLP file (prefixed with $$) with URLs that are based on the current request. The keys are designed so location-independent WAR files can be created and deployed into a Web container.
    The table below shows the 4 keys that the servlet will look for and substitute:
    Pattern Value
    $$codebase Complete URL for request, except name of JNLP file
         $$name Name of the JNLP file
    $$context Base URL for the Web Archive
         $$site     Web site address without the WAR context portion               
    For example: Consider the example1 WAR file. Lets assume that it has been deployed at the following location: http://www.mytool.com/tool. Thus, a request to http://www.mytool.com/tool/app/launch.jnlp will return the JNLP file. The values of the macro-expanded keys would be:
    $$codebase = http://www.mytool.com/tool/app/
    $$name = launch.jnlp
    $$context = http://www.mytool.com/tool/
    $$site = http://www.mytool.com/
    The servlet does not validate the format of the JNLP file nor that the XML is well-formed. The value substitution is purely textual.

  • The picklist field //BTCATEGORYFIRST/CAT01 has no valuehelp descriptor

    Hello everyone,
    We are freshly starting our development system for CRM7 Service.
    I have configured Categorization Schemas for service request and I have the following dump :The picklist field //BTCATEGORYFIRST/CAT01 has no valuehelp descriptor.
    I have read some OSS Notes about the error "The picklist field //BTCATEGORYFIRST/CAT05 has no valuehelp descriptor" but it cannot be applied to our system as category 01 exists in our service request view.
    Furthermore, when creating service request in a standard business role (servicepro), the dump does not occurs.
    It only occurs on our specific business role that we have copied from the servicepro.
    Would anyone has a solution for this error?
    Best regards,
    Anaïs

    Dear Samantak Chatterjee, Arjun Pawar,
    I did look at the notes given, they are either not valid for our release or did not change the dump after implementing the steps.
    We have created enhancements for the views and here are the details:
    Composant name: SRQM_INCIDENT_H
    Page: INCIDENTHEADEREF
    Component usage: CRM_SRQMIncidentH
    Object type: CRM_SRQM_INCIDENT
    See below the screenshot of technics details for the process type view and then for the search view.
    I am not sure the problem comes from Categorization as, for some other process type, we do not have any schemas linked but the dump still occurs.
    I am going to log an OSS call and will provide with their information.
    Best regards,
    Anaïs

  • Hello I am having problems viewing areas of a pdf...it's a form fillable pdf that someone else has completed and saved..I'm able to view all but the areas that have been filled in.. any info would help

    Hello I am having problems viewing areas of a pdf...it's a form fillable pdf that someone else has completed and saved..I'm able to view all but the areas that have been filled in.. any info would help

    Hi Bob, I just tried your suggestion, but the interactive PDF is in spreads by default, no way to change the setting. When I choose to view by single page in Acrobat, it displays a single spread.
    When I choose to view by spreads, it displays 4 pages, two spreads. That's the topic of this whole discussion, I believe. I do own CS 6 at home, however my employer supplied me with CS 5.5. And I have very little, if any, influence on purchasing.
    So, I have no good way to make an interactive PDF (with differing recto/verso headers and footers), that is accessible and shows the correct header/footer. It's either single pages (with one header/footer), or recto/verso headers/footers but PDF only as a spread, as well as I can tell.
    Unless you know something else I can do...
    Best, Marilyn

  • Please help with: WARNING: The user_dump_dest init.ora parameter has been d

    Hi gurus,
    I have been getting this warning for a while but I can't find a way to get rid of it.
    Fri Apr 08 10:29:04 2011
    WARNING: The user_dump_dest init.ora parameter has been deprecated.
    WARNING: Please remove the user_dump_dest parameter from the init.ora file.
    WARNING: The diagnostic_dest init.ora parameter now determines the location of the diagnostic data
    WARNING: The new location for the user logs and traces is c:\oracle\diag\rdbms\orcl\orcl\trace
    I looked at the init.ora and init_SID.ora file and the pfile but I do not see this parameter. The only places I see this parameter user_dump_dest is through the show parameter user_dump_dest is SQL*Plus and the EM Initialization Parameters, and they both show c:\oracle\diag\rdbms\orcl\orcl\trace.
    Please help me fix this warning.
    Thank you!
    Ben

    Starting in Oracle11g we not longer have many of the original OFA file system structures and we see that the ancient dump destination init.ora parms (core_dump_dest, background_dump_dest, user_dump_dest) are placed by a single diagnostic_dest parameter, the place to go when Oracle wants to take a dump.
    You can use the new initialization parameter diagnostic_dest to specify an alternative location for the diag directory contents.
    As of Oracle Database 11g Release 1, the diagnostics for each database instance are located in a dedicated directory, which can be specified through the DIAGNOSTIC_DEST initialization parameter. The structure of the directory specified by DIAGNOSTIC_DEST is as follows:
    <diagnostic_dest>/diag/rdbms/<dbname>/<instname>
    This location is known as the Automatic Diagnostic Repository (ADR) Home. For example, if the database name is proddb and the instance name is proddb1, the ADR home directory would be <diagnostic_dest>/diag/rdbms/proddb/proddb1.
    The following files are located under the ADR home directory:
    Trace files - located in subdirectory <adr-home>/trace
    Alert logs - located in subdirectory <adr-home>/alert. In addition, the alert.log file is now in XML format, which conforms to the Oracle ARB logging standard.
    Core files - located in the subdirectory <adr-home>/cdumd
    Incident files - the occurrence of each serious error (for example, ORA-600, ORA-1578, ORA-7445) causes an incident to be created. Each incident is assigned an ID and dumping for each incident (error stack, call stack, block dumps, and so on) is stored in its own file, separated from process trace files. Incident dump files are located in <adr-home>/incident/<incdir#>. You can find the incident dump file location inside the process trace file.
    refer the link:-
    http://download.oracle.com/docs/cd/B28359_01/server.111/b28320/initparams071.htm
    http://www.dba-oracle.com/oracle11g/oracle_11g_diagnostic_dest_tips.htm

  • Why will IPhoto not import a PDF image now - it has previously?

    Why will iphoto not import a PDF image now - it has previously?

    This feature was removed with iPhoto 11. You'll need to ask Apple why:
    iPhoto menu -> Provide iPhoto Feedback
    In the meantime you can convert a pdf to jpeg or tiff using Preview.
    Regards
    TD

  • Kernel Warning; WARNING: cpu module 'cpu.AuthenticAMD.15' has API version 0

    I installed patch 127128-11 on my solaris 10 x86 server and now I see this warning when I booted.
    WARNING: cpu module 'cpu.AuthenticAMD.15' has API version 0,
    kernel requires API version 1
    The notes in the README state you will only see it after the first reboot and not afterwards.
    NOTE 11: On first reboot after applying this rev of Kernel Patch (127128-11),
    the following message may appear:
    WARNING: cpu module 'cpu.AuthenticAMD.15' has API version 0,
    kernel requires API version 1
    This message can be safely ignored and will not occur on subsequent
    reboots. This error occurs due to the method in which Deferred
    Activation patches are installed, and in particular, in the way
    in which kernel modules that are being obsoleted by this patch are
    deleted. The error is benign and is safe to ignore.
    Why do I see this warning every time I reboot the server?
    Thanks,
    Chris

    Try:
    1) touch /reconfigure ; "init 6"
    and
    2) after (1), boot "init 6" and look for the boot_archive being regenerated. If you don't see this message, I would manually re-do the boot archive.
    There is a new kernel version now; 138889-08
    Use PCA at http://www.par.univie.ac.at/solaris/pca/ to analyze your system (pca -l or pca -L). Then, if you want to patch:
    - install the patch utilities patch first
    - download all patches into a given directory (read pca docs)
    - drop to single user mode
    - pca -n -i first to get all the userland and no reboot/reconfig patches in
    then
    - pca -i to finish it off.
    I've been doing this for some time and its been working well. Always backup and be careful.
    - Mick

  • I purchased Adobe XI for a year.  I am charged monthly on my credit card.  The software only allows one print file to pdf  after that it has a pop up marketing screen asking me to purchase it again.  If I reboot I can get another print out of it.  After a

    I purchased Adobe XI for a year.  I am charged monthly on my credit card.  The software only allows one print file to pdf  after that it has a pop up marketing screen asking me to purchase it again.  If I reboot I can get another print out of it.  After an hour of trying to reach somone on tech support I ran across this forum.  Any help out there?

    In the pop-up screen, have you tried licensing it and signing in? Signing in is crucial, so it knows what you paid for.

  • What does Warning SUID file System/Library/Core has been modified and will not be repaired mean?

    what does Warning SUID file System/Library/Core has been modified and will not be repaired mean how does that happen?

    its a Macbook Air 2009 i clicked on notebooks yet it put iPod

Maybe you are looking for

  • How do I activate acrobat 8 and adobe software on windows XP while not connected to internet? [was: Windows XP.]

    Please help me. How do I activate acrobat 8 and adobe software on windows XP? While windows XP can not connect to internet.

  • Order cannot carry revenues

    HI while doing goods receipt (MB31) i am getting following error msg. Order 1000001 cannot carry revenues Message no. KO014 Diagnosis You have tried to post an order, which is not allowed to carry revenues, under a revenue element (or the system dete

  • Use of sequencing in query

    help. I have two tables student table with fields -studentid -fname -lname -address payment table with fields -studentid -date -payment examples of data student table 101,jane,smith,112 pine street 102,john,james,113 johnson street payment table 101,

  • IPhoto won't import photos from Digital SLR after Yosemite upgrade

    Has anyone else had problems with connecting usb devices and importing photos since the Yosemite update? iPhoto "sees" the camera, but it doesn't show on the desktop and never preview or loads the content of the camera in iPhoto. • MacBook Pro 13", m

  • Can't establish a secure connection

    keep getting this when i try to connect to variour sites, including apples own discussion groups. can't access gmail either. any ideas on how to overcome this please. (i've just started to use safari in mountain lion to see if i can get used to it. i