<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Pricing procedure Routine in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-procedure-routine/m-p/3839460#M923168</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks nimesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when i am using code &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if xkomv-kinak ca 'XCW'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;komp-kznep = '$'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at that time i am not getting any error but while i am trying to go thru with constant at that time its showing processing error that KOMP-KZNEP is not difined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;constants : C_A(3) type c value 'XCW',&lt;/P&gt;&lt;P&gt;C_B(1) type c value '$'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if xkomv-kinak ca C_A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;komp-kznep = C_B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Advice me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and one more this can you tell me can i debug the code n see the data flow, while i am using to TCode VA01,v/08 &amp;amp; vk12.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Sonu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 24 May 2008 20:55:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-24T20:55:36Z</dc:date>
    <item>
      <title>Pricing procedure Routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-procedure-routine/m-p/3839458#M923166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am creating a pricing procedure Routine for my devlopment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i gone thru TCODE "VOFM",  there i given my routine number &amp;amp; discription, but here i am not able to select the Active Check Box, &amp;amp; do i have to give any value in application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while i double click on routine number so its take me at include program screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here i want to do coding in between form but i am not able to do only once i click on INSERT LINE AREA  then i am able to do the coding between &lt;/P&gt;&lt;P&gt;*{   INSERT        &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*}   INSERT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so my question is &lt;/P&gt;&lt;P&gt;1. how i have to check the active box in the first screen of VOFM.&lt;/P&gt;&lt;P&gt;2, do i have to give any application type.&lt;/P&gt;&lt;P&gt;3. how i have to do code in the include program, which i am following is that is the right way or i have to follow diff way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on May 22, 2008 4:37 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 17:25:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-procedure-routine/m-p/3839458#M923166</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T17:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: Pricing procedure Routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-procedure-routine/m-p/3839459#M923167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. how i have to check the active box in the first screen of VOFM.&lt;/P&gt;&lt;P&gt;.... Select the entry and Edit &amp;gt; Activate in the change mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2, do i have to give any application type.&lt;/P&gt;&lt;P&gt;.... Yes you have to give the application type. E.g. V for Sales &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. how i have to do code in the include program, which i am following is that is the right way or i have to follow diff way?&lt;/P&gt;&lt;P&gt;.... You need write your code inbetween the INSERT {  ... } because this routines are being created in non-customer name space. So, you can only edit or change them with help of the modificaiton operations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 20:13:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-procedure-routine/m-p/3839459#M923167</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2008-05-22T20:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: Pricing procedure Routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-procedure-routine/m-p/3839460#M923168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks nimesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when i am using code &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if xkomv-kinak ca 'XCW'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;komp-kznep = '$'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at that time i am not getting any error but while i am trying to go thru with constant at that time its showing processing error that KOMP-KZNEP is not difined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;constants : C_A(3) type c value 'XCW',&lt;/P&gt;&lt;P&gt;C_B(1) type c value '$'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if xkomv-kinak ca C_A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;komp-kznep = C_B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Advice me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and one more this can you tell me can i debug the code n see the data flow, while i am using to TCode VA01,v/08 &amp;amp; vk12.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Sonu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 May 2008 20:55:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-procedure-routine/m-p/3839460#M923168</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-24T20:55:36Z</dc:date>
    </item>
  </channel>
</rss>

