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 3,314 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: SAP ERP, SD (Sales and Distribution) Hi, i want to maintain pricing in vk12 for atable A909..how to do it? Please use effective & professional subject line. . Message was edited by: Jyoti PrakashKnow the answer? Help others by sharing your knowledge. Answer Need...
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 ...
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 ...
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...
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...
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...