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_ACC_GL_POSTING_POST for FB01

Former Member
0 Likes
306

Hi,

I am trying to use BAPI BAPI_ACC_GL_POSTING_POST to post GL account in background.But for the line item i dont see any posting key as an import parameter for the line items .Then how do i indicate if the account should be credited or debited.

1 REPLY 1
Read only

JozsefSzikszai
Active Contributor
0 Likes
274

hi Swathi,

you anter positive or negative numbers and the system will determine posting keys from that. For example:

+100 ==> debit ==> PK 40

-100 ==> creebit ==> PK 50

hope this helps

ec