cancel
Showing results for 
Search instead for 
Did you mean: 

Order Entry Controls

Former Member
0 Kudos

Hi All,

How can we handle the Order Entry controls for ex: Credit check warning ? Ship date check?...etc. I have some not so indepth idea on managing these with User exits. But if any one of you can share your knowledge on this it will be higly helpful to me.

This forum is rocking!!!

Regards

Sai

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Credit check warning are defined through standard SAP. The configuration can be done tcode OVA8.

For ship date, what control you looking for.

Kind Regards

Sandeep

Former Member
0 Kudos

Hi Sandeep,

Thanks for the Response.

for ship date the control should check "Ship date in Past" - if yes then warning message.

Should check for "Incorrect Material Number " and issue hard error.

I will check for the credit check with your inputs.

Regards

SAI

Lakshmipathi
Active Contributor
0 Kudos

Dear sai

With regard to Credit Checks, If you want to carry out your own individual credit checks, that differ from those in the standard system, you must define them in the following user exits:

1) LVKMPTZZ

2) LVKMPFZ1: USER_CREDIT_CHECK1

3) LVKMPFZ2: USER_CREDIT_CHECK2

4) LVKMPFZ3: USER_CREDIT_CHECK3

Answers (1)

Answers (1)

Former Member
0 Kudos

Thank you