2008 Nov 24 8:48 AM
Hello All,
We have a report which is copy of the program for ME57.In the output there is a custom field.When i execute the report this field is coming out of the layout of the report whereas when a differnt user excutes this the fild appears within the boundary.Is there any user setting that needs to be done?
Thanks,
Rakesh.
Hello All,
We have a report which is copy of the program for ME57.In the output there is a custom field.When i execute the report this field is coming out of the layout of the report whereas when a differnt user excutes this the fild appears within the boundary.Is there any user setting that needs to be done?
Thanks,
Rakesh.
2008 Nov 24 9:09 AM
hi
just try this code:
call function 'GET_PRINT_PARAMETERS'
exporting
destination = 'LPIN'
copies = 1
list_name = 'TEST'
list_text = 'Test NEW-PAGE PRINT ON'
immediately = 'X'
layout = 'X_65_255'
line_count = 65
line_size = 255
release = 'X'
mode = 'CURRENT'
no_dialog = 'X'
importing
out_parameters = l_params
valid = l_valid
exceptions
archive_info_not_found = 1
invalid_print_params = 2
invalid_archive_params = 3
others = 4.
hope this helps
regards
Aakash Banga
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |