SAP EXTRACT EXCEPTIONS ABAP Statements

Get Example source ABAP code based on a different SAP table
  


ABAP Code Snippet



Runtime Exceptions
Non-catchable Exceptions
Reason for error:
EXTRACT after SORT or LOOP.
Runtime error:
EXTRACT_AFTER_SORT/LOOP
Reason for error:
Not enough roll memory to create the extracts.
Runtime error:
EXTRACT_BUFFER_NO_ROLL
Runtime error:
EXTRACT_NO_ROLL_OLD_KEY
Reason for error:
The occupied lenght of a single field is too large.
Runtime error:
EXTRACT_FIELD_TOO_LARGE
Reason for error:
Problems at creation of the extract dataset master file.
Runtime error:
EXTRACT_FILE_PTR_NOT_EMPTY
Runtime error:
EXTRACT_INIT_DIR_EXTRACT
Runtime error:
EXTRACT_INIT_FILEMASK_INVALID
Runtime error:
EXTRACT_INIT_FILEMASK_TOO_LARG
Runtime error:
EXTRACT_INIT_FN_EXTRACT
Reason for error:
Field group HEADER was modified after extraction of records with EXTRACT.
Runtime error:
EXTRACT_HEADER_NOT_UNIQUE
Reason for error:
Local data is not allowed in field groups.
Runtime error:
EXTRACT_INSERT_LOCAL_DATA
Reason for error:
Error when opening the external extract dataset master file.
Runtime error:
EXTRACT_OPEN_EXTRACTFILE_OPEN
Reason for error:
Total data length of a record to be extracted (inclusive HEADER-fields) is too large.
Runtime error:
EXTRACT_TOO_LARGE
EXTRACT_RUNTIME_ERROR

Return to menu