cancel
Showing results for 
Search instead for 
Did you mean: 

Which SD Table holds the Technical Object Information?

Former Member
0 Kudos


I am writing a report in SQ01 and can't find an SD table holding the technical objects information from the Sales contracts or orders. Can anyone suggest a table or which tables to joins I need. .

Thanks

Jen

Accepted Solutions (1)

Accepted Solutions (1)

arthur_alvesteixeira
Active Participant
0 Kudos

Table:

VBPM - Supplement for Sales Document Items: Technical PM Objects

arthur_alvesteixeira
Active Participant
0 Kudos

.... also:


inner join with sales ordem item:

  • VBPM-VBELN = VBAP-VBELN
  • VBPM-POSNR = VBAP-POSNR

Available fields:

  • Technical reference object type
  • Technical reference object
  • Serial number

Answers (2)

Answers (2)

deepabalu
Participant

Hi,

You can check tables SER02 and OBJK for linking the sales document and equipment.

Regards,
Deepa Balu

Former Member
0 Kudos

Try VBAK - sales order header table

      VBAP - sales order item   table.

      VBEP - sales order schedule line

Jake