<?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 field INCLUDE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-field-include/m-p/1035313#M84981</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your user-exit looks to me not correct. In pricing subroutines you'll have the partner table of sales order (VBPA), but not the KNA1 - because that's a master data table. And it's a decision of design, from which partner the location is used for pricing (sold-to party, bill-to party, ship-to party or payer may be different). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next is, that you'll get from the VBPA-record the adress number to read the adress - and take the location from there ( at least in Rel.4.6c and higher).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Wolfgang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Nov 2005 15:01:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-11-22T15:01:19Z</dc:date>
    <item>
      <title>Pricing field INCLUDE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-field-include/m-p/1035311#M84979</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;We are adding a new pricing field, DESTINATION CITY, field - ORT01 from table KNA1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am listing out the steps below. Please look for it's correctness and let me know the missing steps and mistakes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Create a data element ZZORT01 and choose TEXT35 as its domain. Save, check and activate ZZORT01. &lt;/P&gt;&lt;P&gt;(ORT01_GP is the data element of ORT01 and it's domain is TEXT35.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Extend structure KOMP by including ZZORT01 to KOMPAZ. Also allocate the data element ORT01_GP to ZZORT01. Again save, check and activate. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Assign a value to the new field in the FORM routines for sales order processing using the user exit.The code look like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM USEREXIT_PRICING_PREPARE_TKOMP. &lt;/P&gt;&lt;P&gt;MOVE KNA1-ORT01 TO TKOMP-ZZORT01. &lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Finally, allocate the specifications in table T681F. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think if I do the above, then I must be able to get the value in SOrd. during pricing. &lt;/P&gt;&lt;P&gt;Let me know guys if what I am doing is right. I am a bit woried about the data element, domain part. &lt;/P&gt;&lt;P&gt;Please help me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Karthi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2005 14:44:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-field-include/m-p/1035311#M84979</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-22T14:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: Pricing field INCLUDE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-field-include/m-p/1035312#M84980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adjust the Database and Activate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reagards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2005 14:47:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-field-include/m-p/1035312#M84980</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-22T14:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Pricing field INCLUDE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-field-include/m-p/1035313#M84981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your user-exit looks to me not correct. In pricing subroutines you'll have the partner table of sales order (VBPA), but not the KNA1 - because that's a master data table. And it's a decision of design, from which partner the location is used for pricing (sold-to party, bill-to party, ship-to party or payer may be different). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next is, that you'll get from the VBPA-record the adress number to read the adress - and take the location from there ( at least in Rel.4.6c and higher).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Wolfgang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2005 15:01:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-field-include/m-p/1035313#M84981</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-22T15:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Pricing field INCLUDE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-field-include/m-p/1035314#M84982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Keyan,&lt;/P&gt;&lt;P&gt;Try keeping a break point in the Form routine, and see if the control stops there.&lt;/P&gt;&lt;P&gt;If it doesn't, then I think you need to create a Project definition for the enhancement in cmod and activate the same.&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2005 15:03:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-field-include/m-p/1035314#M84982</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-22T15:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: Pricing field INCLUDE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-field-include/m-p/1035315#M84983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your are steps are right.&lt;/P&gt;&lt;P&gt;1) First create the dataelement and assign a domain to it.&lt;/P&gt;&lt;P&gt;2) Then create append structure or use the existing append structure for adding the field in it. Then activitate the dataeklement and the the structure KOMP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: if it is table table activation and adjustment is required. It is done thrpugh SE14.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2005 15:04:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-field-include/m-p/1035315#M84983</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-22T15:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: Pricing field INCLUDE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-field-include/m-p/1035316#M84984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi! there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply. Do you mean to say that I cannot move values from master data tables for pricing during SOrd. creation? Ok, let me go ahead and do what you've adviced. I need the address of the ship-to party. What special arrangements I've to do to move the SH city to KOMP? Please help me out.&lt;/P&gt;&lt;P&gt;Also, I have one more question, infact I've already mailed about it in the topic PRICING FIELD ERROR.&lt;/P&gt;&lt;P&gt;Anyways, we are trying to use the field TRAGR-transportation group(once again in our SOrd. pricing) but I don't see it anywhere in the SOrd. But it appears in LIKP, LIPS. So if I suppose that I can't move the value from a master data table (MARA for this field) and use the field in SOrd. pricing am I right? Again I would like to know how to get around this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;-Sri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2005 14:43:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-field-include/m-p/1035316#M84984</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-23T14:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Pricing field INCLUDE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-field-include/m-p/1035317#M84985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the ship-to-party address, you will use the VBPA or may be XVBPA in your user exit. You will read the partner number of the ship-to party and then do a KNA1 select for that partner to get your address fields. If there are central address fields that you want to access, then use the VBPA-ADRNR or XVBPA-ADRNR and go to ADRC to get the address values. Using this value is always safe, if you allow changes to address within the sales order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For getting the TRAGR, you will read your VBAP or XVBAP MATNR field and do a select from MARA to get the TRAGR value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2005 14:52:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pricing-field-include/m-p/1035317#M84985</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-23T14:52:25Z</dc:date>
    </item>
  </channel>
</rss>

