Exam Data Transfer
Exam Data Transfer
Exam Data Transfer
FileName
Filesize
DATA_TAB
FileType
In each call of function BDC_INSERT the BDC table contains data for:
Only 1 transaction
Job
Session
Program
Transaction
With Batch Input Processing, what FNAM field is the same for all screens that
identifies the command field
FNAM-OKCODE
BDC_OKCODE
TCODE
DYNPRO
Mark the one process that does not close a file in your program.
By the Method
By the Transaction
By the BAPI
Assignment
DDIC
Format
ABAPABAP
For standard transfer programs, what kind of information would typically be found in
a TYPE 0 record of the SAP record layout
Sequential
TEXT
Hex
Binary
Keep
Group
Client
User
What does the Direct Input Method use to perform the data transfer
Call Transaction
Batch input
Controls
Functions
In the transaction of a Batch Input Session, what message type would cause an
error.
When Executing RSBDCSUB and you specify session name only, what is the
effect:
Will not run because it will ask you for more qualifying parameters
File ABC DOES NOT Exist on the Application server. What is the effect of "OPEN
DATASET ABC FOR APPENDING":
SM35
SHDB
TXDA
SXDA
Program
Fnam
Dynbegin
Start
Dynpro
Fval
Identify the valid LSMW import techologies
Transaction Recorder
Enjoy Controls
EDI
Class Objects
File ABC contains 10 records. How many records will be read in the following code
PERFORM READ_RECORDS_FROM_FILE.
…..
…..
FORM READ_RECORDS_FROM_FILE.
READ DATASET ABC INTO REC.
IF SY-SUBRC = 0. EXIT. ENDIF.
DO.
READ DATASET ABC INTO REC.
IF SY-SUBRC = 0. EXIT. ENDIF.
ENDDO.
ENDFORM.
10
11
Mark the one process that does not close a file in your program.
What is one of the first things the developer/user should do before a customer
transfer program is developed
How can field names for the batch input structure BDCDATA be determined.
(More than one answer is correct)
Element List
System status
Menu painter
Object Function
Object Type
Object Model
Object Method
What is the advantage of using the "OPEN DATASET" prior to issuing a "READ
DATASET" .
There is no difference
What happens if an error occurs on the processing of the BDC Session with the
following code
Call Function ‘BDC_OPEN_GROUP’
Exporting
…
…
KEEP = ‘ ’
What will happen if a Transfer statement is issued on a file that has not yet been
opened.
How could a developer control the size of the rollback segments in a BDC
How are fields handled that are not used in a SAP record layout structure
What is a requirement of the legacy data, in order for the standard SAP transfer
programs to work properly
It must be padded with the NODATA character after the fields are filled
Program
Dynpro
Fnam
Fval
Dynbegin