Options

How to Create SQL Query for this scenario ?

Rv_1991Rv_1991 Member Posts: 1
I want to Purchase date against posted sales invoice item. Let me explain in brief.

1> First I am open "Posted Sales Invoice" Table & take one Invoice.
2> now open this invoice and from line you have to select one item & navigate to "ILE".
3> now the task is to find purchase date of particular item for this item.

Problem is that when I press applied entry then it goes me to same table & i don't know how to do in SQL.

Is there anyone here to help me to solve this issue.

Answers

  • Options
    txerifftxeriff Member Posts: 492
    edited 2021-12-21
    Hi,

    This is not a simple task:

    I would suggest you to go to value entry.
    -You will get a value entry per posted invoice line.
    -Each line has "item ledger entry no."
    -Using that "item ledg. entry no", you can browse the internal table "item application entries":
    0h7rgj1fy3dc.png
    -use "inbound item ledger entry no." to find in value entries (filter by this item ledger entry) when the goods where purchased.


    now translate this to SQL or a stored procedure.



Sign In or Register to comment.