‎2008 Sep 30 3:49 PM
hi all,
i am getting a short dump as Syntax error in program "YSAPFM06I ".
what happened?
The following syntax error occurred in program "YSAPFM06I " in include
"FM06IFCD_LISTE_ANZEIGEN_CD_WC " in
line 128:
"Type "SLIS_T_FIELDCAT_ALV" is unknown"
let me know how to proceed?
thanks.
‎2008 Sep 30 4:04 PM
I m thinking some where you missed the
TYPE-POOLS: SLIS statement. in the Top include check it once.
‎2008 Sep 30 4:02 PM
Looks like you're getting punished for copying an SAP standard module pool or function group into the customer name range, but keep referencing SAP standard includes in the copied code. Provides for a nice mess during the next upgrade, when the standard part is being changed, but your Y-copy is not. You're looking at this mess right now.
This can only be solved by an experienced ABAP developer analysing the entire situation in detail, not remotely via SDN...
Thomas
‎2008 Sep 30 4:04 PM
I m thinking some where you missed the
TYPE-POOLS: SLIS statement. in the Top include check it once.
‎2008 Sep 30 4:13 PM
yes even i thought the same so we need to change the code and add this stuff???
or should we check for any other alternative?
‎2008 Sep 30 4:32 PM
‎2008 Oct 01 7:10 AM