<?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 HR_MAINTAIN_MASTERDATA in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-maintain-masterdata/m-p/2631265#M605023</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'm trying to edit contract data (infty 16) via an action.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is my proposed_value table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
    1| 0000 | P0000-MASSN           30          
    2| 0000 | P0000-BEGDA           20070802    
    3| 0000 | P0000-ITBLD           01          
    4| 0016 | P0016-PERNR           00035153    
    5| 0016 | P0016-INFTY           0016        
    6| 0016 | P0016-ENDDA           99991231    
    7| 0016 | P0016-BEGDA           20070802    
    8| 0016 | P0016-AEDTM           20070724    
    9| 0016 | P0016-UNAME           JOACHIM     
   10| 0016 | P0016-LFZFR                       
   11| 0016 | P0016-LFZZH           010         
   12| 0016 | P0016-KGZFR                       
   13| 0016 | P0016-KGZZH           012         
   14| 0016 | P0016-KDGFR           13          
   15| 0016 | P0016-KDGF2           13          
   16| 0016 | P0016-EINDT           20050511    
   17| 0016 | P0016-CTTYP           02         
   18| 0016 | P0016-CTEDT           20071206       
   19| 0016 | P0016-ZZWALOY         EUR         
   20| 0016 | P0016-ZZWAVOY         EUR            
   21| 0016 | P0016-ZZHFT                 
   22| 0016 | P0016-ZZFSO           1 
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and this is the way I call the function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
    CALL FUNCTION 'HR_MAINTAIN_MASTERDATA'
      EXPORTING
        pernr                    = p0000-pernr
        massn                    = p0000-massn
        ACTIO                    = 'INS'
        TCLAS                    = 'A'
        begda                    = p0000-begda
        ENDDA                    = '99991231'
*       OBJPS                    =
*       SEQNR                    =
*       SPRPS                    =
*       SUBTY                    =
*       WERKS                    =
*       PERSG                    =
*       PERSK                    =
*       PLANS                    =
        dialog_mode              = '0'
        LUW_MODE                 = '2'
*       NO_EXISTENCE_CHECK       = ' '
*       NO_ENQUEUE               = ' '
      IMPORTING
        return                   = bapireturn
        RETURN1                  = return1
        HR_RETURN                = hr_return
      TABLES
        proposed_values          = proposed_values
*       MODIFIED_KEYS            =
    .
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;return1 contains a message ZPA 062: Please fill in the contract definition datas!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I debug this and change the dialog_mode into 1, I can see that in the second screen (= screen for infty 0016) the field with the contracttype (P0016-CTTYP) is empty. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody help me out?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Joachim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jul 2007 14:34:58 GMT</pubDate>
    <dc:creator>joachimvanpraet</dc:creator>
    <dc:date>2007-07-24T14:34:58Z</dc:date>
    <item>
      <title>HR_MAINTAIN_MASTERDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-maintain-masterdata/m-p/2631265#M605023</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'm trying to edit contract data (infty 16) via an action.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is my proposed_value table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
    1| 0000 | P0000-MASSN           30          
    2| 0000 | P0000-BEGDA           20070802    
    3| 0000 | P0000-ITBLD           01          
    4| 0016 | P0016-PERNR           00035153    
    5| 0016 | P0016-INFTY           0016        
    6| 0016 | P0016-ENDDA           99991231    
    7| 0016 | P0016-BEGDA           20070802    
    8| 0016 | P0016-AEDTM           20070724    
    9| 0016 | P0016-UNAME           JOACHIM     
   10| 0016 | P0016-LFZFR                       
   11| 0016 | P0016-LFZZH           010         
   12| 0016 | P0016-KGZFR                       
   13| 0016 | P0016-KGZZH           012         
   14| 0016 | P0016-KDGFR           13          
   15| 0016 | P0016-KDGF2           13          
   16| 0016 | P0016-EINDT           20050511    
   17| 0016 | P0016-CTTYP           02         
   18| 0016 | P0016-CTEDT           20071206       
   19| 0016 | P0016-ZZWALOY         EUR         
   20| 0016 | P0016-ZZWAVOY         EUR            
   21| 0016 | P0016-ZZHFT                 
   22| 0016 | P0016-ZZFSO           1 
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and this is the way I call the function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
    CALL FUNCTION 'HR_MAINTAIN_MASTERDATA'
      EXPORTING
        pernr                    = p0000-pernr
        massn                    = p0000-massn
        ACTIO                    = 'INS'
        TCLAS                    = 'A'
        begda                    = p0000-begda
        ENDDA                    = '99991231'
*       OBJPS                    =
*       SEQNR                    =
*       SPRPS                    =
*       SUBTY                    =
*       WERKS                    =
*       PERSG                    =
*       PERSK                    =
*       PLANS                    =
        dialog_mode              = '0'
        LUW_MODE                 = '2'
*       NO_EXISTENCE_CHECK       = ' '
*       NO_ENQUEUE               = ' '
      IMPORTING
        return                   = bapireturn
        RETURN1                  = return1
        HR_RETURN                = hr_return
      TABLES
        proposed_values          = proposed_values
*       MODIFIED_KEYS            =
    .
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;return1 contains a message ZPA 062: Please fill in the contract definition datas!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I debug this and change the dialog_mode into 1, I can see that in the second screen (= screen for infty 0016) the field with the contracttype (P0016-CTTYP) is empty. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody help me out?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Joachim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2007 14:34:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hr-maintain-masterdata/m-p/2631265#M605023</guid>
      <dc:creator>joachimvanpraet</dc:creator>
      <dc:date>2007-07-24T14:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: HR_MAINTAIN_MASTERDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-maintain-masterdata/m-p/2631266#M605024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There was a problem in the PBO for infty 16 ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2007 08:10:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hr-maintain-masterdata/m-p/2631266#M605024</guid>
      <dc:creator>joachimvanpraet</dc:creator>
      <dc:date>2007-07-31T08:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: HR_MAINTAIN_MASTERDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-maintain-masterdata/m-p/2631267#M605025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to insert zfield value using HR_MAINTAIN_MASTERDATA  of an table pa0315&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g : in imfotype it0315 i enhance one field like zzst ..and then inset value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: monirulsk on Apr 11, 2011 4:39 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2011 14:38:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hr-maintain-masterdata/m-p/2631267#M605025</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-11T14:38:25Z</dc:date>
    </item>
  </channel>
</rss>

