cancel
Showing results for 
Search instead for 
Did you mean: 

How to set values into a list.

konchada_saikrishna
Active Participant
0 Kudos

Hello All,

I am working on a Application, where I need to store data into R/3 using standard BAPI "Bapi_Material_SaveData".

I created a model, added that model to the component, created a model node, done model binding.

the structure is something like this.

<b>

Context :

|

Bapi_Input

|_Node1

| |_field1.0

| |_field1.0

|_Node2

| |_field2.0

| |_field3.0

:

:

</b>

I tried creating a Abstract list for the sub structure, but it says typemismatch Abstractlist to list.

How to set values into the sub structures of the root, bapi_input.

Thanks in advance,

Regards,

Sai.k.k

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Konchada Sai Krishna ,

Please try changing the Abstract List to a list and the then binding the list to the structure and also check the model object that you are adding to this list.

I think it should then.Please mention if the problem is misunderstood.

Regards

Amit

Answers (3)

Answers (3)

konchada_saikrishna
Active Participant
0 Kudos

Thank you for all your helpful replies,

Former Member
0 Kudos

Sai.k.k,

Refer Bertam's for setting the values to a Abstract List.

Bala

Former Member
0 Kudos

Hi,

AbstractList should be of type "com.sap.aii.proxy.framework.core.AbstractList;"

AM