cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Work Manager - Adding a new (standard) Field to screen

Former Member
0 Kudos

Hi experts,

I'm trying to add two new fields to the Work Order complete screen

The last two fields were added by me, but the thing I wanted them to do is to fill the Actual Start and Actual End.

Do I need Java or it can be made just with bindings ? If so, how can I do it?

Thanks in advance!

Accepted Solutions (0)

Answers (1)

Answers (1)

sravanthi_polu
Contributor
0 Kudos

Hi,

Verify the work order object for actual start date and actual end date properties.If they are not defined, add these properties for work order object and verify the logic of retrieving these two field values in middle ware.

Check weather the technical field names of these properties are active in the result set field selection tab of the work order mobile data object in configuration panel. Debug to verify if these values are retrieved in back end and middle ware. In front end, set the transaction property from object and make the fields as read only.

Thanks & Regards,

Sravanthi Polu