<?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: PA40 - BDC-  Action Type Problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pa40-bdc-action-type-problem/m-p/1447355#M212151</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the this, it works to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  TABLES: t588b.&lt;/P&gt;&lt;P&gt;  DATA: usergroup LIKE t588b-userg.&lt;/P&gt;&lt;P&gt;  DATA: w_screen_field(15) TYPE c.&lt;/P&gt;&lt;P&gt;  DATA: it588b LIKE t588b OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;  DATA: w_index TYPE n.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  REFRESH it588b.&lt;/P&gt;&lt;P&gt;  CLEAR t588b.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  GET PARAMETER ID 'UGR' FIELD usergroup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT * FROM t588b INTO TABLE it588b&lt;/P&gt;&lt;P&gt;           WHERE mntyp = 'M'&lt;/P&gt;&lt;P&gt;           AND   menue = '01'&lt;/P&gt;&lt;P&gt;           AND   userg = usergroup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  READ TABLE it588b WITH KEY massn = 'ZB'.&lt;/P&gt;&lt;P&gt;  IF sy-subrc = 0.&lt;/P&gt;&lt;P&gt;    w_index = sy-tabix.&lt;/P&gt;&lt;P&gt;    CONCATENATE 'RP50G-SELEC(' w_index ')' INTO w_screen_field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    REFRESH bdc_tab.&lt;/P&gt;&lt;P&gt;    PERFORM process_screen USING:&lt;/P&gt;&lt;P&gt;                    'X'  'SAPMP50A'          '2000',&lt;/P&gt;&lt;P&gt;                    ' '  'RP50G-PERNR'       t_inrec-pernr,&lt;/P&gt;&lt;P&gt;                    ' '  w_screen_field      'X',&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Bing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Oct 2008 19:43:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-16T19:43:04Z</dc:date>
    <item>
      <title>PA40 - BDC-  Action Type Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pa40-bdc-action-type-problem/m-p/1447351#M212147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;          Iam doing BDC   for Tcode PA40 ,  To Terminate the employees.   in PA40 screen  i have only  6 action types  in which  " leave "  is one of them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    The sequence  of the action types  on the 1st screen of PA40 are :&lt;/P&gt;&lt;P&gt;1. change of job&lt;/P&gt;&lt;P&gt;2.  change in pay.&lt;/P&gt;&lt;P&gt;3.  Leaving&lt;/P&gt;&lt;P&gt;4.  Early Retirement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so in BDC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; PERFORM DYNPRO USING:&lt;/P&gt;&lt;P&gt;     'X'  'SAPMP50A'         '2000',&lt;/P&gt;&lt;P&gt;     ' '  'RP50G-PERNR'      ZREC-EMPNUM,&lt;/P&gt;&lt;P&gt;     ' '  'BDC_OKCODE'       '/00',&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     'X'  'SAPMP50A'         '2000',&lt;/P&gt;&lt;P&gt;     ' '  'RP50G-SELEC(03)'  'X',&lt;/P&gt;&lt;P&gt;     ' '  'BDC_OKCODE'       '=PICK',&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and  it is  working properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the problem  is  ,  my onsite guy   who has to run the BDC   for termination has  16 action types  including "leaving"  in different  positions  Eg.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.  Early Retirement &lt;/P&gt;&lt;P&gt;2.  change in pay.&lt;/P&gt;&lt;P&gt;3.  change of job&lt;/P&gt;&lt;P&gt;4.  hire&lt;/P&gt;&lt;P&gt;5.   ...&lt;/P&gt;&lt;P&gt;6    ...&lt;/P&gt;&lt;P&gt;7   Leaving&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So  The BDC is not working properly  ,  I checked with BAsis , and  he is not able to figure it out  ,  because if it was configuration problem  then all the users will have the same problem.  Now  this is    for a particular user  it is changed  , might be  the other new user  who uses  will have a different screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If  this is the case  then how to go about with the action type  field  ' '  'RP50G-SELEC(03)'  'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INstead of this  field   can we use some other field  which  has  a value  leaving or   is  there  any other alternative  plz  do let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;waiting for your valuable replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Dan&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;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jun 2006 10:45:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pa40-bdc-action-type-problem/m-p/1447351#M212147</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-28T10:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: PA40 - BDC-  Action Type Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pa40-bdc-action-type-problem/m-p/1447352#M212148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Yes you are right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. The SEQUENCE of actions (which is displayed)&lt;/P&gt;&lt;P&gt;   will vary from user to user&lt;/P&gt;&lt;P&gt;   based upon his authorisation rights.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. So one can never be sure,&lt;/P&gt;&lt;P&gt;   where the LEAVING &lt;/P&gt;&lt;P&gt;  action will appear on which row.&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jun 2006 10:56:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pa40-bdc-action-type-problem/m-p/1447352#M212148</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-28T10:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: PA40 - BDC-  Action Type Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pa40-bdc-action-type-problem/m-p/1447353#M212149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;Thx for the reply,      If  this  is the problem   then how to go  about with the termination of employees.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have any idea abt this  please do let me know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jun 2006 12:16:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pa40-bdc-action-type-problem/m-p/1447353#M212149</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-28T12:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: PA40 - BDC-  Action Type Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pa40-bdc-action-type-problem/m-p/1447354#M212150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. we can use HR_INFOTYPE_OPERATION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. for leaving probably we will have to update&lt;/P&gt;&lt;P&gt;   infotype 0000 (leaving action)&lt;/P&gt;&lt;P&gt;   and probably others, which may be required.&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jun 2006 12:20:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pa40-bdc-action-type-problem/m-p/1447354#M212150</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-28T12:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: PA40 - BDC-  Action Type Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pa40-bdc-action-type-problem/m-p/1447355#M212151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the this, it works to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  TABLES: t588b.&lt;/P&gt;&lt;P&gt;  DATA: usergroup LIKE t588b-userg.&lt;/P&gt;&lt;P&gt;  DATA: w_screen_field(15) TYPE c.&lt;/P&gt;&lt;P&gt;  DATA: it588b LIKE t588b OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;  DATA: w_index TYPE n.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  REFRESH it588b.&lt;/P&gt;&lt;P&gt;  CLEAR t588b.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  GET PARAMETER ID 'UGR' FIELD usergroup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT * FROM t588b INTO TABLE it588b&lt;/P&gt;&lt;P&gt;           WHERE mntyp = 'M'&lt;/P&gt;&lt;P&gt;           AND   menue = '01'&lt;/P&gt;&lt;P&gt;           AND   userg = usergroup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  READ TABLE it588b WITH KEY massn = 'ZB'.&lt;/P&gt;&lt;P&gt;  IF sy-subrc = 0.&lt;/P&gt;&lt;P&gt;    w_index = sy-tabix.&lt;/P&gt;&lt;P&gt;    CONCATENATE 'RP50G-SELEC(' w_index ')' INTO w_screen_field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    REFRESH bdc_tab.&lt;/P&gt;&lt;P&gt;    PERFORM process_screen USING:&lt;/P&gt;&lt;P&gt;                    'X'  'SAPMP50A'          '2000',&lt;/P&gt;&lt;P&gt;                    ' '  'RP50G-PERNR'       t_inrec-pernr,&lt;/P&gt;&lt;P&gt;                    ' '  w_screen_field      'X',&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Bing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2008 19:43:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pa40-bdc-action-type-problem/m-p/1447355#M212151</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-16T19:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: PA40 - BDC-  Action Type Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pa40-bdc-action-type-problem/m-p/1447356#M212152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can even do Action from PA30. The DTT tool for HCM Best Practices is designed around PA30 recording. Don;t user Pa40 for actions. Most of the batch loads in our company happen via PA30.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Aman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2008 19:58:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pa40-bdc-action-type-problem/m-p/1447356#M212152</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-16T19:58:13Z</dc:date>
    </item>
  </channel>
</rss>

