Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

User Exit or badi while saving invoice

Former Member
0 Likes
1,212

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

4 REPLIES 4
Read only

h_senden2
Active Contributor
0 Likes
722

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.

Read only

jyothi_anagani
Active Contributor
0 Likes
722

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.

Read only

viquar_iqbal
Active Contributor
0 Likes
722

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

Read only

Former Member
0 Likes
722

I got the answer