cancel
Showing results for 
Search instead for 
Did you mean: 

enumeration in details column IR (DataType)

Former Member
0 Kudos

Hey all,

I know enumeration is use to have a range for the values of variable.

But i am not getting , "how to use it, when we have multiple values how to specify the values".

Also,

My wsdl ( receiving side ) contains the enumeration values for a variable, do i have to mention the enumeration values when i am creating sending side datatype.

Thanks for all your help in advance...

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

solved

former_member537867
Active Contributor
0 Kudos

Hi siddesh,

Basically enumeration shows the list of allowed values for a particular field. So it restricts the value range to a set of individual values.

e.g in xsd, the enumeration must be present separated by blanks.

Below links shows the list of allowed values for a particular field and restrict the value range:

http://help.sap.com/saphelp_nw04s/helpdata/en/44/9b719ddcbd582fe10000000a1553f6/frameset.htm

http://help.sap.com/saphelp_nw04/helpdata/en/99/28c30af89be54088286cb3e06672fc/frameset.htm

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/504540a4-fd0d-2a10-7c8e-c88289cf...

(http://www.webservicex.net/CurrencyConvertor.asmx?WSDL)

Regards,

Vinod.