I debugged and checked. This is the following code:
CALL FUNCTION 'FP_JOB_OPEN'
CHANGING
ie_outputparams = gs_outputpar
EXCEPTIONS
cancel = 1
usage_error = 2
system_error = 3
internal_error = 4
OTHERS = 5.
I debugged and checked. This is the following code:
CALL FUNCTION 'FP_JOB_OPEN'
CHANGING
ie_outputparams = gs_outputpar
EXCEPTIONS
cancel = 1
usage_error = 2
system_error = 3
internal_error = 4
OTHERS = 5.