Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

L_TO_CONFIRM returning error message

Pawan_Kesari
Active Contributor
0 Kudos

I am using function module L_TO_CONFIRM to confirm a TO. Function call is something like.

CALL FUNCTION 'L_TO_CONFIRM'

EXPORTING

I_LGNUM = 'xxx'

I_TANUM = 'xxxxx'

I_KOMIM = v_KOMIM

TABLES

T_LTAP_CONF = i_LTAP .

However I am getting exception 1 and system message 'Item XX : Only 0 CS from material XXXX are available'

Message ID : VL Message Number : 198

Did anyone had this situation?

PS: I can see required stock in MB52 also allocated qty to delivery in CO09

1 ACCEPTED SOLUTION

Former Member
0 Kudos

....and I guess you can run a manual "Confirm Transfer Order" in LT12 ?

2 REPLIES 2

Former Member
0 Kudos

....and I guess you can run a manual "Confirm Transfer Order" in LT12 ?

0 Kudos

>

> ....and I guess you can run a manual "Confirm Transfer Order" in LT12 ?

Just got confirmation from user that he is getting same message from LT12.

This FM is being called from custom RF transaction.

Edited by: Pawan Kesari on Sep 21, 2009 5:30 PM