<?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: Org Unit Selection-Option in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/org-unit-selection-option/m-p/5693473#M1293583</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 this ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;TABLES : T527X.
SELECT-OPTIONS : s_org FOR T527X-orgeh.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 May 2009 11:43:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-28T11:43:26Z</dc:date>
    <item>
      <title>Org Unit Selection-Option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/org-unit-selection-option/m-p/5693470#M1293580</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 have a custom report that has org-unit on the selection-screen. (i tried 2 different declarations)&lt;/P&gt;&lt;P&gt;                s_org  FOR pa0001-orgeh,&lt;/P&gt;&lt;P&gt;                s_org  FOR pernr-orgeh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neither of the above declarations give me what I need on F4/Drop-Down. They simply give a list of all org units and not the structural seach drop-down I need! Adding the org-unit button to the menu bar isn't an option we want. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 11:32:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/org-unit-selection-option/m-p/5693470#M1293580</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-28T11:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: Org Unit Selection-Option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/org-unit-selection-option/m-p/5693471#M1293581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you please explain what exactly u need?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 11:37:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/org-unit-selection-option/m-p/5693471#M1293581</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-28T11:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: Org Unit Selection-Option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/org-unit-selection-option/m-p/5693472#M1293582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Append the values you required in f4 help to an internal table and just pass it to this FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;F4IF_INT_TABLE_VALUE_REQUEST&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 11:39:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/org-unit-selection-option/m-p/5693472#M1293582</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2009-05-28T11:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Org Unit Selection-Option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/org-unit-selection-option/m-p/5693473#M1293583</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 this ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;TABLES : T527X.
SELECT-OPTIONS : s_org FOR T527X-orgeh.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 11:43:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/org-unit-selection-option/m-p/5693473#M1293583</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-28T11:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: Org Unit Selection-Option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/org-unit-selection-option/m-p/5693474#M1293584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;he says he is already getting the F4...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;he has some other expectations i guess&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 11:44:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/org-unit-selection-option/m-p/5693474#M1293584</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-28T11:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Org Unit Selection-Option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/org-unit-selection-option/m-p/5693475#M1293585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check out the following search helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HRPADUN_KOSTWOU&lt;/P&gt;&lt;P&gt;H_T527X&lt;/P&gt;&lt;P&gt;H_T527X_1&lt;/P&gt;&lt;P&gt;PREMK&lt;/P&gt;&lt;P&gt;PREMPE&lt;/P&gt;&lt;P&gt;PREMS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you provide us any screen where you have seen the Search help you desired?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 11:44:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/org-unit-selection-option/m-p/5693475#M1293585</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-28T11:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Org Unit Selection-Option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/org-unit-selection-option/m-p/5693476#M1293586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Hi,&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; I have a custom report that has org-unit on the selection-screen. (i tried 2 different declarations)&lt;/P&gt;&lt;P&gt;&amp;gt;                 s_org  FOR pa0001-orgeh,&lt;/P&gt;&lt;P&gt;&amp;gt;                 s_org  FOR pernr-orgeh,&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Neither of the above declarations give me what I need on F4/Drop-Down. They simply give a list of all org units and not the structural seach drop-down I need! Adding the org-unit button to the menu bar isn't an option we want. &lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Thanks&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The below given coding gives F4/Drop-down correctly.  Please check:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;TABLES:  pa0001,
         pernr.
SELECT-OPTIONS:
          s_org   FOR pa0001-orgeh,
          s_org1 FOR pernr-orgeh.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Ramani N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 11:49:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/org-unit-selection-option/m-p/5693476#M1293586</guid>
      <dc:creator>former_member229729</dc:creator>
      <dc:date>2009-05-28T11:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: Org Unit Selection-Option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/org-unit-selection-option/m-p/5693477#M1293587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I basically need the F4 that PNPCE logical database used. This program is a copy of a standard program which used PCH, so I cant change that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T527 doesn't work either unfortunatly. I can't attached a screen-shot of the correct one, is there a way?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 11:52:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/org-unit-selection-option/m-p/5693477#M1293587</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-28T11:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Org Unit Selection-Option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/org-unit-selection-option/m-p/5693478#M1293588</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;to get the org structure as f4 help. suppose your screen field is s_org_unit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write the below event in your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen on value request for s_org_unit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call the function module RH_OBJID_REQUEST after this line.  just pass PLVAR as 01 and OTYPE as 'O'. rest of the parameters are optional and you can fill it as per ur requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selected org unit will come in exporting parameter SEL_OBJECT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vishal Kapoor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 11:54:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/org-unit-selection-option/m-p/5693478#M1293588</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-28T11:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: Org Unit Selection-Option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/org-unit-selection-option/m-p/5693479#M1293589</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 this code:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;TABLES: PA0001.
DATA: T_RHMC2 LIKE RHMC2 OCCURS 0 WITH HEADER LINE.
DATA: T_HRPE_TXSBJ LIKE HRPE_TXSBJ OCCURS 0 WITH HEADER LINE.

SELECT-OPTIONS:  S_ORG FOR PA0001-ORGEH.

AT SELECTION-SCREEN ON VALUE-REQUEST FOR S_ORG-LOW.

  CALL FUNCTION 'RHP0_POPUP_F4_SEARK'
    EXPORTING
      F4          = 'X'
      PLVAR       = '01'
      OTYPE       = 'O'
    TABLES
      BASE_OBJIDS = T_RHMC2
      SEL_OBJIDS  = T_HRPE_TXSBJ
    CHANGING
      OBJID       = S_ORG-LOW.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 11:59:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/org-unit-selection-option/m-p/5693479#M1293589</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-28T11:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: Org Unit Selection-Option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/org-unit-selection-option/m-p/5693480#M1293590</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;Use&lt;/P&gt;&lt;P&gt;parameters p_orgeh type orgeh matchcode object H_T527X.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 12:00:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/org-unit-selection-option/m-p/5693480#M1293590</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2009-05-28T12:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: Org Unit Selection-Option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/org-unit-selection-option/m-p/5693481#M1293591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Please ref the below link in which i have write the logic with example that shows Org Structue in F4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;http : // w w w.saptechnical.com/Tips/ABAP/F4/ObjID.htm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES : hrp1001.&lt;/P&gt;&lt;P&gt;DATA : subrc TYPE sysubrc.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS : so_obj_o FOR hrp1001-objid NO INTERVALS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: pchplvar LIKE pchdy-plvar NO-DISPLAY,&lt;/P&gt;&lt;P&gt;            pchotype LIKE pchdy-otype NO-DISPLAY.&lt;/P&gt;&lt;P&gt;INCLUDE rhxmacro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INITIALIZATION.&lt;/P&gt;&lt;P&gt;  pchplvar  = '01'.&lt;/P&gt;&lt;P&gt;  pchotype  = 'O'." "O" is org unit "S" is for position etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  rhx-f4-objid-data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*--F4 help for OBJID&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON VALUE-REQUEST FOR so_obj_o-low.&lt;/P&gt;&lt;P&gt;  rhx-f4-objid-low pchplvar pchotype so_obj_o '' ''.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 12:21:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/org-unit-selection-option/m-p/5693481#M1293591</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-28T12:21:17Z</dc:date>
    </item>
  </channel>
</rss>

