2007 May 04 7:38 AM
Hi,
How to move the output files into pdf format and transfer to the application server
are there any standard subroutines/fm
Thanks,
kalyani
2007 May 04 7:40 AM
Hi kalyani,
CG3Y To Save a file From Application server to Presentation server directly.
CG3Z To Save a file From Presentation server to Application server directly.
Reward if Helpful.
Thanks.
Hi,
How to move the output files into pdf format and transfer to the application server
are there any standard subroutines/fm
Thanks,
kalyani
2007 May 04 7:40 AM
Hi kalyani,
CG3Y To Save a file From Application server to Presentation server directly.
CG3Z To Save a file From Presentation server to Application server directly.
Reward if Helpful.
Thanks.
2007 May 04 7:41 AM
Hi
Use the FM:
CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1' " IN UPDATE TASK "/ .
EXPORTING
document_data = l_doc_chng
put_in_outbox = k_x
TABLES
packing_list = l_objpack
object_header = l_objhead
contents_bin = l_objbin
contents_txt = l_objtxt
receivers = l_reclist
EXCEPTIONS
too_many_receivers = 1
document_not_sent = 2
operation_no_authorization = 4
OTHERS = 99.
Regards,
Sreeram
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |