Develop a simple smartforms

what are the steps to develop a simple smartforms

Hi,
Check these step-by-step links
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/ccab6730-0501-0010-ee84-de050a6cc287
https://sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/8fd773b3-0301-0010-eabe-82149bcc292e
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/3c5d9ae3-0501-0010-0090-bdfb2d458985
Check these links also.
http://www.sap-basis-abap.com/sapsf001.htm
http://www.sap-press.com/downloads/h955_preview.pdf
http://www.ossincorp.com/Black_Box/Black_Box_2.htm
http://www.sap-img.com/smartforms/sap-smart-forms.htm
http://www.sap-img.com/smartforms/smartform-tutorial.htm
http://www.sapgenie.com/abap/smartforms.htm
for Smartforms material
http://www.sap-basis-abap.com/sapsf001.htm
http://www.sap-press.com/downloads/h955_preview.pdf
http://www.ossincorp.com/Black_Box/Black_Box_2.htm
http://www.sap-img.com/smartforms/sap-smart-forms.htm
http://www.sap-img.com/smartforms/smartform-tutorial.htm
http://www.sapgenie.com/abap/smartforms.htm
How to trace smartform
http://help.sap.com/saphelp_47x200/helpdata/en/49/c3d8a4a05b11d5b6ef006094192fe3/frameset.htm
http://www.help.sap.com/bp_presmartformsv1500/DOCU/OVIEW_EN.PDF
http://www.sap-img.com/smartforms/smart-006.htm
http://www.sap-img.com/smartforms/smartforms-faq-part-two.htm
Re: Need FAQ's
Go through the following Links, here u can find example with step
by step.
http://smoschid.tripod.com/How_to_do_things_in_SAP/How_To_Build_SMARTFORMS/How_To_Build_SMARTFORMS.html
http://www.sap-img.com/smartforms/smart-006.htm
http://www.sap-img.com/smartforms/smartforms-faq-part-two.htm
Re: Need FAQ's
Regards,
Priyanka.

