cancel
Showing results for 
Search instead for 
Did you mean: 

How to add member fields to an existing tuple using Java API

Former Member
0 Kudos

Hi,

We are using SAP Netweaver MDM 7.1.01.46.

I am trying to add a member field to an existing Tuple using the Java API.

Does any one have an idea on what commands to use? I searched through the Java API documentation but did not find anything.

I donu2019t think I can use the CreateFieldCommand as the FieldProperties does not have a method like setTupleId() (it only has setTableId()).

Please note that I am not trying to add a field into Main/Flat table which refers to a tuple, I am able to achieve that using the TupleFieldProperties class.

I am actually trying to add a field to the tuple definition itself.

Thanks

Amit

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I found an answer from one of the MDM developers, thanks to him.

You may use setContainerId() method of the FieldProperties class.

Thx

Amit