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
What are the dynapro keywords?
What are the functional modules used in sequence in bdc? : abap bdc
When, how and how would you control changes to standard SAP objects.
What is the diff between database view and maintenance view?
What is a fall back class?
What is the lock object?
Hat are the different types of mode (run code) in call transaction method?
Does the table can have multiple foreign keys?
Explain how to Handle the internal tables in ABAP?
difference between Valuation type and valuation category?
What is meant by hotspots?
what are the two methods of modifying sap standard tables? : abap data dictionary
what is the process of creating quotation using BAPIs.
Can we create a gui status in a program from the object browser?
What is pretty printer?