generate alphanumeric serial number with the following BADI / Customer Exit:

Name of Enhancement : IQSM0001

Name of Function Module Exit: EXIT_SAPLIPW1_001

Name of Include : ZXQSMU01

ZXQSMU01:

This user exit can be used to create the serial numbers automatically for material of a production order. Number of serial numbers generated will be equal to the total number of quantity. The purpose behind development of this user exit was to attach prefix
in each serial number generated. so as per your requirement you can generate serial number like ABC0001 etc.

Process Steps:

For exit: EXIT_SAPLIPW1_001

1. Get serial number profile for a material in respective plant.

2. Check if the profile is u2018XYZu2019.

3. If profile is u2018XYZu2019 generate the serial numbers for the given quantity of material in production order.

General Program Structure

For exit: EXIT_SAPLIPW1_001

1. Get the serial number profile using function module 'MARC_SINGLE_READ' for a material.

2. Check if the profile is u2018XYZu2019.

3. If the serial number profile is u2018XYZu2019 then generate the serial numbers for the given production order quantity of a material.

4. Concatenate ABC as a prefix to the all generated serial numbers

Implement above Enhancement in CMOD.

最新文章

  1. strcpy函数在VS2015无法使用的问题
  2. Excel 点滴积累
  3. 用xutils3.0进行下载
  4. 学习windows内核书籍推荐 ----------转自http://tieshow.iteye.com/blog/1565926
  5. C语言指针总结
  6. sicily 1027 MJ, Nowhere to Hide 字符串匹配与排序
  7. c++ 虚继承与继承的差异 (转)
  8. jvm 参数调优
  9. Unity3d 实现顶点动画
  10. Asp.net中向前端输出JS的一些调用
  11. Linux企业级项目实践之网络爬虫(10)——处理HTTP状态码
  12. user Collaborative Filtering
  13. MyCat 枚举分片设计思考,查询命中条件
  14. Linux查看用于终止进程命令
  15. Create database 创建数据库
  16. 【python标准库模块五】Xml模块学习
  17. eclipse svn合并小结
  18. Java面试题详解三:比较器
  19. 微信web开发者工具 移动调试
  20. Prepare paddle in Docker1

热门文章

  1. 利用MVC模式简单设计jsp分页效果
  2. [cogs729]圆桌问题(最大流)
  3. APUE 学习笔记(十一) 网络IPC:套接字
  4. 【CF721C】Journey(拓扑排序,最短路,DP)
  5. LOJ#2302. 「NOI2017」整数
  6. touch上滑加载
  7. button 默认类型是submit
  8. Linux之进程的等待与其内核实现解析
  9. Toast问题记录:This Toast was not created with Toast.makeText()
  10. Codeforces Round #482 (Div. 2)