Posted: Thu Nov 01, 2007 10:08 am Post subject: Печать документов в MIGO
Коллеги, нужно распечатать формуляр с помощью собственной программы, наподобии как в MIGO при сохранении документа. В отладчике не могу найти место, где вызывается печать.
Для печати документа материала есть специальная транзакция - MB90.
Более точное место ФМ: WFMC_MESSAGE_SINGLE, поставь точку останова и смотри, какие аргументы передаются.
В инете нарыл код, автора не знаю.
Code:
FUNCTION y_print_mm_document.
*"----------------------------------------------------------------------
*"*"кНЙЮКЭМШИ ХМРЕПТЕИЯ:
*" IMPORTING
*" REFERENCE(MATERIALDOCUMENT) LIKE MSEG-MBLNR
*" REFERENCE(MATDOCUMENTYEAR) LIKE MSEG-MJAHR
*" REFERENCE(P_PRINT_COPY) TYPE I DEFAULT 1
*"----------------------------------------------------------------------
*&**********************************************************************
*& Comments : Печать документа ММ
*&**********************************************************************
DATA: i_count_rec TYPE i,
pe_rcode LIKE sy-subrc, "return code
pi_nast LIKE nast,
l_kschl LIKE nast-kschl,
l_objky LIKE nast-objky.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
All product names are trademarks of their respective companies. SAPNET.RU websites are in no way affiliated with SAP AG. SAP, SAP R/3, R/3 software, mySAP, ABAP, BAPI, xApps, SAP NetWeaver and any other are registered trademarks of SAP AG. Every effort is made to ensure content integrity. Use information on this site at your own risk.