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

The INITIAL values for all DATA TYPES?

Former Member
0 Likes
555

Hi Experts,

curious to know that, pls. let me know that The INITIAL values for all DATA TYPES?

thanq

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
506

Hi,

go through the following link it will answern ur question.

http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb2fd9358411d1829f0000e829fbfe/content.htm

2 REPLIES 2
Read only

Former Member
0 Likes
507

Hi,

go through the following link it will answern ur question.

http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb2fd9358411d1829f0000e829fbfe/content.htm

Read only

Former Member
0 Likes
506

hi,


Data type         Meaning                                  Initial value
I                      Whole number                          0
F                     Floating point number               0.0...E+00
P                     Packed Number                       0
N                     Numeric String                        0
C                     Character String                       -
String               Character Sttring                     empty
D                     Date                                       00000000
T                      Time                                       000000
X                      Hexadecimal code                   X'00'
XSTRING          Hexadecimal code                   empty



Hope this answers your question, Do reward.