<?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 program for vendor creation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program-for-vendor-creation/m-p/5369412#M1235324</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;Fill bank details in all 8 lines and then check recording .&lt;/P&gt;&lt;P&gt;You have to put row index depending on no of lines you want to add  (below code is for withholding tax code and i am adding 2 lines)&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; 

      PERFORM bdc_dynpro  USING 'SAPMF02K'   '0610'.
      PERFORM fill_bdctab USING 'LFBW-WITHT(01)'
                                 it_lfa1-w_tax_type13.
      PERFORM fill_bdctab USING 'LFBW-WITHT(02)'
                                 it_lfa1-w_tax_type14.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If no of lines are variable then refer to below link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[https://www.sdn.sap.com/irj/scn/wiki?path=/display/abap/bdc&lt;EM&gt;on&lt;/EM&gt;table+control]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Apr 2009 06:56:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-07T06:56:24Z</dc:date>
    <item>
      <title>BDC program for vendor creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program-for-vendor-creation/m-p/5369411#M1235323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i need to create a vendor with 8 line item of bank information through BDC and i was trying to write a program. but i'm having some problem with the code. how can i loop the program to enter 8 bank information line item for one vendor??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2009 05:55:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program-for-vendor-creation/m-p/5369411#M1235323</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-07T05:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: BDC program for vendor creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program-for-vendor-creation/m-p/5369412#M1235324</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;Fill bank details in all 8 lines and then check recording .&lt;/P&gt;&lt;P&gt;You have to put row index depending on no of lines you want to add  (below code is for withholding tax code and i am adding 2 lines)&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; 

      PERFORM bdc_dynpro  USING 'SAPMF02K'   '0610'.
      PERFORM fill_bdctab USING 'LFBW-WITHT(01)'
                                 it_lfa1-w_tax_type13.
      PERFORM fill_bdctab USING 'LFBW-WITHT(02)'
                                 it_lfa1-w_tax_type14.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If no of lines are variable then refer to below link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[https://www.sdn.sap.com/irj/scn/wiki?path=/display/abap/bdc&lt;EM&gt;on&lt;/EM&gt;table+control]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2009 06:56:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program-for-vendor-creation/m-p/5369412#M1235324</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-07T06:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: BDC program for vendor creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program-for-vendor-creation/m-p/5369413#M1235325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use The below code&lt;/P&gt;&lt;P&gt;Just create a Variable and increment the value by 1 for the required bank line items in the Below screen for field LFBK-BANKN(05) &lt;EM&gt;here 5Line item are given while recording&lt;/EM&gt;&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 Itab.&lt;/P&gt;&lt;P&gt;&lt;U&gt;Prog                         dynpro    dynbegin&lt;/U&gt;&lt;/P&gt;&lt;P&gt;SAPMF02K	0130	X&lt;/P&gt;&lt;P&gt;&lt;U&gt;Fnam                        Fval&lt;/U&gt;                                                                                &lt;/P&gt;&lt;P&gt;BDC_CURSOR	LFBK-BANKN(05)&lt;/P&gt;&lt;P&gt;                                        	    	 	BDC_OKCODE	=ENTR&lt;/P&gt;&lt;P&gt;                                        	    	 	LFBK-BANKS(01)	IN&lt;/P&gt;&lt;P&gt;                                        	    	 	LFBK-BANKS(02)	IN&lt;/P&gt;&lt;P&gt;                                        	    	 	LFBK-BANKS(03)	IN&lt;/P&gt;&lt;P&gt;                                        	    	 	LFBK-BANKS(04)	IN&lt;/P&gt;&lt;P&gt;                                        	    	 	LFBK-BANKS(05)	IN&lt;/P&gt;&lt;P&gt;                                        	    	 	LFBK-BANKL(01)	16294004&lt;/P&gt;&lt;P&gt;                                        	    	 	LFBK-BANKL(02)	VIJAYA&lt;/P&gt;&lt;P&gt;                                        	    	 	LFBK-BANKL(03)	00005363&lt;/P&gt;&lt;P&gt;                                        	    	 	LFBK-BANKL(04)	00810200003&lt;/P&gt;&lt;P&gt;                                        	    	 	LFBK-BANKL(05)	0510015&lt;/P&gt;&lt;P&gt;                                        	    	 	LFBK-BANKN(01)	12312&lt;/P&gt;&lt;P&gt;                                        	    	 	LFBK-BANKN(02)	12312&lt;/P&gt;&lt;P&gt;                                        	    	 	LFBK-BANKN(03)	12312&lt;/P&gt;&lt;P&gt;                                        	    	 	LFBK-BANKN(04)	12312&lt;/P&gt;&lt;P&gt;                                        	    	 	LFBK-BANKN(05)	12312&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2009 07:10:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program-for-vendor-creation/m-p/5369413#M1235325</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-07T07:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: BDC program for vendor creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program-for-vendor-creation/m-p/5369414#M1235326</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;For this type of requirement you can use table control technic.&lt;/P&gt;&lt;P&gt;for that First loop the Vendors and run another loop for Bank details by checking condition about particular vendor. Then process the details into Table cotrol screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for ex : Loop at it into wa.  "For vendors&lt;/P&gt;&lt;P&gt;            Loop at it1 into wa1 where lifnr = wa-ifnr. "for Bank details.&lt;/P&gt;&lt;P&gt;            Wrie necessary code to insert the bank data into table control.&lt;/P&gt;&lt;P&gt;           endloop.&lt;/P&gt;&lt;P&gt;           endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2009 07:20:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program-for-vendor-creation/m-p/5369414#M1235326</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-07T07:20:53Z</dc:date>
    </item>
  </channel>
</rss>

