cancel
Showing results for 
Search instead for 
Did you mean: 

How to set MultiStringIfc in SAP Sourcing for Location Master Data

0 Kudos

Hi ,

I am trying to create a Location via toolbar script ,

Here i need to set Name which accepts MultiStringIfc as input parameter for the method setMultiStringName();

setMultiStringName(MultiStringIfc value)


I am struggling to pass this MultiStringIfc since MultiStringIfc class has getter methods only.

Any assistance on passing MultiStringIfc would be really helpful.

Thanks in advance,

Amar

         

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi,

I've created MutliStringIfc Object with the help of TypeFactory Class in SAP CLM,

Syntax I used :

MultiString_obj = TypeFactory.createMultiString(doc,"Field_ID","Your String Value");

Thanks,

Amar

Answers (0)