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?
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 13 | |
| 12 | |
| 6 | |
| 6 | |
| 6 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.