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 error when posting through F-02.

Former Member
0 Likes
2,373


Greetings everyone,

When posting G/L act through F-02 we are facing a dump error in QUALITY system and in DEVELOPMENT we are able to post succesfully.

From my primary analysis one standard program is calling and that program has syntax error.

When i checked that program it is saved in local object and generated automaticaly when some thing done is FICO.

Generated Program is Module pool program :GBTV6FI0

Description of that program is below

Generated by report RGUGBR01.

Generated code used by validations substitutions and rules.

!! Do not manually change or transport !!

For reference please find the dump below

    Error in the ABAP Application Program

    The current ABAP program "SAPLGBL5" had to be terminated because
    come across a statement that unfortunately cannot be executed.

    The following syntax error occurred in program "GBTV6FI0 " in in
     " in
    line 519:
    "FORM "SEND_CMPLX_DATA_015" does not exist"
    " "
    " "
    " "

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

    The current ABAP program "SAPLGBL5" had to be terminated because
    come across a statement that unfortunately cannot be executed.

Can any one please suggest me how to resolve this issue.

Thanks in Advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,625

Hi,

please check SAP note 842318 in III.6.

It may help solving your issue.

Regards,

Klaus


Greetings everyone,

When posting G/L act through F-02 we are facing a dump error in QUALITY system and in DEVELOPMENT we are able to post succesfully.

From my primary analysis one standard program is calling and that program has syntax error.

When i checked that program it is saved in local object and generated automaticaly when some thing done is FICO.

Generated Program is Module pool program :GBTV6FI0

Description of that program is below

Generated by report RGUGBR01.

Generated code used by validations substitutions and rules.

!! Do not manually change or transport !!

For reference please find the dump below

    Error in the ABAP Application Program

    The current ABAP program "SAPLGBL5" had to be terminated because
    come across a statement that unfortunately cannot be executed.

    The following syntax error occurred in program "GBTV6FI0 " in in
     " in
    line 519:
    "FORM "SEND_CMPLX_DATA_015" does not exist"
    " "
    " "
    " "

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

    The current ABAP program "SAPLGBL5" had to be terminated because
    come across a statement that unfortunately cannot be executed.

Can any one please suggest me how to resolve this issue.

Thanks in Advance.

7 REPLIES 7
Read only

PeterJonker
Active Contributor
0 Likes
1,625

This looks like you have not transported the code to quality system. This code seems to have been generated when validation, substitution and rules have been defined and is missing in quality system (not transported ?)

Find the form send_cmplx_data_015 in development system and check the version. This is the transport that still needs to be transported to quality system.

I now see that you say it has been saved as local object. In that case assign it to a package and transport in SE80.

And now I see the answer of Klaus, follow the instructions in the note he has supplied first. It seems that note is exactly describing your problem.  🙂

Read only

0 Likes
1,625

Hi Peter,

For reference these programs are saved in local object,not transportable by SAP  and there is different program in Development and production system for same functanility.

The generation of program is not done correctly so can you let me know how this programs will generate.


Read only

0 Likes
1,625

Hi Saikarthik,

I think the note that Klaus was referring to will do the trick. You probabaly need to do some generation after with one of the transactions mentione din the note.

Good luck and Succes.

Peter

Read only

Former Member
0 Likes
1,626

Hi,

please check SAP note 842318 in III.6.

It may help solving your issue.

Regards,

Klaus

Read only

0 Likes
1,625

Very very Thanks for your quick reply klaus,

I checked that note and it looks related one and will do some more analysis and implement if it suits the solution.


Read only

0 Likes
1,625

Hi Klaus,

Need some information,In suggested note a report program is given RGUGBR00 to make sure that the generated source code is up to date.

Before running this program i want to know whether any other affect it will cause.

Thanks in advance.


Read only

Former Member
0 Likes
1,625

HI Saikarthik,

Referring to the error message "FORM "SEND_CMPLX_DATA_015" does not exist", I think that you missed something while transporting from development to quality.

I suggest you review the objects in your transport request and create another request for any missing object.

Regards,

Ashvin