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 help ....

Former Member
0 Likes
791

Hi frnd...

can any one help me in BAPI for GL account posting.

and what type of q's will arise in that.

necessary hlp will apreciated.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
765

check BAPI_ACC_GL_POSTING_POST and its documentation.

Regards

Prabhu

6 REPLIES 6
Read only

Former Member
0 Likes
766

check BAPI_ACC_GL_POSTING_POST and its documentation.

Regards

Prabhu

Read only

Former Member
0 Likes
765

Hi Satish,

Check <b>BAPI_ACC_GL_POSTING_POST</b>

call function 'BAPI_ACC_GL_POSTING_POST'
     exporting
          documentheader = documentheader
*     importing
*          obj_type       = obj_type
*          obj_key        = obj_key
*          obj_sys        = obj_sys
     tables
          accountgl      = accountgl
          currencyamount = currencyamount
          return         = return
          extension1     = extension1
     exceptions
          others         = 1.
if sy-subrc <> 0.
  message e999(re) with  'Problem occured'.
else.

http://www.geocities.com/rmtiwari/main.html?http://www.geocities.com/rmtiwari/Resources/MySolutions/...

Check this thread out

Regards,

Santosh

Message was edited by: Santosh Kumar P

Read only

0 Likes
765

r u check these program same bapi is used there...

<b>RBUS6030</b>

<b>LACC4U32</b>

Read only

Former Member
0 Likes
765

Hi Satish,

Check the BAPI <b>BAPI_ACC_DOCUMENT_POST</b>. and read the Documentation properly.

Regards

vijay

Read only

0 Likes
765

hey babu can u tell me what type of q's will arise

in interview.

help be apreciated

Read only

0 Likes
765

Hi,

what is the diff between BAPI and other methods(like BDC, etc).

and what is the Difference between BAPI and normal FM.

How the parameters will be declared while creating the BAPI?

Regards

vijay