I'm working with some data that's coming out of an SAP system. There's a field named

POSNR

that appears to be a line item/database identifier of some kind. What is this an abbreviation for? It's not hyper-critical to what I'm doing, but every time I stare at the word it looks like pure gibberish and can be slightly distracting.

link|improve this question

3  
Point Of Sorta No Return? – FrustratedWithFormsDesigner Jan 22 '10 at 19:01
feedback

3 Answers

up vote 4 down vote accepted

I'm not an SAP expert but could it be "Item number of sales document"?

link|improve this answer
Yep, that definitely looks like the role its playing in these feeds. Of course, I don't see the letter P in there :) – Alan Storm Jan 22 '10 at 19:05
This is almost certainly correct. The actual abbreviation is going to be for something in German. Depending on the database table its comoing from, it might just be 'Item number of the document' rather than sales doc, but that's what SAP uses POSNR for. – Bryan Cain Jan 22 '10 at 20:41
Ah, right, I always forget the german connection. – Alan Storm Jan 22 '10 at 21:58
Yep POSNR is "Positionsnummer des Vertriebsbelegs" which Google Translate says is "Position number of the sales receipt". I found it on this German webpage -- help.sap.com/saphelp_45b/helpdata/DE/e2/…) – Epsilon Prime Jan 23 '10 at 0:17
feedback

Position number?

link|improve this answer
+1 for agreeing with my best guess so far – Alan Storm Jan 22 '10 at 19:03
feedback

If you look at, for example, VBAP table in german, POSNR is "Positionsnummer des Vertriebsbeleges" so yes, POSNR is POSition NumbeR.

It's very common in SAP tables to use it in combination with doc. number to create the primary key for positions or subdocuments, especially in SD (sales) tables. So you have VBAK-VBELN for purchase order header and VBAP-VBELN + VBAP-POSNR for items in purchase orders. So on in LIKP/LIPS, VBRK/VBRP, VBUK/VBUP...

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.