2013 Aug 07 3:27 PM
Hi,
F.27 is supposedly used for the purpose of issuing periodic account statements to customers and vendors for the open items in the account. But from our case, seems that the statement includes both OPEN as well as CLEARED items. It should have shown only open items. I am just wondering what should I do to make the statement include the OPEN items only.
Any input would be greatly appreciated.
2013 Aug 08 3:33 PM
This question has more chances of getting answered in functional space.
Check the list of spaces and posting in another forum.
2013 Aug 08 2:28 PM
Can any experts give me a hint on this? Thank you for your response.
2013 Aug 08 3:33 PM
This question has more chances of getting answered in functional space.
Check the list of spaces and posting in another forum.
2013 Aug 08 3:50 PM
Thank you Manish.
So this is a functional issue, our functional people in the team should fix this, instead of ABAP developers, right?
2013 Aug 08 3:42 PM
hello,
Please check this help for transaction F.27
Periodic Account Statements
The program selects the customers for whom account statements or open items
lists are to be output periodically and places corresponding requirements in the
table for Financial Accounting correspondence requests.
After selection, the current correspondence requests are output for periodic
account statements or open items lists by means of the triggering report for
correspondence and the print reports and processed correspondence requests are
reorganized for periodic account statements or open items lists.
If correspondences are printed, a log with the spool requests created by the
print programs is output for each program run. If you do not specify in the
program on which printer the log is to be printed, the program may take the
printer specified in the user master of the user who started the program or the
printer specified when the job is scheduled. If the program is carried out
online, the log is displayed on the screen. If the program is planned as a job,
the spool request name of the log is made up of the identifier F140, the printer
destination, the date of creation and the program ID KORK.
The correspondences are printed by means of the corresponding print programs.
If printing is possible on the basis of the data and the configuration, a spool
request is created for each correspondence type and company code. Regardless of
whether printing actually takes place, the processed correspondence requests are
marked as completed by means of a print date, so that reorganization can be
carried out.
Note; It says it only picks the open items and also there is some configuration required for it.
Let me know if this helps.
best regards,
swanand
2013 Aug 08 3:51 PM
Hello,
From the BSEG table look for BELNR, for the BELNR corresponding AUGBL is blank thenit should come in the output.
Execute all documents( BELNR ) for which AUGBL is blank
2013 Aug 08 3:54 PM
Hi Swanand,
Thanks for your post, it definitely helps.
I am just wondering is there a step by step guideline to show how to to set up the selection criteria, like in this case, just output the open items, instead of both OPEN and CLEARED items?