<?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: Regarding HELP_VALUES_GET_RETURN_VALUES in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-help-values-get-return-values/m-p/3621923#M872573</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check out this sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON VALUE-REQUEST FOR CAR_TYPE.&lt;/P&gt;&lt;P&gt;  PERFORM CARTYPE_F4_HELP USING 'T702E '&lt;/P&gt;&lt;P&gt;                              'KZPMF'&lt;/P&gt;&lt;P&gt;                              'Vehicle Type '(001).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM CARTYPE_F4_HELP USING    TABLE FIELDNAME TABTITLE.&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'HELP_VALUES_GET_RETURN_VALUES'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            CUCOL                        = 0&lt;/P&gt;&lt;P&gt;            CUROW                        = 0&lt;/P&gt;&lt;P&gt;            DISPLAY                      = ' '&lt;/P&gt;&lt;P&gt;            TABNAME                      = TABLE&lt;/P&gt;&lt;P&gt;            SELECTFIELD                  = FIELDNAME&lt;/P&gt;&lt;P&gt;            TITEL                        = TABTITLE&lt;/P&gt;&lt;P&gt;            WRITE_SELECTFIELD_IN_COLOURS = 'X'&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;            SELECTION_TAB                = SEL_TAB&lt;/P&gt;&lt;P&gt;            ALL_VALUES_SELECTION_TAB     = ALL_TAB&lt;/P&gt;&lt;P&gt;       EXCEPTIONS&lt;/P&gt;&lt;P&gt;            OTHERS                       = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CASE SY-UCOMM.&lt;/P&gt;&lt;P&gt;    WHEN 'XBCK'.&lt;/P&gt;&lt;P&gt;      MOVE SEL_TAB-LOW_VALUE TO CAR_TYPE.&lt;/P&gt;&lt;P&gt;  ENDCASE.&lt;/P&gt;&lt;P&gt;ENDFORM.&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;Reward if helpful..&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;Ramya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Mar 2008 04:54:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-19T04:54:56Z</dc:date>
    <item>
      <title>Regarding HELP_VALUES_GET_RETURN_VALUES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-help-values-get-return-values/m-p/3621920#M872570</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;Can any one help me how to implement HELP_VALUES_GET_RETURN_VALUES function module. I need help regarding the parameters to be passed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2008 04:38:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-help-values-get-return-values/m-p/3621920#M872570</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-19T04:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding HELP_VALUES_GET_RETURN_VALUES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-help-values-get-return-values/m-p/3621921#M872571</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; go to se37 give the function module name and press where-used-list button to know all the program where the function module is being used.&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;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2008 04:42:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-help-values-get-return-values/m-p/3621921#M872571</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-19T04:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding HELP_VALUES_GET_RETURN_VALUES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-help-values-get-return-values/m-p/3621922#M872572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  data: tabelle like help_info-tabname,
        field like help_info-fieldname.
  data: begin of sel_tab occurs 5.
          include structure shvalue.
  data: end of sel_tab.
  data: begin of all_tab occurs 10.
          include structure shvalue.
  data: end of all_tab.
  data: title(30) type c value 'Demonstration'.
  tabelle = 'TSTC'.
  field = 'TCODE'.
  call function 'HELP_VALUES_GET_RETURN_VALUES'
       exporting
            cucol                         = 0 
            curow                         = 0 
            display                      = ' '
            tabname                       = tabelle
             selectfield                  = field
            titel                         = title
            write_selectfield_in_colours = 'X'
       tables
             selection_tab                = sel_tab
            all_values_selection_tab     = all_tab 
       exceptions
             table_not_in_ddic            = 01 
             no_selectfield_given         = 02
             error_from_database          = 03.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Import parameters:&lt;/P&gt;&lt;P&gt;CUCOL: Cursor position: Column&lt;/P&gt;&lt;P&gt;        Meaning: Column in which the cursor will be placed in the&lt;/P&gt;&lt;P&gt;                 display. Default is column 1.&lt;/P&gt;&lt;P&gt;        Value set: None&lt;/P&gt;&lt;P&gt;        Initial value: 0 &lt;/P&gt;&lt;P&gt;CUROW: Cursor position: Line&lt;/P&gt;&lt;P&gt;        Meaning:  Line in which the cursor will be placed in the&lt;/P&gt;&lt;P&gt;                  display. Default is the first displayed value&lt;/P&gt;&lt;P&gt;                  line.&lt;/P&gt;&lt;P&gt;        Value set: None&lt;/P&gt;&lt;P&gt;        Initial value: 0 &lt;/P&gt;&lt;P&gt;DISPLAY: Display flag&lt;/P&gt;&lt;P&gt;        Meaning: If this parameter is set ('X'), the values will&lt;/P&gt;&lt;P&gt;                 only be displayed. It will not be possible to&lt;/P&gt;&lt;P&gt;                 choose a value.&lt;/P&gt;&lt;P&gt;        Value set: SPACE, 'X'&lt;/P&gt;&lt;P&gt;        Initial value: SPACE&lt;/P&gt;&lt;P&gt;TABNAME: Table in Dictionary&lt;/P&gt;&lt;P&gt;       Meaning:   Name of the table containing field SELECTFIELD.&lt;/P&gt;&lt;P&gt;                  The table must be active in the Dictionary and&lt;/P&gt;&lt;P&gt;                  reside in the database under same name.&lt;/P&gt;&lt;P&gt;       Value set: None&lt;/P&gt;&lt;P&gt;       Default:   None&lt;/P&gt;&lt;P&gt;SELECTFIELD: Selected table field&lt;/P&gt;&lt;P&gt;        Meaning:  Name of field selected for display/Help.&lt;/P&gt;&lt;P&gt;                  The field must belong the the Dictionary table&lt;/P&gt;&lt;P&gt;                  TABNAME.&lt;/P&gt;&lt;P&gt;       Value set: None&lt;/P&gt;&lt;P&gt;       Default:   None &lt;/P&gt;&lt;P&gt;TITEL: Title of the F4 dialog box&lt;/P&gt;&lt;P&gt;       Meaning:   User-defined title of the F4 dialog box. If&lt;/P&gt;&lt;P&gt;                  nothing is specified, the title will consist&lt;/P&gt;&lt;P&gt;                  of the domain's short description of the name&lt;/P&gt;&lt;P&gt;                  of the table field.&lt;/P&gt;&lt;P&gt;       Value set: None&lt;/P&gt;&lt;P&gt;       Default:   None &lt;/P&gt;&lt;P&gt;WRITE_SELECTFIELD_IN_COLOURS: Output color of the F4 key field&lt;/P&gt;&lt;P&gt;        Meaning:   SPACE will show the values without highlighted&lt;/P&gt;&lt;P&gt;                   SELECTFIELD, "X" will default to the standard&lt;/P&gt;&lt;P&gt;                   output.&lt;/P&gt;&lt;P&gt;        Value set: SPACE, X.&lt;/P&gt;&lt;P&gt;        Default:   X.&lt;/P&gt;&lt;P&gt;Table parameters&lt;/P&gt;&lt;P&gt;SELECTION_TAB: Table of selected values&lt;/P&gt;&lt;P&gt;        Meaning:   This table contains the indeces of the selected&lt;/P&gt;&lt;P&gt;                   values from the displayed table in field LINE,&lt;/P&gt;&lt;P&gt;                   and the values in field LOW_VALUE.&lt;/P&gt;&lt;P&gt;                   With help of the indeces, the user can specify&lt;/P&gt;&lt;P&gt;                   the values of a line in the internal table.&lt;/P&gt;&lt;P&gt;ALL_VALUES_SELECTION_TAB: All field contents for SELECTION_TAB&lt;/P&gt;&lt;P&gt;        Meaning:   Table with lines, columns, and values of all&lt;/P&gt;&lt;P&gt;                   fields in the line of the selected fields.&lt;/P&gt;&lt;P&gt;        Value set: None&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2008 04:52:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-help-values-get-return-values/m-p/3621922#M872572</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-19T04:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding HELP_VALUES_GET_RETURN_VALUES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-help-values-get-return-values/m-p/3621923#M872573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check out this sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON VALUE-REQUEST FOR CAR_TYPE.&lt;/P&gt;&lt;P&gt;  PERFORM CARTYPE_F4_HELP USING 'T702E '&lt;/P&gt;&lt;P&gt;                              'KZPMF'&lt;/P&gt;&lt;P&gt;                              'Vehicle Type '(001).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM CARTYPE_F4_HELP USING    TABLE FIELDNAME TABTITLE.&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'HELP_VALUES_GET_RETURN_VALUES'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            CUCOL                        = 0&lt;/P&gt;&lt;P&gt;            CUROW                        = 0&lt;/P&gt;&lt;P&gt;            DISPLAY                      = ' '&lt;/P&gt;&lt;P&gt;            TABNAME                      = TABLE&lt;/P&gt;&lt;P&gt;            SELECTFIELD                  = FIELDNAME&lt;/P&gt;&lt;P&gt;            TITEL                        = TABTITLE&lt;/P&gt;&lt;P&gt;            WRITE_SELECTFIELD_IN_COLOURS = 'X'&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;            SELECTION_TAB                = SEL_TAB&lt;/P&gt;&lt;P&gt;            ALL_VALUES_SELECTION_TAB     = ALL_TAB&lt;/P&gt;&lt;P&gt;       EXCEPTIONS&lt;/P&gt;&lt;P&gt;            OTHERS                       = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CASE SY-UCOMM.&lt;/P&gt;&lt;P&gt;    WHEN 'XBCK'.&lt;/P&gt;&lt;P&gt;      MOVE SEL_TAB-LOW_VALUE TO CAR_TYPE.&lt;/P&gt;&lt;P&gt;  ENDCASE.&lt;/P&gt;&lt;P&gt;ENDFORM.&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;Reward if helpful..&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;Ramya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2008 04:54:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-help-values-get-return-values/m-p/3621923#M872573</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-19T04:54:56Z</dc:date>
    </item>
  </channel>
</rss>

