Как заполнить поля прямо в ME21N и существует ли возможность добавить выбор сбытового заказа в Обзор документов или придется делать новую вкладку с кнопкой "Копировать" ?
Юлия, пока в голову не приходит красивого решения.
Существует BADI ME_PROCESS_PO_CUST с методом OPEN, в котором можно заполнить заголовок и создать позиции, но этот метод отрабатывает только в момент открытия ME21N и следовательно, в этот момент еще не известен номер сбытового заказа, но основании которого создаются данные. Возможно, найдется способ после отработки кнопки "Копировать" перезпустить me21N, предварительно сохранив в ABAP memory номер заказа, чтобы отработал метод OPEN.
Пример:
Code:
method IF_EX_ME_PROCESS_PO_CUST~OPEN .
* define local data
DATA: lt_vbap TYPE TABLE OF vbap,
wa_vbap TYPE vbap.
DATA:
ls_header TYPE mepoheader,
R_DATA TYPE PURCHASE_ORDER_ITEMS.
DATA CL_PO_HEADER_HANDLE_MM TYPE REF TO CL_PO_HEADER_HANDLE_MM.
Кнопку наверно придется делать на польз. экране.
В me21n существует много customer-function exit, Вам должен подойти MM06E005.
AMPL0001 User subscreen for additional data on AMPL
LMEDR001 Enhancements to print program
LMELA002 Adopt batch no. from shipping notification when posting a GR
LMELA010 Inbound shipping notification: Transfer item data from IDOC
LMEQR001 User exit for source determination
LMEXF001 Conditions in Purchasing Documents Without Invoice Receipt
LWSUS001 Customer-Specific Source Determination in Retail
M06B0001 Role determination for purchase requisition release
M06B0002 Changes to comm. structure for purchase requisition release
M06B0003 Number range and document number
M06B0004 Number range and document number
M06B0005 Changes to comm. structure for overall release of requisn.
M06E0004 Changes to communication structure for release purch. doc.
M06E0005 Role determination for release of purchasing documents
ME590001 Grouping of requsitions for PO split in ME59
MEETA001 Define schedule line type (backlog, immed. req., preview)
MEFLD004 Determine earliest delivery date f. check w. GR (only PO)
MELAB001 Gen. forecast delivery schedules: Transfer schedule implem.
MEQUERY1 Enhancement to Document Overview ME21N/ME51N
MEVME001 WE default quantity calc. and over/ underdelivery tolerance
MM06E001 User exits for EDI inbound and outbound purchasing documents
MM06E003 Number range and document number
MM06E004 Control import data screens in purchase order
MM06E005 Customer fields in purchasing document
MM06E007 Change document for requisitions upon conversion into PO
MM06E008 Monitoring of contr. target value in case of release orders
MM06E009 Relevant texts for "Texts exist" indicator
MM06E010 Field selection for vendor address
MMAL0001 ALE source list distribution: Outbound processing
MMAL0002 ALE source list distribution: Inbound processing
MMAL0003 ALE purcasing info record distribution: Outbound processing
MMAL0004 ALE purchasing info record distribution: Inbound processing
MMDA0001 Default delivery addresses
MMFAB001 User exit for generation of release order
MRFLB001 Control Items for Contract Release Order
И другой вариант, создавать свою транзакцию, создающую PO через badi и запускающую me22N.
Спасибо, Lord. Для добавления новой закладки воспользовалась BAdI ME_GUI_PO_CUST, буду пробовать перезапускать me21N и обрабатывать в предложенной Вами BadI метод OPEN.
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.