|
||||||
| Database & Database Programming MySQL, Oracle, SQL, PL/SQL, ABAP, Smart Forms, and other databases and languages. A database is an organized body of related information used in many websites (including CC). |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
I see code like this all over my ABAP:
Code:
IF sy-subrc <> 0. Code:
* error handling I'm assuming *'s mean comment but you can't use them in the middle of a line like Code:
do code ... * my code
__________________
Hi >> Saint |
| Sponsored Links |
|
|
|
|||||
|
Yes, this is an error handling code. If it is 0 you have no errors. Double click on it for more info.
* are comments, only from the start of the line.
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog The CodeCall Wiki is now fully integrated with vBulletin users! Check it out and add some new pages! |
|
|||
|
sy-subrc is a system field which is the return code. ABAP programs will set this to 0 if execution is successfull or != (<>, not equal) 0 if otherwise.
__________________
Code:
for (int i;;) {
cout << "Smith";
}
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ABAP: Changing | Saint | Database & Database Programming | 2 | 08-08-2006 09:23 PM |
| ABAP Programming and Tutorials | smith | Database & Database Programming | 2 | 08-02-2006 06:37 PM |
| Anyone here do ABAP Programming? | Jordan | Database & Database Programming | 2 | 08-02-2006 06:36 PM |
| What is ABAP? | Jordan | Database & Database Programming | 1 | 07-21-2006 05:32 PM |
| WingedPanther | ........ | 2753.6 |
| Xav | ........ | 2704 |
| Brandon W | ........ | 1702.32 |
| John | ........ | 1207.73 |
| marwex89 | ........ | 1175.24 |
| morefood2001 | ........ | 966.05 |
| dcs | ........ | 655.75 |
| Steve.L | ........ | 475.59 |
| orjan | ........ | 418.58 |
| Aereshaa | ........ | 383.54 |
Goal: 100,000 Posts
Complete: 98%