I wanna too. Examples on Forms interfacing to Outlook (OLE) and to MSWORD (DDE)

Please
my email is: [email protected]
I needed this information is very import.
thanks

I dont think if any one has received anything, anyway if you receive please pass it to me too [email protected]

Similar Messages

  • :  Examples on Forms interfacing to Outlook (OLE) and to MSWORD (DDE)

    Hi Gerry,
    If possible, please send me copies of the examples.
    Your examples will help. Thank in advance.
    Hoang Tran ([email protected])

    Hello Hoang Tran,
    I have emailed you the what I have developed. Remember it meets
    my client's need and may or may not be exactly what you want.
    But you should be able to see what methods were used to
    accomplish the goal and hopefully extrapolate them to your needs.
    Good Luck.
    Gerry Bush

  • Forms interfacing to Outlook and MSWord

    If anyone has Gerry's solution or another about interfacing to outlook please let put it in URL..
    Thanks..

    Hello Hoang Tran,
    I have emailed you the what I have developed. Remember it meets
    my client's need and may or may not be exactly what you want.
    But you should be able to see what methods were used to
    accomplish the goal and hopefully extrapolate them to your needs.
    Good Luck.
    Gerry Bush

  • Deff. b/w form interface and globel definition

    what is the defference bt form interface and globel definition

    Hi,
    Form Interface is where you get your internal tables, variables and all necessary information from the driver program. You specify the required data here.
    Pls note that if you need to pass internal tables from the driver program to the SF then you need to create a structure with the similar fields in your internal table and give a reference to the same here in Form interface.
    The import and export are nothing but same like a Function module, for variable to be passed from the driver program add them in the import tab. Export you can just let it remain as it is.
    In the tables tab add the tables what you require from the driver program.
    Global definitions are nothing but where you declare variables, work areas required to be used further in you program.
    To do coding in SF, you need to add program lines. This you can do by creating any window and then on the left hand tree of the main window, right click and then you can find the options to create various things like table, window, program lines, command et.al.
    Hope this helps you to build a brief idea about Smartforms.
    There will be various links in sap help, blogs and also in this forum where you can find loadsa information!!
    chk out the following links as well:
    here is a link which will teach you step by step
    http://smoschid.tripod.com/How_to_do_things_in_SAP/How_To_Build_SMARTFORMS/How_To_Build_SMARTFORMS.html
    More links
    http://www.sapgenie.com/abap/smartforms.htm
    http://www.sap-img.com/smartforms/sap-smart-forms.htm
    http://help.sap.com/saphelp_46c/helpdata/en/a5/de6838abce021ae10000009b38f842/frameset.htm
    Step by Step creation of Smartforms
    http://www.sap-basis-abap.com/sapsf001.htm
    http://www.sap-img.com/smartforms/smart-006.htm
    http://www.sap-img.com/smartforms/smartform-tutorial.htm
    http://www.sapbrain.com/TUTORIALS/TECHNICAL/SMARTFORMS_tutorial.html
    How to trace smartform
    http://help.sap.com/saphelp_47x200/helpdata/en/49/c3d8a4a05b11d5b6ef006094192fe3/frameset.htm
    FAQs
    http://www.sap-img.com/smartforms/smartforms-faq-part-two.htm
    also see
    http://www.****************/InterviewQ/interviewQ.htm
    http://help.sap.com/saphelp_46c/helpdata/en/35/2cd77bd7705394e10000009b387c12/frameset.htm
    http://www.techinterviews.com/?p=198
    http://www.techinterviews.com/?p=326
    http://www.sap-img.com/abap/answers-to-some-abap-interview-questions.htm
    http://www.sap-img.com/abap/more-than-100-abap-interview-faqs.htm
    http://www.geekinterview.com/Interview-Questions/SAP-R-3/ABAP
    http://sap.ittoolbox.com/documents/popular-q-and-a/abap-sample-interview-questions-3240
    http://www.sap-img.com/abap/abap-interview-question.htm
    http://www.allinterview.com/Interview-Questions/ABAP.html
    check most imp link
    http://www.sapbrain.com/ARTICLES/TECHNICAL/SMARTFORMS/smartforms.html
    Regards,
    Satish

  • Coding the controls in form region in Outlook 2007

    We are using Outlook 2007. There is a need of adding a drop down control for field "Subject" in the appointment form. I can use a form region for that. Is it true that VB code cannot be used for the form region (in Sue Mosher's book, "Outlook
    2007 programming)? Are there any other options? We also use Visual Studio 2008.   
    Thank you!
    Marilyn

    Hi Eugene,
    I've already created a form region, via form designer in Outlook. And a combobox is bound to Subject field in the default form. But I need to dynamically populate the list in the combobox, according to a folder under which an apportment would be
    made. Which means that I need to reference the form region and its controls in a code where I could assign combobox's data source to a table's field. I read some articles on VSTO. Just wanted to make sure there are no better/easier ways than using
    VSTO.  
    Thanks so much for your help!
    Marilyn

  • Re: Adobe forms - interface type

    Hi...
        When Iam creating the interface ... it is asking  Description and
                                               interface type as         ABAPDictionary- Based interface
                                                                                XML Scheme- Based Interface
                                                                             Smartforms-Compatible interface...    Have to select one option.. In some Examples I didnt see this interface type Option... what is the use  of this interface type...
    Thanks & Regards,
    Abaper..

    hello again,
    i tried to list all the things u need to know to create your interface:
    1.      Open the required interface in the Repository Browser of the ABAP Workbench.
    2.      The Interface tab is displayed. Under Form Interface, double-click the Import node
    3.      You see a screen for entering import parameters. This screen also shows the standard parameter /1BCDWB/DOCPARAMS. You cannot change this parameter.
    You use this parameter in your application program, to specify the value for the language setting, for example. To display this structure in the ABAP Dictionary, double-click the SFPDOCPARAMS type.
    4.      XML schema-based interface
    ○     The standard parameter /1BCDWB/DOCXML with the type XSTRING is used for sending data from the application program.
    ABAP-based or Smart-Forms-compatible interface
    ○     To insert a new line, choose Insert Line (This graphic is explained in the accompanying text). Enter the parameter names of the data you want to import. These names are valid for the whole form and do not have to match the variable names in the data collection program. All data types are valid. TYPE can be selected under Type Assignment.
    5.      When you double-click Export, you see the standard parameter /1BCDWB/FORMOUTPUT of the generated function module. You cannot change this parameter.
    Note: You use this parameter in your application program, to make the generated form available as a PDF for further processing, for example.
    6.      To display the exceptions used by the generated function module, double-click Exceptions.
    7.      Activate the interface.
    Note: At runtime, the application program must provide the parameters. If a parameter has been defined in the form, but is not defined when the application program is called, then the output of the form ends with the program crashing (hex dump).
    However, it is also possible that the application program provides parameters that the form does not need. You do not need to mention these parameters in the form; they can also be specified in a different order from the code of the application program. This has the advantage that an application program can work with several different forms.
    Hope this helps
    Cheers

  • Example of form

    Dear All,
    I and new to Forms and is using 4.5 and 6.0 can anyone give me the free site address where I can download the examples build forms for my study. Having complex interface like Reference
    If anyone willing to help me with forms build by you will be appriciated.
    Regards,
    Manoj

    If you had installed the demos, then you will find sample forms in the forms directory. Otherwise, you can check it out in the installation CD. However, I don't think that they contain examples of reference (I'm not quite sure what you mean here - I assume that you want the object reference ie. shared code and objects between forms ?).

  • Diff. btwn Form Interface & Global definations?

    Hi Guys,
    Wat r the differences between Form Interface and Global definations(if possible with example)? Pls. list out.
    Thank you.

    When you create a SmartForm and activate it creates a function module which has same interface as the Form Interface of the smartform. Smartforms are always called by calling the corresponding function module. There is 1 fm for each smartform. The form interface has the IMPORT, EXPORT, TABLES and EXCEPTION, same like in a fm
    Global definitions in smartforms is used to define data variables, type definitions, field symbols, form routines etc which are used globally withing the smartform. Every part of SmartForm  can access these objects defined in Global definitions.
    <a href="http://img483.imageshack.us/img483/297/globaldefinitionsqa4.jpg">SmartForms Global Definitions</a>
    <a href="http://img390.imageshack.us/img390/2193/forminterfacebo2.jpg">Form Interface of a Smartform</a>

  • Unable to load the following resource: Error: too many columns- form won't

    Hi ..
    Can you please suggest on the following error, which i am facing the issue while opening data form in Hyperion Planning 11.1.1.4 .
    Unable to load the following resource: Error: too many columns- form won't
    Regards,
    Vasu

    It is something around 256 if I am not mistaken, I dread to think what a form with 700 columns is like to work with.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Is there an example to use interface to replace if then else pattern in F#

    is there an example to use interface to replace if then else pattern in F#
    i want to make match pattern with only one rule to represent dynamic number of rules which is use 
    let rec fun1 m number fun2param =
        match m with
        | fun2param(a,b,number) -> ****rewrite terms ****
    let fun2param number =
        if number = 1 then
                 function.....
        elif number = 2 then
                function ....
    computing nightmare

    In general, you use a match
    let fun2param number =
    match number with
    | 1 -> function.....
    | 2 -> function ....
    in the same way as you would use a `switch` construct in 'C' in place of a repeated if/elif...elif/else
    Your request is somewhat vague, so I'm not sure whether you would benefit from wrapping that behind an active pattern.

  • Getting a runtime error when using a standard Form Interface

    I am getting this Error analysis:
    The following syntax error was found in the program /1BCDWB/SAPLSM00000212 :
    "Field "VBRK-WAERK" is unknown. It is neither in one of the specified t"
    "ables nor defined by a "DATA" statement. ."
    The problem is, I am using a standard interface INVOICE_INTERFACE for a custom form. Why am I getting this error? Where in my form should I declare VBRK-WAERK for my program to work?

    Here are some troubleshooting steps that will help you isolate and fix this problem:
    Create a Z-copy of the INVOICE_INTERFACE (ex. ZIF_SD_INVOICE).  Use this interface in your custom form (ex. ZFRM_SD_INVOICE).
    OPTIONAL: In your custom form, deactivate all of the fields you are not using.  This will minimize the amount of work in the next steps.
    In your custom interface, go to the Currency/Quantity Fields section.  There are 88 currency fields in the stock interface, but only 12 of them are defined in this section.  At this point you have options:
    If you still have fields that are active, but not listed here, you will have to enter them.
    If you didn’t deactivate anything, you will have to define the remaining 76 fields here.
    Use the interface at the bottom and deactivate the CMPRE_FLT field in your Adobe Form. It can be found in the PAYMENT_CARDS table contained in the HEAD_DETAIL structure of the interface.  The other CURR and QUAN fields are all defined in this interface.  The pictures will guide you to that field in your form. 

  • Creating a Purchase Order Smart Form (Form Interface)

    After reading up on all the posts about making a PO smart form I know this:
    - An SAP script "medruck" is the current output
    - A smartform exists for PO's named "/SMB40/MMPO_L" or "/SMB40/MMPO_A"
    - You need to install an update to get those smartforms if you are using ECC 6.0
    So my dilemma is that the SAP administrator is on vacation for a week, so I can't install the update to our system.  I'm trying to just create it from scratch using the medruck SAP script as a reference, but I am a little confused.
    Basically all I need to know is what form interface parameters do I pass in?  Meaning how do I find out what structures and tables are imported into the function module when print preview is called from t-code ME22N?  Can you please provide proper syntax for form interface solution or instructions on how to determine imported variables into the smartform?

    Hi
    If the smartform purchase order is not available in your system
    means you can download the form IDES and you can upload the form in ur ecc 6.0 system.we faced a similar kind of problem in our system and we did as i said.
    Once you uploaded the things you can easily view the form interface and rest of the things related to smartforms.
    Thanks and Regards
    Arun Joseph

  • Form interface import parameter cannot be used in smartform

    Hi,
    When I try to use the standard parameter HEADER in a routine in a smartform, I get the error: "HEADER" expected, not "...".
    I have put the HEADER definition in the Input parameters of the routine and I have tried other form interface import parameters and I do not get any error with those. So I cannot see why HEADER woudl be any differnt?
    Any suggestions? Thanks.

    Hi,
    Thanks for your reply.
    There's a smartform with this definition in the Import tab of the Form Interface:
    HEADER     TYPE     BAPIBUS2000110_HEADER_DIS
    I've created a Program Lines routine. In the Input Parameters under the General Attributes tab, I entered HEADER. This is so I can reference the table in the code. However if I do a syntax check, I get the error described "HEADER" expected, not "...".
    Hope this clarifies the problem.

  • PDF Form interfaces for invoice

    Hi experts,
    I`m implementing company forms (e.g. invoices) in PDF Forms. But I have found, that there are 2 form interfaces predefined for invoices
    IS_U_BILL_IF
    and
    IS_U_BILL_PDF2_IF
    Why there are 2 interfaces for invoice? I cannot find any references of use cases, when to use first or second one.
    Thank you
    Vlado

    As noted there has to be a special folder level script installed on each user's system. This script can be written to access individual properties of the identity object or only a specific property. One can also create a function to access the identity object or even create new properties.

  • SMARTFORMS - Change an import parameter in form interface

    Hello everyone,
    I don't know if it's possible, but I put some program lines in my smartform to clear some fields if the last page is not reached. The problem is that these fields are from a table that's stated as an import parameter in form interface, which means that data is taken from the program, right?
    Am I able to clear these fields anyway? If so, which way?
    In my code I'm comparing the systems fields sfsy-page and sfsy-formpages, if they're different I clear the fields, otherwise I don't, actually I did it because the conditions don't get the result as I wish. If I check "only after the end of main window" the whole table doesn't appear in my form and I don't want that.
    PS: I didn't set this condition on table, I set it in the text.
    Any ideas?
    Thanks in Advance.

    Hi,
    You can do one thing.....create an internal table in the smartform itself....transport those values in this table and display the fields using this table only.
    Now if the last page is reached u can use the main table (that is imported from the program). This way the original data is not cleared.
    I hope it helps.
    Regards,
    Shraddha

Maybe you are looking for

  • Is java vulnerable in safari 5.1? I have a macbook using 10.6.8

    I am worried about the java vulnerability.  I need it to pay bills on my banks website.  is java vulnerable in safari 5.1.  I am using a macbook with os 10.6.8

  • How to use a sap scripts for  multiple languages

    hi gurus what are main events in that are used in ALV reports......... regards baskar

  • Billing / no bills

    Well for over 7 months i recieved no bills from bt i phone up and get bounced dept to dept, never received a paper bill. so i cancelled my direct debit due to not trusting making blind payments. and sent an online form requestion reply by email. no r

  • Dimension displaying Level_Member values instead of proper mapped value

    Just wondering if anyone else has come across this problem before and knows a smart way of correcting it. I have a Dimension that contains 6 levels which is mapped to a view. I can build the dimension without any errors appearing in the maintain proc

  • System.Data.OleDb.OleDbException reading big number

    I have in my oracleserver (8.1.7) a table with a column declared as number. Writing into this column a big floating number like 1E30 and reading this row with a OleDbDataAdapter or OleDbDataReader ends in the following exception: System.Data.OleDb.Ol