Posts

Showing posts from January, 2023

ABAP: Table Maintenance Generator

Image
  Getting Started With ABAP: Table Maintenance Generator 1 6 11,437 This is the seventh blog post in this series. Here is the previous blog post  Getting started with ABAP: How to Create Table Part 3 In the previous blog post, we learned what is value table and how to use it. In this blog post we will learn what is Table Maintenance Generator and how to create it. Also how to maintain table using this tool. What is Table Maintenance Generator? Table maintenance generator is a tool which generate table maintenance program. Through table maintenance program we can maintain our custom table. That means through this tool we can edit, add and delete the entries from the custom table. How to Create Table Maintenance Generator Step 1: Go to SE11 and give your table name and open it. Here my table is ZAKTABLE. Step 2: Click on Utilities and then Tab...