cancel
Showing results for 
Search instead for 
Did you mean: 

Work Center in Order Location tab - Table-Field

faisal_khan
Participant
0 Kudos

Hi,

Which Table-Field shows the data entered for Work Center in Order Location tab. Though its being filled automatically from Reference Object Master data but if we change that Work center as per our requirement only in Order (see attached image), then

which table-field to refer for reportign purposes?

Thanks

Faisal

Accepted Solutions (0)

Answers (2)

Answers (2)

jogeswararao_kavala
Active Contributor
0 Kudos
  • Input value of Work Center (of Location tab) into ARBPL field of CRHD table and get the OBJID value.
  • Input above OBJID value into PPSID field of table ILOA and get value of ILOAN.
  • Input this ILOAN value into table AFIH and get value of Order no (AUFNR)

Alternatively you may use Function modules like BAPI_ALM_ORDER_GET_DETAIL

peter_atkin
Active Contributor
0 Kudos

The data is held in table ILOA

Have a look at table V_EQUI wher DATBI = 31.12.9999

PeteA