Application Development and Automation 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: 
Read only

LT04 problems with call transaction

Former Member
0 Likes
2,690

Hello,

I am using RF and creating screens for users to putaway material in a raw material warehouse based on a material document number from the GRN which is linked to a TR (transfer requirement). I am, however, having problems with the TO creation where the material is QM relevant.

I have used function module L_TO_CREATE_TR which works for non-QM relevant items but most of our items are QM relevant. I am trying to process these by creating a TO using LT04 as a call transaction.

However, before I can put in a bin , the screen that appears in order to enter the bin has an error message before anything has been input - 'No destination storage bin to be found in storage type 001 "(L3 009).

Anyone have any suggestions how I can get around this as I cannot create the TO in the background using LT04 because of this error.

Regards

Larissa Maryniuk

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,251

Hi,

I suggest for RF making use of available function modules is always the best option.

What problem do you face incase you are using the FM?

Regards,

Ankur Parab

Hello,

I am using RF and creating screens for users to putaway material in a raw material warehouse based on a material document number from the GRN which is linked to a TR (transfer requirement). I am, however, having problems with the TO creation where the material is QM relevant.

I have used function module L_TO_CREATE_TR which works for non-QM relevant items but most of our items are QM relevant. I am trying to process these by creating a TO using LT04 as a call transaction.

However, before I can put in a bin , the screen that appears in order to enter the bin has an error message before anything has been input - 'No destination storage bin to be found in storage type 001 "(L3 009).

Anyone have any suggestions how I can get around this as I cannot create the TO in the background using LT04 because of this error.

Regards

Larissa Maryniuk

9 REPLIES 9
Read only

Former Member
0 Likes
2,252

Hi,

I suggest for RF making use of available function modules is always the best option.

What problem do you face incase you are using the FM?

Regards,

Ankur Parab

Read only

0 Likes
2,251

As mentioned in my original question, I cannot use the LTOCREATE_FROM_TR FM for items set with stock category Q as these are QM relevant. If you try and create a TO from a TR using L_TO_CREATE_TR you get an error of 2 which is item is QM relevant. I cannot see how I can use WS_LM_TRANSFER_ORDER_CREATE as you cannot put in the TR number anywhere. Other than these 2 cannot see how I can create a TO from a TR without using LT04.

If I use LT04 and set as backrground I get the message specified. The way to get around the error using LT04 is only available if T04 is set as Foreground on the front screen instead of background.

Anyone have any suggestions?

Edited by: Larissa Maryniuk on Jan 25, 2010 11:41 AM

Read only

0 Likes
2,251

HI,

Did you check the FMs L_TO_CREATE_MULTIPLE and L_TO_CREATE_SINGLE?

Regards,

Ankur Parab

Read only

0 Likes
2,251

Haven't tried these as need to create TO with reference to a TR.

Read only

0 Likes
2,251

Hi,

Do check the same.

In the FM you can pass the TR value in the LTAK tables parameter.

Regards,

Ankur Parab

Read only

0 Likes
2,251

Aren't the LTAK table parameters for passing the data out once the TO has been created though? Or can these be used to put in the TR? I'll try it but not sure should be using these tables for importing data.

Read only

0 Likes
2,251

HI,

Those are TABLE parameters.

So you can use them for importing data.

Regards,

Ankur Parab

Read only

0 Likes
2,251

cannot get L_TO_CREATE_SINGLE_TO to work as if uses a 101 movement I get the error MANUAL_TO_FORBIDDEN 'Movement type 101 for manual transfer orders does not exist'.

L_TO_CREATE_TR is specific to TRs which is great if I can get around the QM relevant issue. Anyone else have any experience with this?

Read only

Former Member
0 Likes
2,251

Went down LT04 route and got round it by accessing sequence of screens when front screen set to Foreground. Seems to work so using this.