SAP-ABAP-SM30自建表维护如何如何自动带出描述

文章目录

        • 1 Requirement
        • 2 Process
          • 2.1 When you finish table maintainer , and create event .
          • 2.2 Create sub routine .
          • 2.3 Write code
        • 3. Result
        • 4 Reference Document

1 Requirement

The requirement is that we input MATNR and HKONT and get the description automatic .

2 Process

2.1 When you finish table maintainer , and create event .

SAP-ABAP-SM30自建表维护如何如何自动带出描述_第1张图片

2.2 Create sub routine .

SAP-ABAP-SM30自建表维护如何如何自动带出描述_第2张图片

2.3 Write code

SAP-ABAP-SM30自建表维护如何如何自动带出描述_第3张图片

3. Result

在这里插入图片描述

In the screen , We can limit the field for non-input.

4 Reference Document

https://blogs.sap.com/2021/11/29/table-maintenance-generator-events-create-update-and-delete/

你可能感兴趣的:(abap,SAP)