Application Development 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: 

default data type?

Former Member
0 Kudos

hi all ,

what is the default data type in SAP?

nani

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Char is default datatype and default size is 1 .

Rewards points if it is useful.

4 REPLIES 4

Former Member
0 Kudos

Hi,

Char is default datatype and default size is 1 .

Rewards points if it is useful.

former_member873340
Active Participant
0 Kudos

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

Former Member
0 Kudos

Hi Nani

the default one character with length as 1.

reward points to all helpful answers

kiran.M

Former Member
0 Kudos

thanks for quick response

nani