Search Header Logo

LH Unidad 8

Authored by Ricardo Villalvazo

Professional Development

1st - 3rd Grade

Used 2+ times

LH Unidad 8
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an Inline Declaration?

A declaration of a line

A declaration of a variable used as an operand in the current writing position

A new declaration of constants

A declaration of a variable used as a symbol in an expression

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Indicate which is a correct syntax for Table Expression

lw_customer = lt_customers[ 10 ].

IF line_exists( lt_mara{ matnr = '100' } ).

DATA(lv_index) = line_index( lt_mara[ matnr = p_matnr ] ).

ASSIGN lt_mara[ 50 ] TO FIELD-SYMBOL(<lfs_mara>).

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Indicate which is a correct syntax for CONV operator

lv_string = CONV(lv_char) string.

lv_string = CONV string( lv_char ).

lv_string = CONV @( lv_char ).

lv_string = CONV #( lv_char ).

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Indicate which is a correct syntax for VALUE operator

lr_materials = VALUE #( ( SIGN = 'I'

OPTION = 'EQ'

LOW = 'R901920250' ),

( SIGN = 'I'

OPTION = 'EQ'

LOW = 'R901930405' ) ).

lr_materials = VALUE #{ ( SIGN = 'I'

OPTION = 'EQ'

LOW = 'R901920250' )

( SIGN = 'I'

OPTION = 'EQ'

LOW = 'R901930405' ) }.

lr_materials = VALUE #( ( SIGN = 'I'

OPTION = 'EQ'

LOW = 'R901920250' )

( SIGN = 'I'

OPTION = 'EQ'

LOW = 'R901930405' ) ).

lr_materials = VALUE #{ ( SIGN = 'I'

OPTION = 'EQ'

LOW = 'R901920250' ),

( SIGN = 'I'

OPTION = 'EQ'

LOW = 'R901930405' ) }.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Indicate which is a correct syntax for FOR operator

DATA(lr_materials) = VALUE lty_material( FOR lw_material IN lt_materials ( SIGN = 'I' OPTION = 'EQ' LOW = lw_material-matnr ) ).

DATA(lr_materials) = VALUE lty_material( FOR lw_material INTO lt_materials ( SIGN = 'I' OPTION = 'EQ' LOW = lw_material-matnr ) ).

DATA(lr_materials) = VALUE lty_material( FOR lw_material IN lt_materials { SIGN = 'I' OPTION = 'EQ' LOW = lw_material-matnr } ).

DATA(lr_materials) = VALUE lty_material( FOREACH lw_material IN lt_materials ( SIGN = 'I' OPTION = 'EQ' LOW = lw_material-matnr ) ).

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Indicate which is a correct syntax for CORRESPONDING operator

lw_1 = CORRESPONDING #( lw_2 ).

lw_1 = CORRESPONDING @( lw_2 ).

lw_2 = CORRESPONDING #( lw_2 MAPPING campo1 = campo3 ).

lw_2 = CORRESPONDING #( lw_2 UNLESS campo1 = campo3 ).

7.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Indicate which is a correct syntax for STRING expressions

lv_saludo = |Hola { lv_nombre }|.

WRITE: |( lv_matnr ALPHA = OUT )|.

lv_saludo = |Hola ( lv_nombre )|.

WRITE: |{ lv_matnr ALPHA = OUT }|.

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?