cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hey All,

Does anyone know how I can update the TrgetEntry and TargetType fields from the SDK for a sales order? I can update the baseentry and basetype fields. Shouldn't I also be able to update the target fields?

I really need to update these fields. Can I use SQL to do it directly if it is not possible through the API?

0 Likes
View Entire Topic
barend_morkel2
Active Contributor
0 Likes

Hi Curtis,

The TrgetEntry and TargetType fields are not exposed in the business object. This means SAP does not allow access to these fields. This is SAP design - used for internal system functionality. Thus you are not allowed to add/update/delete these fields.

Using SQL to directly manipulate these fields are prohibited and if you do go that route, SAP will not support your installation.

What you can do is create UDF's that can hold the values that you wish to enter into these fields. You can then use the UDF's to run the logic you would have run on the original fields.