<?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: batch-input create one session per row ¿? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-create-one-session-per-row/m-p/12107621#M1973329</link>
    <description>&lt;P&gt;Unless you missed any mandatory field during your recording , you should not have any issue. You need to provide your code for us to help you find any issue with the code..&lt;/P&gt;</description>
    <pubDate>Mon, 16 Sep 2019 13:00:10 GMT</pubDate>
    <dc:creator>dev_parbutteea</dc:creator>
    <dc:date>2019-09-16T13:00:10Z</dc:date>
    <item>
      <title>batch-input create one session per row ¿?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-create-one-session-per-row/m-p/12107611#M1973319</link>
      <description>&lt;P&gt;Hello all&lt;/P&gt;
  &lt;P&gt;im very new to SAP and ABAP and i have a basic question for sure...&lt;/P&gt;
  &lt;P&gt;Im testing with baych-inputs...&lt;/P&gt;
  &lt;OL&gt;
   &lt;LI&gt;i create a new rec in SM35 for su01 (create user)&lt;/LI&gt;
   &lt;LI&gt;i save the REC and create a program based on the recording steps.&lt;/LI&gt;
   &lt;LI&gt;i add the internal table to fill the new users from a txt tab separator file located on my c drive&lt;/LI&gt;
   &lt;LI&gt;perform a loop to iterate the table&lt;/LI&gt;
   &lt;LI&gt;all seems fine.&lt;/LI&gt;
   &lt;LI&gt;then execute the program and SAP ask me for a session name&lt;/LI&gt;
   &lt;LI&gt;BUT when execute it creates 3 sessions (one session per row (new user) of the table(txt file)&lt;/LI&gt;
  &lt;/OL&gt;
  &lt;P&gt;i expect to get only one session that after that i can run or schedule. &lt;/P&gt;
  &lt;P&gt;why?&lt;/P&gt;
  &lt;P&gt;kind regards&lt;/P&gt;
  &lt;P&gt;&lt;A href="https://answers.sap.com/storage/temp/1730545-abap-create-user.txt"&gt;abap-create-user.txt&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;&lt;A href="https://answers.sap.com/storage/temp/1730546-users-sap.txt"&gt;users-sap.txt&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2019 09:39:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-create-one-session-per-row/m-p/12107611#M1973319</guid>
      <dc:creator>former_member629507</dc:creator>
      <dc:date>2019-09-13T09:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: batch-input create one session per row ¿?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-create-one-session-per-row/m-p/12107612#M1973320</link>
      <description>&lt;P&gt;Hello Javier,&lt;/P&gt;&lt;P&gt;It is supposed to function as i should. let me explain;&lt;/P&gt;&lt;P&gt;You have created a recording to create one user, adding information for one single user and pressing SAVE for one single user.&lt;/P&gt;&lt;P&gt;So when you are executing your BDC, and this is presented by one line one line in the file.&lt;/P&gt;&lt;P&gt;I dont think there is any transaction for create users in mass. else you can use the BAPI BAPI_USER_CREATE1.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Deenesh&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2019 11:34:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-create-one-session-per-row/m-p/12107612#M1973320</guid>
      <dc:creator>r010101010</dc:creator>
      <dc:date>2019-09-13T11:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: batch-input create one session per row ¿?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-create-one-session-per-row/m-p/12107613#M1973321</link>
      <description>&lt;P&gt;You close the BDC inside the loop, check your code&lt;/P&gt;&lt;P&gt;if you are beggininer it is nice to see one time BDC, but as Deenesh said, it is better to use BAPI &lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2019 11:45:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-create-one-session-per-row/m-p/12107613#M1973321</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2019-09-13T11:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: batch-input create one session per row ¿?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-create-one-session-per-row/m-p/12107614#M1973322</link>
      <description>&lt;P&gt;thnank you both for the suggestions....BAPI seems too much advanced for me right now...&lt;/P&gt;&lt;P&gt;Frederic....your are right, indeed i thought of that but i not change it...now creates only 1 session.&lt;/P&gt;&lt;P&gt;But now i figured out that i cant execute the session in background, because it ask me for input in some fileds "invisible" during the REC, like&lt;/P&gt;&lt;P&gt;BDC_OKCODE'
                              '=CREA'. and  'BDC_OKCODE'
                              '=LOGO'.&lt;/P&gt;&lt;P&gt;how can i bypass this issue?&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2019 12:23:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-create-one-session-per-row/m-p/12107614#M1973322</guid>
      <dc:creator>former_member629507</dc:creator>
      <dc:date>2019-09-13T12:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: batch-input create one session per row ¿?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-create-one-session-per-row/m-p/12107615#M1973323</link>
      <description>&lt;P&gt;i try with /00 and ENTR but still prompting for the manual check button&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2019 12:43:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-create-one-session-per-row/m-p/12107615#M1973323</guid>
      <dc:creator>former_member629507</dc:creator>
      <dc:date>2019-09-13T12:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: batch-input create one session per row ¿?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-create-one-session-per-row/m-p/12107616#M1973324</link>
      <description>&lt;P&gt;when you record your session (trans SHD0) record in background mode (or something like that) and you will see the screen like in background&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2019 13:19:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-create-one-session-per-row/m-p/12107616#M1973324</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2019-09-13T13:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: batch-input create one session per row ¿?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-create-one-session-per-row/m-p/12107617#M1973325</link>
      <description>&lt;P&gt;Please use the COMMENT button for comments, questions, adding details, etc., ANSWER is only to propose a solution, dixit SAP text at the right of the answer area: "Before answering You should only submit an answer when you are proposing a solution to the poster's problem"&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2019 11:34:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-create-one-session-per-row/m-p/12107617#M1973325</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-09-16T11:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: batch-input create one session per row ¿?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-create-one-session-per-row/m-p/12107618#M1973326</link>
      <description>&lt;P&gt;1. Go to transaction SHD&lt;STRONG&gt;B,&lt;/STRONG&gt; create your recording. then, Generate the program in the same transaction...&lt;/P&gt;&lt;P&gt;2. If you just look for a tutorial on the web, You'll find lots of them..:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=nvfRB7q3BK8"&gt;https://www.youtube.com/watch?v=nvfRB7q3BK8&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2019 12:24:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-create-one-session-per-row/m-p/12107618#M1973326</guid>
      <dc:creator>dev_parbutteea</dc:creator>
      <dc:date>2019-09-16T12:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: batch-input create one session per row ¿?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-create-one-session-per-row/m-p/12107619#M1973327</link>
      <description>&lt;P&gt;yes....i already done similar as the video shows....my question is regarding about the inputs you provide when executing the program...&lt;/P&gt;&lt;P&gt;This method seems not valid to automate, since it require manual inervention of the user (clicking the accept button).....so it can be done fully automated to the program it in a job?&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2019 12:55:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-create-one-session-per-row/m-p/12107619#M1973327</guid>
      <dc:creator>former_member629507</dc:creator>
      <dc:date>2019-09-16T12:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: batch-input create one session per row ¿?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-create-one-session-per-row/m-p/12107620#M1973328</link>
      <description>&lt;P&gt;Thanks Frederic&lt;/P&gt;&lt;P&gt;i record in SM35--&amp;gt;recordings(SHDB).....i check the background option you comment before REC, but the screen experience and generated code are identical.... &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;is there something to touch in SHD0?&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2019 12:57:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-create-one-session-per-row/m-p/12107620#M1973328</guid>
      <dc:creator>former_member629507</dc:creator>
      <dc:date>2019-09-16T12:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: batch-input create one session per row ¿?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-create-one-session-per-row/m-p/12107621#M1973329</link>
      <description>&lt;P&gt;Unless you missed any mandatory field during your recording , you should not have any issue. You need to provide your code for us to help you find any issue with the code..&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2019 13:00:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-create-one-session-per-row/m-p/12107621#M1973329</guid>
      <dc:creator>dev_parbutteea</dc:creator>
      <dc:date>2019-09-16T13:00:10Z</dc:date>
    </item>
  </channel>
</rss>

