FICO模块主要关注的物料主数据字段有如下这些: 物料主档创建Tcode:MM01 / MM02 / MM03 评估分类(Valuation SAP MM模块权限配置 MM模块权限配置 MM顾问:权限设计+配置+支持角色维护 1、用户账户:关联多个角色 (可以理解为岗位)。例如MM主数据维护人员 2、角色(岗位):关联多个事务代码(执行命令)。例如MM01\MM02...
Unlike configuration in WebClient UI, the property control in MM GUI is based on TRANSACTION DATA level, that is to say, different industry sector / different plant / different material type can have different field properties. The field property maintenance is done in tcode OMSR: Compare the ...
Unlike configuration in WebClient UI, the property control in MM GUI is based on TRANSACTION DATA level, that is to say, different industry sector / different plant / different material type can have different field properties. The field property maintenance is done in tcode OMSR: Compare the ...
SAP 增加特殊物料类型组 业务场景:有时候由于特殊业务的需要,需要配置配置一部分特殊的物料,并且以固定的字段开始,使人们更加容易辨别。 具体配置如下: STEP1:输入T-CODE:SPRO,点击“SAP Reference IMG” STEP2:按照如下路径依次打开。点击“Define Attributes of Material Types”运行。 STEP3:选择一个相......
i created material in moving average price but that time i am unable to maintain price for this material, after save the material master i am unable to give the price for this material How to set the price field is optional in MM02 T.code or possible in any other way? after save mate...
Hi, While doing the recording of the MM02 recording I was not able to select the Purchasing or MRP view by default. I want this BDC to run in background, therefore I
SAP通过一个特殊的程序(T-code:SHDB)把用户的一次业务操作的所有过程记录下来。 从用户输入transaction code(事务代码),点下“Start Recording”开始,对于用户的来说是一次普通的业务操作,但是SAP却在记录: 1.光标放到哪个字段,(在程序中不用改变) 2.填入了什么值,(变量,循环中的Internal Table 某个字段) ...
SAP Managed Tags: ABAP Development Dear Karan, as suggested above, please abandon the BDC approach. The function module BAPI_MATERIAL_SAVEDATA really fits perfectly your needs. I've just made a quick trial in my sandbox system, here the code I used: REPORT zflavio_test. DATA: xheaddata...
有些订单SAP提供了Function和BAPI两种方式创建、修改订单,我们建议使用BAPI方式,BAPI会有一些逻辑的检查。 MM模块 MM01、MM02 BAPI_MATERIAL_SAVEDATA 创建物料主数据 BAPI_MATERIAL_SAVEREPLICA 物料视图的扩充 BAPI_GOODSMVT_CREATE 创建物料凭证 GOODSMVT_CODE货物移动代码表:T158G ...
1,424 SAP Managed Tags: ABAP Development hi, I need to navigate to Tcode MM02 from ALV display and call default MRP1 view for the material selected. How do i do this using SET Parameter ID ? ags.Reply 1 ACCEPTED SOLUTION Former Member 2010 Oct 06 8:08 AM 0 Kudos 434 ...