<?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 ABAP Error-VA41 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-error-va41/m-p/446541#M13414</link>
    <description>&lt;A href="https://answers.sap.com/storage/attachments/37497-capture.png"&gt;capture.png&lt;/A&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;Please note that I am getting the error as defined in the screenshot attached.&lt;/P&gt;&lt;P&gt;I am new to ABAP can someone please help me regarding this error.&lt;/P&gt;&lt;P&gt;Soliciting your kind response in this regard.&lt;/P&gt;</description>
    <pubDate>Tue, 06 Jun 2017 07:39:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2017-06-06T07:39:48Z</dc:date>
    <item>
      <title>ABAP Error-VA41</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-error-va41/m-p/446541#M13414</link>
      <description>&lt;A href="https://answers.sap.com/storage/attachments/37497-capture.png"&gt;capture.png&lt;/A&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;Please note that I am getting the error as defined in the screenshot attached.&lt;/P&gt;&lt;P&gt;I am new to ABAP can someone please help me regarding this error.&lt;/P&gt;&lt;P&gt;Soliciting your kind response in this regard.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2017 07:39:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-error-va41/m-p/446541#M13414</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-06-06T07:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Error-VA41</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-error-va41/m-p/446542#M13415</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Did you define ZCFORM_CUST globally? if not, define it in the subroutine USEREXIT_READ_DOCUMENT locally.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Priyanka.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2017 07:57:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-error-va41/m-p/446542#M13415</guid>
      <dc:creator>satyapriyanka_vana</dc:creator>
      <dc:date>2017-06-06T07:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Error-VA41</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-error-va41/m-p/446543#M13416</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thanks for your prompt reply.&lt;/P&gt;&lt;P&gt;Please can you let me know how to do the same.&lt;/P&gt;&lt;P&gt;Should I declare an itab.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2017 08:38:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-error-va41/m-p/446543#M13416</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-06-06T08:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Error-VA41</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-error-va41/m-p/446544#M13417</link>
      <description>&lt;P&gt;What is the data type of ZCFORM_CUST? &lt;/P&gt;&lt;P&gt;If you are not aware of that,go to the function module ZCUST_FORM_READ. In export parameters find the data type of ZCFORM_CUST. Declare it using DATA: ZCFORM_CUST type 'data type'.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2017 08:50:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-error-va41/m-p/446544#M13417</guid>
      <dc:creator>satyapriyanka_vana</dc:creator>
      <dc:date>2017-06-06T08:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Error-VA41</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-error-va41/m-p/446545#M13418</link>
      <description>&lt;P&gt;Hi Saurav,&lt;/P&gt;&lt;P&gt;Like said Priyanka, first define ZCFORM_CUST either globally or manually, and when do that be sure to use same Associate Type has defined in "ZCUST_FORM_READ" FM for ZCFORM_CUST parameter. If  not do that, you will get a DUMP.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2017 17:08:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-error-va41/m-p/446545#M13418</guid>
      <dc:creator>former_member235395</dc:creator>
      <dc:date>2017-06-06T17:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Error-VA41</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-error-va41/m-p/446546#M13419</link>
      <description>&lt;P&gt;tcode: se37 and open FM: ZCUST_FORM_READ&lt;/P&gt;&lt;P&gt;go to export tab and copy the associated type defined against zcform_cust.&lt;/P&gt;&lt;P&gt;go to se38 and open me45afzz&lt;/P&gt;&lt;P&gt;go to line no 224&lt;/P&gt;&lt;P&gt;and write:&lt;/P&gt;&lt;P&gt;data: zcform_cust type  "associated type you copied". then you are good.&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2017 19:57:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-error-va41/m-p/446546#M13419</guid>
      <dc:creator>anand_sagarsethi</dc:creator>
      <dc:date>2017-06-06T19:57:36Z</dc:date>
    </item>
  </channel>
</rss>

