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 -G/L Posting - Profitability segment .

Former Member
0 Likes
1,449

Hi Gurus ,

I am using BAPI_ACC_GL_POSTING_POST to pos t GL account ,It is working fine . I need to populate the 'Acct asgnmt grp' ( KTGRM ) field in profitability segment. I don't think that this above BAPI is going to fill account assignment group field . Pls advice me if there is any other BAPI or do i need to use same BAPI.

Thanks in advance.

2 REPLIES 2
Read only

former_member181966
Active Contributor
0 Likes
610

I think you can use the

*<b> Userexit

PERFORM CALL_CUSTOMER_FUNCTION

TABLES EXTENSION1.</b> to populate the req field using in code of <b>BAPI_ACC_GL_POSTING_POST</b>

Hope this’ll give you idea!!

<b>Pl... award the points.</b>

Good luck

Thanks

Saquib Khan

"Some are wise and some are otherwise"

Read only

Former Member
0 Likes
610

Hi

Try to use the BAPI BAPI_ACC_DOCUMENT_POST, this BAPI has the parameters to transfer the data of COPA

Max