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

Function module

Former Member
0 Likes
397

can anyone please help me

I need to get the vendor balances who are inactive from last 15 months. same as FK10N transaction.

please help me if their is any function module or any sample code.

thanks in advance.

2 REPLIES 2
Read only

Former Member
0 Likes
325

Hi,

U can uss the standard FM( BAPI) i.e

BAPI_AP_ACC_GETPERIODBALANCES.

Short text

Posting Period Balances per Vendor Account in Current Fiscal Year

Functionality

This method displays a vendor's current balance for the current fiscal

year, together with the transactions and purchases per period.

It also displays the annual values of special general ledger transactions in a table.

Revrt back if any issues,

Regards,

Naveen

Read only

Former Member
0 Likes
325

Hi,

try this BPAR_C_B_VENDOR_EXISTANCE

Regards,

Will.