cancel
Showing results for 
Search instead for 
Did you mean: 

Send e-mail not working after assigning ZRFFOUS_C

Former Member
0 Kudos

hi experts,

I had created a Z-version of program RFFOUS_C for modifying Std.SAP Script F110_PRENUM_CHCK.

Now e-mail is not sent after assigning my Z-program for f-58 Transaction.

wat can i do for the same.

pls assist.

Thanx in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

The email is sent through the call hierarchy

RFFOUS_C -> PERFORM AVIS. -> PERFORM avis_schreiben. -> PERFORM mail_pdf_advice -> SO_DOCUMENT_SEND_API1

You need to debug your custom ZRFFOUS_C program to see which step in this hierarchy it is skipping and track back to the root cause if some condition is not met

Moreover, I see there are some coding based on SY-REPID etc which may make a difference as the program name now is ZRFFOUS_C