baanuser12
19th October 2016, 18:07
Hi Experts
Does whinh310/whinh312 (Receipt header/lines) inserts record in tdpur406 (actual receipts) in LN somewhere ? I am looking for that component or it does not do that actually. Infor says standard DLL does that. Is it true ?
sasikanth
20th October 2016, 11:44
Hello,
Could you elaborate your requirements, so I can try to help you out !
bhushanchanda
20th October 2016, 12:16
Yes, standard DLL does that. To name them -
tdpurdll4130
tdpurdll4112
tdpurdll4200
baanuser12
24th October 2016, 12:39
Thank you guys! Actually we are trying to figure out how does connection between whinh and tdpur works as far as receipts are concerned.
@Bhushan - I think those dlls dont tell about how whinh310/312 tables insert tdpur406 (actual receipts). We did where used but nothing found yet.
vahdani
24th October 2016, 13:17
Hi,
the call to insert a record in tdpur406 is actually started in whinh312 DAL. This DAL does not of course write directlty to tdpur406. This would be against all the programming rules. It calls instead the function whintdlltdpur.update.receipts() which in turn calls ist opposite function in tdintdlltdpur which call other DLLs. The actual writing of tdpur406 is done by tdpur.dll4112.insert.or.update.actual.receipt().