Print line detail remarks on check stub

Is there any way to print the line detail remarks (CHO1, lineDitails) on the check stub?  I can print the Journal Remarks field through the OCHO table, but cannot figure out how to get the line details.
Thank you.

Hi, Tberry
Could you please tell me how to print the Journal Remarks field through the OCHO table on check stub?
Thanks,
Angela

Similar Messages

  • Print Line items twice in Check F110_Prenum

    Hi Experts,
    I need to print the Line items of the Payemnt advice, twice on the same page...
    Type   Window Content
    [Main] 1-10 Lines
    [Var]  Voided/Actual Check
    [Var]  <b>1-10 Lines</b> (Not printing)
    [Main] 11-20 Lines
    [Var]  Voided/Actual Check
    [Var]  <b>11-20 Lines</b>(Not printing)...........
    and so on....
    The problem is only that i am not able to print the lower (duplicate)line items...
    Pls suggest some technique....
    I have tried modifying the RFFOUS_C also... but the values  can be seen in debug mode only (not on Print Preview)
    I have already written this problem, sut still havent recieved any legible solution... Is this problem really so tough.. i wonder...
    Pls ask me if u need some more details....
    Thanks all in advance... all the helpful posts would be awarded points accordingly..
    Regards,
    Abhishek

    Yup ! There is a blank space at bottom which needs to be filled up with the content of main window on the same page...
    The last window name is 'FILE' and in this window we have a element called 'COPY'. Now what i did is i modified RFFOUS_C        to get all the itemlines in a particular itab say I_REGUP. In the Prog itself.. after the formular prints all the check contents and the loop for all the elements in main is done, i copy the REGUP to my I_REGUP.
    Now after this i Open a new form as
      CALL FUNCTION 'OPEN_FORM'
           EXPORTING
                ARCHIVE_INDEX  = TOA_DARA
                ARCHIVE_PARAMS = ARC_PARAMS
                FORM           = T042E-ZFORN
                DEVICE         = 'PRINTER'
                LANGUAGE       = T001-SPRAS
                OPTIONS        = ITCPO
                DIALOG         = FLG_DIALOG
           IMPORTING
                RESULT         = ITCPP
           EXCEPTIONS
                FORM           = 1.
      IF SY-SUBRC EQ 1.              "abend:
        IF SY-BATCH EQ SPACE.        "form is not active
          MESSAGE A069 WITH T042E-ZFORN.
        ELSE.
          MESSAGE S069 WITH T042E-ZFORN.
          MESSAGE S094.
          STOP.
        ENDIF.
      ENDIF.
      LOOP AT I_REGUP.
        W_REGUP = I_REGUP.
        CALL FUNCTION 'WRITE_FORM'
             EXPORTING
                  WINDOW   = 'FILE'
                  ELEMENT  = 'COPY'
                  FUNCTION = 'APPEND'
             EXCEPTIONS
                  WINDOW   = 1
                  ELEMENT  = 2.
      ENDLOOP.
      CALL FUNCTION 'CLOSE_FORM'.
    After Executing what i find is, when i activate the debugger for the layout form... i can see all the values coming at that instance.. but id doent appear in the print preview...
    Hope u mast have got the scenario... else i can mail u the code copy and print preview for ur better view...
    Thanks for ur help !!
    Regards,
    Abhishek

  • [Urgent] How to print Line items Twice in Check Printing ??

    Hi <b>Experts</b>,
    We have got a requirement of printing the vendor invoice info(Line Items) above and below the actual check.
    Eg.
    Page 1
    1-8 Line Items
    Voided Check
    <b>1-8 Line Items</b>
    Page 2
    9-16 Line Items
    Voided Check
    <b>9-16 Line Items</b>
    Page 3 ..... (last Page)
    17-20 Line Items
    Actual Check
    <b>17-20 Line Items</b>
    Now, All the things are printing fine except dual printing of the Line items at the below of Check.
    Please help me..... i am using Check print program <b>RFFOUS_C</b>.
    If anyone can has done something like this before than please send me the code for it.
    If someone requires more clarification, please ask me.
    Regards,
    <b>Abhishek</b>

    Hi Abhishek,
    we have done check printing here. but can u pl tell me why is the line item required to be printed below the check also??
    u must have observed that in the check sapscript ( F110_PRENUM_CHCK), the main window is situated above the check window.. n the line items are coming within the main window...since the line items are dynamic data( not fixed), u have to create a window below the check n that has to be a MAIN window again for it to display multiple data.. so wen ur last page is getting called ( u need to find that out that wen is the last page getting called ), u can insert a write_form for this new main window along with the other write_form( for the earlier main window).
    it can get very complex though as i dont know if this will certainly work...
    is the requirement reaaly to print the line items below the check or anything else will do?? as it wud greatly reduce ur headache...

  • Printing Original DocTotal on Check Stubs - Calling all PLD pros!

    We have at least 2 clients that want to print the Original Document Total on their check stubs.  For example, they want it to print:
    Original Invoice Amt, Open Total, Discount, Payment. 
    That way, when you have a $1000 invoice but previously paid $400, that it would read orig: $1000, Balance due: $600,  Discount: $0, Payment $600u2026but with Credit memos, it breaks.  If youu2019ve put Credit Memo 603 on that check, it actually pulls the original total from INVOICE 603 (the wrong answer).  Support told me that thereu2019s nothing wrong with that and itu2019s a system definition!  The problem is that you need to add AP Invoice into the PLD report but is joining on OPCH only on DocEntry u2013 not DocEntry and ObjType.  So thereu2019s many ways to fix this u2013 change the join, union OPCH and ORPC and get Credit Memo data on there or hide the Original Total if itu2019s not an invoice.  But I have no idea how to do any of these.

    Hi,
    PLD does not support it but QLD can, Query Layout Design, you must to query your desired output, you can link the tables using the Report Generator.
    Regards,
    Clint

  • PLD Check Stub Stub

    I need to match customers pre-printed "Check Stub Stub". After changing the settings If I somehow get to the point where the Check part and the first Stub matches, the second Stub doesn't. I don't understand how PLD is calculating where to print what?
    For example if I make the Height of the Repetitive Area Header to 30 points (which is approximately 1 cm), in the print it is less than 0.5 cm.
    Any help on the above or in general PLD output is appreciated.

    Hello,
    try to read this following tips (from tip and tricks manual pdf file) :
    Business Case:Often times Clients will use the Reference Number field on the AP invoice to store their Vendor’s invoice number. Their Vendors would like to see this field on the check layout. However, this field does not automatically appear on the check layout. We need to get the data from the Reference Number field to the check layout. Solution: Add a UDF to the Outgoing Payment window. Create a query to assign to the field that we just created. This query will identify the Reference Number for each line item in the Outgoing Payment window. We can then edit the Check Layout to display the Reference Number UDF.
    Implementation:
    3. The last step is to add the UDF to the check layout via PrintLayout Designer. You will add a Data Field to the Repetitive Area of the check. In the example below the field name that is being added is “Exhibit”.
    You will want to add a Text field to the Repetitive Area Header as well. Finally don’t forget to set the modified layout as the default template.
    The first implementation I did not write cause I am afraid if the above solution does not suit for you, but if you need it, let me know
    Rgds

  • HELP-i want to print price details in SMART FORMS-urgent

    hi friends,
        I want to print price details of sales order in every page of my <b>smart forms</b> using FM <b>RV_PRICE_PRINT_ITEM</b> .
    Can anyone help me how to use that function and how to pass value to the parameter
    all your answers are appreciatable .
    thanks in advance
    shan
    Message was edited by: Shan

    hi santhosh ,
      this is how my program look ,but i dnt know how values can be pass to this internal table as the table TKOMV and
    TKOMVD in FM are of structure type .
      DATA: IT_KOMV LIKE TABLE OF KOMV,
      WA_KOMV LIKE LINE OF IT_KOMV.
    DATA: IT_KOMVD LIKE TABLE OF KOMVD,
    WA_KOMVD LIKE LINE OF IT_KOMVD.
    select *
    into table IT_KOMVD
    from komvd up to 10 rows.
    CALL FUNCTION 'RV_PRICE_PRINT_ITEM'
      EXPORTING
        COMM_HEAD_I       = WA_KOMV
        COMM_ITEM_I       = WA_KOMVD
      LANGUAGE          = ' '
    IMPORTING
      COMM_HEAD_E       =
      COMM_ITEM_E       =
      TABLES
        TKOMV             = IT_KOMV
        TKOMVD            =  IT_KOMVD .
    LOOP AT IT_KOMV INTO WA_KOMV.
    WRITE: / 'TAX' , WA_KOMV-TXJLV.
    "WRITE: / WA_KOMV-matnr.
    ENDLOOP.
    LOOP AT IT_KOMVD INTO WA_KOMVD.
    WRITE: / 'DISCOUNT' , WA_KOMVD-NRMNG.
    WRITE: / 'KNTYP', WA_KOMVD-KNTYP.
    ENDLOOP.
    pls help in this issue.
      thanks ,
      shan(SAP beginner)

  • How to print line item 2times in two different main window in Sap Script

    Hi,
    I am designing check printing form using Sap script. I need to print line items 2times in different 2main window.can yu pls explain  how print like this.
    JK

    i cud not get ur query..pls elaborate

  • AP Credit memo UDF on check stub

    Hi, Having a real issue - I am trying to get a UDF from AP credit memos to print on the check stub. When I add a field I cannot select the ORPC table from the database where the UDF is populated. Credit memos appear on the check stub but is there a way to select fields from the credit memo? The same data is readily available from the AP invoice (OPCH).
    Thanks

    Thanks Gordon, but if ORPC is not available to the check, is there a system variable that I can have users populate on the AP credit memo that could print on the check stub? The idea is to give them a header level field where they could enter a few characters of miscellaneous data to print on the stub. Similar to the vendor reference field.

  • Forwarding to Budget Line details in Oracle Project from Custom Page

    Hi,
    Actually we have a custom page which lists all the projects, our idea is to navigate the user from project line to the Oracle Project's Budget Line Details Page to show project header information and budget line details. I cannot directly forward to the page because its different application, so do we need to extend the custom application to oracle projects. Can anyone suggest me best way to follow so that we an set required session variable and initialise view object which required for Budget line details page.
    The Url which we trying to forward is OA.jsp?page=/oracle/apps/pa/finplan/webui/FpEditPlanPG
    Thanks

    AJ,
    Thanks for your super fast response.
    I don't want to dynamically display the attribute.
    As we can see there are existing attributes in the shuttle list , so we can shuttle whichever attribute we want to display.
    I need to add my attribute to this list and I am not getting idea as to how and which VO i need to substitute to get the attirbute in this list, once I can get this attribute I hope it'll be displayed in the search page once we shuttle this attribute to the display list. Let me know if i am wrong.
    Also, I tried to find the VO behind both the pages, for CustomJRADViewUpdatePG.xml there are no VOs to check for and only in MyProjectsPG , I found out ProjectListGenVO, so is this the one i need to substitute with?
    Thanks,
    Affy

  • Document date on check stub

    On our check stub the taxdate is used to display the a/p invoice document date on the stub.  when we have a credit appearing on the same check some random date from 2007 is shown.  How can i have the taxdate appear when it is a credit vs. a/p invoice?
    Could i create a formula in PLD?
    Thanks

    Found additional info in some training material powerpoint:
    You can make fields appear only if certain conditions are true. To do this, you first need to build the condition with the help of one calculation field and two operator fields:
    The two operator fields are text or data fields. Usually, you want to compare the content of a data field with a fixed value. In this case, you would need the data field and a text field that contains the fixed value.
    The calculation field compares the two operator fields with each other with any condition operator (such as greater, less, or equal). The calculation field returns either a 1 if the condition is TRUE or a 0 if the condition is FALSE.
    You need to link the print layout field that you want to influence through the condition to the condition field.
    To do this, you enter the Unique ID of the condition field into the Link to Field field of the print layout field. If the condition field is equal 1 the linked print layout field will be printed, if the condition field is equal 0 the linked print layout field will not be printed.

  • Problem with Stub-Check-Stub in PLD

    I'm trying to format the Stub-Check-Stub Print Layout in checks for payment to fit the existing A/P checks a client has.  The top stub is fine but the check and second stub print too low.  I want to adjust the Height of the repetitiveFooterzer.  I changed it from 188 to 168 and now it will not let me change it back.  What am I missing here?  Also, I cannot make the height of the check section to be greater than 500.  Is that possible?
    Thanks,
    Don

    Gordon,
    I co-worker of mine suggested that I increase the page height in the document properties and then try to increase the section height.  This worked.  After I increased the section height back to it's original value I put the page height back to it's original value of 791 as well.
    Thanks for the reply.
    don

  • Operation Failed - Print Calendar Details Style

    When trying to print calendar in "Calendar Details Style" I get "Operation Failed" in preview screen. I am still able to print, but not preview. It does work with Shared calendars, but other calendars must be unchecked first. Outlook
    profile has been created on another machine with same issue. Office has been repaired and uninstalled\Reinstalled. Same issue. We have also taken profile out of cached mode, same problem. Any ideas? It is only happening to one user.
    Thanks,

    Sorry for the delay in getting back, but I have not revisited this issue in a while. Users is still having problem. Currently she has permissions to 2 additional calendars Lets say Calendar 1 and Calendar 2. She also has her own DEFAULT calendar. When her
    calendar is checked for viewing she gets operation failed when trying to preview "Print Calendar Details Style", This only seems to happen when her own calendar is checked. She cannot print details style on her own calendar. Tried cleanreminders
    and tried to created her profile on another machine. It is the same issue which makes me think this may be on the server side.
    Sorry forgot to add, but did try safe mode and did not work. Every other preview for her calendar works except Details view.

  • Need help in inserting line details in custom table in oaf

    Dear All,
    I have a requirement as below.
    I have a page having few LOVS and few text fields and below to that i have a table region that i am populataing from another page means i have a button to open another page from that i am passing selected rows to base page, so my base page structure looks like below:
    LOV1        TEXTFIELD1
    LOV2        TEXTFIELD2 .......SO ON
    LINE DETAILS
    LINENUM  ITEM ITEM DESC
    1             AAAA           TEST
    SO my requirement is i have a button in my base page after clicking thsi the header information should insert to a table and line information should insert into another table,
    Header information i am able to insert into table by EO based VO, but how i can insert the line data from the table region to another custom table, please help me out on ths.
    Thanks

    Hello Everyone!
    DataObject fileUploadData = (DataObject)pageContext.getNamedDataObject("UploadFile");
    String fileName = null;
    String contentType="";
    try {
    fileName = (String)fileUploadData.selectValue(null, "UPLOAD_FILE_NAME");
    System.out.println("File Name : "+fileName);
    } catch(NullPointerException ex)
    throw new OAException("Please Select a File to Upload", OAException.ERROR);
    contentType = (String)fileUploadData.selectValue(null, "UPLOAD_FILE_MIME_TYPE");
    System.out.println("contentType : "+contentType);
    System.out.println("Creating object uploadedByteStream for file name : "+fileName);
    BlobDomain uploadedByteStream = (BlobDomain)fileUploadData.selectValue(null, fileName);
    I was using the above code to load the MS Excel 2010 .xlsx file, but when i checked uploadedByteStream is returning null value.
    Could anyone let me know why is this happening because i found in my post on google the same way (Above mentioned) code has been written for loading the .xlsx file?
    Thanks & Advanced,
    CAK

  • Problem printing the Detail-Trail Balance Standard report

    Iam trying to print the detail trial balance report in GL. Iam getting the report output correctly. But when iam printing the report, the last line of every page is spilling out on to the next page and then there is a page break(which is expected). and then this scenario continues till the end of the report. i,e the last line of every page is spilling out on next page,,then page break,, then goes on...till end of report.
    It will be so nice of you if anyone can help me in figuring it out why its behaving like this after printing.?? waiting for your reply??
    thankyou

    Check printer's top and bottom margin, when you send it for printing. Or open report in report builder and reduce margin of the header/main/trailer sections.

  • To print line item number in workflow message

    Hi Experts ,
    I want to print line item numbers of a sales order in a single workflow message .
    Can this be achieved ?
    I am generating WORKFLOW item , for a sales order , and want certain line item numbers to appear on the WORKFLOW message .
    Something like Sales Order XXXX  has line item 20  30 50 .
    Regards,
    Sunitha

    1. Enhance appropriate custom BOR Object.
    2. Create one Attribute which will gives you String output - Write program to this attribute to fill the string will all relevant texts for example : Line Items 10, 30, 54, 89.
    3.  Place this string in your work item description. So that your work item / email will carry this string under certain conditions.
    you many need to handled exception.
    Example -
    Dear User.
    Please Check the Sales Order 23456. The below line items went for Delivery block.
    Line Items 10, 30, 54, 89.
    Regards,
    Admin
    All the best,
    Vamsi

Maybe you are looking for

  • Photo sync to iPhone (wrong metadata)

    I'm running the latest Mac and iOS software on my devices, and I now use Photos for Mac where I am trying to sort my photos correctly by time and date, but when I sync my photos to my iOS devices the original dates/times are ordering my photos, not t

  • Spa9000 AA when phone busy

    Hello everyone, please help me to solve this problem: I have extensions 11..19 (SPA921 phones with call waiting disabled) AA DP1: (<:1>xS0) AA Script1: factory default - when I press e.q. 1 in the AA, ext. 11 is ringing, that's ok - if I'm trying thi

  • Illustrator cc 2014 trial crashes right after launch

    i just downloaded illustrator cc 2014 trial, but it crashes right after launch without error messages appearing. how should i fix it?

  • Can I put my startup/home folder on an external drive?

    I would like to stripe my four internal drives for a high-performance RAID 0 for video editing. Is there ANY reason that it would be unwise to put my applications/library/system/users folders on an external firewire drive? (Of course I will continue

  • Restoring individual files to a new MacBook

    Hello all, My GF has just got a new MacBook as her old one has died. She has a backup on my time Capsule, but we only want to restore individual files/photos to her new one. The new one will probably have a new user name etc. Is it possible to access