cancel
Showing results for 
Search instead for 
Did you mean: 

Table OBJK

Former Member
0 Kudos

Hi There,

Can someone tell me how table OBJK works? How is it populated?

What do values: SER03, SER01 and SER02 in the TASER field mean?

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

OBJK and SER01 / SER02 / SER03 table can be used find out the serial numbers used in various documents like Delivery, Maint.Contract (SD Order), Goods Movements respectively.

The value in OBJK-TASER field means, the respective enty is available in which one of the tables (say SER01/SER02/SER03 etc).

For example, in case we need to find out the serial numbers used in a particular delivery document item, we will first got to SER01 table and put the delivery number, item no and the other relevant information and will fetch the required SER01-OBKNR values. Then put these SER01-OBKNR values into the OBJK table with the OBJK-TASER = SER01 (Since we have fetched the OBKNR from SER01 table) and we will get all the serial numbers used in the delivery item from OBJK-SERNR field. Same way in the reverse order we will be able to find out the delivery document item corresponding to the serial numbers which we have.

This way we can relate OBJK and SER++ table to fetch the serail numbers for the respective documents / respective documents against the serial numbers.


SER01 - Document Header for Serial Numbers for Delivery
SER02 - Document Header for Serial Nos for Maint.Contract (SD Order)
SER03 - Document Header for Serial Numbers for Goods Movements
SER04 - Document Header for Serial Numbers for Inspection Lot
SER05 - Document Header for Serial Numbers for PP Order
SER06 - Document Header for Serial Numbers for Handling Unit-Content
SER07 - Document Header for Serial Numbers in Physical Inventory
SER08 - Document Header for Purchase Order Item Serial Numbers
SER09 - Doc. Header for Serial Numbers for Purchase Requisition Item

Regards,

Harish

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

OBJK is a standard SAP Table for maintaining Plant Maintenance Object List.

And SER03, SER02 and SER01 are the values of the field TASER in this table which indicates

SER03 - Document Header for Serial Numbers for Goods Movements

SER02 - Document Header for Serial Nos for Maint.Contract (SD Order)

SER01 - Document Header for Serial Numbers for Delivery

Thanks and Regards,

Rinzy Deena Mathews

Former Member
0 Kudos

Hi Luis,

Please check the domain value range for explanation.

TASER contains the name of the table where the relevant info about serial numbers is stored.

Regards,

Shyam