<?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 Problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/3200797#M762848</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess u have not done this BDC thru SHDB recording......&lt;/P&gt;&lt;P&gt;Through SHDB it takes all the parameters in Character Format(Type C) to avoid type mismatch.....Just try the recording thru SHDB once again or Declare the type for that field as TYPE c size 10...do the same for other fields also....delcare all the fields of type c and size equivalent to the default size of the actal type.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 22 Dec 2007 05:27:36 GMT</pubDate>
    <dc:creator>kesavadas_thekkillath</dc:creator>
    <dc:date>2007-12-22T05:27:36Z</dc:date>
    <item>
      <title>BDC Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/3200795#M762846</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 have made a bdc of Tcode j1id.when i m loading data in it,it is taking date in this format: 20.03.0112 when i m putting date as 12.01.2003.I have declared an itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Data:begin of itab occurs 0,&lt;/P&gt;&lt;P&gt;        MATNR type J_1IMTCHID-MATNR,&lt;/P&gt;&lt;P&gt;        WERKS type J_1IMTCHID-WERKS,&lt;/P&gt;&lt;P&gt;        J_1ICHID TYPE J_1IMTCHID-J_1ICHID,&lt;/P&gt;&lt;P&gt;        J_1ISUBIND type J_1IMTCHID-J_1ISUBIND,&lt;/P&gt;&lt;P&gt;        J_1ICAPIND TYPE J_1IMTCHID-J_1ICAPIND,&lt;/P&gt;&lt;P&gt;        J_1IGRXREF TYPE J_1IMTCHID-J_1IGRXREF,&lt;/P&gt;&lt;P&gt;        J_1IDECFLAG type J_1IMTCHID-J_1IDECFLAG,&lt;/P&gt;&lt;P&gt;        &lt;STRONG&gt;J_1IDECDATE type J_1IMTCHID-J_1IDECDATE,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end of itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please suggest me what to do.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Dec 2007 05:19:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/3200795#M762846</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-22T05:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/3200796#M762847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;    declare your field like this&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;J_1IDECDATE(10), and thats it,ur problem will be solved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Dec 2007 05:21:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/3200796#M762847</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-22T05:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/3200797#M762848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess u have not done this BDC thru SHDB recording......&lt;/P&gt;&lt;P&gt;Through SHDB it takes all the parameters in Character Format(Type C) to avoid type mismatch.....Just try the recording thru SHDB once again or Declare the type for that field as TYPE c size 10...do the same for other fields also....delcare all the fields of type c and size equivalent to the default size of the actal type.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Dec 2007 05:27:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/3200797#M762848</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2007-12-22T05:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/3200798#M762849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For Ex:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of st_record1 ,&lt;/P&gt;&lt;P&gt;       budat_002(010),&lt;/P&gt;&lt;P&gt;       bktxt_004(025),&lt;/P&gt;&lt;P&gt;       matnr_005(018),&lt;/P&gt;&lt;P&gt;       werks_006(004),&lt;/P&gt;&lt;P&gt;       alort_007(004),&lt;/P&gt;&lt;P&gt;       erfmg_007(017),&lt;/P&gt;&lt;P&gt;       erfmg_008(017),&lt;/P&gt;&lt;P&gt;      end of st_record1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The size of each field is equivalent to the actual size....this wont lead to any errror.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Dec 2007 05:31:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/3200798#M762849</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2007-12-22T05:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/3200799#M762850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Amit .my problem is now solved.Thanku so much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Dec 2007 05:45:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/3200799#M762850</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-22T05:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/3200800#M762851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Sharma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For that, just after the upload of flat file into ur ITAB &lt;/P&gt;&lt;P&gt;copy this code this will help u.&lt;/P&gt;&lt;P&gt;means after 'CALL FUNCTION 'GUI_UPLOAD' "&lt;/P&gt;&lt;P&gt;(below code part has to copy in this region in the program)&lt;/P&gt;&lt;P&gt;and before the actual BDC start.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*******************************************&lt;/P&gt;&lt;P&gt;data: date1(8),&lt;/P&gt;&lt;P&gt;      date2(8),&lt;/P&gt;&lt;P&gt;      len type i,&lt;/P&gt;&lt;P&gt;      x type i,&lt;/P&gt;&lt;P&gt;      y(2),&lt;/P&gt;&lt;P&gt;      month(2),&lt;/P&gt;&lt;P&gt;      day(2).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;date1 = itab-J_1IDECDATE.&lt;/P&gt;&lt;P&gt;len = 6.&lt;/P&gt;&lt;P&gt;x = 2.&lt;/P&gt;&lt;P&gt;do 4 times.&lt;/P&gt;&lt;P&gt;move date1+len(x) to y.&lt;/P&gt;&lt;P&gt;concatenate date2 y into date2.&lt;/P&gt;&lt;P&gt;len = len - 2.&lt;/P&gt;&lt;P&gt;clear y.&lt;/P&gt;&lt;P&gt;enddo.&lt;/P&gt;&lt;P&gt;month = date2+4(2).&lt;/P&gt;&lt;P&gt;day = date2+6(2).&lt;/P&gt;&lt;P&gt;date2+4(2) = day.&lt;/P&gt;&lt;P&gt;date2+6(2) = month.&lt;/P&gt;&lt;P&gt;itab-J_1IDECDATE = date2.&lt;/P&gt;&lt;P&gt;modify itab transporting J_1IDECDATE.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;******************************************************&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;otherwise u can simply use this code this will serve ur purpose...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*************************************************************&lt;/P&gt;&lt;P&gt;report ZNM_SAMAPLE_SDN&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;parameters : R1 radiobutton group r,&lt;/P&gt;&lt;P&gt;             R2 radiobutton group r.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: bdcdata  LIKE bdcdata    OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;DATA: messtab  LIKE bdcmsgcoll OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of record OCCURS 0,&lt;/P&gt;&lt;P&gt;        MATNR_01_003(018),&lt;/P&gt;&lt;P&gt;        WERKS_01_004(004),&lt;/P&gt;&lt;P&gt;        J_1ICHID_01_005(012),&lt;/P&gt;&lt;P&gt;        J_1ISUBIND_01_006(001),&lt;/P&gt;&lt;P&gt;        J_1ICAPIND_01_007(001),&lt;/P&gt;&lt;P&gt;        J_1IGRXREF_01_008(001),&lt;/P&gt;&lt;P&gt;        J_1IDECFLAG_01_009(001),&lt;/P&gt;&lt;P&gt;        J_1IDECDATE_01_010(010),&lt;/P&gt;&lt;P&gt;      end of record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:  opt         TYPE ctu_params.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;  REFRESH: RECORD,bdcdata,messtab.&lt;/P&gt;&lt;P&gt;  CLEAR  : RECORD,bdcdata,messtab,opt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if r1 = 'X'.&lt;/P&gt;&lt;P&gt;  OPT-DISMODE  = 'A'.&lt;/P&gt;&lt;P&gt;  OPT-UPDMODE  = 'S'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;  OPT-DISMODE  = 'N'.&lt;/P&gt;&lt;P&gt;  OPT-UPDMODE  = 'S'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; opt-dismode  = 'A'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; opt-updmode  = 'S'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  CALL FUNCTION 'UPLOAD'&lt;/P&gt;&lt;P&gt;   EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  CODEPAGE                      = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;     filename                      = ' '&lt;/P&gt;&lt;P&gt;     filetype                      = 'DAT'&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      data_tab                      = RECORD&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;P&gt; MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;P&gt;         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&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;&lt;/P&gt;&lt;P&gt;  LOOP AT RECORD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPMJ1ID' '0200'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'RB1'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=EX'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RB11'&lt;/P&gt;&lt;P&gt;                              ' '.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RB1'&lt;/P&gt;&lt;P&gt;                              'X'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLJ1I5' '0020'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'J_1IMTCHID-MATNR(01)'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=NEWL'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLJ1I5' '0020'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'J_1IMTCHID-J_1IDECDATE(01)'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=SAVE'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'J_1IMTCHID-MATNR(01)'&lt;/P&gt;&lt;P&gt;                              record-MATNR_01_003.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'J_1IMTCHID-WERKS(01)'&lt;/P&gt;&lt;P&gt;                              record-WERKS_01_004.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'J_1IMTCHID-J_1ICHID(01)'&lt;/P&gt;&lt;P&gt;                              record-J_1ICHID_01_005.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'J_1IMTCHID-J_1ISUBIND(01)'&lt;/P&gt;&lt;P&gt;                              record-J_1ISUBIND_01_006.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'J_1IMTCHID-J_1ICAPIND(01)'&lt;/P&gt;&lt;P&gt;                              record-J_1ICAPIND_01_007.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'J_1IMTCHID-J_1IGRXREF(01)'&lt;/P&gt;&lt;P&gt;                              record-J_1IGRXREF_01_008.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'J_1IMTCHID-J_1IDECFLAG(01)'&lt;/P&gt;&lt;P&gt;                              record-J_1IDECFLAG_01_009.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'J_1IMTCHID-J_1IDECDATE(01)'&lt;/P&gt;&lt;P&gt;                              record-J_1IDECDATE_01_010.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLJ1I5' '0020'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'J_1IMTCHID-MATNR(02)'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=SAVE'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLJ1I5' '0020'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'J_1IMTCHID-MATNR(02)'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=BACK'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLJ1I5' '0020'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'J_1IMTCHID-MATNR(02)'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=SAVE'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLJ1I5' '0020'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'J_1IMTCHID-MATNR(02)'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=BACK'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPMJ1ID' '0200'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '/EEXIT'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'EXCISE'.&lt;/P&gt;&lt;P&gt;    REFRESH messtab.CLEAR messtab.&lt;/P&gt;&lt;P&gt;    CALL TRANSACTION 'J1ID'   USING bdcdata&lt;/P&gt;&lt;P&gt;                     OPTIONS  FROM  opt&lt;/P&gt;&lt;P&gt;                     MESSAGES INTO  messtab.&lt;/P&gt;&lt;P&gt;    REFRESH bdcdata.CLEAR bdcdata.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**----&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;       Start new screen&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;**----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;FORM bdc_dynpro USING program dynpro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CLEAR bdcdata.&lt;/P&gt;&lt;P&gt;  bdcdata-program  = program.&lt;/P&gt;&lt;P&gt;  bdcdata-dynpro   = dynpro.&lt;/P&gt;&lt;P&gt;  bdcdata-dynbegin = 'X'.&lt;/P&gt;&lt;P&gt;  APPEND bdcdata.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.                    "BDC_DYNPRO&lt;/P&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;       Insert field&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*&lt;/P&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 bdc_field USING fnam fval.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF fval &amp;lt;&amp;gt; '' OR fval &amp;gt; 0.&lt;/P&gt;&lt;P&gt;    CLEAR bdcdata.&lt;/P&gt;&lt;P&gt;    bdcdata-fnam = fnam.&lt;/P&gt;&lt;P&gt;    bdcdata-fval = fval.&lt;/P&gt;&lt;P&gt;    APPEND bdcdata.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.                    "BDC_FIELDF&lt;/P&gt;&lt;P&gt;*******************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this info. is useful to u..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not ask me with out hesitation...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Awrd point plzz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naveen M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Dec 2007 06:56:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/3200800#M762851</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-22T06:56:57Z</dc:date>
    </item>
  </channel>
</rss>

