<?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: HELPVALUES + GETLIST in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/helpvalues-getlist/m-p/779881#M39102</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Durairaj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For my more information, is this a BAPI "BPAR_S_BPCENTRAL_PARTNER_PREP", ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you pls suggest something about the code which I mentioned in my above post, what is possibilly wronge,  or which value I still has to mentioned. ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know pls, if you have an example like this it would be nice if you share here, ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 23 Oct 2004 09:33:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2004-10-23T09:33:37Z</dc:date>
    <item>
      <title>HELPVALUES + GETLIST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/helpvalues-getlist/m-p/779871#M39092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to call the BAPI 'BAPI_HELPVALUES_GET' for the Business partner, actually I wana see the list of all aviable Business partner avaiable in the system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: des_Table type standard table of BAPIF4E with default key,&lt;/P&gt;&lt;P&gt;      wa_myTab like line of des_Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: val_Table type standard table of BAPIF4C with default key,&lt;/P&gt;&lt;P&gt;      wa_myTab1 like line of val_Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: help_Table type standard table of BAPIF4D with default key,&lt;/P&gt;&lt;P&gt;      wa_myTab2 like line of help_Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_HELPVALUES_GET'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    OBJTYPE                          = 'BUS1006'&lt;/P&gt;&lt;P&gt;    OBJNAME                          = 'BusinessPartner'&lt;/P&gt;&lt;P&gt;    METHOD                           =  'GetDetail'&lt;/P&gt;&lt;P&gt;    PARAMETER                        =&lt;/P&gt;&lt;P&gt;    FIELD                            =&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  EXPLICIT_SHLP                    =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  MAX_OF_ROWS                      = 0&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  DESCRIPTIONONLY                  = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  RETURN                           =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  SELECTION_FOR_HELPVALUES         =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    HELPVALUES                       = help_Table&lt;/P&gt;&lt;P&gt;    VALUES_FOR_FIELD                 = val_Table&lt;/P&gt;&lt;P&gt;    DESCRIPTION_FOR_HELPVALUES       = des_Table&lt;/P&gt;&lt;P&gt;    .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i execute the above code, it gives me the following error !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Field "TABLES" is unknown. It is neither in one of the specified tables nor defined by a "DATA" statement."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have no idea why this error is comming, though I have specified all mandatory tables, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also can any one help me in identifying what should i have to send in parameter and field, in export parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Oct 2004 14:19:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/helpvalues-getlist/m-p/779871#M39092</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-10-22T14:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: HELPVALUES + GETLIST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/helpvalues-getlist/m-p/779872#M39093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because you have commented out al lot of parameters, but not 'PARAMETER =' and 'FIELD =  the ABAP-compiler will read your code like  FIELD = TABLES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, just put an '*' before both the PARAMETER and FIELD fields if you don't need them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Oct 2004 14:37:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/helpvalues-getlist/m-p/779872#M39093</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-10-22T14:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: HELPVALUES + GETLIST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/helpvalues-getlist/m-p/779873#M39094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for your response, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you tell me what should I have to mention in parameter and feild, in order to bring the list of all avaiable sap bp in system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Oct 2004 14:43:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/helpvalues-getlist/m-p/779873#M39094</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-10-22T14:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: HELPVALUES + GETLIST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/helpvalues-getlist/m-p/779874#M39095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take a look at the documentation (transaction SE37) for this BAPI; all parameters are documented quiet well.&lt;/P&gt;&lt;P&gt;Furthermore it is always helpful to search for the 'Where-used' to see some examples of this BAPI in the SAP-system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you succeed in making this work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Oct 2004 14:52:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/helpvalues-getlist/m-p/779874#M39095</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-10-22T14:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: HELPVALUES + GETLIST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/helpvalues-getlist/m-p/779875#M39096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am just confused what can be the parameter value of PARAMETER, cause this parameter is the parameter of method getDetail and the getDetail BAPI of BusinessPartner has only one export parameter which is,BUSINESSPARTNER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and when I write this code,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: myreturn like BAPIRETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: des_Table type standard table of BAPIF4E with default key,&lt;/P&gt;&lt;P&gt;      wa_myTab like line of des_Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: val_Table type standard table of BAPIF4C with default key,&lt;/P&gt;&lt;P&gt;      wa_myTab1 like line of val_Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: help_Table type standard table of BAPIF4D with default key,&lt;/P&gt;&lt;P&gt;      wa_myTab2 like line of help_Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_HELPVALUES_GET'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    OBJTYPE                          = 'BUS1006'&lt;/P&gt;&lt;P&gt;    OBJNAME                          = 'BusinessPartner'&lt;/P&gt;&lt;P&gt;    METHOD                           =  'GetDetail'&lt;/P&gt;&lt;P&gt;    PARAMETER                        =  'BUSINESSPARTNER'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  FIELD                            =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  EXPLICIT_SHLP                    =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  MAX_OF_ROWS                      = 0&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  DESCRIPTIONONLY                  = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; IMPORTING&lt;/P&gt;&lt;P&gt;    RETURN                           = myreturn&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  SELECTION_FOR_HELPVALUES         =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    HELPVALUES                       = help_Table&lt;/P&gt;&lt;P&gt;    VALUES_FOR_FIELD                 = val_Table&lt;/P&gt;&lt;P&gt;    DESCRIPTION_FOR_HELPVALUES       = des_Table&lt;/P&gt;&lt;P&gt;    .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    write myreturn.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It shows me this message when "write myreturn" executes,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;collective search help BUPA in feild BUT000 has not been processed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Might be you can provide me with a single clue, that what shold be the value of parameter and feild, ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Oct 2004 15:18:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/helpvalues-getlist/m-p/779875#M39096</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-10-22T15:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: HELPVALUES + GETLIST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/helpvalues-getlist/m-p/779876#M39097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to the documentation you should also specify the FIELD of the parameter you want to return, which could be for instance BPARTNER (the business partner number).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Oct 2004 15:30:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/helpvalues-getlist/m-p/779876#M39097</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-10-22T15:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: HELPVALUES + GETLIST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/helpvalues-getlist/m-p/779877#M39098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even I am sending the following as export parameter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;    OBJTYPE                          = 'BUS1006'&lt;/P&gt;&lt;P&gt;    OBJNAME                          = 'BusinessPartner'&lt;/P&gt;&lt;P&gt;    METHOD                           =  'GetDetail'&lt;/P&gt;&lt;P&gt;    PARAMETER                        =  'BUSINESSPARTNER'&lt;/P&gt;&lt;P&gt;    FIELD                            = 'BPARTNER'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it gives me the following error msg, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Es&amp;amp;038 Collective search help BUPA in field BUT000- has not been processed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks, for your kind help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Oct 2004 15:41:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/helpvalues-getlist/m-p/779877#M39098</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-10-22T15:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: HELPVALUES + GETLIST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/helpvalues-getlist/m-p/779878#M39099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In FIELD parameter, you need to pass the value of BPARTNER. For example '1234' not 'BPARTNER'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Oct 2004 16:30:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/helpvalues-getlist/m-p/779878#M39099</guid>
      <dc:creator>nablan_umar</dc:creator>
      <dc:date>2004-10-22T16:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: HELPVALUES + GETLIST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/helpvalues-getlist/m-p/779879#M39100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nablan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R u sure that I have to specify any specific BPARTNER no, like 1234, than might be It will return me any specific Business partner, but I want to get the complete list of all avaiable Business Partner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Oct 2004 08:31:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/helpvalues-getlist/m-p/779879#M39100</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-10-23T08:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: HELPVALUES + GETLIST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/helpvalues-getlist/m-p/779880#M39101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively you could use "BPAR_S_BPCENTRAL_PARTNER_PREP" for BP search help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Oct 2004 09:22:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/helpvalues-getlist/m-p/779880#M39101</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2004-10-23T09:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: HELPVALUES + GETLIST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/helpvalues-getlist/m-p/779881#M39102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Durairaj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For my more information, is this a BAPI "BPAR_S_BPCENTRAL_PARTNER_PREP", ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you pls suggest something about the code which I mentioned in my above post, what is possibilly wronge,  or which value I still has to mentioned. ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know pls, if you have an example like this it would be nice if you share here, ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Oct 2004 09:33:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/helpvalues-getlist/m-p/779881#M39102</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-10-23T09:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: HELPVALUES + GETLIST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/helpvalues-getlist/m-p/779882#M39103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is not a BAPI (not a RFC) thus cannot be called from external system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as your other question: i havent used the mentioned BAPI but something did feel quiet right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You wanted a list of all Business Partners, but you are trying to call GetDetail method - which is meant for getting details of a single BP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you debug the function BPAR_S_BPCENTRAL_PARTNER_PREP you sould be able to find how it fetches the BPs list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Oct 2004 10:11:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/helpvalues-getlist/m-p/779882#M39103</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2004-10-23T10:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: HELPVALUES + GETLIST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/helpvalues-getlist/m-p/779883#M39104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was calling Getdetail, cause I would like to have the detail of all avaiable SAP Business Partner in the system. now even I have used the GetList method, I am getting the same error!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your mentioned funtion, also did not help me cause they have not call the BAPI, which I intent to call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DOES any one have any clue, what is possibly wronge in my code, or what I am missing here !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks, &lt;/P&gt;&lt;P&gt;Marek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Oct 2004 15:59:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/helpvalues-getlist/m-p/779883#M39104</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-10-23T15:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: HELPVALUES + GETLIST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/helpvalues-getlist/m-p/779884#M39105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; hi,&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; I was calling Getdetail, cause I would like to have&lt;/P&gt;&lt;P&gt;&amp;gt; the detail of all avaiable SAP Business Partner in&lt;/P&gt;&lt;P&gt;&amp;gt; the system. now even I have used the GetList method,&lt;/P&gt;&lt;P&gt;&amp;gt; I am getting the same error!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for BUS1006 i dont see a method called GetList&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Your mentioned funtion, also did not help me cause&lt;/P&gt;&lt;P&gt;&amp;gt; they have not call the BAPI, which I intent to call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why it has to be a BAPI! r u accessing this information remotely?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; DOES any one have any clue, what is possibly wronge&lt;/P&gt;&lt;P&gt;&amp;gt; in my code, or what I am missing here !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wil check your code and come back to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Many thanks, &lt;/P&gt;&lt;P&gt;&amp;gt; Marek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Oct 2004 04:17:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/helpvalues-getlist/m-p/779884#M39105</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2004-10-24T04:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: HELPVALUES + GETLIST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/helpvalues-getlist/m-p/779885#M39106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the following for 'BAPI_HELPVALUES_GET'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are the various search helps available for businesspartner.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;                                                                            
 BUPAA                          SH Partner by address                        
 BUPAB                          SH Partner by bank details                   
 BUPAI                          SH Partner by Identification Number          
 BUPAP                          SH Partner, general                          
 BU_NSO                         SH Search Help for Unsaved Objects           
 BUPAR                          SH Partners by Role                          
 BUPAY                          SH Partner by Address (Rough Search)         
 BUPAU                          SH Partner According to User                 
 BUPAV                          SH Partner According to Internet User        
 BP_BUPAG                       SH Business Partner                          
 FSBP_ALIAS                     SH FSBP: Business Partner and Aliases        
 &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;             &lt;/P&gt;&lt;P&gt;Note: fill the EXPLICIT_SHLP parameter with the desired search help name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_HELPVALUES_GET'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;OBJTYPE = 'BUS1006'&lt;/P&gt;&lt;P&gt;*OBJNAME = 'BusinessPartner'&lt;/P&gt;&lt;P&gt;METHOD = 'GetDetail'&lt;/P&gt;&lt;P&gt;PARAMETER = 'BUSINESSPARTNER'&lt;/P&gt;&lt;P&gt;*FIELD =&lt;/P&gt;&lt;P&gt; EXPLICIT_SHLP = BP_BUPAG   SH (structure)&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MAX_OF_ROWS = 0&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;DESCRIPTIONONLY = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;RETURN =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;SELECTION_FOR_HELPVALUES =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;HELPVALUES = help_Table&lt;/P&gt;&lt;P&gt;VALUES_FOR_FIELD = val_Table&lt;/P&gt;&lt;P&gt;DESCRIPTION_FOR_HELPVALUES = des_Table&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;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Oct 2004 05:34:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/helpvalues-getlist/m-p/779885#M39106</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2004-10-24T05:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: HELPVALUES + GETLIST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/helpvalues-getlist/m-p/779886#M39107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Durairaj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sorry for the late reply, actually I has having a kind of fever for last few days, and was not able to do any kind of work &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Today, I try to slove my old problem as per ur advise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls let me know how u come to know about these help values, and what BP_BUPAG is ?? is it a of structure or what ??, ofcouse I have to define it with Data: satement, so that purpose I need to initilize it. I looked in se11 to check it, if its a type of structure, but seems not to me, pls advise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: I just want to have a list of all Business Partner avaiable in the system.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2004 09:57:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/helpvalues-getlist/m-p/779886#M39107</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-10-29T09:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: HELPVALUES + GETLIST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/helpvalues-getlist/m-p/779887#M39108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marek&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just for a quick work around I would like to tell something.&lt;/P&gt;&lt;P&gt;I do not have a connection to an SAP system for the moment but I guess "BP_BUPAG" passed to the "EXPLICIT_SHLP" should be the description structure of the search help. You can retrieve it using the function module &amp;lt;b&amp;gt;"F4IF_GET_SHLP_DESCR"&amp;lt;/b&amp;gt;. Then pass the output of this FM to the "EXPLICIT_SHLP" parameter of "BAPI_HELPVALUES_GET" .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;And why you couldn't see the structure is that I guess it is defined in the type-pool &amp;lt;b&amp;gt;"SHLP"&amp;lt;/b&amp;gt;.&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;&amp;lt;b&amp;gt;e.g.&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;TYPE-POOLS: shlp .
