cancel
Showing results for 
Search instead for 
Did you mean: 

Application program error in LCA routine

0 Kudos
3,203

Hi,

I'm getting the following error in transfer of Production order from ECC to APO. The error is shown in the CIF postprocessing as below:

Application program error in LCA routine

Message no. /SAPAPO/OM_ERROR2438

Diagnosis

An application program called an LCA routine and caused this error.

Procedure

Contact your system administration.

Procedure for System Administration

Contact SAP Service. Specify the application component in
which this message occurred.

Also upload the following

  • Return code 562
  • Error constant UNDEFINED
  • Error group COM API

Has anyone come across such a problem and what is the solution.

View Entire Topic
Smax
Product and Topic Expert
Product and Topic Expert

That are errors because of invalid capacity demand. In older systems (LC build below 100.47) you get only the Return Code 144 on that case.

Invalid Capacity Demand

The value entered for the CAPACITY_DEMAND field of the Capreq (mode item) table (CAP_REQ_STR) is invalid, i.e. you specified either

  • a negative capacity demand (error 560)
  • a capacity demand <> 1 for a single Resource (error 561)
  • no capacity demand for a multi resource (error 562)
  • or a (non-zero) capacity demand for a non-continuous resource, i.e. a bucket or transport resource (error 563)
  • a (non-zero) capacity demand for an SNP Activity (error 564)
NicoMecklenburg
Discoverer
0 Kudos
great hint, how to translate the unspecific life cache error codes into root causes