‎2009 Feb 16 11:34 AM
Hello @ll,
who knows a function module for selection of all posted documents to a profit centre?
Please let me know.
Best regards
Christian
‎2009 Feb 16 11:38 AM
Hi Christian,
Try these function modules.
POSTING_INTERFACE_DOCUMENT
HRPP_CREATE_POSTING_DOCUMENTS
HR_RCF_SEND_POSTING_DOCUMENT
TR_SE_POSTING_DOCUMENT_CREATE
TR_SE_POSTING_DOCUMENT_DISPLAY
TR_SE_POSTING_DOCUMENT_READ
TR_SE_POSTING_DOCUMENT_UPDATE
TR_SE_POSTING_DOCUMENT_REVERSE
Hope it helps!
Much Regards,
Amuktha.
‎2009 Feb 16 11:39 AM
hi...
you can use function module
J_1A_DISPLAY_POSTING_INFO display information about posted payment and discount document
regards
‎2009 Feb 16 11:44 AM
thanks for the fast answer... but I need a function module which provides all posted FI documents for a certain profift centre.
So the function module should have at least the profit centre as an import parameter and a table where I get all posted FI documents.
Best regards
Christian
‎2009 Feb 16 11:42 AM
Hi,
U can use BSEG table to get the documents that belong to one profit centre.
Regards,
Nagaraj
‎2009 Feb 16 11:46 AM
yes I know... but this will cost too much run time of my program
‎2009 Feb 16 12:09 PM
Hi,
I didn't find bapi related to your requirement.
Regards,
Nagaraj
‎2009 Feb 16 11:58 AM
Your subject line is quite misleading.
I can't imagine this is available, since profit center is a criteria from controlling and might not be available for a quick selection access to FI documents.
Maybe table GLPCA can help you, it can be accessed by profit center and there might be criteria that allow for a check whether the posting came from FI initially.
Thomas
P.S. check Rob's blog, he is actually using GLPCA for this purpose
/people/rob.burbank/blog/2007/11/12/quickly-retrieving-fi-document-data-from-bseg
‎2009 Feb 16 12:25 PM
I just found the report RCOPCA02 which display all posted FI documents per profit centre. But the run time of this report is extremely slow when selecting by single profit centres. This report uses the table GLPCA.
Regs
Christian