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 to create gl account

Former Member
0 Likes
6,357

Hi ,

is there any bapi that gets called during creation of a new gl account

Hi ,

is there any bapi that gets called during creation of a new gl account

14 REPLIES 14
Read only

Former Member
0 Likes
3,381

hi

check out these

BAPI_ACC_DOCUMENT_POST

BAPI_ACC_GL_POSTING_POST

BAPI_ACC_BILLING_POST

hope this helps

regards

Aakash Banga

Read only

Former Member
0 Likes
3,381

Hi,

Try out this BAPI.

BAPI_ACC_GL_POSTING_POST

Regards

Rajesh Kumar

Read only

0 Likes
3,381

hi al can you please tell me any exit or badi that gets calles while creating gl account usind fs01

Read only

0 Likes
3,381

Hi,

Check the exit ->EXIT_SAPL1028_001

enhancement ->GLX1028

Regards,

Nagaraj

Read only

0 Likes
3,381

Hi

But what do u need to do?

Max

Read only

0 Likes
3,381

i have to store the data into my y table and in the both the exixts i can get all the information except the short text and long text.i want these two fileds also

Read only

0 Likes
3,381

Hi

U need an exit called as soon as the gl account is saved, but there is any exit there.

U should create a program in order to read the data of gl account and fills your table.

Max

Read only

0 Likes
3,381

MAX,

i have exit ut it is not providing me the short text and long text,i can get these fileds if i start writing code in sap standard program but i dont have permission to do that,

thats my i am asking for an bapi that getsa calles while creation of a gl account through transaction fs01

Read only

0 Likes
3,381

Hi

There's no BAPI: no BAPI is called by FS01.

Which is your release?

Max

Read only

former_member404244
Active Contributor
0 Likes
3,381

Hi,

Use this bapi BAPI_ACC_GL_POSTING_POST

Regards,

Nagaraj

Read only

former_member585060
Active Contributor
0 Likes
3,381

Hi,

For that Tcode no BADIs available,

An Enhancement Spot :- FI_LIMIT_ACCOUNT available

Regards

Bala Krishna

Read only

Former Member
0 Likes
3,381

Hi,

BAPI_ACC_GL_POSTING_CHECK Accounting: General G/L Account Posting

BAPI_ACC_GL_POSTING_POST Accounting: General G/L Account Posting

BAPI_GL_ACC_EXISTENCECHECK Check existence of G/L account

BAPI_GL_ACC_GETBALANCE Closing balance of G/L account for chosen year

BAPI_GL_ACC_GETCURRENTBALANCE Closing balance of G/L account for current year

BAPI_GL_ACC_GETLIST List of G/L accounts for each company code

BAPI_GL_ACC_GETPERIODBALANCES Posting period balances for each G/L account

BAPI_GL_ACC_GETDETAIL G/L account details

hope it helps you...

Read only

Former Member
0 Likes
3,381

You try this BAPI.

BAPI_ACC_GL_POSTING_POST

http://www.planetsap.com/LIST_ALL_BAPIs.htm

Regards,

Joan

Read only

0 Likes
3,381

thanks