<?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 help... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-help/m-p/2435378#M544697</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Snehal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just refer to the link below&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapmaterial.com/?gclid=CN322K28t4sCFQ-WbgodSGbK2g" target="test_blank"&gt;http://www.sapmaterial.com/?gclid=CN322K28t4sCFQ-WbgodSGbK2g&lt;/A&gt;    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;it will definitely help u a lot&amp;lt;/b&amp;gt;	&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;ravish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;plz dont forget to reward points if helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Jul 2007 04:34:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-04T04:34:10Z</dc:date>
    <item>
      <title>BDC help...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-help/m-p/2435376#M544695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI friends..&lt;/P&gt;&lt;P&gt;i've already posted a question regarding BDC for VA51 transaction....&lt;/P&gt;&lt;P&gt;But didnt get replies who cud solve my problem...&lt;/P&gt;&lt;P&gt;i am not able to get it done yet...&lt;/P&gt;&lt;P&gt;my ecxel sheet is as follw..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROPOSAL-TYPE &lt;/P&gt;&lt;P&gt;SALES ORG &lt;/P&gt;&lt;P&gt;DISTRIBUTION &lt;/P&gt;&lt;P&gt;DIVISION&lt;/P&gt;&lt;P&gt;DESCRIPTION&lt;/P&gt;&lt;P&gt;MATERIAL&lt;/P&gt;&lt;P&gt;QUANTITY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM 'PROPOSAL TYPE'  TO  'DESCRTPTION' ITS MY HEADER DATA...&lt;/P&gt;&lt;P&gt;MATERIAL AND QUANTITY CUD BE MORE FOR EACH HEADER DATA...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I AM NOT EVEN ABLE TO ARRANGE THIS EXCEL SHEET IN  PROPER WAY TO FETCH DATA INTO MY INTERNAL TABLE...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can somebody help me regarding this.?&lt;/P&gt;&lt;P&gt;ANYBODY HAS THE BDC FOR THE SAME TRANSACTION?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PLS HELP...&lt;/P&gt;&lt;P&gt;PTS REWRDED FOR SURE..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2007 04:03:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-help/m-p/2435376#M544695</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-04T04:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: BDC help...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-help/m-p/2435377#M544696</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; it's quite simple..u can try something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROPOSAL	SALESORG	DISTRIBUTION 	DIVISION	DESCRIPTION	MAT1	1&lt;/P&gt;&lt;P&gt;PROPOSAL	SALESORG	DISTRIBUTION 	DIVISION	DESCRIPTION	MAT1	2&lt;/P&gt;&lt;P&gt;PROPOSAL	SALESORG	DISTRIBUTION 	DIVISION	DESCRIPTION	MAT1	3&lt;/P&gt;&lt;P&gt;1PROPOSAL	SALESORG	DISTRIBUTION 	DIVISION	DESCRIPTION	MAT1	22&lt;/P&gt;&lt;P&gt;1PROPOSAL	SALESORG	DISTRIBUTION 	DIVISION	DESCRIPTION	MAT1	32&lt;/P&gt;&lt;P&gt;1PROPOSAL	SALESORG	DISTRIBUTION 	DIVISION	DESCRIPTION	MAT1	44&lt;/P&gt;&lt;P&gt;1PROPOSAL	SALESORG	DISTRIBUTION 	DIVISION	DESCRIPTION	MAT1	55&lt;/P&gt;&lt;P&gt;1PROPOSAL	SALESORG	DISTRIBUTION 	DIVISION	DESCRIPTION	MAT1	66&lt;/P&gt;&lt;P&gt;1PROPOSAL	SALESORG	DISTRIBUTION 	DIVISION	DESCRIPTION	MAT1	77&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;build your excel like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;at new proposal-type, move the header data ( first 5 fields) to header_itab.&lt;/P&gt;&lt;P&gt;append header_itab.&lt;/P&gt;&lt;P&gt;endat.&lt;/P&gt;&lt;P&gt;move all the fields to item_itab.&lt;/P&gt;&lt;P&gt;append item_itab.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then apply this logic for bdc&lt;/P&gt;&lt;P&gt;loop at header_itab.&lt;/P&gt;&lt;P&gt;**perform bdc for header fields&lt;/P&gt;&lt;P&gt;loop at item_itab where proposal_type = header_itab-proposal_type.&lt;/P&gt;&lt;P&gt;**perform bdc for item fields&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if helpful, reward&lt;/P&gt;&lt;P&gt;Sathish. R&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Sathish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2007 04:33:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-help/m-p/2435377#M544696</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-04T04:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: BDC help...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-help/m-p/2435378#M544697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Snehal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just refer to the link below&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapmaterial.com/?gclid=CN322K28t4sCFQ-WbgodSGbK2g" target="test_blank"&gt;http://www.sapmaterial.com/?gclid=CN322K28t4sCFQ-WbgodSGbK2g&lt;/A&gt;    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;it will definitely help u a lot&amp;lt;/b&amp;gt;	&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;ravish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;plz dont forget to reward points if helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2007 04:34:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-help/m-p/2435378#M544697</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-04T04:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: BDC help...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-help/m-p/2435379#M544698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;   This is BDC for ME51, this code will help you to get flat file values to internal table, and you should use one upload function module to get flat file value to internal table. and one more thing you should specify the size of each fields in flat file same as original table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;report ZUDAY_BDC_TCL1 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;TABLES EBAN.&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF ITAB OCCURS 0,&lt;/P&gt;&lt;P&gt;      NUMBER(3) TYPE C,&lt;/P&gt;&lt;P&gt;      MATNR LIKE EBAN-MATNR,&lt;/P&gt;&lt;P&gt;      TXZ01 LIKE EBAN-TXZ01,&lt;/P&gt;&lt;P&gt;      MENGE(13) TYPE C,&lt;/P&gt;&lt;P&gt;      MEINS LIKE EBAN-MEINS,&lt;/P&gt;&lt;P&gt;      EEIND TYPE RM06B-EEIND,&lt;/P&gt;&lt;P&gt;      EKGRP LIKE EBAN-EKGRP,&lt;/P&gt;&lt;P&gt;      MATKL LIKE EBAN-MATKL,&lt;/P&gt;&lt;P&gt;      WERKS(4) TYPE C,&lt;/P&gt;&lt;P&gt;      END OF ITAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: LVALUE TYPE I,&lt;/P&gt;&lt;P&gt;      COUNT TYPE I,&lt;/P&gt;&lt;P&gt;      TEMP(20) TYPE C,&lt;/P&gt;&lt;P&gt;      CTRL TYPE I,&lt;/P&gt;&lt;P&gt;      CTRL1(3) TYPE C,&lt;/P&gt;&lt;P&gt;      PAGES(5) TYPE c VALUE '10',&lt;/P&gt;&lt;P&gt;      PVALUE(3) TYPE C VALUE 0.&lt;/P&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;&lt;/P&gt;&lt;P&gt;PERFORM GETDATA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SORT ITAB BY NUMBER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform open_group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT ITAB.&lt;/P&gt;&lt;P&gt;    IF ITAB-NUMBER &amp;lt;&amp;gt; LVALUE.&lt;/P&gt;&lt;P&gt;     COUNT = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPMM06B' '0100'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'EBAN-BSART'.&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 'EBAN-BSART'&lt;/P&gt;&lt;P&gt;                              'NB'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RM06B-LPEIN'&lt;/P&gt;&lt;P&gt;                              'T'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'EBAN-EKGRP'&lt;/P&gt;&lt;P&gt;                              '008'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPMM06B' '0106'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                              'EBAN-MATNR(01)'.&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;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="11" type="ul"&gt;&lt;P&gt; Header  part is over******************&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;    PAGES = 10.&lt;/P&gt;&lt;P&gt;    CTRL = 0.&lt;/P&gt;&lt;P&gt;LOOP AT ITAB WHERE NUMBER = ITAB-NUMBER.&lt;/P&gt;&lt;P&gt;       CTRL = CTRL + 1.&lt;/P&gt;&lt;P&gt;       IF CTRL &amp;gt;= 19.&lt;/P&gt;&lt;P&gt;         PAGES = PAGES + 10.&lt;/P&gt;&lt;P&gt;       ENDIF.&lt;/P&gt;&lt;P&gt;       CTRL1 = CTRL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       IF CTRL &amp;gt;= 19.&lt;/P&gt;&lt;P&gt;         CTRL1 = '19'.&lt;/P&gt;&lt;P&gt;       ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       IF CTRL &amp;gt;= 10.&lt;/P&gt;&lt;P&gt;          PVALUE = ''.&lt;/P&gt;&lt;P&gt;       ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; perform bdc_field       using 'RM06B-BNFPO'&lt;/P&gt;&lt;P&gt;                                PAGES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Concatenate  'EBAN-MATNR(' PVALUE  CTRL1 ')' into Temp.&lt;/P&gt;&lt;P&gt; CONDENSE Temp NO-GAPS.&lt;/P&gt;&lt;P&gt; perform bdc_field    using Temp itab-MATNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Concatenate  'EBAN-TXZ01(' PVALUE  CTRL1 ')' into Temp.&lt;/P&gt;&lt;P&gt; CONDENSE Temp NO-GAPS.&lt;/P&gt;&lt;P&gt; perform bdc_field    using Temp itab-TXZ01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Concatenate  'EBAN-MENGE(' PVALUE  CTRL1 ')' into Temp.&lt;/P&gt;&lt;P&gt; CONDENSE Temp NO-GAPS.&lt;/P&gt;&lt;P&gt; perform bdc_field    using Temp itab-MENGE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Concatenate  'EBAN-MEINS(' PVALUE  CTRL1 ')' into Temp.&lt;/P&gt;&lt;P&gt; CONDENSE Temp NO-GAPS.&lt;/P&gt;&lt;P&gt; perform bdc_field    using Temp itab-MEINS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Concatenate  'RM06B-EEIND(' PVALUE  CTRL1 ')' into Temp.&lt;/P&gt;&lt;P&gt; CONDENSE Temp NO-GAPS.&lt;/P&gt;&lt;P&gt; perform bdc_field    using Temp itab-EEIND.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Concatenate  'EBAN-EKGRP(' PVALUE  CTRL1 ')' into Temp.&lt;/P&gt;&lt;P&gt; CONDENSE Temp NO-GAPS.&lt;/P&gt;&lt;P&gt; perform bdc_field    using Temp itab-EKGRP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Concatenate  'EBAN-MATKL(' PVALUE  CTRL1 ')' into Temp.&lt;/P&gt;&lt;P&gt; CONDENSE Temp NO-GAPS.&lt;/P&gt;&lt;P&gt; perform bdc_field    using Temp itab-MATKL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Concatenate  'EBAN-WERKS(' PVALUE  CTRL1 ')' into Temp.&lt;/P&gt;&lt;P&gt; CONDENSE Temp NO-GAPS.&lt;/P&gt;&lt;P&gt; perform bdc_field    using Temp itab-WERKS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPMM06B' '0102'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'EBAN-MENGE'.&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;&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'EBAN-TXZ01'&lt;/P&gt;&lt;P&gt;                              ITAB-TXZ01. "'HD GLAD BOY tank silver'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'EBAN-MENGE'&lt;/P&gt;&lt;P&gt;                              ITAB-MENGE. "'500'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RM06B-EEIND'&lt;/P&gt;&lt;P&gt;                              ITAB-EEIND."'27.06.2007'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'EBAN-EKGRP'&lt;/P&gt;&lt;P&gt;                              ITAB-EKGRP. "'001'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'EBAN-BADAT'&lt;/P&gt;&lt;P&gt;                              '15.06.2007'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'EBAN-FRGDT'&lt;/P&gt;&lt;P&gt;                              '26.06.2007'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'EBAN-PREIS'&lt;/P&gt;&lt;P&gt;                              '55.48'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'EBAN-WAERS'&lt;/P&gt;&lt;P&gt;                              'GBP'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'EBAN-PEINH'&lt;/P&gt;&lt;P&gt;                              '1'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'EBAN-REPOS'&lt;/P&gt;&lt;P&gt;                              'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPMM06B' '0106'.&lt;/P&gt;&lt;P&gt;Concatenate  'ElBAN-MATNR(' PVALUE  CTRL1 ')' into Temp.&lt;/P&gt;&lt;P&gt; CONDENSE Temp NO-GAPS.&lt;/P&gt;&lt;P&gt;perform bdc_field    using 'BDC_CURSOR' Temp.&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;&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LVALUE = ITAB-NUMBER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPMM06B' '0106'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'RM06B-BNFPO'.&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 'RM06B-BNFPO'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                              '80'.&lt;/P&gt;&lt;P&gt;*AT END OF NUMBER.&lt;/P&gt;&lt;P&gt;perform bdc_transaction using 'ME51'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REFRESH BDCDATA.&lt;/P&gt;&lt;P&gt;*ENDAT.&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;perform close_group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Form  GETDATA&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; --&amp;gt;  p1        text&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; &amp;lt;--  p2        text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM GETDATA .&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'UPLOAD'&lt;/P&gt;&lt;P&gt; EXPORTING&lt;/P&gt;&lt;P&gt;   FILENAME                      = ' '&lt;/P&gt;&lt;P&gt;   FILETYPE                      = ' '&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    DATA_TAB                      = ITAB  // here the flat file value is moving to internal table.&lt;/P&gt;&lt;P&gt; EXCEPTIONS&lt;/P&gt;&lt;P&gt;   CONVERSION_ERROR              = 1&lt;/P&gt;&lt;P&gt;   INVALID_TABLE_WIDTH           = 2&lt;/P&gt;&lt;P&gt;   INVALID_TYPE                  = 3&lt;/P&gt;&lt;P&gt;   NO_BATCH                      = 4&lt;/P&gt;&lt;P&gt;   UNKNOWN_ERROR                 = 5&lt;/P&gt;&lt;P&gt;   GUI_REFUSE_FILETRANSFER       = 6&lt;/P&gt;&lt;P&gt;   OTHERS                        = 7&lt;/P&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.                    " GETDATA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF USEFULL REWARD.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2007 04:56:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-help/m-p/2435379#M544698</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-04T04:56:43Z</dc:date>
    </item>
  </channel>
</rss>

