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

stop in ECC 6.0

Former Member
0 Likes
816

Hi Every 1,

Please anybody let me know ,

which statement replaces the STOP command in ECC6.0.

Bcos STOP is showing unicode error in ECC 6.0.

Let me know anyone , urgent please.

Regards

Hi Every 1,

Please anybody let me know ,

which statement replaces the STOP command in ECC6.0.

Bcos STOP is showing unicode error in ECC 6.0.

Let me know anyone , urgent please.

Regards

5 REPLIES 5
Read only

Former Member
0 Likes
785

HI,

The examples in ECC6.0 conversion document has the STOP stmt in it.

What kind of error do you get?

If it is a warning, ignore it.

Regards

Subramanian.

Read only

0 Likes
785

Hi Subramanian,

This is showing the obsolete error , my Boss is asking to replace the statement.please le tme know.

its urgent .

regards,

Read only

Former Member
0 Likes
785

Hi,

Please try using RETURN statement. Let me know if it works.

Thanks & Reards,

Goutham

Read only

Former Member
0 Likes
785

hi

good

i would suggest you to go through SAP Release Note for ECC6.0,that would help you more to solve your problem

Thanks

mrutyun^

Read only

Former Member
0 Likes
785

Hi Sapna,

Please check the code below.

comment the stop with pseudo codes "#EC *.

IF pa_upd EQ gc_x.

SEARCH pa_file FOR '.csv'.

IF sy-subrc NE gc_zero_num.

MESSAGE i008. "DISPLAY LIKE 'E'. "#EC *

STOP. "#EC *

ENDIF.

ENDIF.

Regards

Kannaiah