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

dump in program

Former Member
0 Likes
863

Hi ABAP Gurus,

i am getting this dump when i run the respective custom tcode of the program.

with this program i am trying to upload the data ,then it went to dump,

please help me to solve this

The following syntax error occurred in program "ZGLSTPISI_SAPFM06K_AP " in
include "FM06KF10_BEWERTEN " in
line 248:
"The field "GT_TOP_OF_PAGE" is unknown, but there is a field with the s"
"imilar name "SLIS_EV_TOP_OF_PAGE"."
" "
" "

The include has been created and last changed by:
Created by: "SAP "
Last changed by: "SAP "
Error in the ABAP Application Program

Error analysis

    The following syntax error was found in the program ZGLSTPISI_SAPFM06K_AP :

    "The field "GT_TOP_OF_PAGE" is unknown, but there is a field with the s"

    "imilar name "SLIS_EV_TOP_OF_PAGE"."

    " "

    " "

Information on where terminated
    Termination occurred in the ABAP program "ZGLSTPPURB_CNRTPRICE" - in
     "PROCESS_DATA".
    The main program was "ZGLSTPPURB_CNRTPRICE ".

    In the source code you have the termination point in line 1844
    of the (Include) program "ZGLSTPPURB_CNRTPRICE_FORMS".

SourceCde:

FORM process_data .

* process each record from the file
  LOOP AT itab_data INTO data_head.
    PERFORM assign_data_to_var.
    PERFORM start_of_selection_p(zglstpisi_sapfm06k_ap).
    COMMIT WORK.
  ENDLOOP.

* display end result
  PERFORM write_report(zglstpisi_sapfm06k_ap).

ENDFORM.                    " process_data

*&---------------------------------------------------------------------*

Regards,

vanamaala k

1 ACCEPTED SOLUTION
Read only

former_member585060
Active Contributor
0 Likes
797

Hi,

It seems that the copied program 'ZGLSTPISI_SAPFM06K_AP' must have been created in SAP 4.7 and the current program must have been executed after upgrade, go to the Top include of 'ZGLSTPISI_SAPFM06K_AP' and declare the missing field.

data: gt_top_of_page TYPE slis_t_listheader.

You can see the same field declared in the Top Include FM06KTOP of the standard program SAPFM06K based on which your custom program 'ZGLSTPISI_SAPFM06K_AP' is created.

Thanks & Regards

Bala Krishna


7 REPLIES 7
Read only

Former Member
0 Likes
797

The short dump seems to be a standard program. You might want to check if there is an OSS note out there that fixes the problem. At the same time, I'm confused by you saying that you ran a "custom t-code"! Are you including a standard include program in your program or vice versa? Maybe you didn't define the include correctly (order of include programs matters).

Read only

former_member585060
Active Contributor
0 Likes
798

Hi,

It seems that the copied program 'ZGLSTPISI_SAPFM06K_AP' must have been created in SAP 4.7 and the current program must have been executed after upgrade, go to the Top include of 'ZGLSTPISI_SAPFM06K_AP' and declare the missing field.

data: gt_top_of_page TYPE slis_t_listheader.

You can see the same field declared in the Top Include FM06KTOP of the standard program SAPFM06K based on which your custom program 'ZGLSTPISI_SAPFM06K_AP' is created.

Thanks & Regards

Bala Krishna


Read only

0 Likes
797

thank you for responce .

It is solved.

Regards,

vanamaala k

Read only

0 Likes
797

Hi,

If it is solved, please close the thread.

Thanks & Regards

Bala Krishna

Read only

0 Likes
797

Hi,

Bala krishna i am sorry , SDN is in new screen now ,so i am not able to find the option how to close it .

thanks.

Regards,

vanamaala k

Read only

0 Likes
797

Simply rate one answer as "correct".

Best reagrds

Read only

0 Likes
797

Hi

Now I can see the STAR MARKS after your reply befor that i did not see ,it may be the browser problem. now I have marked it as correct

Even though ,thank you very much for your reply

Thanks for all GURUS also..

Regards,

vanamaala k