cancel
Showing results for 
Search instead for 
Did you mean: 

model size

Former Member
0 Kudos

Hi All,

How can we find the model size whether it is zero or not. what is the code for that?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

After you map your model node to component controller context,u can check the size using the component controller node

eg.If you have mapped Bapi_Flight_List_Input model node to component controller Bapi_Flight_List_Input,then you can check the size by

wdContext.nodeBapi_Flight_List_Input().size();

Regards

Akshaya

Answers (2)

Answers (2)

Former Member
0 Kudos

HI,

Map the model node and get the size of the model node.

Thanks&Regards,

karthik.

Former Member
0 Kudos

Hi,

Map the model to the controller

Execute the model

Check the size of the mapped model node.

Regards

Ayyapparaj