<?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: In doubt with Data Conversion-Material Master in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-doubt-with-data-conversion-material-master/m-p/2470559#M555397</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;This is the BDC structure.&lt;/P&gt;&lt;P&gt;PROGRAM  BDC module pool&lt;/P&gt;&lt;P&gt;DYNPRO     BDC Screen number&lt;/P&gt;&lt;P&gt;DYNBEGIN  BDC screen start&lt;/P&gt;&lt;P&gt;FNAM          Field name&lt;/P&gt;&lt;P&gt;FVAL           BDC field value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAPLMGMM  - Program&lt;/P&gt;&lt;P&gt;MM01            - Tcode&lt;/P&gt;&lt;P&gt;0060              -Screen number&lt;/P&gt;&lt;P&gt;X                   -screen start&lt;/P&gt;&lt;P&gt;FNAM            -RMMG1-MATNR&lt;/P&gt;&lt;P&gt;FVAL             -0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jun 2007 04:07:41 GMT</pubDate>
    <dc:creator>jayanthi_jayaraman</dc:creator>
    <dc:date>2007-06-29T04:07:41Z</dc:date>
    <item>
      <title>In doubt with Data Conversion-Material Master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-doubt-with-data-conversion-material-master/m-p/2470556#M555394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guru,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do have problem with data conversion process.  In my excel template, I do have some code to generate text file and upload to SAP using BDC process as a batch.  I have doubt with template.  Can anyone give me explanation on this.  Reward will be given.  Thank you very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my code in template.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;				
		MM01		
SAPLMGMM	0060X			
		BDC_CURSOR	RMMG1_REF-MATNR	
		RMMG1-MATNR	0	
		RMMG1-MTART	82	
		RMMG1_REF-MATNR	0	
		BDC_OKCODE	/00	
SAPLMGMM	0070X			
		BDC_CURSOR	MSICHTAUSW-DYTXT(01)	
		BDC_OKCODE	=P+	
SAPLMGMM	0070X			
		BDC_CURSOR	MSICHTAUSW-DYTXT(04)	
		MSICHTAUSW-KZSEL(03)	X	
		MSICHTAUSW-KZSEL(04)	X	
		BDC_OKCODE	=ENTR	
SAPLMGMM	0080X			
		BDC_CURSOR	RMMG1_REF-BWTAR	
		RMMG1-WERKS	0	
		RMMG1_REF-WERKS	0	
		MBEW-BKLAS	0	
		MBEW_REF-BKLAS	0	
		BDC_OKCODE	=ENTR	
SAPLMGMM	4000X			
		BDC_OKCODE	/00	
SAPLMGMM	4000X			
		BDC_OKCODE	/00	
SAPLSPO1	0300X			
		BDC_OKCODE	=YES	
TCDEMM01				
ENDTCDE				
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 03:29:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-doubt-with-data-conversion-material-master/m-p/2470556#M555394</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T03:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: In doubt with Data Conversion-Material Master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-doubt-with-data-conversion-material-master/m-p/2470557#M555395</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;Are you looking for the expalintaion of the code you given in the post?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 03:38:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-doubt-with-data-conversion-material-master/m-p/2470557#M555395</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T03:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: In doubt with Data Conversion-Material Master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-doubt-with-data-conversion-material-master/m-p/2470558#M555396</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;Yes. I'm looking for the explanation of that code. I don't understand the process of that code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 03:48:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-doubt-with-data-conversion-material-master/m-p/2470558#M555396</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T03:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: In doubt with Data Conversion-Material Master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-doubt-with-data-conversion-material-master/m-p/2470559#M555397</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;This is the BDC structure.&lt;/P&gt;&lt;P&gt;PROGRAM  BDC module pool&lt;/P&gt;&lt;P&gt;DYNPRO     BDC Screen number&lt;/P&gt;&lt;P&gt;DYNBEGIN  BDC screen start&lt;/P&gt;&lt;P&gt;FNAM          Field name&lt;/P&gt;&lt;P&gt;FVAL           BDC field value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAPLMGMM  - Program&lt;/P&gt;&lt;P&gt;MM01            - Tcode&lt;/P&gt;&lt;P&gt;0060              -Screen number&lt;/P&gt;&lt;P&gt;X                   -screen start&lt;/P&gt;&lt;P&gt;FNAM            -RMMG1-MATNR&lt;/P&gt;&lt;P&gt;FVAL             -0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 04:07:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-doubt-with-data-conversion-material-master/m-p/2470559#M555397</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2007-06-29T04:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: In doubt with Data Conversion-Material Master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-doubt-with-data-conversion-material-master/m-p/2470560#M555398</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;thank you for your answer.   However, I have more question.   How can i get screen number such that like 0060x?  For example, I want to add alternative unit of measure data.  That information is appear under additional data page.  How can I prepare template for that conversion?  Thank you very much.  more reward will be given.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 04:18:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-doubt-with-data-conversion-material-master/m-p/2470560#M555398</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T04:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: In doubt with Data Conversion-Material Master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-doubt-with-data-conversion-material-master/m-p/2470561#M555399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need more explanation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 04:22:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-doubt-with-data-conversion-material-master/m-p/2470561#M555399</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T04:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: In doubt with Data Conversion-Material Master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-doubt-with-data-conversion-material-master/m-p/2470562#M555400</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;All the screen numbers are based on the recording of BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just go to the transaction SHDB and do the recording for the transaction you want, you will get a clear idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 04:22:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-doubt-with-data-conversion-material-master/m-p/2470562#M555400</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T04:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: In doubt with Data Conversion-Material Master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-doubt-with-data-conversion-material-master/m-p/2470563#M555401</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;If you go to SHDB tcode and run the recording for MM01 tcode by entering the values given there,you can one program will be generated.For knowing the screen no. and program name, you need to use menu System-&amp;gt;Status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more information,refer this link.It will teach all the basic things in BDC.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/bdc.htm" target="test_blank"&gt;http://www.sap-img.com/bdc.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 04:24:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-doubt-with-data-conversion-material-master/m-p/2470563#M555401</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2007-06-29T04:24:40Z</dc:date>
    </item>
  </channel>
</rss>

