<?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: user exit problem again:-( in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-problem-again/m-p/1063617#M92590</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i've done it all. &lt;/P&gt;&lt;P&gt;i have 4 tables for that ctype.&lt;/P&gt;&lt;P&gt;i have condition records for all 4.&lt;/P&gt;&lt;P&gt;it only gets it from the last one.&lt;/P&gt;&lt;P&gt;it skips the other 3.&lt;/P&gt;&lt;P&gt;in analysis u have 3 columns right??&lt;/P&gt;&lt;P&gt;in the 'value in doc.' column i get all the correct values geting pulled into sord.fo all 4 ctables.&lt;/P&gt;&lt;P&gt;i dont know why the value in the structure does not get matched  with that of condition records for the 1st 3 ctables?&lt;/P&gt;&lt;P&gt;give me ur inputs please.&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;&lt;P&gt;-sri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Dec 2005 03:51:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-12-09T03:51:36Z</dc:date>
    <item>
      <title>user exit problem again:-(</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-problem-again/m-p/1063614#M92587</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 used the foll. code to fill in the SH party city in komk for sales order creation. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; IN USEREXIT_PRICING_PREPARE_TKOMK, the statement was &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT SINGLE ORT01 INTO TKOMK-ZZORT01 &lt;/P&gt;&lt;P&gt;FROM KNA1 WHERE &lt;/P&gt;&lt;P&gt;KUNNR  = TKOMK-KUNWE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KUNWE IS A STANDARD FIELD IN KOMK AND I THINK IT GETS FILLED.&lt;/P&gt;&lt;P&gt;BUT DURING SALES ORDER CREATION THE CONDITION RCORDS DOTN SHOW UP. THE SYS, GIVES THE MESSAGE 109 - CONDITIONS RECORDS MISSING.&lt;/P&gt;&lt;P&gt;ALL THE CONFIG. WENT WELL, TRANSPORTS TO TESTING WENT WELL.&lt;/P&gt;&lt;P&gt;DONT KNOW WHERE THE PROBLEM IS.&lt;/P&gt;&lt;P&gt;MIGHT IT BE BEACUSE I AM FILLING IN KOMK AND NOT IN KOMP.&lt;/P&gt;&lt;P&gt;IS THERE ANYTHING THAT U CANT DO WITH KOMK LIKE THIS? ALL I KNOW IS KOMK IS HEADER and hence SAME FOR ALL THE ITEMS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ALSO IF ITS GONNA WORK IF I SELECT IT FROM vbpa AND THEN FROM KNA1 INSTEAD OF KOMK?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PLEASE HELP ME OUT. I AM CLUELESS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANK YOU.&lt;/P&gt;&lt;P&gt;-SRI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2005 23:33:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-problem-again/m-p/1063614#M92587</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-08T23:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: user exit problem again:-(</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-problem-again/m-p/1063615#M92588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can't you try this in USEREXIT_SAVE_DOCUMENT_PREPARE?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will still have access to TKOMK and all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, you could try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF tkomk-kunwe NE space.&lt;/P&gt;&lt;P&gt;  do this code&lt;/P&gt;&lt;P&gt;ELSE.&lt;/P&gt;&lt;P&gt;  get info from elsewhere like maybe XVBPA.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on config, there can be many scenarios as to what data will be filled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At USEREXIT_SAVE_DOCUMENT_PREPARE, you should pretty much have all the data available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;-Ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2005 23:52:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-problem-again/m-p/1063615#M92588</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-08T23:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: user exit problem again:-(</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-problem-again/m-p/1063616#M92589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have header line condition,then you don't have to populate KOMP. Did you make sure that the relevant condition record actually exist. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In sales order, you can see condition analysis from pricing screen. It will show you exactly how and which order, SAP is processing the pricing conditions, what values are being passed and what is returning from there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2005 03:04:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-problem-again/m-p/1063616#M92589</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-09T03:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: user exit problem again:-(</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-problem-again/m-p/1063617#M92590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i've done it all. &lt;/P&gt;&lt;P&gt;i have 4 tables for that ctype.&lt;/P&gt;&lt;P&gt;i have condition records for all 4.&lt;/P&gt;&lt;P&gt;it only gets it from the last one.&lt;/P&gt;&lt;P&gt;it skips the other 3.&lt;/P&gt;&lt;P&gt;in analysis u have 3 columns right??&lt;/P&gt;&lt;P&gt;in the 'value in doc.' column i get all the correct values geting pulled into sord.fo all 4 ctables.&lt;/P&gt;&lt;P&gt;i dont know why the value in the structure does not get matched  with that of condition records for the 1st 3 ctables?&lt;/P&gt;&lt;P&gt;give me ur inputs please.&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;&lt;P&gt;-sri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2005 03:51:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-problem-again/m-p/1063617#M92590</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-09T03:51:36Z</dc:date>
    </item>
  </channel>
</rss>

