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

reg: interview question ?

Former Member
0 Likes
510

I got an intv question

> In which case abap is case sensetive?

> Pl reply

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
484

Hi,

The characters are case sensitive..

IF 'ABC' = 'abc'.

write: / 'Not case sensitive'.

else.

write: / 'case sensitive'.

endif.

Thanks,

Naren

3 REPLIES 3
Read only

Former Member
0 Likes
485

Hi,

The characters are case sensitive..

IF 'ABC' = 'abc'.

write: / 'Not case sensitive'.

else.

write: / 'case sensitive'.

endif.

Thanks,

Naren

Read only

0 Likes
484

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'

Read only

Former Member
0 Likes
484

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