cancel
Showing results for 
Search instead for 
Did you mean: 

Handling Exceptions caused by Function Module.

0 Kudos
76

Hi All,

How to catch the Exceptions caused by Function Module's in 4.6c.

For eg: CALL_FUNCTION_PARM_MISSING(caused when a Mandatory parameter is not passed)

Points will be rewarded.

Thanks & Regards,

Santosh.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Check for sy-subrc value accordingly there will be exceptions.

say, subrc = 1 <--in the function module itself there will be an exception for this.

hope this helps.