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

BAPI for Posting Journal Entries

Former Member
0 Likes
3,208

hi,

I need a BAPI or IDOC for Posting Journal entries. It should have the following values at header level.

1. Header Text

2. Doc Type

3. Journal Type

4. Posting Date

5. Doc date

6. Rev reason

7. Reversal date

At line item level it should have following values:

company code

material type

material origin group

Profit center

SKF value

Inventory Balance

Thanks,

Payal

hi,

I need a BAPI or IDOC for Posting Journal entries. It should have the following values at header level.

1. Header Text

2. Doc Type

3. Journal Type

4. Posting Date

5. Doc date

6. Rev reason

7. Reversal date

At line item level it should have following values:

company code

material type

material origin group

Profit center

SKF value

Inventory Balance

Thanks,

Payal

5 REPLIES 5
Read only

Former Member
0 Likes
1,685

Hi Payal,

You can make use of *BAPI_ACC_DOCUMENT_POST *.

Regards

Abhii

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
1,685

Try

BAPI_ACC_DOCUMENT_POST & BAPI_CASHJOURNALDOC_CREATE

Read only

Former Member
0 Likes
1,685

BAPI_ACC_DOCUMENT_POST is the commonly used BAPI to create accounting documents.Try this BAPI,if u have any doubt post in the forum...

Read only

RahulKeshav
Active Contributor
0 Likes
1,685

Hi,

U can use BAPI_ACC_DOCUMENT_POST

is there any particular txn for which u r looking bapi?

thanks

RK

Read only

Former Member
0 Likes
1,685

hi,

As specified by all u guys I need to use 'BAPI_ACC_DOCUMENT_POST'. But in this bapi how will i pass all the item level data that I have mentioned in the query as i am not able to find all the fields in tables parameter of this bapi.