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: 

Error : TEXT_CONVERT_TEX_TO_SAP

Former Member
0 Kudos

Hi all,

when i execute the FM: TEXT_CONVERT_TEX_TO_SAP

in se37 its giving error like " Error generating the test frame " . But same FM is working fine in the program.

why it is so ?

Thanks

Krupali

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi see the long test, it seems like there is some sytax errors in it.

Error generating the test frame
Message no. FL819

Diagnosis

The system could not generate a syntactically correct test frame for function module TEXT_CONVERT_TEX_TO_SAP. You therefore cannot test the function module using the test environment. You have probably used an ABAP feature in the interface definition that is not yet supported in the test environment.

The error message is:

"OF" expected after "TABLE"


System Response


Procedure

Check whether you can change the interface of the function module so that it is possible to generate the test frame. If this is not possible,you will have to write your own utility for testing the function module.

Procedure for System Administration

Regards

Karthik D

Edited by: Karthik D on Sep 19, 2008 4:45 PM

4 REPLIES 4

Former Member
0 Kudos

Yes, i have also faced same pproblem

but it working fine

Jithendra

Former Member
0 Kudos

Hi see the long test, it seems like there is some sytax errors in it.

Error generating the test frame
Message no. FL819

Diagnosis

The system could not generate a syntactically correct test frame for function module TEXT_CONVERT_TEX_TO_SAP. You therefore cannot test the function module using the test environment. You have probably used an ABAP feature in the interface definition that is not yet supported in the test environment.

The error message is:

"OF" expected after "TABLE"


System Response


Procedure

Check whether you can change the interface of the function module so that it is possible to generate the test frame. If this is not possible,you will have to write your own utility for testing the function module.

Procedure for System Administration

Regards

Karthik D

Edited by: Karthik D on Sep 19, 2008 4:45 PM

Former Member
0 Kudos

Hi,

Please check the size of the file that you are trying to convert.

If the size is more , then, this error will arise.

Former Member
0 Kudos

hi,

since there is no export parameter, there is no chance for the testing purpose.

when u executed the Same FM in report it will work.