Crossing of cheque in scripts

Hi friends,
iam working on cheque printing.
i need to cross a cheque.
how to do that?
regards,
saravan raj

Hi,
I think you can't do that directly,because you have to draw lines at a 45 degree angle which is not possible in the forms.
For this you have to create a logo with those two cross lines and then add the logo in the form.

Similar Messages

  • Tables for entries in cheque

    Hi all
    i want to display entries in cheque using script.
    can any one tell me the tables used and the sequence of tables and how they are corelated ?
    Please gsuggest link from whee i can get info regarding that . i have posted many questions regarding this.
    Thanks

    i want to display entries in cheque using script.
    can any one tell me the tables used and the sequence of tables and how they are corelated ?
    Please gsuggest link from whee i can get info regarding that . i have posted many questions regarding this.
    You've got the answers now, but WHY don't you look at the check display transaction(s) next time?  Get your functional analyst to show you the transaction if you can't use the menu paths SAP has provided.  Trace the transaction and you'll find the correct tables.  Posting a question asking for table names is just plain lazy.

  • Error Log showing Line Items missing in APP Cheque Printing

    Hi
    Am working on APP Cheque Printing... i hav run here the F110 Steps ..Spool is also generated ...everything is cuming correct...but in spool one error log is also generated as below :
    Error log
    F0251                    In form YCHEQUE_NEW1 / window MAIN , the element 525 (Line items) is missing
    F0253                    Output of the relevant forms is defective
    YCHEQUE_NEW1  -> The Cheque Print Script  . In my Cheque Output i dont want to display the Line Items ..That's why in Script i hav deleted all the coding under the element 525 which displays Line Items data....
    then am getting this error log ..
    Please let me know how to solve  this problem..
    Thanks in Advance
    SATYA

    Hi,
    Just comment the code which is present in that text element or remove the code.
    Do not comment text element(i.e Empty text element).
    /E 525     "Do not remove or comment this line
    *Comment all code
    Edited by: Anil Mane on Sep 12, 2008 8:41 AM

  • Oracle maps cross domains

    Hello everyone,
    I am facing the following issue. I have mapviewer deployed on a serverA and a web app deployed on serverB.
    Then I call the mapviewer FOI server from the app of serverB and I get the following error message:
    *[MVThemeBasedFOIControl.foiLoaded] mapviewer-05523 cannot process response from mapviewer server. (<?xml version="1.0" encoding="UTF-8" ?> <oms_error> Requests are not allowed to be sent to this remote target URL via proxy servlet. (http://172.31.128.50/mapviewer/foi)</oms_error>)*
    I am using mapviewer Ajax API version Ver11_1_1_5_B110527.
    Has anyone experinced such errror?????????

    Ok lads,
    Seems I found the solution. Following the instructions from this post [http://oraclemaps.blogspot.com/2008/09/cross-domain-oracle-maps-scripting.html] I have 90% the solution.
    What also needs to be done is to pass the url of serverB to the mapviewer configuration file of serverA in the section <proxy_enabled_hosts>.
    At list this works for me.

  • SAP Script : Supresss Leading Zeros ...

    Dear All,
    In Bank Cheque SAP Script, I have to print Cheque Number, It is 13 charesters as SAP Standard, But we have only 8chars, So I have to Print only 8 chars ..remving leading zeros. Please advice me in doing that.
    Thank you.
    Regards
    Venkat

    Hi Venkat,
    Try this..
    /:  &SYMBOL(Z)&    --->Suppress leading zeros
    Or
    /: &SYMBOL(8.2)&    --->Decimal format. Length 8 decimals 2
    So you can use..
    <b>/: &SYMBOL(8.0)& Decimal format. Length 8 decimals 0</b>
    Message was edited by: Phani Kiran Nudurupati

  • User Exit for Sap Script

    Hi Experts ,
    Below is my requirement .
    My client wants to use the existing SAPScript ( i.e Cheque Printing Script- FI Module ) for on-site printing for different forms depending on some variables (for example - printer name or payment method supplement).
    But the forms are defined in a static way. T-code F110 > Environment -> Maintain config -> Pmnt methods in company code -> Method C -> Form data.
    Here my question is, is there a way to override the value dynamically at run-time using some kind of user exit?
    If the User exit is not available then what is the proposed solution .
    Here My Form is Zxxxxx Form ( Not Standard one ) But the print program is standardone ( RFFOUS_C)
    Thnx
    Venky .

    Hi Kishore ...
    U r menrtioned the same thing which i mention in my query
    i.e T-code F110 > Environment -> Maintain config -> Pmnt methods in company code -> Method C -> Form data. or Transaction FBZA Both r same.
    Thnx
    Venky

  • How to create chaque in script

    how to create a cheque using  script. is there any standard program for that .i want step by step process ,plz help me

    Hi Raju,
    There are some standard checks provided by SAP, you can copy them and modify them accordingly to your requirement. The standard driver program is RFFOUS_C. Search with the Key Word Checks in the print workbench.
    Regards,
    Sai

  • Search criteria in an Acroform

    I have an Acroform that is about 100 pages. Each page has the same  information, but for different individuals. I need an easy way for  people to search the PDF for an individual's name, for their country of  origin, and so forth. Is the best way to do this to set up bookmarks for  each criteria; and if so, is their a quick way to create the bookmarks  from the form fields? The PDF will be posted on a web page. Any suggestions much appreciated.
    (cross-posted  on Acrobat scripting forum)

    Michael,
    Thank you for your reply. I'm not a Filemaker Pro user. Taking that into account, do you think that I should create separate sets of bookmarks for the different search criteria? As a last resort, people could use Acrobat's standard search facility to search the form fields, but I'd prefer to make it more convenient than that for them.

  • DEV and QA within single oracle instance

    We need to have our DEV and QA in a single oracle instance. Scripts that refer to tables names in DEV will be copied over to QA for QA testing when unit testing in DEV has been completed. In DEV, we extract data from 5 source systems, one for each US state, which use the same application so the source table names are identical, and therefore in our staging area we have a schema per state such as TX, GA, MD and we extract data into staging tables that are identical to the source tables. Since we do cross state aggregation our scripts have to refer to TX.employee and GA.employee in the same sql statement.
    What is the best design for this using SCHEMAS, VIRTUAL PRIVATE DATABASES, VIEWS , SYNONYMS etc?
    Thanks in anticipation
    Edited by: user4900730 on Mar 22, 2011 2:53 PM

    user4900730 wrote:
    Just for my knowledge, if I did find myself in this situation would VIRTUAL PRIVATE DATABASES make sense here?I suppose you could potentially use VPD. But that would create major problems if you ever wanted to make schema changes-- you couldn't add a new column to a table in DEV, for example, without that column also being available in QA. You couldn't have code in DEV that didn't exist in QA. I suppose you could get really fancy and use 11g's edition-based redefinition to have a dev edition and a qa edition but I'd hate to think how you'd promote code to prod in that sort of environment. Plus, editions is an enterprise feature (at least, I'm not sure if it's an extra-cost option) which would tend to be beyond the pocketbook of a company trying to save on licensing costs by combining dev & qa in a single non-VM server (let alone in the same instance).
    You could potentially have your application use all dynamic SQL so that dev could use the DEV_TX schema while QA used the QA_TEX schema and it was just the TX schema in prod, but that obviously gets old really fast. You could create a single set of synonyms so that the TX_FOO synonym points to DEV_TX.FOO for the dev users and TEST_TX.FOO for the test users but then you'd have to remove the schema qualifiers from all your SQL statements.
    In short, an application like you describe trying to share an instance would be a rather massive undertaking.
    Justin

  • Blank screen when attempting to view PDF

    Using a browser, I go to an link that gets an .fdf file (https://server.com/file.fdf). Inside the fdf file is a /F (https://server.com/file.pdf) call.
    If the install of Acrobat Reader 9.3.3/9.3.4 has been done straight from the web, a yellow bar appears asking if you want to trust it once or add the host to the privileged locations, and then the PDF file opens fine.
    However, if we use the Adobe Customization Wizard and install Reader via Group Policy, the experience is not the same.  We added the website in question to the Privileged Locations list and toggled Cross Domain Violations, FDF Script Injection, and Data Injection to Yes.  In this case, a blank window opens when clicking on the link, but nothing further happens. Looking in HKLM\Software\Policies\Adobe\Acrobat Reader\9.0\FeatureLockdown\TrustManager\cTrustedSites, the correct keys (cCrossdomain, cDataInjection, cScriptInjection) and values exist, but the problem continues.
    If I enter the website into Privileged Locations manually, the same entries appear under HKCU\Software\Adobe\Acrobat Reader\9.0\etc, but the problem continues.
    This behavior has been seen in IE8 and Firefox.
    Anyone have an idea of how to resolve this and retain the GPO install?
    Thanks.
    Bryan

    Right now I'll try most anything to resolve this!
    1.  The links are dynamic in that the file names have a uniqueid/timestamp every time they are accessed, so putting the whole link in is...hard.  The host name stays the same, thankfully.
    2.  Opening the PDF directly works.  It just loses the auto-fill info in the fdf file, as expected.
    This may be a red herring, but if I save the fdf to my desktop and then open it, I get an error "Acrobat does not allow connection to: <URL of pdf>".
    Thanks for the help!

  • Dreamweaver tracking paths in js

    I am working on a website redesign for a client where I inherited a Tables-based layout and I wish to drag the website into the 21st Century.
    One of the things I wanted to do is to create a header with images that change using jQuery and Tobia Conforto's Cross-Slide.
    You can see the page I created here.
    There are two problems.
    First, when I place Cross-Slide in the header area, the web page moves up slightly as soon as the images load and then begins the slide show. This happens every time I create this type of a slide show in a header. I'd sure like for the web page to stay where I put it.
    Second, and most importantly, I created a Dreamweaver Template for the page because I need to be able to easily manage the site. The template is at:
    http://www.clarkelandscapes.com/new/Templates/template.dwt
    In the template, when I created the slide show in jQuery, using Tobia's plugin, Dreamweaver correctly manages pathnames to where the jQuery file is and where the cross-slide plugin is:
    <script type="text/javascript" src="../js/jquery-1.4.2.min.js"></script>
    <script type="text/javascript" src="../js/jquery.cross-slide.min.js"></script>
    If you look at the Index page, you will see the change in the path, because Dreamweaver keeps track of it and this is one of the functions of Dreamweaver templates that I particularly like. I can make subdirectories (folders) underneath the website root and place specialty pages there and Dreamweaver simply manages those pathnames.
    But in the Javascript code that I use to make the slideshow, Dreamweaver does not manage the path:
    <script type="text/javascript">
    $(function() {
    $('#header').crossSlide({
    sleep: 2,
    fade: 1
    { src: '../images/header-slide/clarke_header01.jpg' },
    { src: '../images/header-slide/clarke_header02.jpg' },
    { src: '../images/header-slide/clarke_header03.jpg' },
    { src: '../images/header-slide/clarke_header04.jpg' },
    { src: '../images/header-slide/clarke_header05.jpg' },
    { src: '../images/header-slide/clarke_header06.jpg' },
    { src: '../images/header-slide/clarke_header07.jpg' }
    </script>
    I have to manually manage pathnames for {src: …}
    Is there a way to make Dreamweaver aware that these are pathnames and manage these pathnames for Javascript? Should I use some server-side (php) includes to manage that (I would rather not, as that is what I thought Dreamweaver Templates were all about).
    This is a very large website. I would like for Dreamweaver to take control of a lot of the management of it for me so that I can simply create what is needed.  I'd also like to fix the bug that causes these images to jump up a number of pixels once loaded. If I only have a few images, it's not that bad, as it loads quickly. But the only times I have not seen a position jump is when I have placed the cross-slide stuff in an iFrame, which I would prefer to not do.
    Thanks.

    OK, here is what I find really confusing about your answer -- but it does work!
    In my Style Sheet, I defined a separate slideshow thusly (with the correct dimensions and all of that stuff)
    #slideshow {
    width: 900px;
    height: 139px;
    I did not touch the #outerWrapper or the #outerWrapper #header definitions.
    Then in HTML, I did this:
    <div id="outerWrapper">
    <div id="header"><div id="slideshow"> </div></div>
    … </div>
    I do not understand why placing the slideshow <div> inside the header <div> makes things line up correctly. But it does work.
    Absolute paths, you say. You're killing me.
    Obviously, you can see by the convoluted URL that I have this website defined in a folder or subdirectory called /new/ within the root of the client's website so that he can see me build it while his existing website provides him with service. if you look at the current website for Carke Landscapes you'll see a lot to like and a whole lot to really hate. The whole miserable thing is laid out using tables. Navigation depends on multiple templates and there is template nesting. I think the Pope would wish to cause its excommunication and the House of Lords would wish to do the same for the Church of England. The client was in the midst of spring start-up when I inherited it and did not have the finances to make it modern.
    I plan to use a Project 7 navigation system -- specifically Tree Menu Magic 2. My client is currently adding to navigation now.
    If I go to absolute pathnames, when I do the move from the /new/ subdirectory, everything will break. So I shall do relative paths and then redo them once I make the site live.
    The client really loves the design and, if you look at his work I'm sure you'll see he's a designer on his own. Thanks for the solution but I still don't understand why that works and the other does not.

  • Slide show widget

    Hi
    I do occassional updating for a rape crisis center. I know a little html and some css and am using CS4. I need to make a three picture slide show quickly and do not do flash. Are there any easy to learn widgets in CS4 or does anyone know a second party widget that I can embed easily?
    Many thanks,
    Nancy

    Oh heck, he's off on a wild goose chase of a widget that does not work in all versions of Dreamweaver.
    Here is what I have been doing for two years:
    Tobia Conforto's Cross Slide.
    Now, what you are going to be using is JavaScript and jQuery. Tobia places a link to the minified version of jQuery on the website. Download that and place it into a js folder in your website. You may use your operating system to do this. Additionally, he has his Cross-Slide minified jQuery plugin downloadable there as well. That also goes in your js folder in the website. That folder must be uploaded to your server with all of the files in it.
    Now, you're going to do three pictures. I generally put them into banners in my websites, but you can put them anywhere. You must define either a Class or an ID for where you are going to place those pictures in CSS:
    #slide {
              height: 157px;
              background-image: url("../images/picture01.jpg");
    Place the first picture you will have in your slide show into the background of that div as I have just done in my example above.
    Now, you're ready to go to work. Make each image the same size and place the following in the head area of your web page:
    <script type="text/javascript" src="../js/jquery-1.4.2.min.js"></script>
    <script type="text/javascript" src="../js/jquery.cross-slide.min.js"></script>
    <script type="text/javascript">
    $(function() {
              $('#slide').crossSlide({
                        sleep: 2,
                        fade: 1
                        { src: 'images/picture01.jpg' },
                        { src: 'images/picture02.jpg' },
                        { src: 'images/picture03.jpg' }
    </script>
    Please understand that, in my example above I am calling version 1.4.2 of jQuery -- they may be out with a newer version and the "min" stands for the "minified" version. It downloads faster in a browser.
    The JavaScript above should fit nicely just above the close of your head area. Make sure that the last curly brace for your last image does not have a comma after it. Microsoft's Internet Exploder will not show you the slide show if you forget that.
    Now, in your HTML, do this:
    <div id="slide"> <!-- slide show goes here -->
    </div>
    Please notice I have used an ID and not a Class here because I don't place slide shows in multiple places on my pages. I think one's enough.
    You can see this working right now on several of my websites
    http://christinokitchens.com/
    http://www.unitedstatesvending.net/
    http://www.clarkelandscapes.com/
    http://jwatts.com/
    This method absolutely works. You can look at my code in each of the above websites and copy it. In each case, I'm making a header that provides the visitor with a slide show. I tend to name the ID differently for each because it really depends on what I'm thinking about at the time.
    But this will get you done and operational with a minumum of fuss.
    It is possible that Dreamweaver CS5.5 automates this kind of a thing, but I am still doing it manually because I learned this code while working with CS3.

  • Calling onPres from as

    O.K. I'm pretty rusty, and I often get things cross linked
    between
    different scripting and programming languages, but here goes.
    I am making a slide show with the standard forward and back
    buttons, but
    want to have an auto-play option that allows the viewer to
    stop, go
    back, or go forward without interrupting the auto-play
    functioning. How
    I planned to do this is by having the button_mc�s with
    standard onPress
    event handlers, and an interval timer that calls the
    onPress() methods
    directly. There�s nothing special that makes an event
    handler different
    from other methods that would prevent me from doing this is
    there?
    Bill

    crockettroth wrote:
    > Hello Bill,
    >
    > I tried it and had no success. What I normally do is
    encapsulate everything
    > that needs to be done into a function then simple invoke
    that function from
    > both locations.
    >
    > For example:
    >
    > myButton_mc.onPress = function(){
    > advanceToNextScreen();
    > };
    >
    > function advanceToNextScreen(){
    > my_mc.next();
    > }
    >
    > Then invoke "advanceToNextScreen()" inside the timer.
    >
    I needed the change in perspective. I was focused on calling
    the
    handler from a function instead of vise versa.
    Thanks,
    Bill

  • Install various SUN jdk on linux

    Hi,
    I am using netbeans 5.0 on linux (mandrake 10.0) running on SUN jdk 5.0 update 7.
    I have to make a project using SUN jdk 1.3.1 (SUN jdk 1.3.1_18 is a requirement).
    I tried to install SUN jdk 1.3.1 but it complains that there is a newer version already installed (i.e. SUN jdk 5.0 update 7).
    In wanted to have both SUN jdk installed (I need 5.0 to run netbeans, and 1.3.1 is a requirement for the project). This way, I would specify SUN 1.3.1 kit for the project in netbeans using the "java platform manager" feature.
    I forced SUN jdk 1.3.1 install (using rpm ,with rpm -i --nodeps jdk131.rpm), and managed to have both SUN jdk installed at the same time.
    But I did not manage to include jdk 1.3.1 in netbeans java platform manager (the directory is detected as a J2SE directory, but gives an error on next screen and cannot be added).
    (One possible alternative would be to use IBM or Blackdown jdk 1.3.1 (both are detected without problem in "java platform manager"))
    (Another alternative, would be to try some cross compilation modifying ant scripts for boot classpath...)
    (Another alternative would be to do this under windows (where both jdk can coexists and netbeans 5.0 agrees to add SUN jdk 1.3.1 without giving an error))
    But I wonder if there is a way to do this under linux with both SUN jdk.
    Any idea?
    (I suppose I am not the first one to try to do this)
    Regards

    > 716604
    >
    > also check
    >
    > http://java.sun.com/j2se/1.4.2/SAPsite/download.html
    Unfortunately this is wrong.
    On Linux x86_64 the IBM JDK is used.
    Note 1172419 - Linux: Supported Java versions on the x86_64 platform
    Markus

  • What appkication to link in NACE

    hi all,
    i just customize my cheque printing script, and done with it. however, i need to link it to the output for printing in NACE. but i were unable to find which application to link to..
    can any one teach me how to find it?
    thanks you very much for the help.

    To link your cheque printing you cannot use nace tcode, usually this cheque printing configuration is done by functional consultant.
    Here are the steps, goto TCODE FBZP,
    click button payment methods in company code.
    Identify your company code from the list, for ex: MY01(note it may vary)
    double Click on payment method C, next to your company code
    Now you will be taken to a new screen, click on form data.
    Give your form name, next to form for payment transfer medium...
    On the top right hand corner you will see payment method for country, click on it and in payment medium frame, give your payment medium program
    I guess your question is answered.
    Close the thread once your question is answered.
    Regards,
    SaiRam

Maybe you are looking for

  • How do I revert from Mavericks to Mt. Lion?

    I have tried the suggestions contained in similar threads without success.  My configuration may be causing problems.  Here is my configuration and the pathway I would like to use: As shown below, I have a MacPro early 2008 running OSX 10.9.  I have

  • Xml declaration with whitespace leading..

    hi,,,,, we use SOAP message (SOAP with attachments..) to exchange some informations.. the problem is that our client sends SOAP message like this.. (we captured HTTP input..) POST /mms/service HTTP/1.0 Content-Type: multipart/related; boundary="NextP

  • Squeaky sound - cold weather?

    When I use my nano in cold weather, I often get little squeaks persistently but intermittently overlaying the music. Have others heard of this? I would like to send it in for a repair/swap, but I'm afraid that they'll run a normal (room temp) diagnos

  • Ethernet cable~ Cross over or Wire to wire?

    Do I use a Cross over Ethernet cable or a wire to wire Ethernet Cable going from ATV to desk top? Thank you Message was edited by: Terry Blakeslee

  • System Performance (Adapter vs. Battery)

    Hi, I recently purchased a MacBook, and have been kind of frustrated with the speed. It has a 2ghz processor, and 512mb of ram. Anyway, when I have it plugged in I made the setting "Better Performance" and found my system running very, very slow. I c