<?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: Reg Smartforms-NACE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-smartforms-nace/m-p/4520503#M1068789</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;You need to take the entire zcopy of the standard driver program and modify the entry_nue to your requirement. And then assing the zprogram to NACE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karthik D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Sep 2008 10:06:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-25T10:06:44Z</dc:date>
    <item>
      <title>Reg Smartforms-NACE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-smartforms-nace/m-p/4520498#M1068784</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;&lt;/P&gt;&lt;P&gt;I have developed a SMARTFORM for RFQ and  i have devlo[ped a driver program for that also. When i  taking print out  only layout is coming , no data  is coming .,,  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the standard program , i have copied the  the line &lt;/P&gt;&lt;P&gt;FORM entry_neu USING ent_retco ent_screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inside that i have writen my logic.  But when i am executiong and taking the printoyt , i am getting an error as  Proceesing routine ENTRY_NEU doe not exist in ZMM_AGREEMENT(driver pgm)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What could be the error ?&lt;/P&gt;&lt;P&gt;Has anyone  faced this???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karthikeyan.P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2008 09:47:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-smartforms-nace/m-p/4520498#M1068784</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-25T09:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: Reg Smartforms-NACE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-smartforms-nace/m-p/4520499#M1068785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;How did you create the driver program,&lt;/P&gt;&lt;P&gt;Is it copy of existing standard driver program.&lt;/P&gt;&lt;P&gt;If yes, than the routine ENTRY_NEU  should be there.&lt;/P&gt;&lt;P&gt;If NO, than check the routine used in your driver program and use the same in NACE&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;MD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2008 09:49:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-smartforms-nace/m-p/4520499#M1068785</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-25T09:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: Reg Smartforms-NACE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-smartforms-nace/m-p/4520500#M1068786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Madhan Doraikannan &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have not copied fully . I am wrting my own logic. Only that Form routine ENTRY_NEU i have copied frm tht standard. is it  right??  If not plz send me some sample coding&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM entry_neu USING ent_retco ent_screen.&lt;/P&gt;&lt;P&gt;*FORM entry_neu USING p_ebeln ent_screen.&lt;/P&gt;&lt;P&gt;  DATA: l_druvo LIKE t166k-druvo,&lt;/P&gt;&lt;P&gt;         l_nast  LIKE nast,&lt;/P&gt;&lt;P&gt;         l_from_memory.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        l_doc   TYPE meein_purchase_doc_print.&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; CLEAR ent_retco.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  IF nast-aende EQ space.&lt;/P&gt;&lt;P&gt;    l_druvo = '1'.&lt;/P&gt;&lt;P&gt;  ELSE.&lt;/P&gt;&lt;P&gt;    l_druvo = '2'.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA:v_fname TYPE rs38l_fnam.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  GET PARAMETER ID 'ANF' FIELD p_ebeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT ebeln ebelp txz01 matnr meins ktmng&lt;/P&gt;&lt;P&gt;    FROM ekpo INTO CORRESPONDING FIELDS OF TABLE it_ekpo&lt;/P&gt;&lt;P&gt;    WHERE ebeln = p_ebeln .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP AT it_ekpo INTO wa_ekpo .&lt;/P&gt;&lt;P&gt;    SELECT SINGLE eindt FROM eket&lt;/P&gt;&lt;P&gt;      INTO wa_ekpo-eindt&lt;/P&gt;&lt;P&gt;      WHERE ebeln = wa_ekpo-ebeln AND&lt;/P&gt;&lt;P&gt;            ebelp = wa_ekpo-ebelp .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    MODIFY it_ekpo FROM wa_ekpo TRANSPORTING eindt.&lt;/P&gt;&lt;P&gt;    CLEAR wa_ekpo.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT SINGLE lifnr waers FROM ekko&lt;/P&gt;&lt;P&gt;    INTO (l_lifnr, l_waers)&lt;/P&gt;&lt;P&gt;    WHERE ebeln = p_ebeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT SINGLE bedat FROM ekko&lt;/P&gt;&lt;P&gt;    INTO l_bedat&lt;/P&gt;&lt;P&gt;     WHERE ebeln = p_ebeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT SINGLE angdt FROM ekko&lt;/P&gt;&lt;P&gt;    INTO l_angdt&lt;/P&gt;&lt;P&gt;     WHERE ebeln = p_ebeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT SINGLE adrnr FROM lfa1&lt;/P&gt;&lt;P&gt;    INTO l_adrnr&lt;/P&gt;&lt;P&gt;    WHERE lifnr = l_lifnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT SINGLE name1 city1 po_box country FROM adrc&lt;/P&gt;&lt;P&gt;    INTO (l_name1, l_city1, l_pobox, l_country)&lt;/P&gt;&lt;P&gt;    WHERE addrnumber = l_adrnr .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT SINGLE landx FROM t005t&lt;/P&gt;&lt;P&gt;    INTO l_landx&lt;/P&gt;&lt;P&gt;    WHERE spras = 'EN' AND&lt;/P&gt;&lt;P&gt;          land1 = l_country .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      formname           = 'ZMM_RFQ_SEALBID1'&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      fm_name            = v_fname&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      no_form            = 1&lt;/P&gt;&lt;P&gt;      no_function_module = 2&lt;/P&gt;&lt;P&gt;      OTHERS             = 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION v_fname&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      p_ebeln = p_ebeln&lt;/P&gt;&lt;P&gt;      l_lifnr = l_lifnr&lt;/P&gt;&lt;P&gt;      l_name1 = l_name1&lt;/P&gt;&lt;P&gt;      l_city1 = l_city1&lt;/P&gt;&lt;P&gt;      l_pobox = l_pobox&lt;/P&gt;&lt;P&gt;      l_landx = l_landx&lt;/P&gt;&lt;P&gt;      l_waers = l_waers&lt;/P&gt;&lt;P&gt;      l_bedat = l_bedat&lt;/P&gt;&lt;P&gt;      l_angdt = l_angdt&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      it_ekpo = it_ekpo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM. "entry_neu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my coding &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karthikeyan.P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2008 09:53:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-smartforms-nace/m-p/4520500#M1068786</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-25T09:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: Reg Smartforms-NACE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-smartforms-nace/m-p/4520501#M1068787</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;Check the nace entry for the processing output type where driver program is given, Form routine is given as ENTRY_NEU or not....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Lavanya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2008 09:58:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-smartforms-nace/m-p/4520501#M1068787</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-25T09:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: Reg Smartforms-NACE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-smartforms-nace/m-p/4520502#M1068788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;check u have written &lt;STRONG&gt;perform entry_neu.&lt;/STRONG&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2008 09:58:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-smartforms-nace/m-p/4520502#M1068788</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-25T09:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: Reg Smartforms-NACE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-smartforms-nace/m-p/4520503#M1068789</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;You need to take the entire zcopy of the standard driver program and modify the entry_nue to your requirement. And then assing the zprogram to NACE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karthik D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2008 10:06:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-smartforms-nace/m-p/4520503#M1068789</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-25T10:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: Reg Smartforms-NACE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-smartforms-nace/m-p/4520504#M1068790</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;The sub-routine has a line&lt;/P&gt;&lt;P&gt;GET PARAMETER ID 'ANF' FIELD p_ebeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you passing the Purchase doc num to the memory id ANF ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2008 10:12:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-smartforms-nace/m-p/4520504#M1068790</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-25T10:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: Reg Smartforms-NACE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-smartforms-nace/m-p/4520505#M1068791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Raja Chaturvedi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am passing the RFQ number to the smartforms ... thats y  i have done like that &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do u any sample coding??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2008 10:22:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-smartforms-nace/m-p/4520505#M1068791</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-25T10:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Reg Smartforms-NACE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-smartforms-nace/m-p/4520506#M1068792</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;There is a note which has the Print programs as well as the smartforms(RFQ is also included) as zip attachment. Search in Service Market Place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;You need a SID to view all the below links.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note Number : [852250|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=852250]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The attachment ([y640psf_20070609.zip|https://service.sap.com/~sapidb/012006153200000566552007E/y640psf_20070609.zip]) includes the new forms and print programs in customers namespace with instructions.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karthik D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2008 10:29:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-smartforms-nace/m-p/4520506#M1068792</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-25T10:29:35Z</dc:date>
    </item>
  </channel>
</rss>

