‎2009 May 21 9:05 AM
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.
‎2009 May 21 9:28 AM
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.
‎2009 May 21 9:58 AM
Hi Santhosh,
The above FM's were not useful..
Regards,
Deepthi.
‎2009 May 21 10:08 AM
‎2009 May 25 11:48 AM
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.
‎2016 May 24 8:04 AM
hi deepthi - could you pass the code for the above to get the data from FAGLL03 ? Thanks