amarpreet
6th January 2003, 07:05
We are on BIVc4. ILC IMplemented.

There is one replenishment order in the system, for line no 20 order qty is 5, delivered qty is 4. Deliveries & backorders confirmed for this line.

When I try to generate outbound advice, it says no data within selection. However I can maintainoutbound data for this line.

Anyone experienced this problem before.

Pleae suggest something, I can solve this particular case by maintaining data but it would like to know the rootcause for this.

Thanks in advance.

ulrich.fuchs
6th January 2003, 11:47
Probably there is an application lock for that order. You should have a look there!

amarpreet
6th January 2003, 14:38
Sorry

This is not the case, please suggest something more.
thanks

Jan Park
6th January 2003, 15:36
Try double checking the detail you are entering in the generate session. Perhaps there is an incorrect warehouse or date being entered / defaulted. This is not perhaps as obvious when you are generating as it is when you are maintaining.

Jan

nick_rogers
6th January 2003, 17:36
is the order a ship complete order ?? (The Ship Complete field is set to “Yes” on form 2 of the Maintain Sales Orders (tdsls4101m000) session

Is the order or customer blocked ??

as prev noted make sure the dates on the dates on the Generate session are correct.

If you are still stuck use the tracing option :
-- -set TT_SQL_TRACE=0240 -logfile log.txt -keeplog tdilc4201m000 (Client sql statements)

This will give you the sql query if you do not have the source code to reference.

askajale
24th January 2003, 01:36
It is possible that you have not defined any fixed location for the item by warehouse and the default location may not be "Multi-Item" location or may be the location has some storage condition or capacity constraints.

--Avinash

amarpreet
24th January 2003, 06:10
With help from BaaN local support I am able to solev this problem. The detailed procedure for this is.

1. Make a replenishment order with order qty 100. Say order no 100022-position no. 10.

2. Generate / Maintain outbound data for partial qty say 30 & release the advice.

3. Now confirm replenishment order deliveries through session tdrpl0114m000 with the session showing
Planned quantity - 100
Delivered qty - 30
Backorder qty - 70

Confirm deliveries by making field confirmed YES.

4. Confirm back order by session tdrpl0120m000. It shows order qty 100, backorder qty 70. When field confirmed changed to YES, a new record is created in table tdrpl100. For order no 100022 position 10 with sequence del. 2.

5. Now again open session tdrpl0114m000 (confirm rpl order deliveries) & when we tab through this session, system by default picks up the value 70 in field backorder. If we save the record, It saves the record in the system as backorder qty 70.

6. Now at this moment record in table rpl100 del.2 are as - order qty 70, delivered qty 0, backorder qty 70.

7. For this record system doesn’t generate any outbound advice.

8. To rectify this we have to again open up the session tdrpl0114m000, make backorder qty as 0 & save the record.