Application Development 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: 

BAPI name for KB11 .

Former Member
0 Kudos

Hi Team,

Please tell me BAPI name for KB11 .

Regards

Raja

10 REPLIES 10

Former Member
0 Kudos

Did you check the BAPI given here

RahulKeshav
Active Contributor
0 Kudos

Use...BAPI_ACC_PRIMARY_COSTS_POST...

Thnx

Rahul

RahulKeshav
Active Contributor
0 Kudos

update...

0 Kudos

Hi rahul

Please let me knw how to match the GL account from that BAPI, which structure and fields

0 Kudos

Hi,

lt_docitems TYPE STANDARD TABLE OF bapirritm,

ls_docitems TYPE bapirritm,

ls_docitems-cost_elem = l_wa_bseg-kstar.

here you have to pass gl account into cost_elem

thnx

RK

0 Kudos

lt_docitems TYPE STANDARD TABLE OF bapirritm,

ls_docitems TYPE bapirritm,

sorry instead of BAPIRRITM use BAPIRCITM..

thnx

RK

kesavadas_thekkillath
Active Contributor
0 Kudos

Deleted

Former Member
0 Kudos

hai,

try this BAPI_ACC_PRIMARY_COSTS_POST...

RahulKeshav
Active Contributor
0 Kudos

hi raj,

did it work???

thnx

RK

Edited by: Rahul Keshav on Oct 27, 2009 10:42 AM

Former Member
0 Kudos

done