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

customer credit data

Former Member
0 Likes
4,104

Hi,

Anyone has any idea of any bapi/fm to get customer credit data and create it too.

Hi,

Anyone has any idea of any bapi/fm to get customer credit data and create it too.

12 REPLIES 12
Read only

PeterJonker
Active Contributor
0 Likes
3,233

Did you check transaction BAPI ?

I had a quick look and saw e.g. BAPI_CREDIT_ACCOUNT_GET_STATUS.

Your request for information is very limited. I have to guess now what you really want. Can you not elaborate a bit more what your requirement is ?

Read only

0 Likes
3,233

I had no knowledge of these BAPI (BAPI_CREDIT_ACCOUNT_GET_STATUS, BAPI_CREDIT_ACCOUNT_REP_STATUS) and associated FM (jumped from 46c to ECC6 some years ago), Thanks

Regards,

Raymond

Read only

0 Likes
3,233

My requirement is to migrate customer credit data from one system to another preferably using Bapi to extract records and create too. I found few bapis for extract but couldn't find any Bapi for creation of credit data.

Read only

0 Likes
3,233

Function module: Creditlimit_change

Read only

0 Likes
3,233

Creditlimit_change Is not released

Read only

0 Likes
3,233

It's an update task FM, will never be release...

Read only

0 Likes
3,233

Thanks for this information. I didn't know this.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
3,233

AFAIK there are no such released tool, so you may be required to use

  • Read    : OPEN SQL
  • Update : BDC on FD32

Nevertheless, did you check IDoc

  • Update :CRESTA / E1CRESTA, IDOC_INPUT_CRESTA or DEBMAS06 / E1KNKKM

following classes (Analyze the depth structure of parameters in your versions)

  • Read    : CMD_EI_API_EXTRACT=>GET_DATA
  • Update : CMD_EI_API=>MAINTAIN_BAPI

BAPI (allows maintenance of KNKK but only for ONLINE Store so beware!)

  • Update : BAPI_CUSTOMER_CREATEFROMDATA1 or BAPI_CUSTOMER_CHANGEFROMDATA1
  • Read    : BAPI_CUSTOMER_GETDETAIL1

Regards,

Raymond

Read only

michael_kozlowski
Active Contributor
0 Likes
3,233

You can create customer credit data with report RFBIDE00.

Read only

Former Member
0 Likes
3,233

Hello all,

has anyone of you guys cracked this problem because I am also confronting with it now.

I have an application that runs in background processing and I need to update the KNKK table for one given debitor this way, in background processing.

I've tried to insert a new credit limit for an existing customer in all possible ways:

The CMD_EI_API classes offer no possibilities to do this.

Function modules:

KLIM_WRITE_DOCUMENT

CREDITLIMIT_CHANGE

CREDITCONTROL_INSERT_DEFAULT


I've also tried Batch Input.

But none of the above seem to work.


I've seen the answer with report RFBIDE00, but I don't understand how this report works.

Can you please help me?


Best Regards,


Mihai Dipsan

Read only

0 Likes
3,233

Hi,

Try using FM  CREDITLIMIT_CHANGE.

Regards,

Tanushree

Read only

0 Likes
3,233

Don't suggest an update task FM, those are usually just a package of open-sql statement, no check/no database consistency...