cancel
Showing results for 
Search instead for 
Did you mean: 

Passing a Select Options Table to Adobe Form.

Former Member
0 Kudos

Hi Guys,

I am trying to pass a select options table to the adobe forms. I searched the forums but haven't been able to resolve my query.

I have in my driver program :

Data: Z_AUART TYPE ZJP_AUART_TT. "Table Type for Line Type - SELOPT.

Select-Options X_AUART FOR AUFK-AUART. "the select options

Z_AUART = X_AUART[]. " Passing the values of the select options as a table to the table type.

Finally -

CALL FUNCTION FM_NAME

EXPORTING

X_AUART = Z_AUART.

Now in my adobe form interface. I Have an Import Parameter :

X_AUART TYPE ZJP_AUART_TT   " This is a Table Type of Line Type SELOPT.

Everything works fine and my internal table is perfectly generated except that i get a runtime error from standard SAP code after my code is finished. During the WORK part.

Conversion of type "h" to type "g" not supported.

Any help would be appreciated.

Regards

P.Sharma

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos