<?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: problem in bdc PROG in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-prog/m-p/3081237#M730753</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;         I tried, but the result is same..its not calling the next screen of 0302.&lt;/P&gt;&lt;P&gt;could u suggest once again..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Dec 2007 18:37:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-03T18:37:36Z</dc:date>
    <item>
      <title>problem in bdc PROG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-prog/m-p/3081235#M730751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;            Iam facing the problem in BDC Program..the code is..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT IT_RECORD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPMF05A' '0300'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'  'RF05A-NEWKO'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'  '/00'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BSEG-WRBTR'                IT_RECORD-vramt.  "'100000'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RF05A-NEWBS'                          it_record-pkey.  "'50'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RF05A-NEWKO'                          it_Record-vrac.  "'24450024'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'DKACB-FMORE'                          'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLKACB' '0002'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'  'COBL-GSBER'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'  '=ENTE'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'COBL-GSBER'                            it_record-gsber.  "'KABA' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COUNT = COUNT + 1.&lt;/P&gt;&lt;P&gt;WRITE:/ COUNT.&lt;/P&gt;&lt;P&gt;IF COUNT = 4.&lt;/P&gt;&lt;P&gt;  perform bdc_dynpro      using 'SAPMF05A' '0302'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                'BSEG-GSBER'.&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 'BSEG-WRBTR'                        IT_RECORD-VRAMT.   "'50000'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'BSEG-MWSKZ'                           '**'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'BSEG-GSBER'                        IT_RECORD-GSBER ."'kaba'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'BSEG-ZFBDT'                           '03.12.2007'.&lt;/P&gt;&lt;P&gt;  perform bdc_dynpro      using 'SAPMF05A' '0302'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                'BSEG-WRBTR'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                '=BS'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'BSEG-WRBTR'                          IT_RECORD-VRAMT. "'50,000.00'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'BSEG-MWSKZ'&lt;/P&gt;&lt;P&gt;                                '**'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'BSEG-BUPLA'                            '1800'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'BSEG-GSBER'                            IT_RECORD-GSBER."'KABA'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'BSEG-ZFBDT'                            '03.12.2007'.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;  perform bdc_dynpro      using 'SAPMF05A' '0700'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                'RF05A-NEWBS'.&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;  CALL TRANSACTION 'F-02' USING BDCDATA MODE 'A'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ELSE.&lt;/P&gt;&lt;P&gt;  CONTINUE.&lt;/P&gt;&lt;P&gt;ENDIF.&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;here iam using 4 line item(in text file) ..if count = 4 its not going to next screen, its repeating..its not simulating and posting the doc..&lt;/P&gt;&lt;P&gt;pls guide me friends.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2007 18:25:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-prog/m-p/3081235#M730751</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-03T18:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: problem in bdc PROG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-prog/m-p/3081236#M730752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See if this helps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;COUNT = COUNT + 1.
