Application Development and Automation 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: 
Read only

error during upgrade

Former Member
0 Likes
372

HI all,

While upgrading from 4.6c to Ecc 6.0 i am facing a problem in line 12 of the fucntion given below:

Error: "TTXMM" must be a flat structure you can not use internal tables....

FunctionPool:: SAPLYTESTAKG

*******************************************************************

  • THIS FILE IS GENERATED BY THE FUNCTION LIBRARY. *

  • NEVER CHANGE IT MANUALLY, PLEASE! *

*******************************************************************

FUNCTION $$UNIT$$ YTESTDUNFUN

IMPORTING

REFERENCE(ID) LIKE !THEAD-TDID

REFERENCE(LANGUAGE) LIKE !THEAD-TDSPRAS

REFERENCE(NAME) LIKE !THEAD-TDNAME

EXPORTING

REFERENCE(P_STD_TXT) LIKE !TTXMM-TDLINE .

==========================================================================

Please suggest a solution to fix this error

Thanks

Manoj

1 ACCEPTED SOLUTION
Read only

Sm1tje
Active Contributor
0 Likes
337

It was generated by the system, so try to find out how it was generated in the past and (re)generate it again. Obviously the FM should NOT be changed manually. It should be described in your (project) documentation how the FM was generated in the past, by what (trans)action.

1 REPLY 1
Read only

Sm1tje
Active Contributor
0 Likes
338

It was generated by the system, so try to find out how it was generated in the past and (re)generate it again. Obviously the FM should NOT be changed manually. It should be described in your (project) documentation how the FM was generated in the past, by what (trans)action.