cancel
Showing results for 
Search instead for 
Did you mean: 

Fetch from Table Type

Former Member
0 Kudos

Hi All

I am modifying standard smartform.

I am facing problem in fetching data from "Form Interface".

For Eg.

Status type output_status

but here "output_status" is Table Type of some Structure(from where I want to fetch the field).

Please tell me statement to use in Editor to fetch data.

Regards.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

done

Former Member
0 Kudos

hi

if output_status is a table type u should specfy them is tables tab not in import section .

in import section u can only specify flat structure ... but table type is not flat structurte ... u can use line type if u want to use it in import section ...

hoipe it helps ...

amit_khare
Active Contributor
0 Kudos

Did you search the forum before posting the query?

Anyways, its general ABAP thing.

Former Member
0 Kudos

Hi

Actually I want the data from some standard structure.

When I'm defining import parameters & mentioning in Smartform Editor, Its giving runtime error (for main Program).

I have to do some coding in the main program?

Regards.