cancel
Showing results for 
Search instead for 
Did you mean: 

Need to link Lot Number with Delivery Note

Former Member

Hi Experts

I need to attach lot number in delivery note print out, so can any one give me a querry to link lot number related or connected to the same Delivery note

Regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi experts

i got he solution, and its working

select DISTINCT ODLN.DocNum,DLN1.ItemCode,DLN1.Dscription,OSRN.LotNumber from ODLN inner join DLN1 on ODLN.DocEntry = DLN1.DocEntry LEFT JOIN OSRN ON DLN1.ItemCode = OSRN.ItemCode

Thanks for all support

Regards

Answers (2)

Answers (2)

kothandaraman_nagarajan
Active Contributor
0 Kudos

Hi,

Please check this thread https://archive.sap.com/discussions/thread/3678226

Regards,

Nagarajan

Former Member
0 Kudos

Help full

former_member233854
Active Contributor
0 Kudos

Check OITL for DocEntry = YOURDOCENTRY and DOCTYPE = 15

Former Member
0 Kudos

Dear Danio

Thanks for the support , can u pls give it as a query, as am not much exp in sql

regards