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

Pass param to Function modules

Former Member
0 Likes
481

Hi,

WHAT HAPPENS IF WE DON’T PASS MANDATORY PROGRAM VARIABLES IN FUNCTION MODULES WHILE CALLING IT?

1 ACCEPTED SOLUTION
Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
456

Hi,

You will get a short dump with this exception CX_SY_DYN_CALL_PARAM_MISSING

.

Regards,

Sesh

4 REPLIES 4
Read only

JozsefSzikszai
Active Contributor
0 Likes
456

Syntax error

Read only

varma_narayana
Active Contributor
0 Likes
456

Hi..Sourav..

It will Generate Runtime Error if We don't Pass the Values to Mandatory Parameters in FM.

It will not give any Syntax Error.

<b>Reward if Helpful</b>

Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
457

Hi,

You will get a short dump with this exception CX_SY_DYN_CALL_PARAM_MISSING

.

Regards,

Sesh

Read only

0 Likes
456

you are right, only runtime error, no syntax error