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

default data type?

Former Member
0 Likes
2,103

hi all ,

what is the default data type in SAP?

nani

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,047

Hi,

Char is default datatype and default size is 1 .

Rewards points if it is useful.

4 REPLIES 4
Read only

Former Member
0 Likes
1,048

Hi,

Char is default datatype and default size is 1 .

Rewards points if it is useful.

Read only

former_member873340
Active Participant
0 Likes
1,047

Hi naliny,

Default data type in SAP is char.

eg

Data : w_var.

it declares variable of character size 1.

Data : w_var(10).

it declares variable of character size 10.

Reward Points if helpful.

Gowri

Read only

Former Member
0 Likes
1,047

Hi Nani

the default one character with length as 1.

reward points to all helpful answers

kiran.M

Read only

Former Member
0 Likes
1,047

thanks for quick response

nani