Hi Gurus,
Can you please help me with the following questions.
1.Which of the following entries is incorrectly used as a Constant.
a)C_BLANK type C value ''.
b) C_PI type f value '3.14159'.
c) C_TODAY type sydatum value '200725 dec'
2.What is users current local date in a program?
3.What should be used to get the curent language?
1. c)
2. sy-datlo
3. sy-langu
regards,
aj
Stalin,
1.b
2.sy-datum i.e system date go to table syst and check
3.sy-langu ie. system language.
K.Kiran.
Add a comment