‎2012 Mar 15 4:24 PM
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
‎2012 Mar 16 2:05 AM
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
‎2012 Mar 15 11:13 PM
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).
‎2012 Mar 16 2:05 AM
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
‎2012 Mar 16 9:21 AM
‎2012 Mar 16 9:45 AM
Hi,
If it is solved, please close the thread.
Thanks & Regards
Bala Krishna
‎2012 Mar 16 11:09 AM
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
‎2012 Mar 16 1:29 PM
‎2012 Mar 16 3:10 PM
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