‎2006 Aug 22 9:43 AM
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.
‎2006 Aug 22 9:45 AM
check BAPI_ACC_GL_POSTING_POST and its documentation.
Regards
Prabhu
‎2006 Aug 22 9:45 AM
check BAPI_ACC_GL_POSTING_POST and its documentation.
Regards
Prabhu
‎2006 Aug 22 9:46 AM
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.Check this thread out
Regards,
Santosh
Message was edited by: Santosh Kumar P
‎2006 Aug 22 9:47 AM
r u check these program same bapi is used there...
<b>RBUS6030</b>
<b>LACC4U32</b>
‎2006 Aug 22 9:50 AM
Hi Satish,
Check the BAPI <b>BAPI_ACC_DOCUMENT_POST</b>. and read the Documentation properly.
Regards
vijay
‎2006 Aug 22 10:09 AM
hey babu can u tell me what type of q's will arise
in interview.
help be apreciated
‎2006 Aug 22 10:15 AM
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