Application Development 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: 

Tables from Transaction FD10N

Former Member
0 Kudos

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

1 ACCEPTED SOLUTION

ferry_lianto
Active Contributor
0 Kudos

Hi Alejandro,

You may use date format sy-datum YYYYMMDD) for both date parameters.

Hope this will help.

Regards,

Ferry Lianto

9 REPLIES 9

former_member181966
Active Contributor
0 Kudos

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

0 Kudos

I require DATE periods, which format whould I use? thanks!!!

Alex

0 Kudos

Try

BAPI_AR_ACC_GETBALANCEDITEMS

Thanks

0 Kudos

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

ferry_lianto
Active Contributor
0 Kudos

Hi Alejandro,

You may use date format sy-datum YYYYMMDD) for both date parameters.

Hope this will help.

Regards,

Ferry Lianto

0 Kudos

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

0 Kudos

Look for

Tables: KNC1,

KNC3,

Thanks

0 Kudos

That's it! Thanks!

Alejandro

0 Kudos

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.