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 on BAPI

Former Member
0 Likes
843

Hi,

I have requirement where i need to post the GL posting into the SAP from the other External system, now my question we have different types of the Document are available i.e Asset posting to GL account posting and i want to know various different function module along with different type of the document in FICO and i am using the transaction code : F-27 to post the documents

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
735

Hi Kiran,

use the following BAPI

CALL FUNCTION 'BAPI_ACC_DOCUMENT_POST'

I guess it will for for your case.

thanks

Sekhar.

4 REPLIES 4
Read only

graghavendra_sharma
Contributor
0 Likes
735

Hi Kiran,

Check this BAPI, <b>BAPI_ASSET_POSTCAP_POST</b>.

You can also find out the required bapi FM's using "BAPI" transaction. In this transaction, under "Asset Accounting" section, you can find out various BAPI's.

Let me know if you need to more inputs

Regards

Message was edited by:

raghav sharma

Read only

0 Likes
735

Hi raghu,

Please send me some function module .

thanks

kiran prasad

Read only

0 Likes
735

Hi Kiran,

I can send you more BAPI's, but I want to know the exact requirement. Becoz I am confused a bit from first question.

Regards

Read only

Former Member
0 Likes
736

Hi Kiran,

use the following BAPI

CALL FUNCTION 'BAPI_ACC_DOCUMENT_POST'

I guess it will for for your case.

thanks

Sekhar.