<?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: Getting dump after calling BAPI_ALM_ORDER_MAINTAIN in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-after-calling-bapi-alm-order-maintain/m-p/11216067#M1911280</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;the service order is created properly and I am successfully able to edit it in IW32.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see the problem is with BAPI,it is inserting the newly added SO number into CAUFVD_BT table.&lt;/P&gt;&lt;P&gt;which is not the expected behavior here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to call the BAPI in a separate wrapper FM in update task.However,even after i return from the wrapper FM, the SO number is not getting created here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lakshmi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 29 Aug 2015 19:21:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-08-29T19:21:00Z</dc:date>
    <item>
      <title>Getting dump after calling BAPI_ALM_ORDER_MAINTAIN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-after-calling-bapi-alm-order-maintain/m-p/11216063#M1911276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing a problem after calling FM 'BAPI_ALM_ORDER_MAINTAIN'.&lt;/P&gt;&lt;P&gt;The functionality,i have to achieve is &lt;/P&gt;&lt;P&gt;1.Create service order&amp;nbsp; through user-ext and place the newly created service order number in a custom field in CJ20N&lt;/P&gt;&lt;P&gt;2.when user double clicks on the newly created service order number in step1,it should take him to IW32&lt;/P&gt;&lt;P&gt;3.He can modify values in IW32 and should return to CJ20N&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am successful ,till point2, however when user tries to comeback to CJ20N,by that time ,the memory is filled with&amp;nbsp; "service order" details&lt;/P&gt;&lt;P&gt;and SAP tries to get a Project associated with the "service order "number&lt;/P&gt;&lt;P&gt;which obviously it cannot find .So a&amp;nbsp; dump "ORDER_NOT_FOUND"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a work around to see the SAP buffer is not filled with the service order details and it gets the "right" project number when&amp;nbsp; it is back to CJ20N?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lakshmi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Aug 2015 00:43:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-after-calling-bapi-alm-order-maintain/m-p/11216063#M1911276</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-29T00:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: Getting dump after calling BAPI_ALM_ORDER_MAINTAIN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-after-calling-bapi-alm-order-maintain/m-p/11216064#M1911277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you should set a watchpoint for service order no, to trace the value if change or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as I can judge is when you return to CJ20N , the parameter ID of order&amp;nbsp; have been lost .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SO, when skip to IW32 ,try to import order no. to memory and export order no. from memory in &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;return.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Aug 2015 01:31:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-after-calling-bapi-alm-order-maintain/m-p/11216064#M1911277</guid>
      <dc:creator>former_member225269</dc:creator>
      <dc:date>2015-08-29T01:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: Getting dump after calling BAPI_ALM_ORDER_MAINTAIN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-after-calling-bapi-alm-order-maintain/m-p/11216065#M1911278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Vinson,&lt;/P&gt;&lt;P&gt;For the response,&lt;/P&gt;&lt;P&gt;I tried to remove the set parameter id to 'ANR'&amp;nbsp; and just made a call to transaction IW32 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I returned from IW32&amp;nbsp; to CJ20N&lt;/P&gt;&lt;P&gt;I see that&amp;nbsp; under Project structure, newly 3 elements are added with %000000001 , 40000118 and&amp;nbsp; %00000001 0010 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/779969" width="450" /&gt;&lt;/P&gt;&lt;P&gt;the 4000118 is the service order ,i had created .&lt;/P&gt;&lt;P&gt;Actually the CAUFVD_BT table is getting filled with the service order that got created.This is happening in BAPI_ALM_ORDER_MAINTAIN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so now if i try to save the project,it dumps. ORDER_NOT_FOUND&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea, what is going wrong here&lt;/P&gt;&lt;P&gt;I am completely lost&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lakshmi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Aug 2015 04:12:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-after-calling-bapi-alm-order-maintain/m-p/11216065#M1911278</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-29T04:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: Getting dump after calling BAPI_ALM_ORDER_MAINTAIN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-after-calling-bapi-alm-order-maintain/m-p/11216066#M1911279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lakshmi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;were you use implict enhancement to create SO in CJ20N ,then perfrom a z_form which is use&lt;/P&gt;&lt;P&gt;for create SO , end of the form return to upper form?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if do just what I said,&amp;nbsp; there must be have some global variables recorded the SO No. is initial.&lt;/P&gt;&lt;P&gt;In order to find out&amp;nbsp; where the SO No. been saved,comment enhancement code and debug the&lt;/P&gt;&lt;P&gt;standard code&amp;nbsp; is very helpful.&amp;nbsp; That's exactly what I used to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope its helpful to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have read your question again,I think I misunderstand before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when you create Service Order in CJ20N, should the order No.&amp;nbsp; only be a buffer ?&amp;nbsp; if the number range have changed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So its impossible to change by IW32, right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Aug 2015 07:20:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-after-calling-bapi-alm-order-maintain/m-p/11216066#M1911279</guid>
      <dc:creator>former_member225269</dc:creator>
      <dc:date>2015-08-29T07:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: Getting dump after calling BAPI_ALM_ORDER_MAINTAIN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-after-calling-bapi-alm-order-maintain/m-p/11216067#M1911280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;the service order is created properly and I am successfully able to edit it in IW32.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see the problem is with BAPI,it is inserting the newly added SO number into CAUFVD_BT table.&lt;/P&gt;&lt;P&gt;which is not the expected behavior here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to call the BAPI in a separate wrapper FM in update task.However,even after i return from the wrapper FM, the SO number is not getting created here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lakshmi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Aug 2015 19:21:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-after-calling-bapi-alm-order-maintain/m-p/11216067#M1911280</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-29T19:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: Getting dump after calling BAPI_ALM_ORDER_MAINTAIN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-after-calling-bapi-alm-order-maintain/m-p/11216068#M1911281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lakshmi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have solvd the problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's better if you can post the code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Aug 2015 01:20:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-after-calling-bapi-alm-order-maintain/m-p/11216068#M1911281</guid>
      <dc:creator>former_member225269</dc:creator>
      <dc:date>2015-08-30T01:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Getting dump after calling BAPI_ALM_ORDER_MAINTAIN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-after-calling-bapi-alm-order-maintain/m-p/11216069#M1911282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinson,&lt;/P&gt;&lt;P&gt;Thanks for your response.The dealy in response is , I was waiting for the functional team to test and confirm as well.&lt;/P&gt;&lt;P&gt;Now that it is working fine,I am back here to update the post&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I resolved this issue by wrapping the BAPI_ALM_ORDER_MAINTAIN in a custom FM.which is RFC&lt;/P&gt;&lt;P&gt;and I called it in the user-exit. ZXCN1U20.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call FUNCTION 'ZWRAPPER' DESTINATION 'NONE'.&lt;/P&gt;&lt;P&gt;This&amp;nbsp; resolved the dump issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lakshmi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2015 02:17:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-dump-after-calling-bapi-alm-order-maintain/m-p/11216069#M1911282</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-09-10T02:17:12Z</dc:date>
    </item>
  </channel>
</rss>

