0% found this document useful (0 votes)
14 views1 page

DDEDWF

The document discusses an ABAP program that processes the expression r=a/b+c and asks which data type declarations would cause fixed-point arithmetic to be used. It notes there are two correct answers. Options for declaring the data types of r, a, b, and c are provided.

Uploaded by

seth
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views1 page

DDEDWF

The document discusses an ABAP program that processes the expression r=a/b+c and asks which data type declarations would cause fixed-point arithmetic to be used. It notes there are two correct answers. Options for declaring the data types of r, a, b, and c are provided.

Uploaded by

seth
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

SCAn ABAP Program processes the following expression r=a/b+c which of the following

data
declarations would cause the runtime environment to use fixed-point arithmetic for
the above
expression to calculate the value of","?
Note: There are 2 correct answers to this question.
A. DATA r TYPE D DECIMALS 2. a TYPE I VALUE 201. b TYPE i VALUE 200. C TYPE f.
B. DATA r TYPE f. a TYPE i VALUE201. b TYPE i VALUE200. C type f
C. DATA r Type p. a type i VALUE 201. b type i VALUE200. C type f.
D. DATA r TYPE A DECIMAL2; a TYPE I VALUE201. b TYPE I VALUE200. c TYPEP An ABAP
Program processes the following expression r=a/b+c which of the following data
declarations would cause the runtime environment to use fixed-point arithmetic for
the above
expression to calculate the value of","?
Note: There are 2 correct answers to this question.
A. DATA r TYPE D DECIMALS 2. a TYPE I VALUE 201. b TYPE i VALUE 200. C TYPE f.
B. DATA r TYPE f. a TYPE i VALUE201. b TYPE i VALUE200. C type f
C. DATA r Type p. a type i VALUE 201. b type i VALUE200. C type f.
D. DATA r TYPE A DECIMAL2; a TYPE I VALUE201. b TYPE I VALUE200. c TYPEP An ABAP
Program processes the following expression r=a/b+c which of the following data
declarations would cause the runtime environment to use fixed-point arithmetic for
the above
expression to calculate the value of","?
Note: There are 2 correct answers to this question.
A. DATA r TYPE D DECIMALS 2. a TYPE I VALUE 201. b TYPE i VALUE 200. C TYPE f.
B. DATA r TYPE f. a TYPE i VALUE201. b TYPE i VALUE200. C type f
C. DATA r Type p. a type i VALUE 201. b type i VALUE200. C type f.
D. DATA r TYPE A DECIMAL2; a TYPE I VALUE201. b TYPE I VALUE200. c TYPEP

You might also like