2007 Feb 10 7:58 AM
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
2007 Feb 10 8:22 AM
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.
2007 Mar 02 4:35 AM
Hi Subramanian,
This is showing the obsolete error , my Boss is asking to replace the statement.please le tme know.
its urgent .
regards,
2007 Mar 02 4:47 AM
Hi,
Please try using RETURN statement. Let me know if it works.
Thanks & Reards,
Goutham
2007 Mar 02 5:01 AM
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^
2007 Mar 02 6:04 AM
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
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |