🏆

SAP ABAP 100 Days Challenge

Day 17 — MODIFY, DELETE and CLEAR

1
0
0
0
0

Interview Question

1. What are MODIFY, DELETE, and CLEAR statements? 2. When do we use them?

Answer

1. MODIFY is used to update an existing record. 2. DELETE is used to remove a record from an Internal Table or Database Table. 3. CLEAR is used to reset a variable or Work Area. 4. These statements help manage data efficiently during program execution. 5. They are commonly used in reports and data processing programs.

Real-Time Example

1. Fetch Sales Orders into an Internal Table. 2. Update the Sales Organization using MODIFY. 3. Delete cancelled Sales Orders using DELETE. 4. Clear the Work Area using CLEAR before processing the next record. 5. Display the updated data in the ALV report.

Practice Questions

1. What is MODIFY? 2. What is DELETE? 3. What is CLEAR? 4. When do we use MODIFY? 5. Give one real-time example.

Related Jobs — ABAP

See all

Discussion

to join the discussion.

Be the first to comment.