<?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: Session process with out SM35 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/session-process-with-out-sm35/m-p/3575154#M860568</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;STRONG&gt;use the folloeing code&lt;/STRONG&gt;  &lt;/P&gt;&lt;P&gt;     &lt;EM&gt;submit rsbdcsub&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;          &lt;EM&gt;with mappe eq 'ssession name'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;           &lt;EM&gt;exporting list to memeory and return.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Umakanth&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 May 2008 09:38:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-05T09:38:26Z</dc:date>
    <item>
      <title>Session process with out SM35</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/session-process-with-out-sm35/m-p/3575150#M860564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ONCE A SESSION IS CREATED, IS IT POSSIBLE TO EXECUTE IT FROM WITH IN THE PROGRAM? HOW?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2008 09:44:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/session-process-with-out-sm35/m-p/3575150#M860564</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-21T09:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: Session process with out SM35</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/session-process-with-out-sm35/m-p/3575151#M860565</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;may be it is useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the end of ur program l std prgram RSBDCSUB....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2008 10:07:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/session-process-with-out-sm35/m-p/3575151#M860565</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-21T10:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: Session process with out SM35</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/session-process-with-out-sm35/m-p/3575152#M860566</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;Yes it is possible to run the session from the program. define job. and give job steps. There are 3 function modules (start_job,... )for the back ground job. You can use those function modules and execute the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2008 10:13:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/session-process-with-out-sm35/m-p/3575152#M860566</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-21T10:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: Session process with out SM35</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/session-process-with-out-sm35/m-p/3575153#M860567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shake,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    You can process session using program RSBDCSUB.You can do this in you program also. After BDC_CLOSE_GROUP function module use SUBMIT RSBDCSUB......with required selection screen fields of RSBDCSUB. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Kalyan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2008 12:35:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/session-process-with-out-sm35/m-p/3575153#M860567</guid>
      <dc:creator>KalC</dc:creator>
      <dc:date>2008-03-24T12:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: Session process with out SM35</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/session-process-with-out-sm35/m-p/3575154#M860568</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;STRONG&gt;use the folloeing code&lt;/STRONG&gt;  &lt;/P&gt;&lt;P&gt;     &lt;EM&gt;submit rsbdcsub&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;          &lt;EM&gt;with mappe eq 'ssession name'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;           &lt;EM&gt;exporting list to memeory and return.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Umakanth&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 09:38:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/session-process-with-out-sm35/m-p/3575154#M860568</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-05T09:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: Session process with out SM35</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/session-process-with-out-sm35/m-p/3575155#M860569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sha vali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its simple..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After writing the program submit the session using the syntax&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;submit rsbdcsub with mappe '&amp;lt;session name&amp;gt;' [via selection&lt;/P&gt;&lt;P&gt;screen] [and return].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(or)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Running your BDC program without having to use SM35 to process it: ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;follow this.........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; For BDC upload you need to write a program which created BDC sessions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steps: &lt;/P&gt;&lt;P&gt;1. Work out the transaction you would use to create the data manually. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Use transaction SHDB to record the creation of one material master data. &lt;/P&gt;&lt;P&gt;    Click the New recording button or the Menu - Recording - Create &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Save the recording, and then go back a screen and go to the overview. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Select the recording and click on Edit - Create Program. Give the program a Z name, and select transfer from recording. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. Edit the program. You will see that all the data you entered is hard-coded into the program. You need to make the following changes: &lt;/P&gt;&lt;P&gt;5.1 After the start-of-selection, Call ws_upload to upload the file (the excel file needs to be saved as TAB separated). &lt;/P&gt;&lt;P&gt;5.2 After the open-group, Loop on the uploaded data. For each line, perform validation checks on the data, then modify the perform bdc_field commands to use the file data. &lt;/P&gt;&lt;P&gt;5.3. After perform bdc_transaction, add the endloop. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Execute the program. It will have options to create a batch session or to process directly. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are all my finds . Might be it will be useful to you. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Direct call of transactions, session handling: &lt;/P&gt;&lt;P&gt;/nxxxx This terminates the current transaction, and starts transaction xxxx &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/n This terminates the transaction. This generally corresponds to pressing F15 to go back. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/nend This termiantes all separate sessions and logs off (corresponds to System - Logoff). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/nex This terminates all separate sessions and logs off immediately (without any warning!). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/oxxxx This opens a new session and starts transaction xxxx in This session. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/o This lists existing sessions and allows deletion or opening of a new session. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/i This terminates the current session (corresponds to System End &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/i1, /i2,... This terminates the session with the number given. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.xyzw Fast path: 'xyzw' refers to the underlined letters in the menus. This type of navigation is uncommon and is provided more for emergencies (such as a defective mouse). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Batch &lt;/P&gt;&lt;P&gt;The following commands can be entered in correction mode ('Process in foreground' or 'Display errors only') when processing a batch input session: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/n This terminates the current batch input transaction and characterizes it as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/bdel This deletes the current batch input transaction. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/bend This terminates batch input processing and sets the session to Failed &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/bda This switches from Display errors only to Process in foreground &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/bde This switches from Process in foreground to Display errors only &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP/4 &lt;/P&gt;&lt;P&gt;/h This switches into debugging mode. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/hs This switches into debugging mode and activates the debugging of system functions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Buffer &lt;/P&gt;&lt;P&gt;WARNING: Resetting buffers can significantly change the performance of the entire system for a long time. &lt;/P&gt;&lt;P&gt;It should therefore only be used where there is a good reason tdso. As of release 3.0B system administator authorization is required (authorization object (S_ADMI_FCD). The action is noted in the system log. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/$SYNC This resets all buffers of the application server &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/$CUA This resets the CUA buffer of the application server &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/$TAB This resets the TABLE buffers of the application server &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/$NAM This resets the nametab buffer of the application server &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/$DYNP This resets the screen buffer of the application server &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;karthik&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward me if usefull&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 12:41:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/session-process-with-out-sm35/m-p/3575155#M860569</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-05T12:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: Session process with out SM35</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/session-process-with-out-sm35/m-p/3575156#M860570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think its not possible, once the session is created u have to execute from there only.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 09:54:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/session-process-with-out-sm35/m-p/3575156#M860570</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T09:54:29Z</dc:date>
    </item>
  </channel>
</rss>

