Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

smartform-Error generating the test frame

Former Member
0 Kudos

i am passing a internal table to a smartform and defined the associated type for that internal table under TYPES tab of the Global Definition.

While testing the smartform it gives a runtime error i.e. Error generating the test frame.

kindly advice where i am going wrong

Thanks

Ravi

2 REPLIES 2

Former Member
0 Kudos

hi,

you must define the internal table in the form interface tab. the type will be data dictionary type

for ext

Form interface - > Tables

itab_mara like mara

cheers,

sasi

Former Member
0 Kudos

Hi Ravindra ,

Test such smartforms with a program and not through SE37 . Not supported see error message -

<b>The test framework for /1BCDWB/SF00000031 has been regenerated but errors have occurred

Message no. FL821

Diagnosis

One reason can be the complex typing of the function module parameters.

In certain circumstances you cannot access the test cases in the test data directory.

Procedure

The test environment of the function builder cannot map (or map correctly) complex types, so that you cannot read or write this data to the test database.</b>

Cheers