cancel
Showing results for 
Search instead for 
Did you mean: 

Customer Credit Limit

Former Member
0 Kudos

Hi Experts

Under FD33 I could see the Customer Credit Limit by following (under status tab ->Text)

Credit Limit by product
Tonnage Limit by product

But I would need to extract out for all the customers for a specific company code.

Does SAP provides any standard report ?

I did tried KNKK/KNKA and not meets the above said requirement.

Thank you in Advance.

Regards

MM

Accepted Solutions (0)

Answers (4)

Answers (4)

od_manikandan
Active Contributor
0 Kudos

Hai,

You can make the report to extract the data for all customer by ABAP Only.

Inform your abaper to

concatenate KNKK - KUNNR and KNKK - KKBER

Use call function      'READ_TEXT'

and Inform to display the required line items Text.

++++

Can you please explain, how you are using

Credit Limit by product

Tonnage Limit by product


In sales process.



Regards,

Manikandan

naveen_kaluti
Active Participant
0 Kudos

Hello,

Do you need customer credit limit and exposure or the text's highlighted in your post?

If credit limit and exposure, check if the above T.Codes fulfill your requirement, if build a query using tables S067 or S066.

Regards,

Naveen K.

Former Member
0 Kudos

Hi,

You can find the customers credit limit by using the following t codes.

credit control area wise and company code wise we can check the credit limit value and exposure.

1. F.31

2. F.32

3. F.33

4. FDK43

Hope this will solve your requirement.....

Thanks,

Anil.G

andrea_brusarestelletti
Active Contributor
0 Kudos

Hello,

the data reported are not standard: they are text, which are customizable; somebody defined in your system custom text called "Tonnage limit" and "Credit limit" and then filled those texts (manually or with a program or a user-exit). So if you want to extract those data massively, you need to write a report that uses standard Function Module READ_TEXT.

Best regards,

Andrea