Hi Experts,
I have urgent requirement lilke ,I have dovelped one Custom screen using SE51 and Screen no : 9001,9002.
When user enters values in the current screen and then he will select the Print options from the standard tool bar which i activated and when i select that print options it should pring the current screen which i develoloped ,,very urgent experts and gr8 helpfull to me,,,,,
Pls see below code which i was written ,,it is not print the screen...
CALL FUNCTION 'GET_PRINT_PARAMETERS'
EXPORTING
report = sy-repid
mode = 'CURRENT'
immediately = 'X'
user = sy-uname
IMPORTING
out_archive_parameters = arc_params
out_parameters = params
valid = l_valid
EXCEPTIONS
archive_info_not_found = 1
invalid_print_params = 2
invalid_archive_params = 3
OTHERS = 4.
Pls suggest me or how to print the current screen and send a code........
Venkat