Working with Files for NCH

Working with Files for NCH

1st Grade

7 Qs

quiz-placeholder

Similar activities

Lukes birthday bash

Lukes birthday bash

1st - 5th Grade

10 Qs

Kuis WPI Hari Ke-1

Kuis WPI Hari Ke-1

1st - 3rd Grade

10 Qs

Correlation and Causation

Correlation and Causation

KG - Professional Development

11 Qs

Quiz #51

Quiz #51

KG - Professional Development

10 Qs

Sweetener world tour - Ariana grande

Sweetener world tour - Ariana grande

KG - Professional Development

10 Qs

A2, A3, A4, B1

A2, A3, A4, B1

1st - 2nd Grade

12 Qs

K-POP #ICTA-PRISKA

K-POP #ICTA-PRISKA

1st Grade - University

10 Qs

Chinese New Year Quiz

Chinese New Year Quiz

1st Grade - Professional Development

10 Qs

Working with Files for NCH

Working with Files for NCH

Assessment

Quiz

Other

1st Grade

Practice Problem

Hard

Created by

Cristiane fabao79@gmail.com

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In the foreground processing, you can change the USER before program execution.

True

False

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

One of the advantages of the background processing, is that you will never get a TIMEOUT as the Limited Run Time rules do not apply to it.

True

False

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

SF11 is the tcode Used for storing files/folders on the application server.

True

False

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

To open a file for writing, use the FOR OUTPUT addition to the READ DATASET statement.

True

False

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You should therefore check the authorization in your ABAP program before accessing the file using which one of the function modules below?

CALL FUNCTION ‘AUTHORITY_CHECK’

CALL FUNCTION ‘CHECK_ACCESS_FILE’

CALL FUNCTION ‘AUTHORITY_CHECK_DATASET'

CALL FUNCTION ‘AUTHORITY_CHECK_FOR_READ’

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the statements below are true?


1- You can create a file in AL11 by writing abap code (OPEN DATASET FOR OUTPUT/APPENDING) or manually uploading a file via t-code CG3Z


2- You can download a file from AL11 by using the Download list menu in AL11 or manually via t-code CG3Z


3- When using OPEN DATASET, If the system can open the file successfully, SY-SUBRC is equal to 0

(A) Statement 1

(B) Statements 1 and 2

(C) Statements 1 and 3

(D) Statements 2 and 3

(E) All the above

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

7 – The Function Module PFL_CHECK_OS_FILE_EXISTENCE returns a list of filenames on an application server directory.

True

False