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

Need Function Module for Tcode - G/L Line Items

Former Member
0 Likes
3,075

Hi,

I need a Function Module for this Tcode FAGLL03 , I will give Input to this Tcode as G/L Account and Comapny code and Select ALL Items radio button .

Regards,

Deepthi Dandibhotla.

5 REPLIES 5
Read only

Former Member
0 Likes
1,659

Hi,

Try these....

BAPI_GLX_GETDOCITEMS

FAGL_GET_OPEN_ITEMS_GL

FAGL_GET_OPEN_ITEMS_KU

FAGL_GET_OPEN_ITEMS_LI

FAGL_GET_OPEN_ITEMS

FKK_GL_LINE_ITEMS_SELECT

Regards,

Santhosh.

Read only

0 Likes
1,659

Hi Santhosh,

The above FM's were not useful..

Regards,

Deepthi.

Read only

0 Likes
1,659

Hi

Please check FAGL_ITEMS_DISPLAY too.. not sure though

Read only

Former Member
0 Likes
1,659

Hi,

It is sloved with the following FM's

BAPI_AP_ACC_GETBALANCEDITEMS

BAPI_AR_ACC_GETBALANCEDITEMS

BAPI_AP_ACC_GETOPENITEMS

BAPI_AR_ACC_GETOPENITEMS

BAPI_AP = Vendor

BAPI_AR = Customer

Regards,

Deepthi.

Read only

0 Likes
1,659

hi deepthi - could you pass the code for the above to get the data from FAGLL03 ? Thanks