Unicode Programs

1) Two structures in Unicode programs are only compatible if all alignment gaps are identical on all platforms.

a. True
b. False

Which is the correct answer?

---

2) What does the enhancement category for a database table or structure do?
Select all that apply.

a. Makes a table Unicode-compliant
b. Specifies the types of changes that can be made to the structure
c. Can produce warnings at incompatible points for the structure
d. Can identify where program behavior may change

Which is the correct answer?

---

3) What must you specify in a Unicode system when opening a file in TEXT MODE?

a. The ENCODING addition
b. The byte order
c. The code page

Which is the correct answer?

---

4) Which you should specify in a non-Unicode system when opening a file in TEXT MODE? Select all that apply.

a. The ENCODING addition
b. The byte order
c. The code page

Which is the correct answer?

---

Answers / Explanation

1) a.

Two structures in Unicode programs are only compatible when all alignment gaps are identical on all platforms. This applies in particular to alignment gaps that are created by included structures.

2) b, c, d

The enhancement category makes it possible to recognize and handle problems related to structure enhancements. This classification is used during the program check to create a warning at all points where it works with structures and where later structure enhancements can cause syntax errors or changes in program behavior.

3) a

In a Unicode system, you must specify the ENCODING addition when opening a file (dataset).

4) b, c

In a non-Unicode system, you must specify both the byte order and the code page when opening a file (dataset).
 

ABAP Tips

 

See Also
Unicode Checks

Get help for your ABAP problems
Do you have a ABAP Question?

ABAP Books
ABAP Certification, BAPI, Java, Web Programming, Smart Forms, Sapscripts Reference Books

More ABAP Tips

Main Index
SAP Basis, ABAP Programming and Other IMG Stuff

All the site contents are Copyright © www.erpgreat.com and the content authors. All rights reserved.
All product names are trademarks of their respective companies.  The site www.erpgreat.com is in no way affiliated with SAP AG. 
Every effort is made to ensure the content integrity.  Information used on this site is at your own risk. 
 The content on this site may not be reproduced or redistributed without the express written permission of 
www.erpgreat.com or the content authors.