<?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 table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-table-control/m-p/1662794#M293602</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wait my freind.... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is an relatively easy method.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normally all the screns with table controls will have buttons to add(Insert) a Row, Delete a Row etc..&lt;/P&gt;&lt;P&gt;After adding data to 1st Row (it will have index 1)... press that insert button so a new Row is inserted again at 1st row..so this will have index 1.&lt;/P&gt;&lt;P&gt;So in this way you can hard code the index to one.&lt;/P&gt;&lt;P&gt;The advantage is that if there are many rows then you will not have to keep a track of how many rows are inserted and when to press the page down button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am giving a small example.... Just copy paste this example and run it in all mode...&lt;/P&gt;&lt;P&gt;Run it in all mode so that you can see what I am trying to do...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**********************************************&lt;/P&gt;&lt;P&gt;report ZTEST_BDC&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;start-of-selection.&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;perform bdc_dynpro using 'SAPMSRD0' '0102'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;'RSRD1-DDTYPE'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;'=CHANGE_RADIO'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'RSRD1-TBMA'&lt;/P&gt;&lt;P&gt;''.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'RSRD1-TBMA_VAL'&lt;/P&gt;&lt;P&gt;'EKPO'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'RSRD1-DDTYPE'&lt;/P&gt;&lt;P&gt;'X'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro using 'SAPMSRD0' '0102'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;'RSRD1-DDTYPE_VAL'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;'=ADD'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'RSRD1-TBMA_VAL'&lt;/P&gt;&lt;P&gt;'EKPO'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'RSRD1-DDTYPE'&lt;/P&gt;&lt;P&gt;'X'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'RSRD1-DDTYPE_VAL'&lt;/P&gt;&lt;P&gt;'ztest_Str'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro using 'SAPLSED1' '0100'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;'D_100-STRU'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;'=GOON'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'D_100-DTEL'&lt;/P&gt;&lt;P&gt;''.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'D_100-STRU'&lt;/P&gt;&lt;P&gt;'X'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro using 'SAPLSD41' '2100'.&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 'DD02D-DDTEXT'&lt;/P&gt;&lt;P&gt;'test'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;'DD03P_D-FIELDNAME(01)'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'DD03P_D-FIELDNAME(01)'&lt;/P&gt;&lt;P&gt;'bukrs'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'DD03P_D-ROLLNAME(01)'&lt;/P&gt;&lt;P&gt;'bukrs'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro using 'SAPLSD41' '2100'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;'=WB_LINE_INSERT'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'DD02D-DDTEXT'&lt;/P&gt;&lt;P&gt;'test'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;'DD03P_D-FIELDNAME(01)'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro using 'SAPLSD41' '2100'.&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 'DD02D-DDTEXT'&lt;/P&gt;&lt;P&gt;'test'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;'DD03P_D-ROLLNAME(01)'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'DD03P_D-FIELDNAME(01)'&lt;/P&gt;&lt;P&gt;'kostl'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'DD03P_D-ROLLNAME(01)'&lt;/P&gt;&lt;P&gt;'kostl'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro using 'SAPLSD41' '2100'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;'=WB_LINE_INSERT'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'DD02D-DDTEXT'&lt;/P&gt;&lt;P&gt;'test'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;'DD03P_D-FIELDNAME(01)'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro using 'SAPLSD41' '2100'.&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 'DD02D-DDTEXT'&lt;/P&gt;&lt;P&gt;'test'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;'DD03P_D-ROLLNAME(01)'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'DD03P_D-FIELDNAME(01)'&lt;/P&gt;&lt;P&gt;'wrbtr'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'DD03P_D-ROLLNAME(01)'&lt;/P&gt;&lt;P&gt;'wrbtr'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro using 'SAPLSD41' '2100'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;'=WB_SAVE'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'DD02D-DDTEXT'&lt;/P&gt;&lt;P&gt;'test'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;'DD03P_D-ROLLNAME(01)'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro using 'SAPLSTRD' '0100'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;'KO007-L_DEVCLASS'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;'=TEMP'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'KO007-L_AUTHOR'&lt;/P&gt;&lt;P&gt;'VARUN'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro using 'SAPLSD41' '2100'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;'/EWB_CANCEL'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro using 'SAPMSRD0' '0102'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;'/EABR'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;'RSRD1-DDTYPE_VAL'.&lt;/P&gt;&lt;P&gt;perform bdc_transaction using 'SE11'.&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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.....&lt;/P&gt;&lt;P&gt;Please mark points if it helps..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Nov 2006 14:32:34 GMT</pubDate>
    <dc:creator>former_member69765</dc:creator>
    <dc:date>2006-11-20T14:32:34Z</dc:date>
    <item>
      <title>bdc table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-table-control/m-p/1662790#M293598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     i have requirements in BDC like the following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      In tablecontrol I have 15 records to record in the line item but in the screen only 10 lines are displaying in one screen, To enter/record  remaining 5 items we have to press the Page down key, but in coding i don't know how to accomplish this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anybody give me coding and example for this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2006 14:15:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-table-control/m-p/1662790#M293598</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-20T14:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: bdc table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-table-control/m-p/1662791#M293599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi karthik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there's no general answer for this one. You should give more info about the recorded transaction. Sometimes there is a Next-button, and sometimes there is a menu-shortcut for this action.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hans&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2006 14:18:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-table-control/m-p/1662791#M293599</guid>
      <dc:creator>h_senden2</dc:creator>
      <dc:date>2006-11-20T14:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: bdc table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-table-control/m-p/1662792#M293600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kalimuthu,&lt;/P&gt;&lt;P&gt;   See if there is any option of entering the position number in the screen , so that it  comes to the first line always. This way you could get around the pain of handling the table control page down.&lt;/P&gt;&lt;P&gt;If there isn't any, check this example:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/bdc-example-using-table-control-in-bdc.htm" target="test_blank"&gt;http://www.sap-img.com/abap/bdc-example-using-table-control-in-bdc.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2006 14:19:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-table-control/m-p/1662792#M293600</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-20T14:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: bdc table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-table-control/m-p/1662793#M293601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this code...We implemeted for partner functions...&lt;/P&gt;&lt;P&gt;*-- Add any extra payers&lt;/P&gt;&lt;P&gt;        DESCRIBE TABLE i_payer LINES i_count.&lt;/P&gt;&lt;P&gt;        IF i_count &amp;gt; 1.&lt;/P&gt;&lt;P&gt;          LOOP AT i_payer FROM 2.&lt;/P&gt;&lt;P&gt;            IF i_tabix &amp;gt; 14.&lt;/P&gt;&lt;P&gt;              PERFORM bdc_field  USING 'BDC_OKCODE'  '=P+'.&lt;/P&gt;&lt;P&gt;              PERFORM bdc_dynpro USING 'SAPMF02D'    '0324'.&lt;/P&gt;&lt;P&gt;              i_tabix = 2.&lt;/P&gt;&lt;P&gt;            ENDIF.&lt;/P&gt;&lt;P&gt;            CLEAR xfname.&lt;/P&gt;&lt;P&gt;            CONCATENATE 'KNVP-PARVW(' i_tabix ')' INTO xfname.&lt;/P&gt;&lt;P&gt;            PERFORM bdc_field  USING xfname  'PY'.&lt;/P&gt;&lt;P&gt;            CLEAR xfname.&lt;/P&gt;&lt;P&gt;            CONCATENATE 'RF02D-KTONR(' i_tabix ')' INTO xfname.&lt;/P&gt;&lt;P&gt;            PERFORM bdc_field  USING xfname   i_payer.&lt;/P&gt;&lt;P&gt;            ADD 1 TO i_tabix.&lt;/P&gt;&lt;P&gt;          ENDLOOP.&lt;/P&gt;&lt;P&gt;        ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2006 14:20:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-table-control/m-p/1662793#M293601</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-20T14:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: bdc table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-table-control/m-p/1662794#M293602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wait my freind.... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is an relatively easy method.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normally all the screns with table controls will have buttons to add(Insert) a Row, Delete a Row etc..&lt;/P&gt;&lt;P&gt;After adding data to 1st Row (it will have index 1)... press that insert button so a new Row is inserted again at 1st row..so this will have index 1.&lt;/P&gt;&lt;P&gt;So in this way you can hard code the index to one.&lt;/P&gt;&lt;P&gt;The advantage is that if there are many rows then you will not have to keep a track of how many rows are inserted and when to press the page down button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am giving a small example.... Just copy paste this example and run it in all mode...&lt;/P&gt;&lt;P&gt;Run it in all mode so that you can see what I am trying to do...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**********************************************&lt;/P&gt;&lt;P&gt;report ZTEST_BDC&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;start-of-selection.&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;perform bdc_dynpro using 'SAPMSRD0' '0102'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;'RSRD1-DDTYPE'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;'=CHANGE_RADIO'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'RSRD1-TBMA'&lt;/P&gt;&lt;P&gt;''.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'RSRD1-TBMA_VAL'&lt;/P&gt;&lt;P&gt;'EKPO'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'RSRD1-DDTYPE'&lt;/P&gt;&lt;P&gt;'X'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro using 'SAPMSRD0' '0102'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;'RSRD1-DDTYPE_VAL'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;'=ADD'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'RSRD1-TBMA_VAL'&lt;/P&gt;&lt;P&gt;'EKPO'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'RSRD1-DDTYPE'&lt;/P&gt;&lt;P&gt;'X'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'RSRD1-DDTYPE_VAL'&lt;/P&gt;&lt;P&gt;'ztest_Str'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro using 'SAPLSED1' '0100'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;'D_100-STRU'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;'=GOON'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'D_100-DTEL'&lt;/P&gt;&lt;P&gt;''.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'D_100-STRU'&lt;/P&gt;&lt;P&gt;'X'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro using 'SAPLSD41' '2100'.&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 'DD02D-DDTEXT'&lt;/P&gt;&lt;P&gt;'test'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;'DD03P_D-FIELDNAME(01)'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'DD03P_D-FIELDNAME(01)'&lt;/P&gt;&lt;P&gt;'bukrs'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'DD03P_D-ROLLNAME(01)'&lt;/P&gt;&lt;P&gt;'bukrs'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro using 'SAPLSD41' '2100'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;'=WB_LINE_INSERT'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'DD02D-DDTEXT'&lt;/P&gt;&lt;P&gt;'test'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;'DD03P_D-FIELDNAME(01)'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro using 'SAPLSD41' '2100'.&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 'DD02D-DDTEXT'&lt;/P&gt;&lt;P&gt;'test'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;'DD03P_D-ROLLNAME(01)'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'DD03P_D-FIELDNAME(01)'&lt;/P&gt;&lt;P&gt;'kostl'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'DD03P_D-ROLLNAME(01)'&lt;/P&gt;&lt;P&gt;'kostl'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro using 'SAPLSD41' '2100'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;'=WB_LINE_INSERT'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'DD02D-DDTEXT'&lt;/P&gt;&lt;P&gt;'test'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;'DD03P_D-FIELDNAME(01)'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro using 'SAPLSD41' '2100'.&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 'DD02D-DDTEXT'&lt;/P&gt;&lt;P&gt;'test'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;'DD03P_D-ROLLNAME(01)'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'DD03P_D-FIELDNAME(01)'&lt;/P&gt;&lt;P&gt;'wrbtr'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'DD03P_D-ROLLNAME(01)'&lt;/P&gt;&lt;P&gt;'wrbtr'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro using 'SAPLSD41' '2100'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;'=WB_SAVE'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'DD02D-DDTEXT'&lt;/P&gt;&lt;P&gt;'test'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;'DD03P_D-ROLLNAME(01)'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro using 'SAPLSTRD' '0100'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;'KO007-L_DEVCLASS'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;'=TEMP'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'KO007-L_AUTHOR'&lt;/P&gt;&lt;P&gt;'VARUN'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro using 'SAPLSD41' '2100'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;'/EWB_CANCEL'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro using 'SAPMSRD0' '0102'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;'/EABR'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;'RSRD1-DDTYPE_VAL'.&lt;/P&gt;&lt;P&gt;perform bdc_transaction using 'SE11'.&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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.....&lt;/P&gt;&lt;P&gt;Please mark points if it helps..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2006 14:32:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-table-control/m-p/1662794#M293602</guid>
      <dc:creator>former_member69765</dc:creator>
      <dc:date>2006-11-20T14:32:34Z</dc:date>
    </item>
  </channel>
</rss>

