cancel
Showing results for 
Search instead for 
Did you mean: 

Smart form in Web dynpro ABAP

Former Member
0 Kudos

Hi experts,

In my scenario i have to display smartform from WDA. The smartform will show the employee records when i pass PERNR as the input parameter. i have used the following FM's SSF_FUNCTION_MODULE_NAME and CONVERT_OTF. and converted it into PDF and binded the source file to interactive form. Now the form is getting displayed.

My problem is when i pass single pernr its fetching the record of particular pernr and when i pass multiple pernr its not fetching the records of multiple pernr.

when i set the value for below control parameter its getting values for single pernr:-

cparam-no_dialog = 'X'.

cparam-preview = 'X'.

cparam-getotf = 'X'.

when i set values for these parameters cparam-no_open = 'X' and cparam-no_close = 'X' to fetch multiple PERNR nothing is getting displayed in the form.

What should i have to do to show multiple records. Is any other control parameters is to be passed.

Please help me out of this issue.

Regards,

Susil.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Susil,

It has something to do the logic inside the smartforms,nothing with the control parameters

Thanks

Bala Duvvuri