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: 

Suggestion plz On upload program

Former Member
0 Kudos

Hi experts,

i have a issue i need to upload data to the G/L accounts. So can u suggest me if its better to upload it by using call transactio / session or i need to use BAPI's. Can you please explain me with ur answers. Thanks.

Regards,

Sunita.

1 ACCEPTED SOLUTION

mvoros
Active Contributor
0 Kudos

Hi,

I would suggest to use BAPI if it is possible. Usually you can avoid many problems with BAPI and it's easier to develop it (at least for me). There is general BAPI BAPI_ACC_DOCUMENT_POST for posting in accounting. There is also BAPI BAPI_ACC_GL_POSTING_POST for posting to G/L account. Both BAPIs are documented. If you use BAPI and LSMW then you can completely avoid programming.

Cheers

6 REPLIES 6

Former Member
0 Kudos

Hello,

this link may help you

.

You must have searched first.Also subject must be clear

mvoros
Active Contributor
0 Kudos

Hi,

I would suggest to use BAPI if it is possible. Usually you can avoid many problems with BAPI and it's easier to develop it (at least for me). There is general BAPI BAPI_ACC_DOCUMENT_POST for posting in accounting. There is also BAPI BAPI_ACC_GL_POSTING_POST for posting to G/L account. Both BAPIs are documented. If you use BAPI and LSMW then you can completely avoid programming.

Cheers

Former Member
0 Kudos

Hi,

I suggest you use BAPI. Less code compare than call transaction or sesssion.

Regards

Md.MahaboobKhan

Former Member
0 Kudos

Hi Sunitha,

check these.

hope they are useful to you.

Regards!

0 Kudos

Hi,

Which transaction you are using to upload G/L 's data.

Best Regards,

Surendar Reddy.

Former Member
0 Kudos

Hi,

instead of going for BDC, it is always advisable to go for BAPI.

You can use BAPI_ACC_GL_POSTING_POST for posting to G/L account.

or else you can go for LSMW also.

Regards,

Jyothi CH.