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: 

A strange problem with FM: L_TO_CREATE_TR

Former Member
0 Kudos

Hello guys, I found a strange problem with FM L_TO_CREATE_TR.

I pass a TR number to FM L_TO_CREATE_TR, and this TR have 30 batchs, and I also pass IT_TRITE table with 30 batchs. The FM worked, it return a TO without raising any exception. But the created TO only have 15 batchs.

Why this happened? Does any one konw the reason?

Thanks.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Return messages are collected in T_WMGRP_MSG. Please check it if it has details of missed batches

Sujay

1 REPLY 1

Former Member
0 Kudos

Hi,

Return messages are collected in T_WMGRP_MSG. Please check it if it has details of missed batches

Sujay