cancel
Showing results for 
Search instead for 
Did you mean: 

Equals

praveenreddy_bk
Participant
0 Kudos

Hi frnds,

I want Know in EqualsS(UDF) whether the strings lengths are compared or whole text is compared

Accepted Solutions (1)

Accepted Solutions (1)

santhosh_kumarv
Active Contributor
0 Kudos

>>want Know in EqualsS(UDF) whether the strings lengths are compared or whole text is compared

No Doubt..! The text are only compared and not the length.

Thanks

SaNv...

Answers (4)

Answers (4)

JaganMohan
Participant
0 Kudos

Dear Praveen,

Equals :

Compares both Boolean values X and Y and returns true if both are equal, otherwise false. Non-Boolean values are interpreted as false.

equalsS :

R = true, if string X equals string Y, otherwise R = false where R is resultant varriable.

Use the functions equalsS or compare from the Text category to compare strings.

Regards,

Jagan.

Former Member
0 Kudos

Hi,

Equals and EqualsS are two standard functions.

Equals compare two boolean values.

EqualsS compare two text values.

A complete overview of existing standard functions could be found here:

http://help.sap.com/saphelp_nw04/helpdata/en/43/c4cdfc334824478090739c04c4a249/frameset.htm

A UDF is a user defined function that could be written if a requirement doesn't fit to a UDF.

Regards

Patrick

Edited by: Patrick Koehnen on Aug 11, 2008 11:07 AM

prateek
Active Contributor
0 Kudos

Whole string is compared.

Regards,

Prateek

Former Member
0 Kudos

HI,

I think you are talking about the EqualsS API used in graphical mapping. here the whole string is compared.

Thanks

Swarup

Edited by: Swarup Sawant on Aug 11, 2008 11:11 AM