

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
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 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.
- Related Questions & Answers
- Hiding SAP ABAP table control column
- Internal Table itab declaration in SAP and difference between both the declarations
- Difference between Work area, global structure and internal table in SAP ABAP
- Inserting rows to an internal table through debug in SAP ABAP
- Adding rows in an internal table with header line in SAP ABAP
- Sorting an already sorted internal table in ABAP
- Usage of subqueries in internal table as condition in SAP ABAP source code.
- Finding a particular value in internal table itab in ABAP
- Fetch unique records from table in SAP ABAP
- In SAP ABAP, mapping two database table fields
- Retrieving data from a table in SAP ABAP
- How to map output of a function to an internal table in SAP ABAP using Gateway service
- Checking number of rows in an internal table in SAP
- Fetch fields from table or structure in ABAP SAP
- Field not getting save from table to transparent table in SAP
Advertisements