cancel
Showing results for 
Search instead for 
Did you mean: 

Custom field in work order

keerthan_1987
Active Participant
0 Kudos

Hello experts,

This is with respect to the creation of custom field in work order.

Requirement is to create a custom field in work order which is a standard field in EHS ie, MOC(Management of change).

Whenever MOC is created in EHS, particular MOC number had to be filled by user manually in custom field developed in work order so that work order is linked with MOC.

I have few ideas about this.

Kindly share your ideas of how to go about this enhancement so that it will be beneficial for me.

Thanks,

Keerthan

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member504384
Discoverer
0 Kudos

Hi peter.atkin

Can you help me in this requirement for the 4th point 'Intrgate the MOC number into document flow (via BADI)'.

How to do that ? Which BADI and the steps if you mention that would be very helpful.

I am trying with FM BINARY_RELATION_CREATE_COMMIT . Here I need Object Type for MOC and work Order to create the linkage as document flow.

I have got the Object Type for WorkOrder as BUS2007. But can we get the Object type for MOC which we can use here.

It would be helpful if you help me here.

peter_atkin
Active Contributor
0 Kudos

Keerthan

There are a few ways you could handle this, here are som suggestions:

  1. Misuse an existing field to hold the MOC number e.g. the sort field or room fields on the Location tab. The benefit of this option is that you can probably use standard BAPIs to update these fields
  2. Create link using GOS (generic object services) possibly via a Z table
  3. Utilise user-exit IWO10018 (ehnahcement tab) to create a new field for the MOC number
  4. Intrgate the MOC number into document flow (via BADI)

.

PeteA