WRITE:/ COUNT.
IF COUNT = 4.
CLEAR count.                  "&amp;lt;====
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2007 18:33:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-prog/m-p/3081236#M730752</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-03T18:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: problem in bdc PROG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-prog/m-p/3081237#M730753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;         I tried, but the result is same..its not calling the next screen of 0302.&lt;/P&gt;&lt;P&gt;could u suggest once again..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2007 18:37:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-prog/m-p/3081237#M730753</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-03T18:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: problem in bdc PROG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-prog/m-p/3081238#M730754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How many entries in IT_RECORD? Check this in debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2007 18:43:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-prog/m-p/3081238#M730754</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-03T18:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: problem in bdc PROG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-prog/m-p/3081239#M730755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just 4 line item only..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2007 18:45:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-prog/m-p/3081239#M730755</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-03T18:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: problem in bdc PROG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-prog/m-p/3081240#M730756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I think it should work then. Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;COUNT = COUNT + 1.
WRITE:/ COUNT.
IF COUNT = 4.
CLEAR count.                  "&amp;lt;====
WRITE: /001 'Should enter screen'.      "&amp;lt;====
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See if the new line gets printed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2007 18:58:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-prog/m-p/3081240#M730756</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-03T18:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: problem in bdc PROG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-prog/m-p/3081241#M730757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi could u give me ur gmail id..iam confusing, same thing i used, but its not calling the screen(end of screen)..pls guide me friend.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2007 19:05:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-prog/m-p/3081241#M730757</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-03T19:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: problem in bdc PROG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-prog/m-p/3081242#M730758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I like to work through the forum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you saying that the new line is printing, but the new screen is not being called? That may be because the transaction processes a different screen next. Are you seeing a different screen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2007 19:10:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-prog/m-p/3081242#M730758</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-03T19:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: problem in bdc PROG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-prog/m-p/3081243#M730759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi i send the code here, if u can understand clear it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;report ZBDC_FI_MVF_02 no standard page heading line-size 255.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : BEGIN OF IT_RECORDS OCCURS 0,&lt;/P&gt;&lt;P&gt;       BLDAT LIKE BKPF-BLDAT,&lt;/P&gt;&lt;P&gt;       BLART LIKE BKPF-BLART,&lt;/P&gt;&lt;P&gt;       BUKRS LIKE BKPF-BUKRS,&lt;/P&gt;&lt;P&gt;       BUDAT LIKE BKPF-BUDAT,&lt;/P&gt;&lt;P&gt;       MONAT LIKE BKPF-MONAT,&lt;/P&gt;&lt;P&gt;       WAERS LIKE BKPF-WAERS,&lt;/P&gt;&lt;P&gt;       NEWBS LIKE RF05A-NEWBS,&lt;/P&gt;&lt;P&gt;       NEWKO LIKE RF05A-NEWKO,&lt;/P&gt;&lt;P&gt;       END OF IT_RECORDS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : BEGIN OF IT_RECORD OCCURS 0,&lt;/P&gt;&lt;P&gt;       VRAMT(15),  " LIKE BSEG-WRBTR,&lt;/P&gt;&lt;P&gt;       PKEY  LIKE RF05A-NEWBS,&lt;/P&gt;&lt;P&gt;       VrAC(10),  " LIKE RF05A-NEWKO,&lt;/P&gt;&lt;P&gt;       GSBER LIKE COBL-GSBER,&lt;/P&gt;&lt;P&gt;       END OF IT_RECORD.&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;       DATE1 LIKE SY-DATUM,&lt;/P&gt;&lt;P&gt;       DATE2 LIKE SY-DATUM,&lt;/P&gt;&lt;P&gt;       LOOP(3).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       DATA : COUNT(3).&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;  PERFORM GET_DATA1.&lt;/P&gt;&lt;P&gt;  PERFORM GET_DATA2.&lt;/P&gt;&lt;P&gt;  PERFORM PROCESS_DATA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM PROCESS_DATA.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPMF05A' '0100'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'RF05A-NEWKO'.&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;    date1 = it_RecordS-bldat.&lt;/P&gt;&lt;P&gt;    CONCATENATE DATE1&lt;EM&gt;6(2) DATE1&lt;/EM&gt;4(2) DATE1+0(4) INTO DATE1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BKPF-BLDAT'               DATE1.  "'03.12.2007'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BKPF-BLART'               IT_RECORDS-BLART.  "'SA'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BKPF-BUKRS'               IT_RECORDS-BUKRS.  "'1800'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    date2 = it_RecordS-bUdat.&lt;/P&gt;&lt;P&gt;    CONCATENATE DATE2&lt;EM&gt;6(2) DATE2&lt;/EM&gt;4(2) DATE2+0(4) INTO DATE2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BKPF-BUDAT'               DATE2.  "'03.12.2007'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BKPF-MONAT'               IT_RECORDS-MONAT.  "'9'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BKPF-WAERS'               IT_RECORDS-WAERS.  "'INR'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'FS006-DOCID'              '*'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RF05A-NEWBS'               IT_RECORDS-NEWBS.  "'40'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RF05A-NEWKO'               IT_RECORDS-NEWKO.  "'24450024'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*perform bdc_field       using 'RF05A-NEWBS'               IT_RECORDS-PKEY.  "'50'.&lt;/P&gt;&lt;P&gt;*perform bdc_field       using 'RF05A-NEWKO'               IT_RECORDS-VENAC.  "'24450024'.&lt;/P&gt;&lt;P&gt;*perform bdc_field       using 'DKACB-FMORE'  'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COUNT = '0'.&lt;/P&gt;&lt;P&gt;LOOP AT IT_RECORD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPMF05A' '0300'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'  'RF05A-NEWKO'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'  '/00'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BSEG-WRBTR'                IT_RECORD-vramt.  "'100000'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RF05A-NEWBS'                          it_record-pkey.  "'50'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RF05A-NEWKO'                          it_Record-vrac.  "'24450024'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'DKACB-FMORE'                          'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLKACB' '0002'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'  'COBL-GSBER'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'  '=ENTE'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'COBL-GSBER'                            it_record-gsber.  "'KABA' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COUNT = COUNT + 1.&lt;/P&gt;&lt;P&gt;IF COUNT = 4.&lt;/P&gt;&lt;P&gt;clear count.&lt;/P&gt;&lt;P&gt;  perform bdc_dynpro      using 'SAPMF05A' '0302'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                'BSEG-GSBER'.&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 'BSEG-WRBTR'                        IT_RECORD-VRAMT.   "'50000'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'BSEG-MWSKZ'                           '**'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'BSEG-GSBER'                        IT_RECORD-GSBER ."'kaba'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'BSEG-ZFBDT'                           '03.12.2007'.&lt;/P&gt;&lt;P&gt;  perform bdc_dynpro      using 'SAPMF05A' '0302'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                'BSEG-WRBTR'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                '=BS'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'BSEG-WRBTR'                          IT_RECORD-VRAMT. "'50,000.00'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'BSEG-MWSKZ'&lt;/P&gt;&lt;P&gt;                                '**'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'BSEG-BUPLA'                            '1800'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'BSEG-GSBER'                            IT_RECORD-GSBER."'KABA'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'BSEG-ZFBDT'                            '03.12.2007'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  perform bdc_dynpro      using 'SAPMF05A' '0700'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                'RF05A-NEWBS'.&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;  CALL TRANSACTION 'F-02' USING BDCDATA MODE 'A'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ELSE.&lt;/P&gt;&lt;P&gt;  CONTINUE.&lt;/P&gt;&lt;P&gt;ENDIF.&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;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; perform bdc_dynpro      using 'SAPMF05A' '0302'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                               'BSEG-GSBER'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                               '/00'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; perform bdc_field       using 'BSEG-WRBTR'                '50000'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; perform bdc_field       using 'BSEG-MWSKZ'                '**'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; perform bdc_field       using 'BSEG-GSBER'                'kaba'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; perform bdc_field       using 'BSEG-ZFBDT'                '03.12.2007'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; perform bdc_dynpro      using 'SAPMF05A' '0302'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                               'BSEG-WRBTR'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                               '=BS'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; perform bdc_field       using 'BSEG-WRBTR'                IT_RECORD-VRAMT.  "'50,000.00'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; perform bdc_field       using 'BSEG-MWSKZ'                '**'.&lt;/P&gt;&lt;/LI&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt; perform bdc_field       using 'BSEG-BUPLA'                '1800'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; perform bdc_field       using 'BSEG-GSBER'                IT_RECORD-GSBER.  "'KABA'.&lt;/P&gt;&lt;/LI&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt; perform bdc_field       using 'BSEG-ZFBDT'                '03.12.2007'.&lt;/P&gt;&lt;/LI&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; perform bdc_dynpro      using 'SAPMF05A' '0700'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                               'RF05A-NEWBS'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                               '=BU'.&lt;/P&gt;&lt;/LI&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt; perform bdc_transaction using 'F-02'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;*CALL TRANSACTION 'F-02' USING BDCDATA MODE 'A'.&lt;/P&gt;&lt;P&gt;  ENDFORM.&lt;/P&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;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       Start new screen                                              *&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 BDC_DYNPRO USING PROGRAM DYNPRO.&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;ENDFORM.&lt;/P&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;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;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;  IF FVAL &amp;lt;&amp;gt; ' '.&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;ENDFORM.&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  GET_DATA&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;form GET_DATA1 .&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'UPLOAD'&lt;/P&gt;&lt;P&gt;   EXPORTING&lt;/P&gt;&lt;P&gt;     FILENAME                      = 'C:\MVF-02_1.txt'&lt;/P&gt;&lt;P&gt;     FILETYPE                      = 'DAT'&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;     data_tab                      = IT_RECORDS&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;  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;endform.                    " GET_DATA&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  GET_DATA2&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;form GET_DATA2 .&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'UPLOAD'&lt;/P&gt;&lt;P&gt;   EXPORTING&lt;/P&gt;&lt;P&gt;     FILENAME                      = 'C:\MVF-02_2.TXT'&lt;/P&gt;&lt;P&gt;     FILETYPE                      = 'DAT'&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;     data_tab                      = IT_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;endform.                    " GET_DATA2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2007 19:13:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-prog/m-p/3081243#M730759</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-03T19:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: problem in bdc PROG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-prog/m-p/3081244#M730760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Rob..&lt;/P&gt;&lt;P&gt;  i have send the query to sdn also but nobody replied to this actually scenario is like this...&lt;/P&gt;&lt;P&gt;In tcode migo there are two push buttons ..''check'' and ''push''&lt;/P&gt;&lt;P&gt;wen we will pres check button it will give system message about the shelf life of materials&lt;/P&gt;&lt;P&gt;now same mesage i want if i will press push button...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2007 19:16:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-prog/m-p/3081244#M730760</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-03T19:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: problem in bdc PROG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-prog/m-p/3081245#M730761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would be better if you just answer the questions in my earlier post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2007 19:28:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-prog/m-p/3081245#M730761</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-03T19:28:31Z</dc:date>
    </item>
  </channel>
</rss>

