cancel
Showing results for 
Search instead for 
Did you mean: 

CX_SY_DYN_CALL_PARAM_MISSING

Former Member
0 Kudos

Dear SDN Team,

Sap SMART FORM giving the following short dump.Would you please help??

The exception, which is assigned to class 'CX_SY_DYN_CALL_PARAM_MISSING', was

not caught in procedure "DISPLAY_DATA" "(FORM)", nor was it propagated by a RAISING clause.

Since the caller of the procedure could not have anticipated that the

exception would occur, the current program is terminated.

The reason for the exception is:

When calling the function module "/1BCDWB/SF00000016", one of the parameters

needed according to the interface description was not specified.

-


itab3 table has following structure

MANDT MANDT CLNT 3 0 Client

LIFNR LIFNR CHAR 10 0 Account Number of Vendor or Creditor

NAME1 NAME1 CHAR 30 0 Name

TXZ01 TXZ01 CHAR 40 0 Short Text

KTMNG KTMNG QUAN 13 3 Target Quantity

NETPR NETPR CURR 11 2 Net price

ZTERM DZTERM CHAR 4 0 Terms of Payment Key

WAERS WAERS CUKY 5 0 Currency Key

MEINS MEINS UNIT 3 0 Base Unit of Measure

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

thz SDn

Former Member
0 Kudos

When calling the function module "/1BCDWB/SF00000016", one of the parameters

needed according to the interface description was not specified.

As usual, dump tells us what the problem is. When you called the FM, which parameter value did you fail to supply?

Former Member
0 Kudos

You probably enterred some parameters in the Form interface in smartforms and forgot to update the report according to these parameters.