cancel
Showing results for 
Search instead for 
Did you mean: 

How to create Nodes instances in ABSL

lessip
Participant
0 Kudos

Hi experts,

in Cloud Application Studio I have created a custom business object with several transient elements and nodes with transient elements as well. Purpose is to collect data from C4C and via webservice. After the data is forwarded for PDF creation it shall be discarded.

The problem, I face is, when creating an instance of a node via

this.<NODE_Name>.Create(<Structure containing data>);

(-->ibase-node.png) the creation of the node does not properly work. No error message appears, but in the debugger only the root-node elements appear correctly and contain data, whereas the child nodes do not even appear. (--> node-missing.png)

The webservice correctly receives the data and when checking the variable EquipmentChild in the Debugger at the breakpoint in line 65 (--> node-webservicedata.png) it is filled with the retrieved data.

It would be great, if you could provide a hint, why the node instances are not appended and available for further usage.

Best regards and have a nice weekend,
Patric

Accepted Solutions (1)

Accepted Solutions (1)

HorstSchaude
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Patric,

I created a quick & small copy of this transient BO and added items via an action.

It worked fine (in the test shell).

If you can verify if the sub-nodes exists at least in the persistency, it is "only" a issue for the display of the debugger.

Nevertheless to solve this issue you need to create an incident.

Sorry,
. Horst

Answers (1)

Answers (1)

HorstSchaude
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Patric,

I assume "this" us typed as "SimpleCustomerBO" and "IBase" is a subnode to the Root node of this BO?

In this case the debugger must show the "IBase" as a child entry of "this" even if it is initial like it shows in the second image the "IBase" as "not set"

Please provide the BODL and the whole ABSL code.

Thanks,
. Horst

lessip
Participant
0 Kudos

Hello Horst,

thanks a lot for your quick reply. Of course I provide BODL (scbodl.txt) and ABSL (scabsl.txt) as attachments.

Just as further information - in the ABSL code the lines 26-39 which receive a single data field, which is stored in the root-node work fine and I can see the value afterwards in the debugger. But for the sub-nodes it is not working/showing up.

Best regards,
Patric