2006 Feb 24 5:45 PM
Hello:
I need to create a BAPI that involves the data showed on transaction FD10N. I was wondering if there's already a BAPI, or which tables should I consult in order to get that data, can you help
thanks
Alejandro
2006 Feb 24 7:17 PM
Hi Alejandro,
You may use date format sy-datum YYYYMMDD) for both date parameters.
Hope this will help.
Regards,
Ferry Lianto
2006 Feb 24 5:47 PM
Checkout and award points
BAPI_AR_ACC_GETBALANCEDITEMS
BAPI_AR_ACC_GETKEYDATEBALANCE
BAPI_AR_ACC_GETBALANCEDITEMS
BAPI_AR_ACC_GETCURRENTBALANCE
BAPI_AR_ACC_GETPERIODBALANCES
Good luck !!
Thanks
Message was edited by: Saquib Khan
2006 Feb 24 5:51 PM
I require DATE periods, which format whould I use? thanks!!!
Alex
2006 Feb 24 5:55 PM
2006 Feb 24 5:58 PM
Thanks! but that bapi needs the following parameters:
COMPANY CODE
CUSTOMER
DATE_FROM
DATE_TO
I know all the parameters, just wondering, which date format should I use on DATE_FROM and DATE_TO? like 10-10-2005 or 10102005
Thanks
alex
2006 Feb 24 7:17 PM
Hi Alejandro,
You may use date format sy-datum YYYYMMDD) for both date parameters.
Hope this will help.
Regards,
Ferry Lianto
2006 Feb 24 8:42 PM
FD10N is more like a report, and the BAPIS posted before do not seem to get all the data... do you know which tables should I check?
Thanks
Alejandro
2006 Feb 24 9:23 PM
2006 Feb 24 9:28 PM
2006 Feb 24 9:34 PM
Hi,
For knowing the tables used in any transaction.Just go to Systems--->Status in that transaction.
There double click on the program.Here you can find the tables used under the statement <b>TABLES:</b>.So you can check for those tables for data.