<?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: BDC Doubt in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-doubt/m-p/2961727#M698741</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Do the following steps:&lt;/P&gt;&lt;P&gt;  1) after creating the recording,GOTO SHDB, select the recording u have done&lt;/P&gt;&lt;P&gt;  2) select the TAB "Create program" from tool bar&lt;/P&gt;&lt;P&gt;  3)give program name and select the radio button "transfer from recording "&lt;/P&gt;&lt;P&gt;  4) now declare the attributes which are used in the perform statements&lt;/P&gt;&lt;P&gt;  5)check the mandatory parametrs and pass the values by uploading the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Oct 2007 10:07:34 GMT</pubDate>
    <dc:creator>Madhu2004</dc:creator>
    <dc:date>2007-10-15T10:07:34Z</dc:date>
    <item>
      <title>BDC Doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-doubt/m-p/2961726#M698740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       I am very new to BDC programs, i created a recording for the transaction CO08(Production order Creation) using SHDB then, i converted into the following program.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;       Can anyone tell me, now what are the steps to be taken. I don't know the process, how to change the program and the input and run the program also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajaram&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;report ZVD&lt;/P&gt;&lt;P&gt;       no standard page heading line-size 255.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;include bdcrecx1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters: dataset(132) lower case.&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="3" type="ul"&gt;&lt;P&gt;   DO NOT CHANGE - the generated data section - DO NOT CHANGE    ***&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;*&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  If it is nessesary to change the data section use the rules:&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  1.) Each definition of a field exists of two lines&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  2.) The first line shows exactly the comment&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      '* data element: ' followed with the data element&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      which describes the field.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      If you don't have a data element use the&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      comment without a data element name&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  3.) The second line shows the fieldname of the&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      structure, the fieldname must consist of&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      a fieldname and optional the character '_' and&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      three numbers and the field length in brackets&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  4.) Each field must be type C.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="3" type="ul"&gt;&lt;P&gt;Generated data section with specific formatting - DO NOT CHANGE  ***&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;data: begin of record,&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;data element: CO_KDAUF&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        KDAUF_001(010),&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;data element: CO_KDPOS&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        KDPOS_002(006),&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;data element: CO_MATNR&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        MATNR_003(018),&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;data element: WERKS_D&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        WERKS_004(004),&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;data element: CO_PWERK&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        PWERK_005(004),&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;data element: PP_AUFART&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        PP_AUFART_006(004),&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;data element: GAMNG&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        GAMNG_007(017),&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;data element: CO_GMEIN&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        GMEIN_008(003),&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;data element: TERMKZ&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        TERKZ_009(001),&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;data element: FHORI&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        FHORI_010(003),&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;data element: CO_GLTRP&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        GLTRP_011(010),&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;data element: GAMNG&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        GAMNG_012(017),&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;data element: CO_GMEIN&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        GMEIN_013(003),&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;data element: CO_GLTRP&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        GLTRP_014(010),&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;data element: CO_GSTRP&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        GSTRP_015(010),&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;data element: TERMKZ&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        TERKZ_016(001),&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;data element: FHORI&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        FHORI_017(003),&lt;/P&gt;&lt;P&gt;      end of record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="3" type="ul"&gt;&lt;P&gt;End generated data section ***&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform open_dataset using dataset.&lt;/P&gt;&lt;P&gt;perform open_group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;read dataset dataset into record.&lt;/P&gt;&lt;P&gt;if sy-subrc &amp;lt;&amp;gt; 0. exit. endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLCOKO1' '0220'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'AUFPAR-PP_AUFART'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '/00'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'AFPOD-KDAUF'&lt;/P&gt;&lt;P&gt;                              record-KDAUF_001.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'AFPOD-KDPOS'&lt;/P&gt;&lt;P&gt;                              record-KDPOS_002.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'CAUFVD-MATNR'&lt;/P&gt;&lt;P&gt;                              record-MATNR_003.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'CAUFVD-WERKS'&lt;/P&gt;&lt;P&gt;                              record-WERKS_004.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'AFPOD-PWERK'&lt;/P&gt;&lt;P&gt;                              record-PWERK_005.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'AUFPAR-PP_AUFART'&lt;/P&gt;&lt;P&gt;                              record-PP_AUFART_006.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLCOKO1' '0115'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '/00'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'CAUFVD-GAMNG'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'CAUFVD-GAMNG'&lt;/P&gt;&lt;P&gt;                              record-GAMNG_007.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'CAUFVD-GMEIN'&lt;/P&gt;&lt;P&gt;                              record-GMEIN_008.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'CAUFVD-TERKZ'&lt;/P&gt;&lt;P&gt;                              record-TERKZ_009.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'CAUFVD-FHORI'&lt;/P&gt;&lt;P&gt;                              record-FHORI_010.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'CAUFVD-GLTRP'&lt;/P&gt;&lt;P&gt;                              record-GLTRP_011.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLCOKO1' '0115'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=BU'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'CAUFVD-GAMNG'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'CAUFVD-GAMNG'&lt;/P&gt;&lt;P&gt;                              record-GAMNG_012.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'CAUFVD-GMEIN'&lt;/P&gt;&lt;P&gt;                              record-GMEIN_013.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'CAUFVD-GLTRP'&lt;/P&gt;&lt;P&gt;                              record-GLTRP_014.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'CAUFVD-GSTRP'&lt;/P&gt;&lt;P&gt;                              record-GSTRP_015.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'CAUFVD-TERKZ'&lt;/P&gt;&lt;P&gt;                              record-TERKZ_016.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'CAUFVD-FHORI'&lt;/P&gt;&lt;P&gt;                              record-FHORI_017.&lt;/P&gt;&lt;P&gt;perform bdc_transaction using 'CO08'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;enddo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform close_group.&lt;/P&gt;&lt;P&gt;perform close_dataset using dataset.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2007 09:56:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-doubt/m-p/2961726#M698740</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-15T09:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-doubt/m-p/2961727#M698741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Do the following steps:&lt;/P&gt;&lt;P&gt;  1) after creating the recording,GOTO SHDB, select the recording u have done&lt;/P&gt;&lt;P&gt;  2) select the TAB "Create program" from tool bar&lt;/P&gt;&lt;P&gt;  3)give program name and select the radio button "transfer from recording "&lt;/P&gt;&lt;P&gt;  4) now declare the attributes which are used in the perform statements&lt;/P&gt;&lt;P&gt;  5)check the mandatory parametrs and pass the values by uploading the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2007 10:07:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-doubt/m-p/2961727#M698741</guid>
      <dc:creator>Madhu2004</dc:creator>
      <dc:date>2007-10-15T10:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-doubt/m-p/2961728#M698742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Raja ram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC standss for batch data communication, this is required to transfer large , bulky , legacy data to your sap system.&lt;/P&gt;&lt;P&gt;This can be performed using : 1) SESSION METHOD&lt;/P&gt;&lt;P&gt;                                            2) CALL TRANSACTION METHOD&lt;/P&gt;&lt;P&gt;the code given by you is a session method.&lt;/P&gt;&lt;P&gt;-&amp;gt;Initially , start your recording in SHDB ,&lt;/P&gt;&lt;P&gt;-&amp;gt;then generate the program ( click on the push button called program )&lt;/P&gt;&lt;P&gt;-&amp;gt;after getting the program copy it n save it in SE38(editor) .&lt;/P&gt;&lt;P&gt;-&amp;gt;you can directly run that program or &lt;/P&gt;&lt;P&gt;-&amp;gt;you can see the "include bdcrecx1" . if u  want to change the program then, rewrite that include as per ur requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check these links for further reference.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d62292b3-0301-0010-df98-aaac31cd4a41" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d62292b3-0301-0010-df98-aaac31cd4a41&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP Code Sample to Upload with BDC and Display Result in Report : &lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f562eb90-0201-0010-5ba8-ecdce4de4132" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f562eb90-0201-0010-5ba8-ecdce4de4132&lt;/A&gt;&lt;/P&gt;&lt;P&gt;                 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step by Step approach to ceate simple BDC session program  : &lt;/P&gt;&lt;P&gt;/people/milind.upasani/blog/2007/03/07/step-by-step-approach-to-ceate-simple-bdc-session-program-using-reusable-template&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2007 10:18:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-doubt/m-p/2961728#M698742</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-15T10:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-doubt/m-p/2961729#M698743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Upload the desired file from presentation or application server in an internal table. this can be done using GUI upload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_dynpro using 'SAPLCOKO1' '0220'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;'AUFPAR-PP_AUFART'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;'/00'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'AFPOD-KDAUF'&lt;/P&gt;&lt;P&gt;itab-KDAUF_001.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'AFPOD-KDPOS'&lt;/P&gt;&lt;P&gt;itab-KDPOS_002.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'CAUFVD-MATNR'&lt;/P&gt;&lt;P&gt;itab-MATNR_003.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'CAUFVD-WERKS'&lt;/P&gt;&lt;P&gt;itab-WERKS_004.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'AFPOD-PWERK'&lt;/P&gt;&lt;P&gt;itab-PWERK_005.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'AUFPAR-PP_AUFART'&lt;/P&gt;&lt;P&gt;itab-PP_AUFART_006.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro using 'SAPLCOKO1' '0115'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;'/00'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;'CAUFVD-GAMNG'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'CAUFVD-GAMNG'&lt;/P&gt;&lt;P&gt;itab-GAMNG_007.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'CAUFVD-GMEIN'&lt;/P&gt;&lt;P&gt;itab-GMEIN_008.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'CAUFVD-TERKZ'&lt;/P&gt;&lt;P&gt;itab-TERKZ_009.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'CAUFVD-FHORI'&lt;/P&gt;&lt;P&gt;itab-FHORI_010.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'CAUFVD-GLTRP'&lt;/P&gt;&lt;P&gt;itab-GLTRP_011.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro using 'SAPLCOKO1' '0115'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;'=BU'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;'CAUFVD-GAMNG'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'CAUFVD-GAMNG'&lt;/P&gt;&lt;P&gt;itab-GAMNG_012.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'CAUFVD-GMEIN'&lt;/P&gt;&lt;P&gt;itab-GMEIN_013.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'CAUFVD-GLTRP'&lt;/P&gt;&lt;P&gt;itab-GLTRP_014.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'CAUFVD-GSTRP'&lt;/P&gt;&lt;P&gt;itab-GSTRP_015.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'CAUFVD-TERKZ'&lt;/P&gt;&lt;P&gt;itab-TERKZ_016.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'CAUFVD-FHORI'&lt;/P&gt;&lt;P&gt;itab-FHORI_017.&lt;/P&gt;&lt;P&gt;perform bdc_transaction using 'CO08'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;perform close_group.&lt;/P&gt;&lt;P&gt;perform close_dataset using dataset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*******************************************************************&lt;/P&gt;&lt;P&gt;the fields whose data exists on the screen while recording the BDC is also included in the BDC program. These data can be deleted. i have assumed that i have uploaded a tab deliminated text file from presentation server using GUI upload function module. then i have looped on the internal table and the internal table data is used to perform the BDC (the record is replaced with itab). While executing check the option&amp;lt;b&amp;gt; keep Session&amp;lt;/b&amp;gt;. Then go to transaction SM35 and process and u can moniter the BDC progress. the errors or messages acn be found by double clicking on the session name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;points if useful..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2007 10:20:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-doubt/m-p/2961729#M698743</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-15T10:20:16Z</dc:date>
    </item>
  </channel>
</rss>

