Program RFKORD10 and print of customer statement/open items

Hi all,
I'm trying to run the program RFKORD10 to print all customers (of a company), the open items statement.
The problem is that, I can't use this program to print in one spool, the correspondence of all customers of a company.
I can only use test run, and it displays the spool one by one (and if I want, I can print it).
Anyone knows how to work with this? What is missing in my approach? Even the requests (FB12) are only possible to request for one customer and not for all of a company.
Can anyone explain to me what is necessary to print automatically all the open items correspondence for a company and by customer? But in one spool, or automatically creating all spools for all customers?
Thank you very much!

No luck...
Maybe is me that can't use these programs...
Are any programs/transactions that call these ones?
Even on the program, I can't run it without selecting some fields on the test run...
I don't understand...

Similar Messages

  • Customer Statement - Open item list

    hello,
      i need some help with customer statement prints. I need to be able to print all open items for all company codes for a particular customer account together .
    Please let me know.
    Thanks.

    Use T Code FBL5N, enter the range of customers, company code, select radio button 'open items', check the checkbox 'normal items' and execute (F8).  In the report screen, from the top menu, choose List -> Export -> Spreadsheet (or whatever format you want) and then you can print it.
    Assign pts if this answers your query!!!

  • Re:- How to see customer/vendor open items for profit center wise

    any one help me regarding : How to see customer/vendor open items for profit center wise. That is possiable or not please suggest to me. I am using 4.6c version .

    Run the report from Tcode FBL1N for vendor open item and from FBL5N fron Customer open items.
    When you get the report, click on Change Layout icon ( or press Control + F8 from keyboard), search Profit Center fron the Table of Hidden fields on the right hand side. Move that field to the Left hand side table. Click ok, now you should be able to see the Profit Center column in your report.
    You can save this layout by clicking on the Save Layout icon ( or press Control + F12 from keyboard)
    Next time you can choose the saved layout by clicking on the Select Layout icon ( or press Control + F9 from keyboard)
    Regards
    Dharmveer

  • Account type M and G/L account with open item management not permitted

    Hi,
    I am getting the following error while applying VL02N (PGI) is "Account type M and G/L account with open item management not permitted".  Before I got an error like posting period and I have closed those posting periods 2008/08 and 2008/07.   Now I am getting this error. 
    Please provide the solutions to overcome this and I want to execute the full transaction.
    Thanks in ADVANCE.
    Kishore

    Hi Kishore,
    Please check these threads
    Account type M and G/L account with open item management not permitted
    Re: Account type M& GL with open item managment not permitted error
    Posting to G/L accounts with open item management are not permitted
    Hope this would help you.
    Good luck
    Narin

  • BP reference not printing on customer statements

    Hi,
    We are facing this issue on one of our customer installation. When we print Customer statement for multiple customers, it does not print "BP reference no." however if you run the statement one customer at a time it prints the "BP reference no". They are using SAP 2007A PL 42.
    Any help on this would be much appreciated.
    Regards
    Dave

    Hi,
    Please check Note No.  [1248669|https://websmp130.sap-ag.de/sap(bD1odSZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1248669] regarding the issue mentioned by you.
    Hope it helps.
    Kind Regards,
    Jitin
    SAP Business One Forum Team

  • Customer statement line item sorting

    Hello SAP Gurus,
    We use a customer statement which has SAP delivered program and 'z'type form, but our requirement is to sort the line items inside the statement.
    I tried using o7s6 - Line item Corresponding sort variant (SPRO>F/A>F/A Global Settings-->Correspondence)in that how would I create a sorting variant that will sort line items based on due date.
    And also I believe some configuration need to be done in variant for program i.e., SE38--> give the program name and execute (F8) --> in side this there are options to sorting by due date but I was not able to achieve what I want.
    Can anyone please help me with this.
    Thanks
    Kishore
    Message was edited by:
            kishore

    Hello
    follow the link and you could get more info
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/01/a9c1cb455711d182b40000e829fbfe/frameset.htm
    Editing Line Items
    You can edit line items for a payment or an exception list at a second list level. You can use the following functions to help you edit line items:
    Sort
    Search
    Change line layout
    To edit line items of a payment, double-click the desired payment line.
    The system then displays the open items of this payment on another screen.
    Sorting Line Items
    To sort open items, choose Edit ® Sort. This brings up an additional window where you can sort the line items according to four criteria and define a sequence (see "Sorting Payments" in Editing Payments).
    Searching for Line Items
    To search for particular open items, choose Edit ® Find. Select a search criterion and enter the desired values or value ranges (see "Searching for Payments" in Editing Payments).
    Changing the Line Layout
    To change the line layout, choose Settings ® Line Layout, and select the required line layout variant. There are four variants delivered with the standard system.
    The standard setting for the sort, find, change line layout, and display totals functions depends on your system configuration. You can change it in Customizing.

  • Tables and fields for complete vendor Open items

    Dear all,
    Please help me out in we are developing vendor age analysis for this we required complete open item details, here I required fields and tables only  vendor open items  for normal and special gl transcation.
    thanks in advance

    hi mohan,
    you can find all open items of vendors in BSIK
    hope this helps
    ec

  • How to validate concurrent program parameter and display a custom message?

    Hi Friends,
    I have a concurrent program which has two non-mandatory parameters.
    The requirement is that user should provide value for any one of the parameters.
    If user does not enter value for both the parameters, i need to display a custom error message.
    Parameter1 has an independent value set.
    Parameter2 has character value set with validation type as special.
    Process i tried so far:
    In the value set for the second parameter, under the Validate event, i have written the following code:
    FND PLSQL "declare
    l_paramb VARCHAR2(20) := :!VALUE;
    l_parama VARCHAR2(20) := :$FLEX$.MOT_CUSTMSGTST_A;
    BEGIN
    IF 1 = 1  THEN
    fnd_message.set_name('FND','FND_GENERIC_MESSAGE');
    fnd_message.set_token('MESSAGE','Please enter any of the ip1 or ip2');
    fnd_message.raise_error;
    END IF;
    END;" I am not using those variables that are defined for the time being.
    Now since the condition 1=1 is always satisfied, i should always receive the error message.
    I am not receving any error message and i can go ahead and submit the program..
    Please advise on where am i going wrong.
    Reports Version - 6i
    Oracle Apps Version - 11.5.10.2
    Regards,
    Sreekanth Munagala

    Hi srrekanth,,
    I've similar issue , I need to display custom message for concurrent program parameter.Need to validate the parameter & display custom message .
    Can you pl provide solution.

  • Printing of customer statement

    HI all ,
    i developed a smartform for single customer, now i want this to be for multiple customer.
    for this all the related data is stored in internal tables , now i want to pass these tables to smartform and to be print by each customer.
    can annybody suggest onthis , how to print for each separate page.
    thank u.

    Hi friend,
    u can insert command line at last of main window.
    Where u can find out check box for GO TO NEW PAGE under general attribute tab. Also u can put your condition in condition tab so when that condition is true it will start new page.
    form above solution u can print it fro diffrent customer.

  • Add fields in Drilldown customer reporting open items

    Hello,
    I have made a copy of the standard Drill down report 0SAPDUEAN-01,but I want to add fields that are not in the pooll list (like Reference - BKPF-XBLNR) or Assignment (BSEG-ZUONR).
    How can I do this?
    Any help will be rewarded
    Best regards,
    Victor

    <P>Hi Austin<P>
    <P>I need to do the same. I need to bring Bill of Lading number (which is Shipment number in our case). I need to bring that to the assignment field in the gl account. I know this can be done through sort key, but the field TKNUM is not avilable for sort key. I was wondering if you have found any solution of this.<P>
    <P>Thank you<P>
    John

  • Customer Statement with opening and closing balances

    Dear Forum,
    The users want to generate the Customer Statement with opening and closing balances like the traditional one. The statement now generated gives the list of all open items as on date, but the users want the statement with opening balances as on the date of the begining of the range specified and the closing balance at the end of the period for which the statement is generated. Is there a way to generate the same from the system.
    Thanks for the help.
    Regards,

    Hi,
    SPRO> Financial Accounting (New) > Accounts Receivable and Accounts Payable > Customer Accounts > Line Items > Correspondence > Make and Check Settings for Correspondence
    You can use the program RFKORD10 with correspondance type SAP06 for your company code
    This program prints account statements and open items lists for customers and vendors in letter form. For account statements, all postings between two key dates, as well as the opening and closing balance, are listed.
    Regards,
    Gaurav

  • Customer Statements and Correspondence

    Hello-
    We have couple of correspondence types created for our customer statements and invoices. We use program "RFKORD10" and have some sap scripts designed to print out customer statements.
    We were on 4.7 SP 24 and recently have applied supprot packs till 31. With the applicaiton of SP's two notes were applied to this program "RFK0RD10" which are 999507 and 854148.
    Our statements now printing way different and incorrect. We looked at the sap scripts and nothing changed. Looked at the program and these are the two changes. What else would be the problem?
    Did anyone face this issue?
    Thanks in advance.
    RNarayan

    Hello,
    Check if notes 1243485 and 1100728 are applied. If not, implement them.
    They should fix this.
    Regards,

  • How to send multiple customer statements by email using RFKORD11 program.

    Hi All,
    How to send multiple customer statements by email using RFKORD11 program. Is it possible?
    As of now we copied the stanadard program and sending the customer statements by email, one by one.
    if i execute the z program it will show the customer statement and send mail option.
    if i click send mail it will send that customer statement to the corresponding customer.
    then again i need to click back, it will show next customer statement and click on send mail.
    Pl guide me, if any one worked on this program.
    thanks in advance.
    Regards,
    Mahesh

    Try execute the program in the background to see if that helps.

  • LSMW upload for Vendor and Customer Open items

    Hi Experts,
    1. I wanted to use to use LSMW to upload through FB60 for Vendor Invoices through recording, but the problem is Amount in Document Currency is 'USD' and Amount in Local Currency is 'INR'. While recording it is not allowing to input values in Amount in Local Currency while my upload file has values in both Amount in document currency as well as Amount in Local currency. Any help with this regards?
    2. Do i need to open the all fiscal years which are there in upload file?
    3. Any better option to upload the Balances with LSMW?
    Any useful information will be Highly appreciated.
    Thanks in Advance

    Hi Rajkumar,
    To upload Open items of Vendor and Customers, in LSMW, you will have two files header and line items with  a link linking both the files.
    Now, Suppose if you have to enter an amount in USD, then in the header file, enter USD in the currency field and give Exchange rate also in the header file and give the exact exchange rate which should be the value of your Amount in Local Currency INR.
    In such cases, you do not enter directly the amount in local currency field.. It is a calculated figure..
    Yes, depending on the posting date, all those fiscal years need to e open for which you are posting the data.
    LSMW is a tried and tested method for uploading open items.. Simple Go Ahead...
    Regards,
    SAPFICO

  • F-27 customer statement For progremme the default form set is missing

    Hi all,
                   Can anybody solve me the error while running customer statement F-27 iam getting the error is for "program default form set is missing".I have checked all the configuration settings in correspondence,But i am able to identify the error.We are using SAP standard program (RFKORD10) and form also (Z140-ACC_STAT_01).For company code we have assigned program and form also.
                   If anybody can solve the issue really i appreciate them.
    Thanks & Regards,
    Vasu.

    Hi,
    Here are answers of your questions:-
    Questions:
    1. How to convert PDF file per customer .
    A. Get spool id per customer and use FM CONVERT_OTF_2_PDF or CONVERT_OTFSPOOLJOB_2_PDF  or 'CONVERT_ABAPSPOOLJOB_2_PDF' SAPSCRIPT to PDF for conversion.
    2. How to split the spool request for per customer .
    A. This you have to design in your driver program and club your spools for particular customer.
    3. Script converted PDF file how to place in application server.
    A. You have to use destination for PDF as file name and then use Open dataset for output to keep it on application server.
    Regards,
    Gaurav

Maybe you are looking for

  • Can I filter News or Events by time (so that past items disappear from listings)?

    Can I filter News or Events by time (so that past items disappear from listings)?

  • Video won't delete

    I downloaded a couple of videos and when I went to delete them, they are still there. The space was freed up and the video won't play now but it still shows up in my videos. Can somebody help please?

  • Specific request on how to model semi-additive measures

    Hi, I have a fact table with a "quantity" measure which is related to an "UoM" (unit of measure) dimension. I cannot sum quantities that are not the same UoM. Is there a way to instruct OBIEE (11g) not to sum quantities with different UoMs? Note that

  • Displaying items in adobe form

    Hello All,   I am new to adobe forms.   i need to display billing items, in the adobe form .   i have created interface, and imported this table. till here i am clear. but i dont klnow how to display this information in layout. i need to diaply headi

  • Reuse_alv_list_display - Info in TOP_OF_PAGE

    Hello everybody, I habe an ALV List with group definition. The table looks like: A text1 text11 text111 A text2 text22 text222 B text1 text11 text111 B text2 text22 text222 C text1 text11 text111 C text2 text22 text222 No I split it in groups for the