
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Modification Not Working for Internal 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