raviteja.m123@g
30th August 2023, 11:26
Dear All,
We are trying to Create an AFS for the Session "Item-Warehouse - Negative Inventory" (whwmd2555m000) for balancing the Negative Inventory.
System hangs when we use the AFS.
AFS code Looks as Follows:
whwmdf2555m000.put.Item(i.item)
whwmdf2555m000.put.Warehouse(i.warehouse)
whwmdf2555m000.put.Inventory_Date(i.inv.date)
l.ret.val = whwmdf2555m000.find(l.error.msg1)
l.ret.val = whwmdf2555m000.mark(l.error.msg2)
whwmdf2555m000.Balance_Negative_Inventory(l.error.msg3)
whwmdf2555m000.end(l.error.msg3)
When the System tries to execute the line
whwmdf2555m000.Balance_Negative_Inventory(l.error.msg3)
system hangs at this point of time.
We have noticed that the step Balance Negative Inventory has the Dialog Box, so is the reason system hangs at this point.
Any suggestion or any other ways we can achieve this.
Thank you in Advance
Thanks & Regards
Raviteja
We are trying to Create an AFS for the Session "Item-Warehouse - Negative Inventory" (whwmd2555m000) for balancing the Negative Inventory.
System hangs when we use the AFS.
AFS code Looks as Follows:
whwmdf2555m000.put.Item(i.item)
whwmdf2555m000.put.Warehouse(i.warehouse)
whwmdf2555m000.put.Inventory_Date(i.inv.date)
l.ret.val = whwmdf2555m000.find(l.error.msg1)
l.ret.val = whwmdf2555m000.mark(l.error.msg2)
whwmdf2555m000.Balance_Negative_Inventory(l.error.msg3)
whwmdf2555m000.end(l.error.msg3)
When the System tries to execute the line
whwmdf2555m000.Balance_Negative_Inventory(l.error.msg3)
system hangs at this point of time.
We have noticed that the step Balance Negative Inventory has the Dialog Box, so is the reason system hangs at this point.
Any suggestion or any other ways we can achieve this.
Thank you in Advance
Thanks & Regards
Raviteja