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: 

RFC used to query customer credit limit and current usage

Former Member
0 Kudos

Hi,

I have been asked to provide information about a customers credit limit and usage. I can see this information is in table KNKK but I cant find any suitable RFC (needs to be remotely enabled) to access this data.

Does anyone know where I can access this data?

Cheers, Paul

1 ACCEPTED SOLUTION

former_member194669
Active Contributor
0 Kudos

Have you checked fm

CREDITCONTROL_READ_KNKK

Its normal fm may be you can write wrapper above this and make it as RFC

2 REPLIES 2

former_member194669
Active Contributor
0 Kudos

Have you checked fm

CREDITCONTROL_READ_KNKK

Its normal fm may be you can write wrapper above this and make it as RFC

Former Member
0 Kudos

perfect - this is exactly what I need. Actually we have a few requests for other areas as well - does anyone have a good way to query what fm are available?

Paul