cancel
Showing results for 
Search instead for 
Did you mean: 

Reg Smartforms Driver program

former_member186491
Contributor
0 Kudos

Hi,

I'm making one smartforms which is to be opened on click of belnr in classic report.

In my program, classic report is being generated, BELNR field has properly been made as Hotspot to read click on that.

But, when, I click on this belnr, smartforms does not come up, rather, dump comes up suggesting as below --

What happened?

Error in the ABAP Application Program

The current ABAP program "YBOE" had to be terminated because it has

come across a statement that unfortunately cannot be executed.

A function module was called incorrectly.

Error analysis

An exception occurred that is explained in detail below.

The exception, which is assigned to class 'CX_SY_DYN_CALL_ILLEGAL_TYPE'

not caught and

therefore caused a runtime error.

The reason for the exception is:

The call to the function module "/1BCDWB/SF00000052" is incorrect:

The function module interface allows you to specify only

fields of a particular type under "I_BSEG".

The field "I_BSEG" specified here is a different

field type

But, I have defined I_BSEG in smartforms and driver program as same.

In Smartforms --

I_BSEG like BSEG

In Driver Program --

I_BSEG like table of BSEG with header line.

What would have gone wrong...?

Please suggest.

Thanks.

Kumar Saurav.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186491
Contributor
0 Kudos

Issue resolved.

Thanks.

Kumar Saurav.