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

Suggestion plz On upload program

Former Member
0 Likes
1,015

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
Read only

mvoros
Active Contributor
0 Likes
976

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

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.

6 REPLIES 6
Read only

Former Member
0 Likes
976

Hello,

this link may help you

.

You must have searched first.Also subject must be clear

Read only

mvoros
Active Contributor
0 Likes
977

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

Read only

Former Member
0 Likes
976

Hi,

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

Regards

Md.MahaboobKhan

Read only

Former Member
0 Likes
976

Hi Sunitha,

check these.

hope they are useful to you.

Regards!

Read only

0 Likes
976

Hi,

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

Best Regards,

Surendar Reddy.

Read only

Former Member
0 Likes
976

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.