cancel
Showing results for 
Search instead for 
Did you mean: 

Running L_TO_CONFIRM getting Error Message L3 025

Former Member
0 Kudos

All;

I am running L_TO_CONFIRM for confirming a TO.

CALL FUNCTION 'L_TO_CONFIRM'

EXPORTING

i_lgnum = gv_lgnum

i_tanum = gv_tanum

TABLES

t_ltap_conf = gt_iltapc

EXCEPTIONS

...

I am getting an error L3 025 "Act.quantities and diff.quantities are not target quantities. Check entry"

Any ideas what might be causing this problem? I am not changing ANY quantities. I am pulling information direct from LTAP and mapping into GT_ILTAPC. I tried using CONFIRM_TO, but it seemed even worse.

I am trying to mimic an LT12 transaction with a straight forward TO.

Any help would be greatly apprecaited.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

when you are confirming a TO without differences in quantity, you have to set a parameter SQUIT at the item level in T_LTAP_CONF. Please try after setting this parameter.

Hope this helps.

Rajiv..

Former Member
0 Kudos

This message was moderated.

Answers (0)