cancel
Showing results for 
Search instead for 
Did you mean: 

Smartform & ABAP Webdynpro & Internal table

Former Member
0 Kudos

Hi Expert,

I am able to open the smartfrom by using ABAP Webdynpro.

But when I try to add the table under "Global Settings -> From Interface -> Table"

Paramemter Name Type Assignment Associated Type

I_ZSG_PAY_DATA Like ZSG_PAY_DATA

It works fine when I test it in t-code SMARTFORMS. But when I use the same ABAP Webdynpro program to open this smartform, the error appear.

"Calling Parameter incorrect"

Could you please let me know how to fix it?

Thanks a lot,

WF

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

The problem solved after generating the FM in WD again.

Thanks a lot for the quick respond.

Best Regards,

WF

Former Member
0 Kudos

Hi William,

If you have a working smartform then you should be able to display it in WD by passign its XSTRING to the PDFSOURCE of it.

Just check that where you have written the code to get the XSTRING of smartform in WD. You might have modified the smartform interface and forgot to call the revised FM generated after the smartform was changed in WD.

Just re-write the entire code to generate XSTRING for smartform and see if it works or not.

You can also try to put a break point in the code and see where exactly it is failing i.e. whether it is to do with calling smartform or converting it or WD related.

Thanks,

Abhishek