cancel
Showing results for 
Search instead for 
Did you mean: 

issue in maintenance order release

Former Member
0 Kudos

Hi experts,

At the time of release of maintenance order i am getting following screen. 

after entering correct values automatically debugger opens.

kindly help

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

The breakpoint has to be commented. Also for the other screen, the settlement rule is not directing the cost for the work order, ABAP consultant has activated the user exit: "EXIT_SAPLKAC_002".

EXIT_SAPLRSAP_002 - Function - ABAP - SAP

Maybe it's cleaning the settlement rule definition in other part of the code, also check the exit: "EXIT_SAPLCOI1_027".

Regards,

Johnny E.

peter_atkin
Active Contributor
0 Kudos

hitendra saini


You have two options:

  1. Go to transaction CMOD and deactivate the project that is linked to user-exit ACCOBL01
  2. Get the programmer to remove this break-point from include program ZXKNTU02

PeteA

jogeswararao_kavala
Active Contributor
0 Kudos

Hi Hitendra,

Looks like Break-point  syntax unintentionally transported to Production in Enhancement ACCOBL01 (Include ZXKNTU02) Get checked with ABAPer. If this is the case, he will remove this Break-point.

Secondly, just for checking, press F8  and see when the Debugger screen appears. Order should get released.

Jogeswara Rao K