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

Short dump after ECC tech upgrade

Former Member
0 Likes
703

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
Read only

Former Member
0 Likes
668

I m thinking some where you missed the

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

5 REPLIES 5
Read only

ThomasZloch
Active Contributor
0 Likes
668

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

Read only

Former Member
0 Likes
669

I m thinking some where you missed the

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

Read only

0 Likes
668

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?

Read only

0 Likes
668

Follow what Thomas suggested.

Read only

0 Likes
668

thanks for ur suggestion.