使用BAPI修改Material Master Data的Classification
摘要:BAPI :BAPI_OBJCL_GETDETAIL 读取ClassificationBAPI_OBJCL_CHANGE 修改Classification如果Material Master data的Classification不存在,则在创建新的classification之后,需要更新mara中pstat ,vpsta 字段,将‘C‘ 添加到该字符串之后。CONCATENATEwa_mara-pstat'C'INTOwa_mara-pstat.CONCATENATEwa_mara-vpsta'C'INTOwa_mara-vpsta.DATA :wa_clas
阅读全文
posted @
2012-05-17 11:30
T_BUG
阅读(2651)
推荐(1)
Add new Process and Movement type to VLMOVE
摘要:最近遇到一个需求,要求在使用VLMOVE对HU移库(Transfer within plant, between storage locations),但是移动后的Storage Type 要和一般的物料移库区分开。由于Storage Type 是和Movement type 关联的,则需要新建Movement type,并把新建的Movement type绑定到VLMOVE的Process中去。记录下解决方法:1.修改已经存在的25个Process的Movement Type在IMG中配置的 movement eventIMG --> Logistics - General -->
阅读全文
posted @
2012-05-16 17:50
T_BUG
阅读(985)
推荐(0)
Handling Unit Movement
摘要:FORM fnnn_hu_goods_movement USING p_i_hu TYPE t_i_hu p_i_huit TYPE t_i_huit p_werks TYPE t001l-werks p_lgort TYPE t001l-lgort p_bldat TYPE mkpf-blda...
阅读全文
posted @
2012-05-16 17:11
T_BUG
阅读(635)
推荐(0)
获取PP生产订单的状态(get status of pp production order)
摘要:Tables: CAUFV JEST TJ02T1.First go to CAUFV table input the production order get the object number2.Input this object number in JEST table and get the system status3.Input the system status in TJ02T table ,u will get the production order status
阅读全文
posted @
2012-05-07 15:56
T_BUG
阅读(497)
推荐(0)
后台运行进程(background job)
摘要:后台运行进程(background job) 转自:http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=217385588在一些日常业务中,总有一些长时间处理的任务,系统运行这些任务需要一晚甚至一个周末。这就需要后台运行单元(background work process)来完成,而且其是不会发生超时(time out) 错误的。进程(job)有下面几种类型:时间驱动(Time-driven job):按照用户预先设定的有时间启动进程。事件驱动(Event-Driven job):在一个事件或另一个进程后,该进程启动。周期型(pe
阅读全文
posted @
2012-05-07 11:08
T_BUG
阅读(1321)
推荐(0)