<?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/779905#M39126</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;Read documentation for Business Object "Helpvalues" which helps u to understand the functionality .It has got examples also.I am pasting it here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Method &lt;/P&gt;&lt;P&gt;Helpvalues.GetSearchhelp "BAPI_HELPVALUES_GET_SEARCHHELP"&lt;/P&gt;&lt;P&gt;Determine Search Help for F4 Process &lt;/P&gt;&lt;P&gt; Functionality&lt;/P&gt;&lt;P&gt;This function enables you to determine search helps for finding values (F4 help) for BAPI parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You must specify either the object name (parameter ObjName) or the object type of the object (parameter ObjType), the name of the method for the object (parameter Method), and the name of the parameter for the method (parameter Parameter). If the parameter is structured, you must also specify the name of the field in the Field parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the function runs successfully, the name of a search help with type and short text appears in the table parameter ShlpForHelpvalues. If a collective search help is defined for the parameter or for the field of a structured parameter, then the return table contains the names of all its elementary search helps with their types and short texts.&lt;/P&gt;&lt;P&gt;A entry of this type in a BAPISHLP table can be specified for the BAPI Helpvalues.GetList (BAPI_HELPVALUES_GET) to determine F4 value helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table parameter DescriptionForHelpvalues specifies meta data for restricting the data selected by the BAPI Helpvalues.GetList.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notes&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;You want to define a search help for the VENDOR field of the BAPI parameter ReservationItems for the method MaterialReservation.GetDetail. To enable this, the BAPI Helpvalues.GetSearchhelp requires the following parameters:&lt;/P&gt;&lt;P&gt;Parameter: Value:&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;OBJTYPE &lt;/P&gt;&lt;P&gt;OBJNAME 'MaterialReservation'&lt;/P&gt;&lt;P&gt;METHOD 'GetDetail'&lt;/P&gt;&lt;P&gt;PARAMETER 'ReservationItems'&lt;/P&gt;&lt;P&gt;FIELD 'VENDOR'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If successful, the table parameter ShlpForHelpvalues contains the following entries:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SHLPNAME SHLPTYP REPTITLE:&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------------------------------------------------------" /&gt;&lt;P&gt;KR EDI SH Vendors by Country/Company Code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KREDK SH Vendors by Company Code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KREDL SH Vendors by Country&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KREDP SH Vendors by Personnel Number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One of these entries can be specified for the BAPI Helpvalues.GetList (BAPI_HELPVALUES_GET) in the parameter ExplicitShlp, and used to determine a value help.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Method  &lt;/P&gt;&lt;P&gt;Helpvalues.GetList          "BAPI_HELPVALUES_GET"&lt;/P&gt;&lt;P&gt;Determine Allowed Input Values (F4) for Fields in BAPI Parameters &lt;/P&gt;&lt;P&gt; Functionality&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This method determines the valid help values (F4) for a parameter or field of a structured BAPI parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notes&lt;/P&gt;&lt;P&gt;The help values are based on check tables, fixed domain values, or value helps defined in a data element. If no search help of this type is defined, no help values can be specified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This method can only be used for BAPI parameters. A check is made to see whether the field exists in the named parameter, in the method, and in the business object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You must send the name or object type name of the business object, the method, and the parameter with the name defined in the BOR, to the Helpvalues.GetList method. If you have a field from a structured parameter, you also need to specify its name. You cannot obtain the total value help for all fields of a structure by not explicitly specifying a field when calling the method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As an alternative, you can use details in the parameter ExplicitShlp to send specific search helps. The parameters ObjType, ObjName, Method, Parameter and Field must still be filled, so that the BAPI authorization checks can be made.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that this method only takes elementary search helps into account. For collective search helps, read the documentation on the method Helpvalues.GetSearchHelp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The help values - together with other useful information - are returned in the parameter Helpvalues.&lt;/P&gt;&lt;P&gt;The Description4HV parameter contains meta information that describes the column contents sent in the Helpvalues parameter. Note that SAP does not guarantee the stability of search helps. You must use the Description4HV parameter to correctly interpret the values sent in the Helpvalues parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Values4Field parameter only contains help values without short texts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can assign an authorization check to value helps. For data protection reasons, tables of type A (master data and transaction data) and tables of type L (temporary data) cannot be read.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exceptions for master data can be defined with explicit authorization checks on the data element of the parameter or the parameter field. The values are only returned if the caller has the correct authorizations. Otherwise, an error message is triggered (see the Return parameter). The authorization required is documented in each individual BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;You want to determine the valid help values for the National field (country code). The field is in the BAPI Employee.GetList in the PersonalData parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you call the method with the following parameters:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ObjType&lt;/P&gt;&lt;P&gt;ObjName 'Employee'&lt;/P&gt;&lt;P&gt;Method 'GetList'&lt;/P&gt;&lt;P&gt;Parameter 'PersonalData'&lt;/P&gt;&lt;P&gt;Field 'National'&lt;/P&gt;&lt;P&gt;MaxOfRows '0'&lt;/P&gt;&lt;P&gt;DescriptionOnly 'X'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the Description4HV parameter contains:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABNAME (Table) FIELDNAME (Field) ... FIELDTEXT (Description)&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------------" /&gt;&lt;P&gt;H_T005 LAND1 Country code&lt;/P&gt;&lt;P&gt;H_T005 LANDX Country&lt;/P&gt;&lt;P&gt;H_T005 NATIO Nationality&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: If you use the test environment of the Function Builder for testing, you must select case-sensitive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The help values are sent in the Helpvalues parameter. This parameter also usually contains other useful information, such as texts. This texts are in the logon language. The following values are in the Helpvalues parameter:&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;AT Austria Austrian&lt;/P&gt;&lt;P&gt;AU Australia Australian&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Values4Field parameter only contains the input values for the National field:&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;AT&lt;/P&gt;&lt;P&gt;AU&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The information from the Helpvalues parameter can be offered by the application in a dialog. A line of the Helpvalues parameter can be selected to access the correct help value in the Values4Field parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you only want to select the countries that start with 'A', the following data must be in the Selection4Helpvalues parameter:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT_FLD SIGN OPTION LOW HIGH&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------------------------------------------------------------------" /&gt;&lt;P&gt;LANDX I CP A*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Messages are returned in the Return parameter. The documentation for this parameter contains the return codes and their meanings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further Information&lt;/P&gt;&lt;P&gt;For more information, see the BAPI Programming Guide in the SAP Library under CA-BFA.&lt;/P&gt;&lt;P&gt; &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>Sun, 14 Nov 2004 09:19:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2004-11-14T09:19:12Z</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>

