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: 

Short dump after ECC tech upgrade

Former Member
0 Kudos

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.

1 ACCEPTED SOLUTION

former_member188685
Active Contributor
0 Kudos

I m thinking some where you missed the

TYPE-POOLS: SLIS statement. in the Top include check it once.

5 REPLIES 5

ThomasZloch
Active Contributor
0 Kudos

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

former_member188685
Active Contributor
0 Kudos

I m thinking some where you missed the

TYPE-POOLS: SLIS statement. in the Top include check it once.

0 Kudos

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?

0 Kudos

Follow what Thomas suggested.

0 Kudos

thanks for ur suggestion.