cancel
Showing results for 
Search instead for 
Did you mean: 

the contents of User exit

cathy_liang
Contributor
0 Kudos

Hello experts,

User exit 1 in ova8 has been used in my project. But there is no handover of functional design document about that. Please advise how to see the contents of User exit 1 in the system.

Accepted Solutions (1)

Accepted Solutions (1)

Lakshmipathi
Active Contributor
0 Kudos

Couple of ways are there to check. One simple solution from functional consultant point of view is first check MODACT table with an input parameter V* against the field "Enhancement", so that system will display all Project names, related to SD. If couple of Projects names are displayed, copy any Project name, pass in CMOD and click on Display. Again double click on "Components" so that you will notice couple of exits where you also can see which are implemented in your project and which are not. Wherever you could see green tick, you can conclude, those exits are implemented. From whatever user exits listed there, select one by one and take the help of ABAP team to find out the customized logic. Normally, following exits would be used for Credit check

  • USEREXIT_AVAIL_CHECK_CREDIT
  • LVKMPFZ1: USER_CREDIT_CHECK1
  • LVKMPFZ2: USER_CREDIT_CHECK2
  • LVKMPFZ3: USER_CREDIT_CHECK3
cathy_liang
Contributor
0 Kudos

Hello lakshmipathi,

Thanks for your prompt advice. Very helpful.

Answers (1)

Answers (1)

TuncayKaraca
Active Contributor
0 Kudos

Hi Cathy,

Check: USEREXIT for Credit Management(OVA8/FD32)- Delivery document

If they are the user-exits are looking for, they are ABAP programs so you can use SE38 and type program name (LVKMPFZ1, LVKMPFZ2, etc.) and display if there are some code added.

Thanks,
Tuncay

cathy_liang
Contributor

Hello Tuncay,

Thanks for your prompt advice. Very helpful.

TuncayKaraca
Active Contributor
0 Kudos

You are welcome, Cathy. It's good to hear it was helpful.