cancel
Showing results for 
Search instead for 
Did you mean: 

Error during batch determination in sales order

Former Member
0 Kudos

Hi all,

I have this information error during batch determination: LB059 " Error when mixing configuration and selection criteria" .

Does anyone know what i´m doing wrong?

We are using materials with characteristics, and when i try the batch determination in a sales order, i got this messagge.

Thank you all!!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Juan

The characteristics you used to configure the product in the sales order are passed dynamically during run time as selection criteria to determine a matching class and that's where the problem is happening.

Sit with an ABAPer to debug and find out what's the issue. Your focus for this activity should be on the following includes to Program SAPLV01F:

LV01FFC1

and

LV01FM01

More specifically, test the following Function Modules with your live data to figure out which one is failing:

CLO0_DDB_OBJ_VALUATION_OPEN

CTMS_DDB_HAS_CHARACTERISTICS

CTMS_DDB_HAS_VALUES

CTMS_DDB_DEL_VALUE

CTMS_DDB_SET_VALUE_INTERNAL

CLO0_DDB_OBJ_VALUATION_CLOSE

Hope this helps. Sorry it is hard to give a functional type of response to this very technical issue.