<?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 The difference between session and shdb in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/the-difference-between-session-and-shdb/m-p/2581867#M590410</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;With just your words please write me about shdb and sm35 and how can I get the code of the recording?&lt;/P&gt;&lt;P&gt;Should I not hit enter key while processing the transaction?&lt;/P&gt;&lt;P&gt;What is the right way?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;deniz.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jul 2007 12:38:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-30T12:38:31Z</dc:date>
    <item>
      <title>The difference between session and shdb</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/the-difference-between-session-and-shdb/m-p/2581867#M590410</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;With just your words please write me about shdb and sm35 and how can I get the code of the recording?&lt;/P&gt;&lt;P&gt;Should I not hit enter key while processing the transaction?&lt;/P&gt;&lt;P&gt;What is the right way?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;deniz.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2007 12:38:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/the-difference-between-session-and-shdb/m-p/2581867#M590410</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-30T12:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: The difference between session and shdb</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/the-difference-between-session-and-shdb/m-p/2581868#M590411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;BDC:&lt;/P&gt;&lt;P&gt;Batch Data Communication (BDC) is the process of transferring data from one SAP System to another SAP system or from a non-SAP system to SAP System.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Features :&lt;/P&gt;&lt;P&gt;BDC is an automatic procedure.&lt;/P&gt;&lt;P&gt;This method is used to transfer large amount of data that is available in electronic medium.&lt;/P&gt;&lt;P&gt;BDC can be used primarily when installing the SAP system and when transferring data from a legacy system (external system).&lt;/P&gt;&lt;P&gt;BDC uses normal transaction codes to transfer data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Types of BDC :&lt;/P&gt;&lt;P&gt;CLASSICAL BATCH INPUT (Session Method)&lt;/P&gt;&lt;P&gt;CALL TRANSACTION &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BATCH INPUT METHOD:&lt;/P&gt;&lt;P&gt;This method is also called as &amp;#145;CLASSICAL METHOD&amp;#146;.&lt;/P&gt;&lt;P&gt;Features:&lt;/P&gt;&lt;P&gt;Asynchronous processing. &lt;/P&gt;&lt;P&gt;Synchronous Processing in database update.&lt;/P&gt;&lt;P&gt;Transfer data for more than one transaction.&lt;/P&gt;&lt;P&gt;Batch input processing log will be generated.&lt;/P&gt;&lt;P&gt;During processing, no transaction is started until the previous transaction has been written to the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION METHOD :&lt;/P&gt;&lt;P&gt;This is another method to transfer data from the legacy system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Features:&lt;/P&gt;&lt;P&gt;Synchronous processing. The system performs a database commit immediately before and after the CALL TRANSACTION USING statement.&lt;/P&gt;&lt;P&gt;Updating the database can be either synchronous or asynchronous. The program specifies the update type.&lt;/P&gt;&lt;P&gt;Transfer data for a single transaction.&lt;/P&gt;&lt;P&gt;Transfers data for a sequence of dialog screens.&lt;/P&gt;&lt;P&gt;No batch input processing log is generated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For BDC:&lt;/P&gt;&lt;P&gt;&lt;A href="http://myweb.dal.ca/hchinni/sap/bdc_home.htm" target="test_blank"&gt;http://myweb.dal.ca/hchinni/sap/bdc_home.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/bdc&amp;amp;" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/bdc&amp;amp;&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/learning-bdc-programming.htm" target="test_blank"&gt;http://www.sap-img.com/abap/learning-bdc-programming.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/bdc/bdchome.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/bdc/bdchome.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/difference-between-batch-input-and-call-transaction-in-bdc.htm" target="test_blank"&gt;http://www.sap-img.com/abap/difference-between-batch-input-and-call-transaction-in-bdc.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/69/c250684ba111d189750000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/69/c250684ba111d189750000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapbrain.com/TUTORIALS/TECHNICAL/BDC_tutorial.html" target="test_blank"&gt;http://www.sapbrain.com/TUTORIALS/TECHNICAL/BDC_tutorial.html&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SHDB is the transaction recorder.It records all the user actions.If u press ENTER it is also recorded.&lt;/P&gt;&lt;P&gt;Once the recording is done it will generate a program for u.U can copy it to the Editor.&lt;/P&gt;&lt;P&gt;SM35 is for the sessions.If u want to execute a session or release a session u need to go to the transaction and do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With session method a session will be generated that needs to be processed in Transacton SM35 with Foreground, Background, or Errors only mode. You can view and analyze session log after processing the session. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With call transaction you would specify the mode in the program itself. Hence, no session is generated in SM35 in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please visit the following link for more information:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/en/fa/097119543b11d1898e0000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/fa/097119543b11d1898e0000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC is a sort of recording which is created say for examplr entering the sales order in system through a program,so you create a BDC for it.And whatever input fields to be enetred will be recorded and later on loaded with help of file upload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;null&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Roja Velagapudi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2007 12:42:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/the-difference-between-session-and-shdb/m-p/2581868#M590411</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-30T12:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: The difference between session and shdb</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/the-difference-between-session-and-shdb/m-p/2581869#M590412</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;recording is a technique to create a bdc program&lt;/P&gt;&lt;P&gt;see this link&lt;/P&gt;&lt;P&gt;&lt;A href="http://goldenink.com/abap/shdb.html" target="test_blank"&gt;http://goldenink.com/abap/shdb.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;after recording select ur recording name and press the create program button.one pop up will come.give the program name u want to create.all code will appear there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2007 12:43:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/the-difference-between-session-and-shdb/m-p/2581869#M590412</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-30T12:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: The difference between session and shdb</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/the-difference-between-session-and-shdb/m-p/2581870#M590413</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;SHDB is the transaction wher u do a recording &amp;amp; capture the screen flow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also see the recording codes in the same SHDB by double clicking the recording u've done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SM35 - this transaction has the list of sessions created.&lt;/P&gt;&lt;P&gt;it wil have all the session either it is processed or new, you can also schedule a session for processing here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after running a session program frm se38, we come to sm35 to process the session here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is simple &amp;amp; clear&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward Points If useful*&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2007 12:45:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/the-difference-between-session-and-shdb/m-p/2581870#M590413</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-30T12:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: The difference between session and shdb</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/the-difference-between-session-and-shdb/m-p/2581871#M590414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BDC PROGRAM STRUCTURE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are 5 parts in a BDC program .Each part is executed one after another.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Selection screen is used with a parameter to input the text file of TYPE RLGRAP-FILENAME . Various function modules like KD_GET_FILENAME_ON_F4 can be used to read the file name at runtime or the filename can be defaulted by using DEAULT clause in the parameter statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Open the text file for input.If file fails to open (SY-SUBRC NE 0) then stop the program with a error message. OPEN DATASET filename FOR INPUT IN TEXT MODE is used to open the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)Loop through the dataset using a loop statement like DO .. ENDDO with an EXIT statemenyt if no next record exists.and filling the work structure which will hold the data for a single transaction in each loop pass. Filling the BDC TABLE of TYPE BDCDATA in the loop for every record(equivalent to transaction) in the data set. Submit the internal table containing bdc data for each and every transaction (internal table of TYPE BDCDATA is submitted for each transaction until all the records in the dataset are read) using CALL TRANSACTION 'tr' USING I_bdcdata MODE 'N' UDATE 'S' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DO &lt;/P&gt;&lt;P&gt;READ DATASET file INTO W_bdcdata &lt;/P&gt;&lt;P&gt;IF SY-SUBRC NE 0. &lt;/P&gt;&lt;P&gt;EXIT. &lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;PERFORM Fill_BDCDATA &lt;/P&gt;&lt;P&gt;PERFORM Submit_BDCDATA&lt;/P&gt;&lt;P&gt;ENDDO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) Error handling when submission via CALL TRANSACTION fails ,either by using the internal table to be filled by the system messages which is of TYPE BDCMSGCOLS and can be specified in CALL TRANSACTION statement with the addition MESSAGES INTO . Or error handling by sending the mail to a predefined recipient. Or for each and every transaction that fails create asingle BDC SESSION by using BDC_OPEN_GROUP function moduleand submitting the intenal bdc data table to it. For each and every error a report should display themall at the end of the program so that the transacton in error can be identified.&lt;/P&gt;&lt;P&gt;The approach of opening a BDC SESSION is often used with an error report when an error occurs as all the transaction in error can be seen and executed in the session manager .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5)Clean up actions. Here clean up actions are performed like closing the dataset with CLOSE DATASET command ,closing any errorsession if they were created using CLOSE_GROUP function module.and displaying the report .&lt;/P&gt;&lt;P&gt;To fill the bdc data table we should have all the information associated with the screens used in the transaction and all the fields in those screens that will be filled by the CALL TRANSACTION statement.We can use BDC SESSION RECORDER or Transaction Recorder(Transaction SHDB) to get the information on the screens and the fields. Thedata which is required to fill the internal table of TYPE BDCDATA is&lt;/P&gt;&lt;P&gt;Program Name&lt;/P&gt;&lt;P&gt;Screen Number&lt;/P&gt;&lt;P&gt;Screen Begin&lt;/P&gt;&lt;P&gt;Field Name&lt;/P&gt;&lt;P&gt;Field Value &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Information on Field Name and Field Type can be used to create the structure that will be used to read records from the data set .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While filling the Field value in BDCDATA table care should be taken for special fields like 'BDC_CURSOR',' BDC_OKCODE'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structure of BDCDATA table&lt;/P&gt;&lt;P&gt;PROGRAM Name of program&lt;/P&gt;&lt;P&gt;DYNPRO Number of screen&lt;/P&gt;&lt;P&gt;DYNBEGIN If New screen begins value ='X'&lt;/P&gt;&lt;P&gt;FNAM Field Name&lt;/P&gt;&lt;P&gt;FVAL Field Value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structure of BDCMSGCOLL&lt;/P&gt;&lt;P&gt;MSGID Message ID&lt;/P&gt;&lt;P&gt;MSGTYP MessageType&lt;/P&gt;&lt;P&gt;MSGNR Message Number&lt;/P&gt;&lt;P&gt;MSGV1 1st placeholder&lt;/P&gt;&lt;P&gt;MSGV2 2nd Place Holder&lt;/P&gt;&lt;P&gt;MSGV3 3rd Placce Holder&lt;/P&gt;&lt;P&gt;MSGV4 4th Place Holder &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To see all the messages stored by the system in the BDCMSGCOLS table we can use LOOP AT .ENDLOOP command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code to read internal table of type BDCMSGCOLS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLE T100 HAS FOLLOWING FIEL&lt;/P&gt;&lt;P&gt;DSSPRSL TYPE SPRAS (Language)&lt;/P&gt;&lt;P&gt;ARBGB TYPE ARBGP (BUSINESS AREA)&lt;/P&gt;&lt;P&gt;MSGNR Message number (3C)&lt;/P&gt;&lt;P&gt;TEXT Message Text (Type 73C)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT MESSTAB. "Int Table of TYPE BDCMSGCOLS &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT SINGLE * FROM T100&lt;/P&gt;&lt;P&gt;WHERE SPRSL = MESSTAB-MSGSPRA &lt;/P&gt;&lt;P&gt;AND ARBGB = MESSTAB-MSGID &lt;/P&gt;&lt;P&gt;AND MSGNR = MESSTAB-MSGNR. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF SY-SUBRC = 0. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;L_MSTRING = T100-TEXT. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF L_MSTRING CS '&amp;amp;1'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPLACE '&amp;amp;1' WITH MESSTAB-MSGV1 INTO L_MSTRING. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPLACE '&amp;amp;2' WITH MESSTAB-MSGV2 INTO L_MSTRING. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPLACE '&amp;amp;3' WITH MESSTAB-MSGV3 INTO L_MSTRING. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPLACE '&amp;amp;4' WITH MESSTAB-MSGV4 INTO L_MSTRING. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ELSE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPLACE '&amp;amp;' WITH MESSTAB-MSGV1 INTO L_MSTRING. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPLACE '&amp;amp;' WITH MESSTAB-MSGV2 INTO L_MSTRING. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPLACE '&amp;amp;' WITH MESSTAB-MSGV3 INTO L_MSTRING. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPLACE '&amp;amp;' WITH MESSTAB-MSGV4 INTO L_MSTRING. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDIF. &lt;/P&gt;&lt;P&gt;CONDENSE L_MSTRING. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE: / MESSTAB-MSGTYP, L_MSTRING(250). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ELSE. WRITE: / MESSTAB. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDIF. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDLOOP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SKIP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for SHDB...check...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://goldenink.com/abap/shdb.html" target="test_blank"&gt;http://goldenink.com/abap/shdb.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2007 12:46:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/the-difference-between-session-and-shdb/m-p/2581871#M590414</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-30T12:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: The difference between session and shdb</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/the-difference-between-session-and-shdb/m-p/2581872#M590415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;  First go to SHDB (is for recording any transaction codes like vao1,mm01...) click&lt;/P&gt;&lt;P&gt;  on 'new recording'  give the details of  RECORDING NAME(any thing), TRANSACTION CODE ( for which tr code your are useing EX- MM01), UPDATE MODE(synchronous or asynchronous) , and click on ' START RECRODING'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   FOR TR CODE MM01-&lt;/P&gt;&lt;P&gt;       give  material name,industry sector,material type    AND CLICK ENTER&lt;/P&gt;&lt;P&gt;                     then give material description,unit of measurse   AND CLICK SAVE(if u want to end the recording click on save). &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;         again click on save, and  click on BACK  button and select your recording  and click on PROGRAMS pushbutton. and  give PROGRAM NAME( any thing)&lt;/P&gt;&lt;P&gt;      and click ' TRANSFER FROM RECORDING'   and click enter. it wil take u to se38 program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   there  the recording will be  printed automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           SM35  is for processing your session .when u write a BDC SESSION PROGRAM  and after excuting it ,it will create a SESSION .that session u will processs it in SM35.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2007 12:59:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/the-difference-between-session-and-shdb/m-p/2581872#M590415</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-30T12:59:20Z</dc:date>
    </item>
  </channel>
</rss>

