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

special ledger indicator in BAPI_ACC_DOCUMENT_POST

Former Member
0 Likes
1,512

Hello Friends;

i have implemented BAPI_ACC_DOCUMENT_POST. it works fine except the fact that i can not pass the value for special ledger indicator. is there a way to pass this value to the BAPI?

thx

Ali

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
999

Hi Ali,

Refer to OSS 487722


  -    *
*As for CMOD/SMOD exit ACBAPI01, it is possible to change the accounting
* document in this case. Access: Transaction FIBF:
*
*1. Call the menu path "Settings > Products -> ...of a customer" and
*create a product that mirrors the function which is to be mapped in the
* BTE.
*2. Create a function module that contains the same interface, such as
*example module SAMPLE_INTERFACE_RWBAPI01.
*3. Call menu path "Settings -> Process function modules > ...of a
*customer" enter process = RWBAPI01, the function module created and the
* product.
*4. Finally, activate the product you have created in the first step so
*that the module will run.

Hope this helps,

Erwan

Hello Friends;

i have implemented BAPI_ACC_DOCUMENT_POST. it works fine except the fact that i can not pass the value for special ledger indicator. is there a way to pass this value to the BAPI?

thx

Ali

5 REPLIES 5
Read only

Former Member
0 Likes
999

what value are you passing ??

Read only

Former Member
0 Likes
999

Hi Ali,

Check the documentation of that FM if i can help u

Read only

Former Member
0 Likes
999

Hi

I think you have to use the extensions table and BTE (trx FIBF) RWBAPI01 to transfer the data.

See the model fm SAMPLE_INTERFACE_RWBAPI01, here you can transfer the data from extensio to ACCIT structure where you should see the fields of special ledger

Max

Read only

Former Member
0 Likes
1,000

Hi Ali,

Refer to OSS 487722


  -    *
*As for CMOD/SMOD exit ACBAPI01, it is possible to change the accounting
* document in this case. Access: Transaction FIBF:
*
*1. Call the menu path "Settings > Products -> ...of a customer" and
*create a product that mirrors the function which is to be mapped in the
* BTE.
*2. Create a function module that contains the same interface, such as
*example module SAMPLE_INTERFACE_RWBAPI01.
*3. Call menu path "Settings -> Process function modules > ...of a
*customer" enter process = RWBAPI01, the function module created and the
* product.
*4. Finally, activate the product you have created in the first step so
*that the module will run.

Hope this helps,

Erwan

Read only

0 Likes
999

Hello;

Thx for the answer. Where can i find more detailed documentation. Your recommendations are not very clear for me altough they are helpful.

regards.

Ali