Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
Selected Reading
Modification not working for both internal table and control table in SAP ABAP
There seems to some mistake in your update modle. PFB the updated one
Example
MODULE update INPUT. MODIFY snctab INDEX ctrl-current_line. IF sy-subrc <> 0. APPEND snctab. ENDIF. ENDMODULE.
Advertisements
