cancel
Showing results for 
Search instead for 
Did you mean: 

com.sap.aii.proxy.framework.core.AbstractList -> implementation

Former Member
0 Kudos

Hi to all,

Which class implements com.sap.aii.proxy.framework.core.AbstractList? Where can I find API specification?

Thanks to all

Regards,

Aleksandar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Try this...

TestModel_Input model = new TestModel_Input();

// for each table element

TestTable tableElement = new TestTable();

tableElement.setParameter1("param1");

tableElement.setParameter2("param2");

model.addEt_Table(tableElement);

Regards,

SURYA

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Aleksandar,

Try to understand below code which in bold

com.sap.aii.proxy.framework.core.<b>AbstractList</b>;

AbstractList <b>flightList</b> = new Bapisfldat.Bapisfldat_List();

BapiNode.setFlightList<b>(flightList</b>);

BapiNode.modelObject().execute();

Rgds

SS

former_member751941
Active Contributor
0 Kudos

Hi Aleksander,

Check this thread.

Regards,

Mithu

Former Member
0 Kudos

Seems like MDM API.. check for MDM API documentation in SDN