当前位置:网站首页>ABAP essay - material master data interface enhancement
ABAP essay - material master data interface enhancement
2022-06-23 16:37:00 【Tab Zhu】
Happy New Year everyone , This new year is very different . I am busy with the project while working from home , In addition, I have forgotten to write essays since the Spring Festival . Sure enough, it is a Buddhist system that operates , Let's have a longer article today .
An enhancement of material master data has been made
Let's take a look at the renderings first :MM02 The basic data of 2 Enhancements under the tab table control
1. Create a custom table ZMMT001
Used to store the data of the material master data enhancement page
2. SPRO-- logistics - routine -- Material master data -- Configure the material master record -- Create a custom sub screen program
We are SE80 See the function group created in
3. On screen 0001 Create the required fields on the
double-click 0001 The screen , Click layout
Let's draw a table control , Add code at the same time
The next step is to choose other than SEL Other fields , And then keep going
Table control The creation is completed as follows :
0001 The picture code is as follows
4. CMOD Create enhancements
Click on enhanced allocation
Add enhancement :MGA00001( Only the industrial version of the material master data , Retail is not here )
Click component modification exit
EXIT_SAPLMGMU_001 double-click ZXMG0U02 Press enter to create the include file
5. spro-> logistics - routine -> Material master data -> Configure the material master record -> Define the structure of the data screen for each screen sequence
The selection screen is 0001 The line of
take SAPLMGD1 Change to our function group : SAPLZMM_FG_001
preservation , Setup complete .
MM03 effect
6. Problem solving
(1) When you are in table control When entering data in , Carriage return will trigger the next page or save
(2) When you click the custom sub screen button , Will report a mistake
(TC_MM001_INSR, TC_MM001_DELE)
resolvent : stay TC_MM001_USER_COMMAND INPUT Add code before execution
Be careful : There is a parameter here UBILDFLAG If this value is empty , Then the program will go T133E,T133D Search the table for the button you clicked ,
Or the tab will jump when entering / Save directly .
END
边栏推荐
- openGauss数据库源码解析系列文章—— 密态等值查询技术详解(下)
- Code implementation of golang binary search method
- Focus: zk-snark Technology
- 多年亿级流量下的高并发经验总结,都毫无保留地写在了这本书中
- OutputDebugString instructions and exception handling
- OutputDebugString使用说明以及异常处理
- 2022 Jiufeng primary school (Optics Valley No. 21 primary school) student source survey
- 炒股买股票需要怎么选择呢?安全性不错的?
- Drag the child file to the upper level
- How to select securities companies? Is it safe to open a mobile account?
猜你喜欢
![Leetcode: interview question 08.13 Stacking bin [top-down DFS + memory or bottom-up sorting + DP]](/img/22/220e802da7543c2b14b7057e4458b7.png)
Leetcode: interview question 08.13 Stacking bin [top-down DFS + memory or bottom-up sorting + DP]

Leetcode 450. Delete node in binary search tree

XML

get_ edges

出现Identify and stop the process that‘s listening on port 8080 or configure this application等解决方法

npm install 问题解决(nvm安装与使用)

stylegan3:alias-free generative adversarial networks

Safe and comfortable, a new generation of Qijun carefully interprets the love of the old father

读书郎通过上市聆讯:平板业务毛利率走低,2021年利润同比下滑11%

数字经济加速落地,能为中小企业带来什么?
随机推荐
腾讯的技术牛人们,是如何完成全面上云这件事儿的?
Reading and writing JSON files by golang
Short video platform development, click the input box to automatically pop up the soft keyboard
Batch registration component
Interpreting the 2022 agile coaching industry status report
VGg download (.Net file and imagenet-vgg-verydeep-19)
Thread pool
openGauss数据库源码解析系列文章—— 密态等值查询技术详解(上)
创新实力再获认可!腾讯安全MSS获2022年度云原生安全守护先锋
R language uses the image of magick package_ The scale function resizes the image. You can customize the scaling from the angle of width or height
Coatnet: marrying revolution and attention for all data sizes
Now I want to buy stocks. How do I open an account? Is it safe to open a mobile account?
golang goroutine、channel、time代码示例
提高效率 Or 增加成本,开发人员应如何理解结对编程?
股票开户如何便宜一些?现在网上开户安全么?
golang数据类型图
XML
Apache commons tool class
Golang write file code example
Opengauss database source code analysis series articles -- detailed explanation of dense equivalent query technology (Part 1)