Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

password comparision

Former Member
0 Likes
953

Hi friends,

Can I compare this,

IF 'APPLE' CO CONFIRM1.

IF 'APPLE' CO CONFIRM2.

ENDIF.

ENDIF.

Regards,

SMP

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
931

Try using FM RS_COMPARE_WORDS_SIMILAR

Hope this helps...

7 REPLIES 7
Read only

Former Member
0 Likes
931

ok.

but best is strcpt

Read only

Former Member
0 Likes
931

ya u can do tat..

but u can also use strCmp Function .This compares two strings for equality.

Edited by: Kalyan Chakravarthi on Jan 8, 2009 9:48 AM

Read only

0 Likes
931

When I try to use string comparision 'STRCMP' I am getting error message. Any updates will be awarded.

Read only

0 Likes
931

Hi,

What error its giving?

see this saphelp on strcmp it will help u use it correctly.

http://help.sap.com/saphelp_nw04/helpdata/en/7e/031f8c04dd11d2801d00c04fadbf76/frameset.htm

Read only

0 Likes
931

Its giving me Syntax error 'Relational operator STRCMP is not supported"

Read only

Former Member
0 Likes
931

Hi,

Try using FIND statement.

Regards,

Aravind J M

Read only

Former Member
0 Likes
932

Try using FM RS_COMPARE_WORDS_SIMILAR

Hope this helps...