<?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: Mandatory field missing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/mandatory-field-missing/m-p/852308#M46471</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Andrew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Everything looks ok in your code.&lt;/P&gt;&lt;P&gt;But I saw in my system and maybe it is a type problem.&lt;/P&gt;&lt;P&gt;The parameter name in my system is ACCOUNT_LIST and not ACCOUNTLIST as you typed.&lt;/P&gt;&lt;P&gt;You can see it using transaction BAPI or SE37 for function module BAPI_GL_ACC_GETLIST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to change the parameter name to ACCOUNT_LIST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mauricio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Feb 2005 12:07:34 GMT</pubDate>
    <dc:creator>MauricioMiao</dc:creator>
    <dc:date>2005-02-16T12:07:34Z</dc:date>
    <item>
      <title>Mandatory field missing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mandatory-field-missing/m-p/852307#M46470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;I am new to excel vba. I have writen this procedure in excel to retrieve a list of GL accounts from the system but somehow i got this in return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------------------------------------" /&gt;&lt;P&gt;Set oBapiControl = CreateObject("SAP.BAPI.1")&lt;/P&gt;&lt;P&gt;oBapiControl.Connection.System = "AAA"&lt;/P&gt;&lt;P&gt;oBapiControl.Connection.client = "100"&lt;/P&gt;&lt;P&gt;oBapiControl.Connection.Language = "EN"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set oConnection = oBapiControl.Connection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If oConnection.logon(0, False) &amp;lt;&amp;gt; True Then&lt;/P&gt;&lt;P&gt;   Exit Sub&lt;/P&gt;&lt;P&gt;End If&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set GlgetList = oBapiControl.GetSAPObject("BUS3006")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dim oCompanyCode, oLanguage, oLanguageiso, oReturn, oAccountList As Object&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set oAccountList = oBapiControl.dimas(GlgetList, "GetList", "AccountList")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GlgetList.GetList Language:="EN", _&lt;/P&gt;&lt;P&gt;                  Return:=oReturn, _&lt;/P&gt;&lt;P&gt;                  AccountList:=oAccountList, _&lt;/P&gt;&lt;P&gt;                  CompanyCode:="1000", _&lt;/P&gt;&lt;P&gt;                  LanguageIso:=" "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;somehow i got this in return -&amp;gt; "Mandatory parameter ACCOUNTLIST was missing". I have declared the AccountList but it still returned this message. What could i missed in the first place??? What is best recommedation on this, please advice. Your help is much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Feb 2005 03:05:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mandatory-field-missing/m-p/852307#M46470</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-16T03:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: Mandatory field missing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mandatory-field-missing/m-p/852308#M46471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Andrew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Everything looks ok in your code.&lt;/P&gt;&lt;P&gt;But I saw in my system and maybe it is a type problem.&lt;/P&gt;&lt;P&gt;The parameter name in my system is ACCOUNT_LIST and not ACCOUNTLIST as you typed.&lt;/P&gt;&lt;P&gt;You can see it using transaction BAPI or SE37 for function module BAPI_GL_ACC_GETLIST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to change the parameter name to ACCOUNT_LIST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mauricio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Feb 2005 12:07:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mandatory-field-missing/m-p/852308#M46471</guid>
      <dc:creator>MauricioMiao</dc:creator>
      <dc:date>2005-02-16T12:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: Mandatory field missing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mandatory-field-missing/m-p/852309#M46472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mauricio,&lt;/P&gt;&lt;P&gt;Actually after much of a checking i found out that there's no problem with it. In fact i managed to retrieve the data as i wanted from the system but somehow i still get this message..... i will find out more and should there be any findings i will let you know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Feb 2005 01:59:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mandatory-field-missing/m-p/852309#M46472</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-21T01:59:09Z</dc:date>
    </item>
  </channel>
</rss>

