Cash book printing text

Hi,
When I am trying to print cash book I am getting following error
Standard text FI_CASH_OP_EN text ID ST does not exist in language EN
what should be the standard text.
Help me to resolve problems
cheers

Hi
You try the following one for tcode 87012309
FI_CASH_BB
FI_CASH_EB
FI_CASH_CF
FI_CASH_SI
Warm Regards

Similar Messages

  • Cash book print variant

    hi sap gurus,
    I want to define cash book print varaint for english language . Where I can define this.
    CHEERS

    Hi,
    F4- Drop Down would not work here.
    You need to type the text same as it is that you have maintained and the sytem would accept then.
    Create a variant once you have run so that the same can be used afterwards again.
    Caio
    Raghu

  • Cash Book printing through TCode  : S_ALR_87012309

    Hi
    I am not getting the opening and closing balance (amount) when I am printing Cash Book using TCode
    : S_ALR_87012309
    What configurations I need to do for getting the opening and closing balance.
    Pls suggest alternative TCodes, if any, for printing Cash Book.

    Thanks Kiran for reply,
    Can u pls tell me wot settings I need to maintain in FBCJC3 which can help me in getting opening and closing balance amount in S_ALR_87012309.
    I have already created a variant in FBCJC3, but where can I give that reference in S_ALR_87012309.

  • Print cash book

    Hi Gurus,
    Here I am running the report " cash book Print" t code:S_ALR_87012309 ,
    even I maintained the text in SO10, still it is not showin the opening and cloising balances
    Kindly help me, your valuable suggestions
    with regards
    Arun Kumar

    Hi,
    F4- Drop Down would not work here.
    You need to type the text same as it is that you have maintained and the sytem would accept then.
    Create a variant once you have run so that the same can be used afterwards again.
    Caio
    Raghu

  • Can I print book with text blocks instead of photos?

    I have spent all day creating a book to print which included a photo on front, poems in place of photos on all pages (which I'd previously made into jpgs by creating layers in photoshop). I get to the ordering stage and I get an error window saying:
    DEFAULT TEXT: your book appears to have default text that has not yet been edited. Printed books will not include this text. Do you want to continue with your order?
    SO what does the above mean exactly?
    And is it not possible to print text pages instead of photos?
    Iphoto doesn't appear to give an open to type text on each page, but maybe iphoto 6 (iLife) does???
    And how come it's not possible to ship my order internationally?
    Thank you in advance for your help in answering my questions

    I haven't printed out an iPhoto book myself, but the message you are getting seems to indicate that you did not fill in some parts of page templates. If so, then those parts will print blank even though iPhoto shows them containing default text. You probably wanted them blank anyway, though.
    As for using iPhoto to print out a book with only one picture, that is probably doing things the hard way. If you want to print a book of text, there are now web options to do so costing about the same as an iPhono book. I don't think iPhoto is going to add templates sson for non-photo books.
    As for overseas shipping, that is probably an issue of duties and shipping costs. Many US sellers on the Web will ship only to the US or perhaps Canada.

  • Photo book printed with text "last import" on last page

    I had a photo book printed and when I received it on the last page of the book there was text, "last import"? 
    I did not write that text and can't explain where it came from.

    The above link did not work, the link took me to a page that read,
    We're sorry.
    We can't find the page you're looking for.
    Please return to the Apple Support homepage.
    But, you were very helpful because  when I went to my book I created in iPhoto, I clicked on the option key when I pressed the buy button and I was able to save the book as a pdf.  You were correct, "last import" was in a dialog box which is why it was in the book.
    This was the first book I ever created in iPhoto and I went to the Apple Store (a few times) to take one on one classes and worked on the book in the group training.  When I asked one of the Apple Store Group Training Instructors, she told me not to worry, that text won't print.  Lesson learned, I will save it as a pdf to proof it before buying the book.
    Thanks again for your help, very much appreciate you taking the time to help me figure it out.
    Have a good day.

  • Unable to print Remarks field from InBank book & Cash Book Reports

    Hi,
    for this bankbook and cashbook reports, we are using Financial Reports-> Accounting -> General Ledger
    in this General Ledger Interface, "BP and Accounts" are two types. For both of modes, i am using same PLD Report.
    I draged the Outgoing payment Remarks  and Incoming Payment remarks  on the Report, but i am unable to see the Remarks data on the report. when i drag the "Journal Remarks" field it is displaying on the report.
    -How to bring the "Outgoing Payment and Incoming Payment Remarks " in General Ledger (Bank book & Cash Book)
    - for bank book and cash book,   General Ledger is the right Report or any other?
    plz hep me asap. urgent.
    Regards,
    Nagababu

    I don't think you would be able to add Outgoing payment Remarks and Incoming Payment Remarks to this template. They are neither available for display nor is the OVPM or ORCT tables available to be added as a table to the PLD.
    Suda

  • Cash Book Report

    Hi Guys,
    I am Looking for a Cash Book Report from sap b1.
    I have tried using the General Ledger Report  but i need it as Column wise. and i have searched for ' 'XL-CashBook.ixr' but i didnt find this file.
    If i have 3 Accounts i need it to display it as in columns for those 3 accounts for the given period.
    Pls anybody give me some solution  to get the report.
    Regards,
    Vamsi

    Hi ,
    try below query:
    SELECT
    DocNum,
    STUFF((SELECT ', ' + CAST(DocEntry AS VARCHAR(MAX)) AS text()
    FROM RCT2 b
    WHERE a.DocNum = b.DocNum
    FOR XML PATH('')), 1, 2, '') AS DocEntry
    INTO #Invoices
    FROM RCT2 a
    GROUP BY DocNum
    ORDER BY DocNum
    SELECT T0.TransId, T0.Account, T0.Debit As Credit, T0.Credit As Debit, T0.ShortName, T0.ContraAct, T5.CardCode As Code, T5.CardName As Name, T0.TaxDate, T0.DueDate, 'Ch.No. ' + Cast(T4.CheckNum As VARchar) + ' Rec. No. ' + Cast(T4.RcptNum AS VARCHAR) + ' ' + IsNull('Invoice No. ' + T3.DocEntry, '') + ' ' + IsNull('Clear Date ' + Convert(VARCHAR, T2.MthDate, 103), '') + IsNull(T0.U_Narration, '') AS U_Narration,
    T0.TransType, T0.BaseRef
    INTO #Ledger1
    FROM JDT1 T0
    INNER JOIN OACT T1 ON T0.Account = T1.AcctCode
    INNER JOIN JDT1 T2 ON T0.TransId = T2.TransId AND T2.Account = @CashAccount
    LEFT JOIN OCHH T4 ON T0.TransId = T4.TransNum AND T0.Ref3Line = T4.CheckNum AND T0.Credit = T4.CheckSum
    LEFT JOIN OCRD T5 ON T4.CardCode = T5.CardCode
    LEFT JOIN #Invoices T3 ON T4.RcptNum = T3.DocNum
    WHERE T0.ContraAct = @CashAccount
    AND (T0.ShortName NOT LIKE 'S%' AND T0.ShortName NOT LIKE 'C%')
    AND T0.TaxDate BETWEEN @Start AND @Finish
    AND T0.TransType = 25
    UNION ALL
    SELECT T0.TransId, T0.Account, T0.Debit As Credit, T0.Credit As Debit, T0.ShortName, T0.ContraAct, T1.AcctCode As Code, T1.AcctName As Name, T0.TaxDate, T0.DueDate, T0.U_Narration, T0.TransType, T0.BaseRef
    FROM JDT1 T0
    INNER JOIN OACT T1 ON T0.Account = T1.AcctCode
    WHERE T0.ContraAct = @CashAccount
    AND (T0.ShortName NOT LIKE 'S%' AND T0.ShortName NOT LIKE 'C%')
    AND T0.TaxDate BETWEEN @Start AND @Finish
    AND T0.TransType 25
    UNION
    ALL
    SELECT T0.TransId, T0.Account, T0.Debit As Credit, T0.Credit As Debit, T0.ShortName, T0.ContraAct, T1.CardCode As Code, T1.CardName As Name, T0.TaxDate, T0.DueDate, T0.U_Narration, T0.TransType, T0.BaseRef
    FROM JDT1 T0
    INNER JOIN OCRD T1 ON T0.ShortName = T1.CardCode
    WHERE T0.ContraAct = @CashAccount
    AND (T0.ShortName LIKE 'S%' OR T0.ShortName LIKE 'C%')
    AND T0.TaxDate BETWEEN @Start AND @Finish
    SELECT T0.Account, Sum(T0.Debit) As SumDebit, Sum(T0.Credit) As SumCredit
    INTO #OpeningBalances
    FROM JDT1 T0
    WHERE T0.TaxDate BETWEEN @YearStart AND DateAdd(dd, -1, @Start)
    AND T0.Account = @CashAccount
    GROUP BY T0.Account
    SELECT 0 As TCode, 0 As TransId, T0.Account, T1.AcctName, T1.GroupMask, T0.SumDebit - T0.SumCredit As Debit, 0 As Credit, 'Dr.' As BalType, '' As Code, '' As Name, '' As TaxDate, '' As DueDate, '' As U_Narration, T1.AcctCode As Code1, T1.AcctName As Name1, 0 As TransType, '' As BaseRef
    FROM #OpeningBalances T0
    INNER JOIN OACT T1 ON T0.Account = T1.AcctCode
    WHERE T1.GroupMask = 1
    Or T1.GroupMask = 5
    UNION
    ALL
    SELECT 0 As TCode, 0 As TransId, T0.Account, T1.AcctName, T1.GroupMask, 0 As Debit, T0.SumCredit - T0.SumDebit As Credit, 'Cr.' As BalType, '' As Code, '' As Name, '' As TaxDate, '' As DueDate, '' As U_Narration, T1.AcctCode As Code1, T1.AcctName As Name1, 0 As TransType, '' As BaseRef
    FROM #OpeningBalances T0
    INNER JOIN OACT T1 ON T0.Account = T1.AcctCode
    WHERE T1.GroupMask = 2
    Or T1.GroupMask = 4
    UNION
    ALL
    SELECT 1 As TCode, T0.TransId, T0.Account, T1.AcctName, T1.GroupMask, T0.Debit, T0.Credit, '' As BalType, T0.Code, T0.Name, T0.TaxDate, T0.DueDate, T0.U_Narration, T1.AcctCode As Code1, T1.AcctName As Name1, T0.TransType, T0.BaseRef
    FROM #Ledger1 T0
    INNER JOIN OACT T1 ON T0.Account = T1.AcctCode
    Thanks,
    Neetu

  • Cash Book, Bank Book & Purchase Register

    Hi ABAP Gurus
    I want to print Cash Book, Bank Book & Purchase Register from my SAP ERP System. I do not have any ABAP Programmer for which reason I cannot develop any ABAP Program for the same. Can any one of you send me the ABAP Programs to print Cash Book, Bank Book and Purchase Register ASAP ?
    I will offer you maximum number of points if you do the needful.
    Thanks & Regards

    >
    Anil Manke wrote:
    > Hi ABAP Gurus
    >
    > I want to print Cash Book, Bank Book & Purchase Register from my SAP ERP System. I do not have any ABAP Programmer for which reason I cannot develop any ABAP Program for the same. Can any one of you send me the ABAP Programs to print Cash Book, Bank Book and Purchase Register ASAP ?
    >
    > I will offer you maximum number of points if you do the needful.
    >
    > Thanks & Regards
    Then you need to find the money to hire an ABAPer or jusy do without the requirements.
    Do you really think people will spend time doing development for you in return for SDN points?!  Most people I know work for money.  SDN points do not clothe or feed a family...

  • Book printing - Unique Workflows? - Cross-Posted from Aperture forum

    (Cross-posted. I think this post might be of interest to iPhoto users as well)
    I am exploring the book printing features in Aperture. My goal was to build the book in Aperture and get this into iPhoto so that I could use MyPublisher to print the book. MyPublisher currently has a 50% off coupon for orders over $50. iPhoto needs their plugin to upload to MyPublisher instead of Apple when the BuyBook button is chosen. (code is MAC2550 - good though Dec 31). The design features in Aperture are rudimentary at best. It's simple to customize the design for photo placement, adding and deleting photos, resizing, etc. The type design features are not simple to customize, though. However, with patience a suitable design can be made. You can add and delete text boxes at will but these will always default to the template's built in style. I continually had to reformat the type by right clicking on the selected text and applying my preferred style. One trick when cutting and pasting text is to place the cursor one letter in from the beginning of a preformatted line, select the remaining text and paste - this will pick up the current style rather than default to the template default. Then delete the leftover first character of the line. From Aperture I printed the book to PDF, being sure to choose letter size and borderless paper option. Once book is printed to PDF I opened in Acrobat and "saved as" to PNG. In the PNG options I chose 600ppi (the default of 300ppi might have been just fine for quality, not sure). Saving to PNG creates an individual file for each page. In testing Apple's Preview software for this I found it would make a nice PNG - but of just one page at a time. I then imported all PNG pages into iPhoto. Within iPhoto create a book. I used "Modern Lines" with double sided pages. To create the cover (it's actually a label that is adhered to the linen hard cover book) I had to import the actual cover photo used in Aperture to recreate a new design based on the "Modern Lines" template. I then recreated my pages using the template. The key step being to assign the single photo page design for each page. For each page I dropped in the corresponding PNG file which included all type and images created previously in Aperture. One minor point when adjusting the placed PNG images in the iPhoto template is the option to fit photo to frame size (an option when right clicking on the photo). When fit photo is selected the image gets resized very slightly. I opted not to use this feature as I thought the resizing might compromise quality. I then clicked on the "buy book" button and the file was assembled and sent to MyPublisher. Since I had the 50% coupon I opted for the leather bound book option and ordered two 24 page books for $53.74 which included $9.98 standard FedEx fee. As for quality I'll have to wait and see. I'll post back once books are in hand.

    It is important to realize there are two aspects to an index.
    1) Topics
    2) Page References
    Topics have no relation to the text of the actual document. Topics can
    be imported from one InDesign document to another. Also, creating topics
    from a list of text is trivial. Just type all the words (or place them
    from a text document or Word doc) and then press Ctrl+A to select all of
    them and press Ctrl+Alt+Shift+[, then delete the text.
    Page references, however are not as simple. These have to be created at
    each place in the text where you want the page to be referenced it the
    index. This *can* in fact be done Word if you are using the text from
    the Word document.
    What you really have to watch out for is that when you want to create a
    page reference you have the "Reference" radio button selected in the
    index panel. Otherwise you will just be creating a topic. It is best to
    work with hidden characters turned on so you can see and make sure
    InDesign created an index marker in the text after you created your page
    reference.

  • Book printing - Unique Workflows? - Post yours to inform others

    I am exploring the book printing features in Aperture. My goal was to build the book in Aperture and get this into iPhoto so that I could use MyPublisher to print the book. MyPublisher currently has a 50% off coupon for orders over $50. iPhoto needs their plugin to upload to MyPublisher instead of Apple when the BuyBook button is chosen. (code is MAC2550 - good though Dec 31). The design features in Aperture are rudimentary at best. It's simple to customize the design for photo placement, adding and deleting photos, resizing, etc. The type design features are not simple to customize, though. However, with patience a suitable design can be made. You can add and delete text boxes at will but these will always default to the template's built in style. I continually had to reformat the type by right clicking on the selected text and applying my preferred style. One trick when cutting and pasting text is to place the cursor one letter in from the beginning of a preformatted line, select the remaining text and paste - this will pick up the current style rather than default to the template default. Then delete the leftover first character of the line. From Aperture I printed the book to PDF, being sure to choose letter size and borderless paper option. Once book is printed to PDF I opened in Acrobat and "saved as" to PNG. In the PNG options I chose 600ppi (the default of 300ppi might have been just fine for quality, not sure). Saving to PNG creates an individual file for each page. In testing Apple's Preview software for this I found it would make a nice PNG - but of just one page at a time. I then imported all PNG pages into iPhoto. Within iPhoto create a book. I used "Modern Lines" with double sided pages. To create the cover (it's actually a label that is adhered to the linen hard cover book) I had to import the actual cover photo used in Aperture to recreate a new design based on the "Modern Lines" template. I then recreated my pages using the template. The key step being to assign the single photo page design for each page. For each page I dropped in the corresponding PNG file which included all type and images created previously in Aperture. One minor point when adjusting the placed PNG images in the iPhoto template is the option to fit photo to frame size (an option when right clicking on the photo). When fit photo is selected the image gets resized very slightly. I opted not to use this feature as I thought the resizing might compromise quality. I then clicked on the "buy book" button and the file was assembled and sent to MyPublisher. Since I had the 50% coupon I opted for the leather bound book option and ordered two 24 page books for $53.74 which included $9.98 standard FedEx fee. As for quality I'll have to wait and see. I'll post back once books are in hand.

    Thanks for the information that you provided.  However, I already have a stamps.com account and when I log in, it shows my balance.  It just will not let me print netstamps.  I am coming up with an eror message:  There was an internal processing error.  Please retry or manually check the firmware updates.
    My printer has the most current firmware.  
    This is a great feature, but I cannot get it to do anything but let me log into my account using my user name and password.    do I need to set up another account, because that would be redundant if I have to.
    Any information tha you can provide would be extremely helpful.
    Thanks in advance.

  • Reverse Type and Print Text as Black

         I made a black box and on another layer I made the type "white" by choosing "paper". On screen it looked correct.
    Then I did a preflight and chose "print text as black" because I thought the text in the rest of the doc looked better with that choice.
    Problem: After printing, the text in the box came out black instead of white. What should I have done? I am using InDesign CS5 on Windows.

    That’s what you asked for, isn’t it? Text as black means all of the text, not just some of it.
    Now, before you get horribly frustrated I suggest taking a step back in your move to InDesign.
    First, buy this book: http://amzn.to/ORQqtT ; Sandee Cohen’s Visual Quick Start Guide is the best beginner book on the market. It’s the best $20 you’ll ever spend.
    Secondly, check out the video training on Lynda.com. Here’s a link for a one week free trial: http://bit.ly/fcGpiI
    Bob

  • Cash Book & Bank Book Reports in FI

    Hi FI & ABAP-FI Gurus
    I am looking for reports for Cash Book and Bank Book. Can anybody tell me any *_Standard Program_* for getting report for Cash Book and Bank Book OR can anybody send me 'Z' program to get report for Cash Book and Bank Book.
    Thanks & Regards

    Hello Anil,
    Standard reports for Cash book & Bank book
    Cash Book
    Cash Journal : T.code FBCJ
    Report - S_ALR_87012309 - Print Cashbook
    You can also try this report
    J3RFCASH15 - Cash Journal Reports
    Bank Book
    There is no standard report for Bank Book
    S_ALR_87012348 - Cashed Checks per Bank Account
    S_ALR_87012349 - Outstanding Checks Analysis per G/L Account and Vendor
    Please let me know if you need more information.
    Thanks
    Para

  • Standard report for cash book & Bank book

    Hi Guru's,
    Please tell me the transaction codes for reporting cash journal & Bank book in standard sap
    Thanks.
    Santosh Rothe

    Hi,
    For standard report for cash book & Bank book
    Cash Journal : T.code FBCJ
    Report -  S_ALR_87012309 - Print Cashbook
    You can also try this report
    J3RFCASH15 - Cash Journal Reports
    For Bank Book
    There is no standard report for Bank Book
    S_ALR_87012348 - Cashed Checks per Bank Account
    S_ALR_87012349 - Outstanding Checks Analysis per G/L Account and Vendor
    Please let me know if you need more information.
    Regards
    Sridhar M

  • Print text to screen

    Hi,
    What would the best way to print text to screen in a java application? I know of textfields, are they any other way? the text should be acessable to users to select and copy and I dont think that you can do that with drawString.
    I would appreciate any help you can offer.

    the text should be acessable to users to select and copy and I dont think that you can do that with drawString.Then use a JTextField. Whats that problem with that.
    [url http://java.sun.com/docs/books/tutorial/uiswing/components/components.html]A Visual Index to Swing Components

Maybe you are looking for

  • Is there a way to undo the Ctrl+click​+drag BD expansion after the fact?

    I had an internet help make some simple code additions for me and in the process expanded my BD to a degree that it is very bothersome to work on.  She left me with a large gap in the center of my code, then saved it.  Is there a method that does the

  • How to change direction in Pano mode?

    Good news for sinistral people.... When you are taking pano shot, you can change the direction from right to left by following the steps. 1. Open camera app 2. Select pano mode 3. Double tap on arrow mark.. Thats it...

  • Can i use windows laptop as a monitor with Final Cut Pro x

    Hi I'm new to mac, and so far kicking myself for taking so long to come across. As much as I hate my old dell xps 1647 laptop, it grates that this machine is just gathering dust. Is there any way to utilise the monitor when using Final Cut Pro X

  • How will read the value from Adobe Reader/Viewer in c# windows App

    I m using VS2005 . working in windows appliction. i am using adobe Reader 9, Then the new pdf document open  inside the Acrobat adobe reader , Exsiting PDF file is created by Adobe Forms(Adobe LiveCycle designer and Adobe pro 9). Using the Class is:

  • BC4J, Triggers, and Clobs

    I'm on a J2EE web-application that is using the BC4J framework. At one point, we're taking some information from a form and saving that info into a table (composed of a couple varchar columns and a couple of CLOB columns). There are two triggers asso