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: 

BADI_SD_SALES_ITEM is only provided for SAP Internal Use

Former Member

Hi,

I am trying to implement this BADI_SD_SALES_ITEM but appears with the text 'BADI definition BADI_SD_SALES_ITEM is only provided for SAP internal use' . Can you tell me what should i change credit limit o Can you tell me how use this BADI_SD_SALES_ITEM ?

Diana

1 ACCEPTED SOLUTION

Former Member

Hi DanielY!

I need to change knkk-klimk (limt credit) when document save, but before the print message "Dynamic credit check has been exceeded ". I do not found a User Exit or BAdi. My problem is MV45AFZZ is before the assign knkk-klimk.

6 REPLIES 6

Former Member
0 Kudos

Hi Diana,

First you have to copy that BADI into ZBADI_SD_SALES_ITEM and then try implementing it.

Hope it solves your problem.

Regards

Aneesh.

0 Kudos

Hi Diana,

On 4.7 at least, it is not released for external use by customers.. There is a SAP note out there that says the same thing -- and tells you to use the standard exits (eg. MV45AFZZ)

Guess SAP created it in case they need to enhance the standard, and they don't want us to touch it yet.

0 Kudos

Operation not supported for classic BADis

Former Member
0 Kudos

I copy BADI_SD_SALES_ITEM with name ZBADI_SD_SALES_ITEM in the SE18 transaction, but I dont undertand how call va02, if BADI use BADI_SD_SALES_ITEM.

I create a BADI in SE19 transaction.

IS this correct ?

Former Member

Hi DanielY!

I need to change knkk-klimk (limt credit) when document save, but before the print message "Dynamic credit check has been exceeded ". I do not found a User Exit or BAdi. My problem is MV45AFZZ is before the assign knkk-klimk.

0 Kudos

Hi,

Check the exit 'Save Document' and 'Save document prepare' the control comes into these exits at the end of the transaction and before saving to the database.

Hope this should resolve ur problem.

Regards,

Durga.