SAP 销售价格权限增强(VK11/VK12/VK13) 弗兰克 每次归程,都是为了更好出发 业务背景:用户需要通过不同客户的“权限组”栏位,区分销售价格维护及查看权限。 权限组示例: Classic BAdi:SD_SD_COND_SAVE_A METHOD if_ex_sd_cond_save_a~condition_save_exit. DATA:lv_kunnr TYPE
The associated tables for VK11 are :- konh, konm, konp, konw. Regards, Deepu.K Reply Former Member 2007 Oct 31 6:01 AM 0 Kudos 5,154 SAP Managed Tags: ABAP Development Hi, in fact pricing are stored in AXXX tables. Else, in VK11, SO/DC/Price List are normally store...
这个是后台设置啊。SAP SD 首创的condition technick。得看你要加的字段在不在SAP原始提供的table里,有就容易了,把字段加入到access sequence 里就好,当然具体你最好看下SAP help里的详细步骤。如果table里没有,就要modification了,比较麻烦,不是一句两句话的事了。最好的教材就是SAP自己写的help。
So we have to key combination specific recordings, but this is a good approach, i am aware that there are some A*** tables available for pricing, can anyone tell me how to get the those table names for a particular condition type. Also how should i manage the VK11 field change in ta...
It is not advicable to create BDC for transactions like VK11, MEK1 ... which we use to create condition records. The reason is for each condition type, the options we see might vary when ever there is change in access sequences and their precedence. So if we create BDC, our program...
1.make a condition table as say 901- with field as Material 2.Make a condition table as say 902- with field as Material & Customer. Repeat this procedure for all entire combination you wants to display while making condition record in (VK11, VK12) Now assign the all condition table say...
本例中,折扣的条件类型K007的计算类型设置为百分比,按图中配置,K007条件类型基础等于条件类型K007前所有条件类型的金额之手,即条件类型PR00的条件类型金额,具体为1600元,所以条件类型K007的金额等于条件类型基础(1600)*前台VK11维护的折扣率(10%)=160元。
Solved: Hi Experts, While using BAPI_PRICES_CONDITIONS for VK11 transaction to create pricing conditon records , the date range split is not happening .. i.e it creates
相关表: AXXX,例如A305,每个条件表都会有一个A开头的透明表存在,而他们对应的Cluster Table为KONV 3. 维护条件记录 – VK11(创建) VK13(显示) VK31(创建) 说明:条件记录,记录价格,当系统访问到相应“条件记录”时,就会取出该价格作为这个“价格类型”的扫描结果,并最终显示在销售订单的条件TAB下 ...
SAP各模块常用TABLE 热度: sap常用T-code SD常用T-CODE 与客户相关 VD01建立客户Createcustomer VD02更改客户Changecustomer VD03显示客户Displaycustomer VK11创」建条件CreateCondition VK12修改条件ChangeCondition VK13显示条件DisplayCondition VA21创建报价CreateQuotation ...