cancel
Showing results for 
Search instead for 
Did you mean: 

Is there any BAPI to check the old credit limit and new credit limit for a customer?

0 Kudos

Is there any BAPI from where we can get the old credit limit and new credit limit based on who changed them on which date?

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi Sir,

Looks like there is a standard report. T.Code: S_ALR_87012215

This report shows the credit control area based on customer along with change by and date with old and new limit in them.

venkateswaran_k
Active Contributor
0 Kudos

Okay, Great

If your requirement is solved, you can close this thread marking the solution.

Thanks

Answers (3)

Answers (3)

venkateswaran_k
Active Contributor
0 Kudos

Hi

Use this BAPI to get credit details of a Customer/Payer account.

You will pass the Customer account in PAYER field of the table interface.

It will return the details

BAPI_CREDITCHECK
0 Kudos

Sir,

The actual requirement is to capture the old and new credit limit based on customer and credit control area.

I was able to map those values using the table CDHDR and CDPOS but here the problem is I am not getting data based on credit control area.

Is there any way from which table can we get them.

venkateswaran_k
Active Contributor
0 Kudos

You can get it from KNKK table

You can map it to CDPOS table for the table name KNKK, object class as KLIM

and the field is KLIMK

TABKEY is the combination of client+customer+vkorg

0 Kudos

Hi Lakshmipathi,

Thanks for your quick response.

Did try to create a report using CDHDR and CDPOS.

My requirement is not yet met with them since not able to find the credit control area wise filter there.

Is there a way to capture the limit based on credit control area wise with customer.

Lakshmipathi
Active Contributor
0 Kudos

You can build a report by table joining CDHDR and CDPOS

0 Kudos

Hi Sir,

Any suggestion on the below requirement.