cancel
Showing results for 
Search instead for 
Did you mean: 

No dump when dynamic call FM by using wrong parameter

Former Member
0 Kudos

Hi experts:

I'm learning adobe form based printing now and met subject issue.

I create a abap dic based interface and define a import parameter GT_TABLE

And the create a form by using this IF, but in the print program when dynamic call FM(generated by adobe form), I mistyped the import parameter as GT_TAB. But system did not give me any information about this, I assumed that it should dump.

Just curious about this...

Richard

Accepted Solutions (0)

Answers (1)

Answers (1)

vaibhav_tiwari
Contributor
0 Kudos

Hi Richard,

There must be some exceptions being caught like:

EXCEPTIONS

usage_error = 1

system_error = 2

internal_error = 3

OTHERS = 4.

Please check that by debugging the code.

Regards,

Vaibhav

Former Member
0 Kudos

Hi Vaibhav,

Thank you for your reply.

Yes, there is same code as you said. But in debug subrc = 0.

Richard

vaibhav_tiwari
Contributor
0 Kudos

Thats strange, Currently I don't have access to any SAP system.

I would like to check it to know the reason.

Rgards,

Vaibhav