‎2006 Aug 22 4:43 AM
I got an intv question
> In which case abap is case sensetive?
> Pl reply
‎2006 Aug 22 4:45 AM
Hi,
The characters are case sensitive..
IF 'ABC' = 'abc'.
write: / 'Not case sensitive'.
else.
write: / 'case sensitive'.
endif.
Thanks,
Naren
‎2006 Aug 22 4:45 AM
Hi,
The characters are case sensitive..
IF 'ABC' = 'abc'.
write: / 'Not case sensitive'.
else.
write: / 'case sensitive'.
endif.
Thanks,
Naren
‎2006 Aug 22 6:07 AM
well other instances are :
1. Data stored in database table
2. All forms of character/string comparisions ('if', 'where' etc)
3. Constant litrals 'l_land' is different from 'L_LAND'
‎2006 Aug 22 5:15 AM
hi
good
1- while passing particular paratmeter though function modules.
2-whlile passing the data from the driver program to the smartform or sapscript.
thanks
mrutyun