Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Function module for posting documents

Former Member
0 Likes
1,938

Hello @ll,

who knows a function module for selection of all posted documents to a profit centre?

Please let me know.

Best regards

Christian

8 REPLIES 8
Read only

Former Member
0 Likes
1,614

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.

Read only

Former Member
0 Likes
1,614

hi...

you can use function module

J_1A_DISPLAY_POSTING_INFO display information about posted payment and discount document

regards

Read only

0 Likes
1,614

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

Read only

former_member404244
Active Contributor
0 Likes
1,614

Hi,

U can use BSEG table to get the documents that belong to one profit centre.

Regards,

Nagaraj

Read only

0 Likes
1,614

yes I know... but this will cost too much run time of my program

Read only

0 Likes
1,614

Hi,

I didn't find bapi related to your requirement.

Regards,

Nagaraj

Read only

ThomasZloch
Active Contributor
0 Likes
1,614

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

Read only

Former Member
0 Likes
1,614

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