DATA ls_shlp TYPE shlp_descr_t.

CALL FUNCTION 'F4IF_GET_SHLP_DESCR'
  EXPORTING
    shlpname = 'BP_BUPAG'
  IMPORTING
    shlp     = ls_shlp .

CALL FUNCTION 'BAPI_HELPVALUES_GET'
  EXPORTING
    OBJTYPE = 'BUS1006'
*OBJNAME = 'BusinessPartner'
    METHOD = 'GetDetail'
    PARAMETER = 'BUSINESSPARTNER'
*FIELD =
    EXPLICIT_SHLP = ls_shlp
*MAX_OF_ROWS = 0
*DESCRIPTIONONLY = ' '
*IMPORTING
*RETURN =
  TABLES
*SELECTION_FOR_HELPVALUES =
    HELPVALUES = help_Table
    VALUES_FOR_FIELD = val_Table
    DESCRIPTION_FOR_HELPVALUES = des_Table .
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will help some...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*--Serdar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2004 11:58:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/helpvalues-getlist/m-p/779887#M39108</guid>
      <dc:creator>ssimsekler</dc:creator>
      <dc:date>2004-10-29T11:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: HELPVALUES + GETLIST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/helpvalues-getlist/m-p/779888#M39109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Serdar Jee,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kee haal chal naay ?&lt;/P&gt;&lt;P&gt;Thanks for your kind reply , &lt;/P&gt;&lt;P&gt;Now I am using the code, as below, but when I execute it, gives me the exception 'TYPE CONFLICT WHEN CALLING A FUNCTION MODULE !'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  Z_HELPVALUES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPE-POOLS: shlp .&lt;/P&gt;&lt;P&gt;DATA ls_shlp TYPE shlp_descr_t.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: myreturn like BAPIRETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: des_Table type standard table of BAPIF4E with default key,&lt;/P&gt;&lt;P&gt;      wa_myTab like line of des_Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: val_Table type standard table of BAPIF4C with default key,&lt;/P&gt;&lt;P&gt;      wa_myTab1 like line of val_Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: help_Table type standard table of BAPIF4D with default key,&lt;/P&gt;&lt;P&gt;      wa_myTab2 like line of help_Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'F4IF_GET_SHLP_DESCR'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    shlpname = 'BP_BUPAG'&lt;/P&gt;&lt;P&gt;  IMPORTING&lt;/P&gt;&lt;P&gt;    shlp     = ls_shlp .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_HELPVALUES_GET'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    OBJTYPE                          = 'BUS1006'&lt;/P&gt;&lt;P&gt;    OBJNAME                          = 'BusinessPartner'&lt;/P&gt;&lt;P&gt;    METHOD                           =  'GetList'&lt;/P&gt;&lt;P&gt;    PARAMETER                        =  'BUSINESSPARTNER'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   FIELD                            = 'BPARTNER'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;     EXPLICIT_SHLP                   = ls_shlp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  MAX_OF_ROWS                      = 0&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  DESCRIPTIONONLY                  = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; IMPORTING&lt;/P&gt;&lt;P&gt;    RETURN                           = myreturn&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  SELECTION_FOR_HELPVALUES         =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    HELPVALUES                       = help_Table&lt;/P&gt;&lt;P&gt;    VALUES_FOR_FIELD                 = val_Table&lt;/P&gt;&lt;P&gt;    DESCRIPTION_FOR_HELPVALUES       = des_Table&lt;/P&gt;&lt;P&gt;    .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    write myreturn.&lt;/P&gt;&lt;P&gt;    write wa_myTab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea pls, what is wronge, How I can manage to see all avaiable Business Partner in the SAP System.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2004 14:32:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/helpvalues-getlist/m-p/779888#M39109</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-10-29T14:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: HELPVALUES + GETLIST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/helpvalues-getlist/m-p/779889#M39110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You must pass a structure type BAPISHLP to parameter EXPLICIT_SHLP .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;move values from ls_shlp to a structure type BAPISHLP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2004 15:42:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/helpvalues-getlist/m-p/779889#M39110</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-10-29T15:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: HELPVALUES + GETLIST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/helpvalues-getlist/m-p/779890#M39111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply&lt;/P&gt;&lt;P&gt;Now I am using this line of code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: help type  BAPISHLP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_HELPVALUES_GET'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    OBJTYPE                          = 'BUS1006'&lt;/P&gt;&lt;P&gt;    OBJNAME                          = 'BusinessPartner'&lt;/P&gt;&lt;P&gt;    METHOD                           =  'GetList'&lt;/P&gt;&lt;P&gt;    PARAMETER                        =  'BUSINESSPARTNER'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   FIELD                            = 'BPARTNER'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;     EXPLICIT_SHLP                   =  help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  MAX_OF_ROWS                      = 0&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  DESCRIPTIONONLY                  = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; IMPORTING&lt;/P&gt;&lt;P&gt;    RETURN                           = myreturn&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  SELECTION_FOR_HELPVALUES         =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    HELPVALUES                       = help_Table&lt;/P&gt;&lt;P&gt;    VALUES_FOR_FIELD                 = val_Table&lt;/P&gt;&lt;P&gt;    DESCRIPTION_FOR_HELPVALUES       = des_Table&lt;/P&gt;&lt;P&gt;    .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    write myreturn.&lt;/P&gt;&lt;P&gt;    write wa_myTab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But myreturn table give msg with E, the complet msg is&lt;/P&gt;&lt;P&gt;ES&amp;amp;038Collective search help BUPA in field BUT000- has not been processed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ANY clue or any advise pls ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2004 15:57:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/helpvalues-getlist/m-p/779890#M39111</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-10-29T15:57:29Z</dc:date>
    </item>
  </channel>
</rss>

