cancel
Showing results for 
Search instead for 
Did you mean: 

Help with goods movement

Former Member
0 Kudos

Hi all,

how can we say whether a sales order has undergone goods issue

I have a statement like this

select * from vbfa up to 1 rows

where vbelv = vbak-vbeln

and vbtyp_n = 'R'

and bwart = '651'.

what does that mean whether the goods are issued .

say if find the record

what if the the goods are reversed i.e when vbtyp_n = 'h'. then this recorded is overwritted or there would be anotherrecord along with record with vbtyp_n = 'R'

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

the code part looks like a ABAP code ??

but coming to your question about "how can we say whether a sales order has undergone goods issue"

just look into the 'document flow' [F5] once in the sales order. It tells in plain language whether goods issue has been done or is still at satuts 'open'.

Hope this helps.