‎2009 Feb 19 1:08 PM
Hello,
While saving invoice (VF02) I want to give the popup and ask whether the user want to send mail or not.
I want exit or the badi where I can put my functionality of popup.
Regards,
Neelambari Naik
‎2009 Feb 19 1:14 PM
Can you not handle it in the output mechnanism that creates the mail or not ?
Define output type that create mail. First action in the function module for the mail-creation is the popup.
‎2009 Feb 19 1:16 PM
Hi,
LMR1M001 User exits in Logistics Invoice Verification
LMR1M002 Account grouping for GR/IR account maintenance
LMR1M003 Number assignment in Logistics Invoice Verification
LMR1M004 Logistics Invoice Verification: item text for follow-on docs
LMR1M005 Logistics Inv. Verification: Release Parked Doc. for Posting
LMR1M006 Logistics Invoice Verification: Process XML Invoice
MRMH0001 Logistics Invoice Verification: ERS procedure
MRMH0002 Logistics Invoice Verification: EDI inbound
MRMH0003 Logistics Invoice Verification: Revaluation/RAP
MRMN0001 Message output and creation: Logistics Invoice Verification
-
Possible useful BAPIs:
BAPI_GOODSMVT_CREATE
BAPI_GOODSMVT_RELEASE
BAPI_INCOMINGINVOICE_CREATE
BAPI_INCOMINGINVOICE_RELEASE
BAPI_PO_CHANGE
BAPI_PO_CREATE1
BAPI_REQUISITION_CHANGE
BAPI_MATERIAL_SAVEDATA
Regards,
Jyothi.
‎2009 Feb 19 1:32 PM
Hi
first you need to check where exactly you want the popup and mail to be sent
in that call this FM
C102_POPUP_TO_CONFIR
FITP_POPUP_TO_CONFIR
POPUP_TO_CONFIRM
then use FM to send email
SRM_SEND_EMAIL and many more
Hope this helps!
Viquar Iqbal
‎2010 Dec 15 7:17 AM