Answer Posted / purnaiah
CALL FUNCTION FM_NAME
EXPORTING
CONTROL_PARAMETERS = CONTROL
OUTPUT_OPTIONS = OUTPUT
USER_SETTINGS = ' '
EKKO = L_DOC-XEKKO
PEKKO = L_DOC-XPEKKO
DRUVO = L_DRUVO
IMPORTING
JOB_OUTPUT_INFO = JOB_OUTPUT_INFO " Add this parameter
JOB_OUTPUT_OPTIONS = JOB_OUTPUT_OPTIONS
TABLES
EKPO = L_DOC-XEKPO
PEKPO = L_DOC-XPEKPO
XAEND = IT_XAEND
EXCEPTIONS
FORMATTING_ERROR = 1
INTERNAL_ERROR = 2
SEND_ERROR = 3
USER_CANCELED = 4
OTHERS = 5.
Smartfrom Fm has one more structure under the IMPORTING parameters i.e. JOB_OUTPUT_INFO
Which you have not used in your FM. Use that you can get the spool number returened in the JOB_OUTPUT_INFO structure
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Have you set up a back ground job? How to create a background job without a variant ? : abap bdc
Why do we use logical blocks in abap program?
what are the problem we face during development( if we say v are in support(development)? what are the critical problems araises during LSMW updation and Smart form layout development for involce and po? very very important questions now a days commonly asking..plz plz reply me
How does the system handle roll areas for external program components?
What is the different between template and a table?
What is abap dictionary or data dictionary? What is the transaction to access abap dictionary? : abap data dictionary
What are the functional areas? User groups?
What is an abap data dictionary? : abap data dictionary
What are the layers of data description in r/3? : abap data dictionary
How many types of data classes are there in sap abap? : abap data dictionary
Differentiate screen painter from menu painter.
What is transparent table?
What is the use of abap data dictionary? : abap data dictionary
How can we use / display table in a screen?
What functions does a data dictionary perform? : abap data dictionary