Similar Messages

  • How to develop a simple plugin for adobe illustrator cs2 using xcode on mac os

    I would like to know the steps to develop a simple plug-in for adobe illustrator cs2 using xcode on mac OS...anything like a dialog box displaying "hello World"... I m new to MAC OS...Please help...
    Thanks in advance

    Get the SDK and start playing with the sample plug-ins. Asking for something as general as "how do I get started" is asking a little much from this forum :) Try your hand at the SDK and come back to ask more specific questions as you run into them.
    Bear in mind that this isn't an Xcode forum either, though I'm sure there are places to get good help on that!

  • How To Develop a Simple WebService App XI Scenarios

    Hi,
    How can I develop A simple Webservice for any scenario, for example, if am doing File to file scenario, and i want to develop a Webservice for the same scenario,
    I think in ID we have an option Under Tools "Define Webservice" where in we can use wsdl format of the message interfaces.
    How should i proceed to develop the Webservice?
    Regards,
    Varun

    Hi Varun,
    After creating the wsdl file u can deploy using MS visual studio.
    Follow the steps and run the scenario.
    use it in a Client Program in .NET : (assuming Maths as the WSDL and Webserice name)
    1.) Place maths.wsdl in C:/Sample/ folder
    2.) Open Visual studio command prompt using the Start Menu
            Start->Programs->Microsoft Visual Studio 2005->Visual Studio Tools->Visual Studio 2005 Command Prompt
    3.) In the Command prompt go to that directory
        > C: 
        > CD\
        > CD Sample
        > wsdl maths.wsdl /out:"c:\sample"
    4.) The previous step will create a file called Maths.cs , go to that folder and confirm this
    5.) Open Microsoft Visual Studio 2005, open the Client application where this webservice needs to be called
    6.) If your Client application is a web application, the see if the website has a folder called "App_Code"
        If not then create this folder. Right Click on this folder and click on "Add Existing Item"
    7.) Browse to C:/sample and select the Maths.cs file
    8.) If your client is a Desktop application , just add this file in a similar manner to the project(no need of creating any folder)
    9.) After the file gets added, open Maths.cs file
    10.) Add a namespace to it for convinience
            eg:
                namespace SAP
       This should come before the Class Declaration and close it after the class
        eg: See the red lines
        namespace SAP
        /// <remarks/>
        [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
        [System.Diagnostics.DebuggerStepThroughAttribute()]
        [System.ComponentModel.DesignerCategoryAttribute("code")]
        [System.Web.Services.WebServiceBindingAttribute(Name = "Equi_get_NotifBinding", Namespace = "http://Equipment_Get_Notifications")]
        public partial class Equi_get_NotifService : System.Web.Services.Protocols.SoapHttpClientProtocol
          functions....
    11.) Save the Maths.cs file
    12.) Open the Webform or windows form code where this webserive will be called
    13.) The webservice will now be available here under the SAP namespace
            so when u type "SAP." u will get all the classes in it.
            Add credential in this code as shown below
        eg:
        private void GetNotifications()
            try
                SAP.Equi_get_NotifService ser1 = new SAP.Equi_get_NotifService();       //This is the Webserive Proxy class
                SAP.Equi_get_Notif_Request req = new SAP.Equi_get_Notif_Request();      //Request Class
                req.Equipment = SAPID;
                req.Date = Calendar1.SelectedDate;
                System.Net.CredentialCache ch = new System.Net.CredentialCache();                                    //Adding Credentials for authentication on webservice server
                System.Net.NetworkCredential cr = new System.Net.NetworkCredential("xisuper", "infotech");
                ch.Add(new Uri(ser1.Url), "Basic", cr);
                ser1.Credentials = ch;                // Assing this Credential to the ProxyClass.Credentials property as shown here
                SAP.Equi_get_Notif_ResponseNotifications[] res = ser1.Equi_get_Notif(req);        //Call the webservice, res is the responce object
                GridView1.DataSource = res;
                GridView1.DataBind();
            catch (Exception ex)
                Response.Write(ex.Message);
    "Award points if it is helpful"

  • Web Dynpro Application For developing a simple calculator

    Dear Experts,
    I am trying to develop a simple calculator application in abap web dynpro .
    but i am not able to enable the buttons (1 to 9) . that is what i want is like how it happens in a normal calculator if we press 1 , then in the screen, 1 comes and if 11 then twice we press 1. Like wise i want if the button 1 is enabled then in the input field it should take 1 and if 11 then it should take 11. Kindly give some suggestions to develop this application.
    Regards
    Swarnadeepta

    Hi Swarnadeepta,
    I developed a calculator in web dynpro...please go through the following code. I have made a few changes with respect to modularization but the basic concept is still the same.
    Method to Enter Data on the screen
    METHOD enter_data .
      DATA lv_input TYPE i.
      DATA lv_flag TYPE c.
    ***Read input in the screen 
    wd_this->get_input(
        IMPORTING
          ev_input = lv_input                       " integer
    ***See whether flag is set. If yes save the present value in global attribute gv_previous.
      wd_this->get_flag(
        IMPORTING
          ev_flag = lv_flag                        " wdy_boolean
      IF lv_flag = 'X'.
        wd_this->gv_previous = lv_input.
        lv_input = 0.
      ENDIF.
    ***Modify screen input
      IF lv_input IS INITIAL.
        lv_input = iv_number.
      ELSE.
        lv_input = lv_input * 10 + iv_number.
      ENDIF.
    ***Set the new value of input field
      wd_this->set_input(
        iv_input = lv_input                          " integer
    ***Reset the flag
      wd_this->set_flag(
        iv_flag = ''                           " wdy_boolean
    ENDMETHOD.
    Use the above method on button click
    method ONACTIONONE .
      wd_this->enter_data(
        iv_number = 1                        " integer
    endmethod.
    Method to Register Operations
    method ENTER_OPERATION .
      wd_this->set_flag(
        iv_flag = 'X'                           " wdy_boolean
      wd_this->set_operation(
        iv_operation = iv_operation                      " string
    endmethod.
    Use of above method in operations button
    method ONACTIONADD .
      wd_this->enter_operation(
        iv_operation = 'ADD'                     " string
    endmethod.
    Method to calculate
    method ONACTIONEQL .
    DATA lv_operation TYPE string.
    DATA lv_input TYPE i.
    ***Read screen input 
    wd_this->get_input(
         IMPORTING
           ev_input = lv_input                        " integer
    ***read operation requested
      wd_this->get_operation(
        IMPORTING
          ev_operation = lv_operation                   " string
    CASE lv_operation.
    WHEN 'ADD'.
    lv_input = wd_this->gv_previous + lv_input.
    WHEN 'SUB'.
    lv_input = wd_this->gv_previous - lv_input.
    WHEN 'MUL'.
    lv_input = wd_this->gv_previous * lv_input.
    WHEN 'DIV'.
    lv_input = wd_this->gv_previous / lv_input.
    WHEN OTHERS.
    ENDCASE.
    ***Set the new value of input field
      wd_this->set_input(
        iv_input = lv_input                         " integer
    ***Clear the operation attribute
      wd_this->set_operation(
        iv_operation = ''                     " string
    endmethod.
    Getter Methods example for attribute INPUT
    method GET_INPUT .
      DATA lo_el_context TYPE REF TO if_wd_context_element.
      DATA ls_context TYPE wd_this->element_context.
      DATA lv_input TYPE wd_this->element_context-input.
    get element via lead selection
      lo_el_context = wd_context->get_element( ).
    @TODO handle not set lead selection
      IF lo_el_context IS INITIAL.
      ENDIF.
    get single attribute
      lo_el_context->get_attribute(
        EXPORTING
          name =  `INPUT`
        IMPORTING
          value = lv_input ).
    EV_INPUT = lv_input.
    endmethod.
    Setter Methods example for attribute INPUT
    method SET_INPUT .
      DATA lo_el_context TYPE REF TO if_wd_context_element.
      DATA ls_context TYPE wd_this->element_context.
      DATA lv_input TYPE wd_this->element_context-input.
    get element via lead selection
      lo_el_context = wd_context->get_element( ).
    @TODO handle not set lead selection
      IF lo_el_context IS INITIAL.
      ENDIF.
    @TODO fill attribute
    lv_input = iv_input.
    set single attribute
      lo_el_context->set_attribute(
        name =  `INPUT`
        value = lv_input ).
    endmethod.
    Hope this will be helpful. Let me know if you have any doubt.
    Its working fine for me.
    Regards,
    Sayan

  • Regarding Oracle ADF Enterprise Application Development - Made Simple book

    Hi guys,
    I am trying to do Sten Vesterli's Oracle ADF Enterprise Application Development - Made Simple
    book. But I am stuck setting up OTPC. When I am trying to run "tpcinstaller.jar" and give my database connection information I am given a TPC-90019 error.
    The log file says it is a "ORA-01882: timezone region not found" error.
    My timezone is 'Asia/Calcutta'.
    This is what tpcinstaller log file contains,
    -------------------------------------------------------------------------------------log_file
    oracle.alminternal.version.Version: file:/C:/install/tpcinstaller.jar!/META-INF/version.xml
    11.1.1.4.37.59.23
    Launched from jar:file:/C:/install/tpcinstaller.jar!/oracle/alminternal/installer/Installer.class
    Found installer jar file /C:/install/tpcinstaller.jar
    Installer jar file name: /C:/install/tpcinstaller.jar
    Created temporary directory: tpctemp
    Execute command[tpctemp]: [D:\Oracle\Middleware\jdk160_21\bin\jar.exe, -xf, /C:/install/tpcinstaller.jar, lib]
    Extracting files ...
    Launching installer wizard, it may take a minute or so, please wait ...
    Execute command[tpctemp\lib]: [D:\Oracle\Middleware\jdk160_21\bin\java.exe, -classpath, annotations.jar;commons-io-1.2.jar;dms.jar;forms-1.0.6.jar;ideimpl.jar;idert.jar;javatools-nodeps.jar;javatools.jar;javax-ide.jar;javax.persistence_1.0.0.0_2-0-0.jar;jewt4.jar;oicons.jar;ojdbc6dms.jar;ojdl.jar;ojmisc.jar;oracle.ide.jar;oracle.ide.webbrowser.jar;oracle.ide.webupdate.jar;org.eclipse.persistence_1.0.0.0_2-1.jar;share.jar;TimingFramework.jar;uic.jar;xercesImpl.jar;xmlparserv2.jar;/C:/install/tpcinstaller.jar, oracle.alminternal.installer.Installer, -W]
    Temporary directory: connector created
    C:\install\tpctemp\lib\otpc created
    Jan 5, 2013 11:38:33 PM oracle.alminternal.installer.ideimpl.webbrowser.ProxyAddin loadProxyNative
    WARNING: Unable to default HTTP proxy: Native support is not available.
    :::settingsInitialized = false
    jdbc.url = jdbc:oracle:thin:@localhost:1521:xe
    jdbc.user = BOOK
    jdbc.password = BOOK
    SQLException: ORA-00604: error occurred at recursive SQL level 1
    ORA-01882: timezone region not found
    -------------------------------------------------------------------------------------log_file
    Regards !
    Sameera
    Edited by: samme4life on Jan 5, 2013 9:10 PM

    I have the same problem, when I delete row and after that I use refresh button in internet explorer. What I do is I drag and drop button "removeEntity" and edit it in backing beans adding new bindigs that commit changes and referesh page. Code:
    public String commandButton2_action1() {
    BindingContainer bindings = getBindings();
    OperationBinding operationBinding =
    bindings.getOperationBinding("removeEntity");
    Object result = operationBinding.execute();
    if (!operationBinding.getErrors().isEmpty()) {
    return null;
    OperationBinding commit1 = bindings.getOperationBinding("Commit");
    commit1.execute();
    OperationBinding requery = bindings.getOperationBinding("findAllRezerwacja1");
    requery.execute();
    return null;
    In page definition I added "Commit" action and code with methodAction is:
    <methodAction id="removeEntity" InstanceName="SessionEJBLocal.dataProvider"
    DataControl="SessionEJBLocal" MethodName="removeEntity"
    RequiresUpdateModel="true" Action="999">
    <NamedData NDName="entity"
    NDValue="${bindings.findAllRezerwacja2.currentRow.dataProvider}"
    NDType="java.lang.Object"/>
    </methodAction>
    <action id="Commit" IterBinding="findAllRezerwacja1Iter"
    InstanceName="SessionEJBLocal.dataProvider"
    DataControl="SessionEJBLocal" RequiresUpdateModel="true"
    Action="2"/>
    Can sb tell is there is normal that when I delete row in table, and after it I refresh manually by IE page is normal that I get error messages. I this is the same situation using Back in IE. Deleting row that is commited to database works fine, but the problem is with manually refreshing page?
    Next question is about using Delete action from node instead of removeEntity, what is the difference? As you can see, I use removeEntitity method. Choosing Delete action instead doesnt works. Why? Rest of the code is the same but instead of dropping method removeEntity I drop Delete action
    Sorry for my English, its not my native.
    Thank in advance

  • Problem in developing a simple ejb app

    Hi readers,
    i am new to ejb technology, so have doubt in developing and deploying a simple ejb application
    i am using EJB 2.0, JBOSS 4.0 , eclipse 3.2 and java 1.5
    i searched in the net , got through many materials that can guide to develop one of it.
    all are using higher versions of the above, i mean, using ejb 3.0 or using xdoclet etc.
    i am need of material which guides me to develop and deploy the ejb application using the same versions of softwares step by step.
    please help me in this

    Hi readers,
    i am new to ejb technology, so have doubt in developing and deploying a simple ejb application
    i am using EJB 2.0, JBOSS 4.0 , eclipse 3.2 and java 1.5
    i searched in the net , got through many materials that can guide to develop one of it.
    all are using higher versions of the above, i mean, using ejb 3.0 or using xdoclet etc.
    i am need of material which guides me to develop and deploy the ejb application using the same versions of softwares step by step.
    please help me in this

  • How to develop a simple HMI in LabView

    Hello,
    I need to develop a very simple HMI for TestStand. This HMI must only show some IDs of the DUT and the Name and Result of the step actually running.
    The language I know best is LabView, so I would like to write this HMI in this language.
    I looked at the examples shipped with Test Stand, but I can't get the "general idea" behind their functioning.
    So my question is: can someone of you indicate me where I can find something like a tutorial or a brief descriptions of available APIs or a simple example just to get some inspiration?
    Or maybe the answer is a big red RTFM and I can only study deeper available examples?
    Thanks,
    Andrea

    Hello,
    The simple Operator interface is the simplest example available... You've got to start here.
    TestStand API is far from behing simple.
    TestStand reference manual and the poster API are a good place to start.
    Regards,
    Rodéric L
    Certified LabVIEW Architect

  • How to change the development of a smartform styles

    Hi all,
    I have saved my smartform  styles to locl , how can i assign the smartform styles to a development class,
    Thanks
    J

    Hi,
    In the Initial screen of the SMARTSTYLES trnasaction code, Goto --> Object Dictionary Entry, then it will ask the po up to change the Package .
    Pease close the thread
    Regards
    Sudheer

  • Need an Xcelsius developer for simple project with revenue potential!

    Hi,
    Me and my partner own a small business (very small) with a few financial literacy offerings that use Xcelsius. My problem is that the person who was building our simple Xcelsius applications has left. We are looking for an Xcelsius developer to do some side-line development for us. It's primarily related to modifying the existing business objects.
    Our products are very innovative. You can see examples of our tools here:
    http://www.theriseenterprise.com/index.php?q=taxonomy/term/10/10
    Of course you are free to explore the entire website. We do not have a lot of money, but we are willing to give the right person a share of the revenues that we receive from the tools that they build/modify. Again, for an Xcelsius pro, this would be a snap. Pretty easy work I would think. All of the source spreadsheets are already built and documented.
    If you have an interest, please call 6174183036.
    Thank you.
    Garth Bernard

    Hello, this forum isn't for advertising work. I would look at the Microsoft Partners / Pinpoint for a local PPM partner to see if they can help you. http://office.microsoft.com/en-gb/project/microsoft-project-partner-resources-ms-project-FX103802119.aspx
    Paul
    Paul Mather | Twitter |
    http://pwmather.wordpress.com | CPS

  • Problem trying to develop a simple ADF Application

    Hi all,
    I am using Jdev 11.1.1.0 and webLogic 10.3.1
    I have a simple application with only a welcome message and a table.
    I am trying to deploy it, but I am a little confused.
    I have created the Application Server Connection succesfully.
    What have I to do now? I suppose, I have to create a deployment profile.
    If I right click on myApplication-->New-->Deployment profiles--> I can choose only EAR file or MAR file (not WAR file, like described in the manual 35.3.2). What I have to do?
    Instead, if I right click on ViewController-->New-->Deployment profiles--> I can choose more files (ADF Library JAR file, Client JAR File, JAR File, RAR File, Taglib JAR File, WAR File).
    If I choose this way, have I anything to do with the Model? if I right click on Model-->New-->Deployment profiles--> I can choose more files (ADF Library JAR file, Business Components Archive, Business Components EJB Session Bean, Business Components Service Interface, Client JAR File, JAR File, RAR File).
    Please help.
    Thanks

    The deploy seems to works, in fact Jdevelepor gives to me:
    Building...
    Deploying 2 profiles...
    Wrote Web Application Module to myFolder\ViewController\deploy\webapp1profile.war
    Wrote Enterprise Application Module to myFolder\deploy\application1EARProject.ear
    Deploying Application...
    The task cannot be processed further until the current edit session is activated. When this occurs, task processing will continue. The user can exit the deployer tool without affecting the task.
    Operation 'deploy' on application 'application1EARProject' has succeeded on 'AdminServer'
    Application Deployed Successfully.
    Elapsed time for deployment: 15 seconds
    But when I go to the URL: http://<host>:port/<context root>/faces/<page> I have the same problem: I can not see the page correctly, I continue to see only the welcome message, but not the table
    Any other suggestions?
    thanks again

  • How to develop a simple software like LEGO NXT2.0

    hello,
    I want  to devolop a simple software like LEGO NXT2.0,which can program easily by drag and drop.Now,I have downloaded  to LM3S8962
    Evaluation Board .Code as follow: ,but I want to relize this program like LEGO NXT2.0,not on  block diagram.can you help me.thanks.

    Get the SDK and start playing with the sample plug-ins. Asking for something as general as "how do I get started" is asking a little much from this forum :) Try your hand at the SDK and come back to ask more specific questions as you run into them.
    Bear in mind that this isn't an Xcode forum either, though I'm sure there are places to get good help on that!

  • Please help with developing a simple application

    I have small reference book that is falling apart, that I can no longer get a copy of, and would like to get it put onto my iphone. It's a book I use often.
    I just want to be able to put in a number or title name and have the app find the text. I'm prepared to enter all the text, but have no idea where to go from there. It's only for mine and my brother's use, so not worth paying for it to be done.
    Can anyone help me?
    Thanks in advance,
    Kerrie.

    Hi Kerrie,
    The resources provided here: http://developer.apple.com/ will help you create an iPhone application.
    If you don't want to create the app yourself, you can look for a consultant here: http://consultants.apple.com/
    -Jason

  • ColdFusion development made simple

    Hi,
    I'm looking for an IDE that will allow me to setup a Database connector and, thereby, allow me to point to a Table within that Database and generate a basic ColdFusion CRUD form on the Table.  Ideally, the IDE would allow me to drag-n-drop fields about the page to speed development.  You know, the usual stuff...generate a List page with basic Search critera and allow the User to drill-down to and Add/Edit page.  Naturally, the List page should support pagination.  Naturally, the form generation should support field lookups and Master/Detail relations.  Anyhow, these are vanilla requirements that have been around for years so I'm sure the tools are around to do this with ColdFusion...I am just wanting to hear your recommendations on which to try first and which are free!
    For example, I have downloaded Eclipse CF Builder and it does NOT provide any of this...plus it is not free, rather it supports the manual coding process which is very tedious regardless of how many builtin tags exist.
    Many Regards,
    J

    jimmyor wrote:
    >
    > If we have currently a license for the Online server,
    why should we buy
    > another license? I know is the only option, however, it
    does not make any sense
    > to me. Don't you think?
    >
    Because that is the way you want to configure your shop. And
    because
    there are dishonest people out there.
    Allaire nee Macromedia nee Adobe: You have only one license
    for
    ColdFusion why are your running 13 web serviers.
    Dishonest Citizen: Oh only that one is 'production' those
    other 12 are
    our 'centralized development' servers.
    I.E. if it was not locked down it would be circumvented.
    I think you are over estimating how difficult it is for each
    developer
    to have their own CF server. You don't have to give up your
    other
    centralized features.
    Each developer CF server can easily connect to the one remote
    database
    server. Creating and sharing DSN configurations are not hard
    manually,
    sharing the dsn xml files and or creating CAR archives and
    installing on
    each machine.
    Each developer CF serve can use a centralized file server as
    the web
    root|source directory so the code is actually centralized
    though it
    might be executed by 4 different servers at any given time.
    IIS can also be configured remotely if you would like
    everybody to use a
    common web server which could also be the common file server.
    But this
    would be a bit weird and unusual. But it is technically
    possible. You
    would just need to use ports or host headers to create a
    differnt IIS
    website for each developer that connects remotely to their
    development
    CF server.
    I really don't recommend that last suggestion but it is
    there.
    P.S. The developer version of CF is restricted to two IP
    addresses and
    th local host..... wink wink nudge nudge.

  • Developing a simple echo sounder

    Dear All
    I am a final year science student trying to use Laview 4.1 in order to produce and run a virtual echo sounder. My main problem is that i need to retrieve a sound echo from an underwater microphone and record and display the signal using labview 4.1. Is there a VI that allows the user to record sound? and if so can, where can i find it?
    Thanks
    Giacomo

    Hi,
    use JavaMail, documentation, Google and RFCs are your friends.

  • Mail Content to PO Reminder / Expeditures ( ME91F )

    Dear MM Gurus ,
    As per the requirement , I have to set up three different reminder e-mails as per "purchasing value Key".
    1. Configured PV keys
    2. Maintained in the Material Master
    3. Info records Updated
    4. Copied to PO as usual.
    5. Defined output types in order to capture the prints & "external send" option to reminder e-mail.
    In this scenario , the reminder expedites dates triggered.
    I have made the print ( ZNEU ) first and called ME91F for the expediter. It works but having a problem with e-mail body.
    How can I write e-mail body to the vendor to capture these automatically. Please help.

    hi Jurgen,
    thanks for sharing the snote.
    FYI : I am ABAP person.
    I am trying to check is it truly not possible to get body text & mail subject in any ECC system or its just happening in our IDES system.
    Meanwhile can you please check in your system, is it really sending mail(without mail body) for standard NACE for MAHN with MEDRUCK.
    Actually we have to send PO reminder mails AUTOMATICALLY to vendor depending on delivery date & MAHN1/MAHN2/MAHN3 fields in delivery tab at line item level. But the format of attachment will be customized as per our client along with some basic body in email.
    Can you please provide some steps how to achieve this ? what needs to be configured in MAHN. And what needs to be developed for Smartforms and driver program ? If possible any code snippets please.
    I had understanding that developing a simple smartform & copy of driver program SAPFM06P and attaching in NACE in MAHN under medium 5(external send) will solve my requirement. but came to know that ME91F & ME9F also plays some role. And there is some background job as well for automatic mail sending...that background program also I don't know .
    We are into realization phase in implementation project and running out of time. that's y seeking help.
    Any direction or code snippets please....
    Regards'
    Pankaj Khare

Maybe you are looking for

  • Switching home sharing between one apple ID and another

    If I turn off home sharing with one apple id, will I lose all the music linked to it in my itunes library?

  • H264 asynchron after rendering

    dear community, I have recently bought Adobe Premiere Elements 11 to cut recorded TV program. It was recored from DVB-C via Terrratec H5 Stick using Terratec Home Cinema. First i tried cutting t with 2 different free programs, Smart Cutter and Avidem

  • File name in different directory

    i have a problem when saving files: I copied all the files from one directory to another ---with the same file name and I tried to make chnages in the new directory, But I found that all the changes I made in the new directory also happened in the ol

  • Problems searching with INPATH

    hi, i want to search in a table by INPATH where i saved my xml files as blobs. searching with the contains query operator works fine, but the problem is, that i don't get any results if i try to search using INPATH in the contains query. do i need sp

  • When does iTunes supports  AAC+ / MPEG4 radio live streams?

    I like listening radio live streams thru airTunes on my stereo. Unfortunately at the moment the swiss national radio station does not support iTunes as e.g. www.kcrw.com. They answered they will jump one step further to AAC+ / MPEG4 as new standard f