rahul.kolhe22
22nd April 2009, 08:07
Hi all,
I am currentlly working on Baan IVc4.

I want to create the Inventory Transfer order using session (tdilc1120m000).

For some condition the question is been asked "Location contains blocked goods. Continue?".

I tried to look in the Program script for session (tdilc1122s000). There I found the message is been poped when the field "Inventory on hold" (tdilc101.stkb) value is non zero.

I tried to block the Location, but while creating transfer order it does not allow me to enter that location as "to location".

Then I tried to block the lot but again while creating the transfer order it does not allow me to enter that lot.

Is there any way where without blocking the Lot, Location we can can have some quantity at a loction blocked??

Thanks in advance,
--Rahul

nishant
22nd April 2009, 09:03
HI,

As per my understanding, you want to do Inventory Transfer from a location controlled W/H.

The message you are getting is a warning message that in location from/to some of the inventory is on block status.

check the data in table tdilc101 & tdinv001, there must be some data mismatch in these tables.

rahul.kolhe22
22nd April 2009, 09:11
Hi Nishant,
I think I have confused you.

Actually I want to create the condition where the mentioned question is been asked. It is not necessary that the warehouse must be location controlled or the item must be location controlled.

Thanks,
--Rahul

nishant
22nd April 2009, 09:30
HI,

You can use Item Signal for this requirement.

sushil
22nd April 2009, 10:27
Hi,

I understand from above , that you need to put some custom messages based on Inventory & item in session tdilc1120m000.

Suggestion : write a cust session - AFS and insert condional messages as per your requirement.

BR,
Sushil Kumar Mudaliar

sushil
22nd April 2009, 10:29
Item signal : will provide a Cust . message but unconditional.!

rahul.kolhe22
22nd April 2009, 14:34
Hi Sishil and Nishant,

My problem is not that the question is been popped up.

My problem is that I am unable to get the condition where this question will get popped.

We have the customization where if there are any questions then they are written in a file.

I have to test it. So I have to create the record so that the question is been asked, so that the customized code will write it in the file and I can check it.

Thanks,
--Rahul