<?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: Recordered Data by Batch Input in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/recordered-data-by-batch-input/m-p/1699239#M306618</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if u are using the Call transaction method use bdcmsgcoll str and get all the messages populated into the message table all the messages can be then looped n displayed. the session method messages can be seen in sm35.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Oct 2006 10:05:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-24T10:05:41Z</dc:date>
    <item>
      <title>Recordered Data by Batch Input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/recordered-data-by-batch-input/m-p/1699237#M306616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;When I insert a new employee with transaction pa40 in batch input, I can't specify the new pernr but only the applicant number. So at the end of batch input I don't know the pernr associated to the applicant number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I know the pernr created by the batch input?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Regards, Angela.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2006 09:45:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/recordered-data-by-batch-input/m-p/1699237#M306616</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-24T09:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: Recordered Data by Batch Input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/recordered-data-by-batch-input/m-p/1699238#M306617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be the PERNR is set as auto generate.&lt;/P&gt;&lt;P&gt;If you can change that setting, you can specify.&lt;/P&gt;&lt;P&gt;Else, when you upload, catch all success messages in an internal table and find for the PERNR in it.&lt;/P&gt;&lt;P&gt;Eg : Personnel 2399993 successfully created&lt;/P&gt;&lt;P&gt;and create a log out of that to map the record you are uploading and the output success message you get.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Sandeep Josyula&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Pl reward if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2006 09:50:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/recordered-data-by-batch-input/m-p/1699238#M306617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-24T09:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: Recordered Data by Batch Input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/recordered-data-by-batch-input/m-p/1699239#M306618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if u are using the Call transaction method use bdcmsgcoll str and get all the messages populated into the message table all the messages can be then looped n displayed. the session method messages can be seen in sm35.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2006 10:05:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/recordered-data-by-batch-input/m-p/1699239#M306618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-24T10:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: Recordered Data by Batch Input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/recordered-data-by-batch-input/m-p/1699240#M306619</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;After using the call transaction , your messages will be stored in BDCMSGCOL table , read this table for msgtyp = 'S ' your pernr will be stored in this ,if required format using FM 'FORMAT_MESSAGE' , Usually it will be stored in one of these variables SY-MSGV1,SY-MSGV2,SY-MSGV3,SY-MSGV4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2006 11:28:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/recordered-data-by-batch-input/m-p/1699240#M306619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-24T11:28:28Z</dc:date>
    </item>
  </channel>
</rss>

