<?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: problem in selcet potion in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-selcet-potion/m-p/1709673#M310471</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check with this wheather you have pass the parameters like this or not, bcz it is giving error when i try to execute in my system&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'RH_OBJID_REQUEST'                       &lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;           plvar                 = yourplvar&lt;/P&gt;&lt;P&gt;           otype                 = Yourobjecttype&lt;/P&gt;&lt;P&gt;           dynpro_repid          = self_repid&lt;/P&gt;&lt;P&gt;           dynpro_dynnr          = self_dynnr&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;           dynpro_plvarfield     = 'PPHDR-PLVAR'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;           dynpro_searkfield     = 'YOURFIELDNAME'&lt;/P&gt;&lt;P&gt;      IMPORTING&lt;/P&gt;&lt;P&gt;           sel_object            = f4_objec&lt;/P&gt;&lt;P&gt;      EXCEPTIONS&lt;/P&gt;&lt;P&gt;           cancelled             = 1&lt;/P&gt;&lt;P&gt;           wrong_condition       = 2&lt;/P&gt;&lt;P&gt;           nothing_found         = 3&lt;/P&gt;&lt;P&gt;           illegal_mode          = 4&lt;/P&gt;&lt;P&gt;           internal_error        = 5&lt;/P&gt;&lt;P&gt;           OTHERS                = 6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; IF sy-subrc = 0.&lt;/P&gt;&lt;P&gt;   MOVE f4_objec-realo TO yourfield.&lt;/P&gt;&lt;P&gt; ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check out the paramters and do the changes accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Oct 2006 14:54:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-30T14:54:49Z</dc:date>
    <item>
      <title>problem in selcet potion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-selcet-potion/m-p/1709671#M310469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have selection screen taht in that in box like courses when u push f4 it ope with lot of courses in tree and u can choose a course (mark the name of course u wont)my problem is that the tree is open with courses but i cant choose any of them this is my code mybe i forgat something hope u can help my .thankes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     --&amp;gt;P_0026   text&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     &amp;lt;--P_SO_ORGEH_LOW  text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM get_objid&lt;/P&gt;&lt;P&gt; USING    p_otype&lt;/P&gt;&lt;P&gt;                CHANGING p_c_course.&lt;/P&gt;&lt;P&gt;*p_so_orgeh_low&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'RH_OBJID_REQUEST'&lt;/P&gt;&lt;P&gt;     EXPORTING&lt;/P&gt;&lt;P&gt;       plvar                   = '01'&lt;/P&gt;&lt;P&gt;       otype                   = p_otype&lt;/P&gt;&lt;P&gt;       seark                   = '*'&lt;/P&gt;&lt;P&gt;       seark_begda             = sy-datum&lt;/P&gt;&lt;P&gt;       seark_endda             = sy-datum&lt;/P&gt;&lt;P&gt;       set_mode                = 'X'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  DYNPRO_REPID            = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  DYNPRO_DYNNR            = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  DYNPRO_PLVARFIELD       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  DYNPRO_OTYPEFIELD       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  DYNPRO_SEARKFIELD       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  CALLBACK_PROG           = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  CALLBACK_FORM           = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  RESTRICT_FB             = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  RESTRICT_DATA           = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  WITHOUT_RSIGN           =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  WITHOUT_RELAT           =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  WITHOUT_SCLAS           =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ORGBEG                  = SY-DATUM&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ORGEND                  = SY-DATUM&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  WIN_TITLE               =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  APP_DATA                =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;     IMPORTING&lt;/P&gt;&lt;P&gt;       sel_plvar               = wa_plvar&lt;/P&gt;&lt;P&gt;       sel_otype               = wa_otype&lt;/P&gt;&lt;P&gt;       sel_object              = wa_objid&lt;/P&gt;&lt;P&gt;   TABLES&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  OTYPE_TABLE             =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  CONDITION               =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  BASE_OBJECTS            =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  MARKED_OBJECTS          =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;     sel_objects             = itab_object&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  SEL_HROBJECT_TAB        =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  SEL_HRSOBID_TAB         =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;     EXCEPTIONS&lt;/P&gt;&lt;P&gt;       cancelled               = 1&lt;/P&gt;&lt;P&gt;       wrong_condition         = 2&lt;/P&gt;&lt;P&gt;       nothing_found           = 3&lt;/P&gt;&lt;P&gt;       internal_error          = 4&lt;/P&gt;&lt;P&gt;       illegal_mode            = 5&lt;/P&gt;&lt;P&gt;       OTHERS                  = 6&lt;/P&gt;&lt;P&gt;              .&lt;/P&gt;&lt;P&gt;  IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;  IF wa_otype = 'E '.&lt;/P&gt;&lt;P&gt;    REFRESH: y_ergnit.&lt;/P&gt;&lt;P&gt;    CLEAR:   y_ergnit.&lt;/P&gt;&lt;P&gt;    LOOP AT itab_object.&lt;/P&gt;&lt;P&gt;      CLEAR y_ergnit.&lt;/P&gt;&lt;P&gt;      y_ergnit-low    = itab_object-objid.&lt;/P&gt;&lt;P&gt;      y_ergnit-option = 'EQ'.&lt;/P&gt;&lt;P&gt;      y_ergnit-sign   = 'I'.&lt;/P&gt;&lt;P&gt;      APPEND y_ergnit.&lt;/P&gt;&lt;P&gt;    ENDLOOP.&lt;/P&gt;&lt;P&gt;    CLEAR:   itab_object.&lt;/P&gt;&lt;P&gt;    REFRESH: itab_object.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF wa_otype = 'E ' .&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; OR wa_otype = 'DC' OR wa_otype = 'L'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    REFRESH: c_course.&lt;/P&gt;&lt;P&gt;    CLEAR:  c_course.&lt;/P&gt;&lt;P&gt;    LOOP AT itab_object.&lt;/P&gt;&lt;P&gt;      CLEAR c_course.&lt;/P&gt;&lt;P&gt;      c_course-low    = itab_object-objid.&lt;/P&gt;&lt;P&gt;      c_course-option = 'EQ'.&lt;/P&gt;&lt;P&gt;      c_course-sign   = 'I'.&lt;/P&gt;&lt;P&gt;      APPEND c_course.&lt;/P&gt;&lt;P&gt;    ENDLOOP.&lt;/P&gt;&lt;P&gt;    CLEAR:   itab_object.&lt;/P&gt;&lt;P&gt;    REFRESH: itab_object.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  p_c_course  = wa_objid-objid.&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;ENDFORM.                    " get_objid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Oct 2006 13:26:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-selcet-potion/m-p/1709671#M310469</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-29T13:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: problem in selcet potion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-selcet-potion/m-p/1709672#M310470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know your function used but you can try to use an other one as ALV popup&lt;/P&gt;&lt;P&gt;Search in SE37 transaction &lt;STRONG&gt;ALV&lt;/STRONG&gt;popup*&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;sebastien&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2006 14:43:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-selcet-potion/m-p/1709672#M310470</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-30T14:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: problem in selcet potion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-selcet-potion/m-p/1709673#M310471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check with this wheather you have pass the parameters like this or not, bcz it is giving error when i try to execute in my system&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'RH_OBJID_REQUEST'                       &lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;           plvar                 = yourplvar&lt;/P&gt;&lt;P&gt;           otype                 = Yourobjecttype&lt;/P&gt;&lt;P&gt;           dynpro_repid          = self_repid&lt;/P&gt;&lt;P&gt;           dynpro_dynnr          = self_dynnr&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;           dynpro_plvarfield     = 'PPHDR-PLVAR'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;           dynpro_searkfield     = 'YOURFIELDNAME'&lt;/P&gt;&lt;P&gt;      IMPORTING&lt;/P&gt;&lt;P&gt;           sel_object            = f4_objec&lt;/P&gt;&lt;P&gt;      EXCEPTIONS&lt;/P&gt;&lt;P&gt;           cancelled             = 1&lt;/P&gt;&lt;P&gt;           wrong_condition       = 2&lt;/P&gt;&lt;P&gt;           nothing_found         = 3&lt;/P&gt;&lt;P&gt;           illegal_mode          = 4&lt;/P&gt;&lt;P&gt;           internal_error        = 5&lt;/P&gt;&lt;P&gt;           OTHERS                = 6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; IF sy-subrc = 0.&lt;/P&gt;&lt;P&gt;   MOVE f4_objec-realo TO yourfield.&lt;/P&gt;&lt;P&gt; ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check out the paramters and do the changes accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2006 14:54:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-selcet-potion/m-p/1709673#M310471</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-30T14:54:49Z</dc:date>
    </item>
  </channel>
</rss>

