INTO h_cond_unit WHERE matnr = i_matnr . *condition table 已条件表A951为例 wa_bapicondct-operation = '009'. "消息功能 : 003 DEL ; 004 MODIFY ;005 REPLACE 009 INITIAL wa_bapicondct-cond_usage = 'A'. "条件表用途 ‘A' 定价 wa_bapicondct-table_no = '914'. wa_bapicondct-appli...
SAP Managed Tags: SAP ERP, SD (Sales and Distribution) Dear All, we have a requirement,we need to check the logging as per the Tcodes. For that reason, i want to know what the tables are used in the background for the below TCodes. VK11- Create Condition VK12- Change Condition ...
ls_komv-kpein = '1'. ls_komv-krech = 'M'. " calculation type; "M = Quantity - monthy price ls_komv-kbetr = '1234.56'. " new condition value append ls_komv to lt_komv. call function 'RV_CONDITION_COPY' exporting application = 'V' condition_table = '800' " cond. table...
DIFFERENCE BETWEEN VK11 & VK31 Go to solution Former Member on2008 Jul 21 Accepted Solutions(1) Former Member 2008 Jul 21 Former Member Former Member 2008 Jul 21 Ask a Question
Am I right? The inteface of this function modules is quite large. Do you know which parameters and table entries are required? Thank you for your support. Thomas Reply
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...
SAP Managed Tags: ABAP Connectivity Hi, Why don't you use BAPI BAPI_PRICES_CONDITIONS instead? Please check this sample code from other thread. wtable1-table_no = '306'. wtable1-applicatio = 'V'. wtable1-cond_type = 'ZPR0'. wtable1-operation = '009'. wtable1-varkey = '130010...
Program runningSAPMV13A Screen No100 TypeT VK11 related transaction codes under SAP package VKON VB35 : Promotions List V/N3 : Display free goods table (SD) VK33 : Condition Maintenance: Display M/25 : Condition type: Short txt for cust. ...
KONAIND table in SAP SD (Master Data in SD) module. This tables is used for storing data of Index: Groups... VK11 SAP tcode for – Create Condition VK11 tcode in SAP SD (Master Data in SD) module. This transaction code is used for Create Condition. Here is... ...
参考这里的代码:http://forums.sdn.sap.com/thread.jspa?threadID=1687027 DATA: BEGIN OF num_wa , old_number TYPE konh-knumh, new_number TYPE konh-knumh, END OF num_wa. DATA: num_tab LIKE TABLE OF num_wa. FIELD-SYMBOLS: <fs_num> TYPE ANY TABLE. ...