Question regarding Item tracking

alsolalsol Member Posts: 243
Hi,

I have a question regarding the item tracking.

When I add item tracking lines to a Sales Order, in which table will these lines be saved? Once the Order has been posted they are saved in the Item Ledger Entry, but before posting there must be another table, but I could not find anything.

Any ideas?

Best regards

Answers

  • kapamaroukapamarou Member Posts: 1,152
    For the order before shipping it's in table 337 Reservation Entry.
    There are more tables related to item tracking.


    When you need info like this, you can enable the client monitor or the code coverage, execute your process, and see the entries that will reveal which tables have been accessed. Or you can follow the debugger step by step (if you are a developer and have the required permissions - I don't know your job title)...
  • matttraxmatttrax Member Posts: 2,309
    Before shipping is 337 - Reservation Entry
    After shipping, but before invoicing is 336 - Tracking Specification
    After invoicing is 32 - Item Ledger Entry
  • alsolalsol Member Posts: 243
    Hi,

    Cool thank you for the information.

    I tried debugging it, but somehow I was very confused with the item tracking.

    Best regards
Sign In or Register to comment.