‎2009 Mar 13 9:01 AM
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
‎2009 Mar 13 9:51 AM
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.
‎2009 Mar 13 9:51 AM
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.