SAP PackageVKON Program runningSAPMV13A Screen No100 TypeT VK12 related transaction codes under SAP package VKON VOK0 : Conditions: Pricing in Customizing VK13 : Display Condition KK12 : Change Condition VB22 : Change Sales Deal V/03 : Create Condition Table (SD Price) ...
If you are talking about the choices which will comes in picture when you are making condition record, then for this u need to configure at condition table level For Example 1.make a condition table as say 901- with field as Material 2.Make a condition table as say 902- with field as ...
SAP Managed Tags: ABAP Development Hi, VK12 is the transaction for changing the condition records. KONV is the table for condition types for transaction data. Regards, Sharath Reply Former Member 2008 Jun 11 3:43 PM 0 Kudos 4,029 SAP Managed Tags: ABAP Development Hi, VK12 ...
SAP Managed Tags: ABAP Development I am not using any user exit. I am using FM RV_CONDITION_COPY followed by RV_CONDITION_SAVE & RV_CONDITION_RESET. In the FM RV_CONDITION_COPY I am passing all the necessary parameters like the condition table, condition type, application etc. Here ther...
SAP Managed Tags: SD (Sales and Distribution) Hi, I created a new condition table with a Z field as the header/key field. In VK* transactions is there any way I can display the description of these fields. Should I create a text table for these fields? Regards, Hari.Know...
Hi Ideally you should use the standard configuration to set the default start and end dates and not change the code. On table T685 you can set various defaults per condition type. V_T685A-DTVOB V_T685A-DATVO. RegardsAnswers (3) Former Member 2011 Dec 06 0 Kudos Hi Malik ...
SAP Managed Tags: ABAP Development Got it to work. With the sequence : <b>1.</b> RV_CONDITION_COPY <b>2.</b> RV_CONDITION_SAVE <b>3.</b> RV_CONDITION_RESET <b>4.</b> commit * At least the key fields of the conditiontable * (here 800) must be filled in structure ls...
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...