Hyperlink to a web template - very urgent ! ! !

Hello Experts,
i have a very specific requirement.
on the first screen i have to show the product code along with its maturity code.
On clicking on the code, it should take me to the main template which has around 10 queries.( That means that i have to bypass the context menu and call the template instead,which picks up the prod from that cell and executes the template)
Can anyone help me on this.
Lots a points guaranteed
Thankyou soo much
Regards
Priya

Priya,
Doubts on WebItems on Filters and Jump Query without Context Menu
this seems to be relavant to what you were asking for even though it does not have much by way of a solution...
Arun

Similar Messages

  • Web template transport - Urgent

    We are unable to save a web template (after making changes)and getting the following errors.
    " THE OBJECT CANNOT BE PROCESSED DUE TO A TRANSPORT PROBLEM"
    When we click Ok, then the following message is appearing:
    "COULD NOT SAVE TEMPLATE"
    There is no any other error messages and we are unable to find the solution. Please help urgently.
    Thanks,
    BW USA

    hi,
    welcome to SDN ...
    you need to create a bex reqeust, rsa1->transport connection-> icon truck with 'bex', assign with package as the web template when you transport.
    (it seems you have ever transported the web template).
    all your changes may be gone since you need to close WAD and open/login again. to save the changes you have done,
    in WAD go to tab 'html' something ('design') and ctrl + A (to copy all the line) html to notepad or somewhere.
    when open again the web template, paste back the codes/html.
    hope this helps.

  • Making a webdynpro through Web Service| VERY URGENT

    Hi ,
       I am having a problem in the scenario when I am trying to make a webdynpro application using a WSDL file . When I deploy the application in my first view which is a search view the field appears disabled and I am not able to input the values for the same .I have done the following ...
    1) In my action search following is the code
    public void onActionSearch(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        //@@begin onActionSearch(ServerEvent)
        wdThis.wdFirePlugToOutputView();
        wdThis.wdGetContactTestAgainController().executeSearch();
        //@@end
    2) in the wdDoInit method of the component controller following is the code
    public void wdDoInit()
        //@@begin wdDoInit()
         Request_Default_siebelContactQueryByExample input =
              new Request_Default_siebelContactQueryByExample();
         wdContext.nodeRequest_ByExample().bind(input);
        //@@end
    3) In the execute search method following is the code
    public void executeSearch( )
        //@@begin executeSearch()
         try
              wdContext.currentRequest_ByExampleElement().modelObject().execute();
         catch(Exception ex)
              wdContext.nodeResponse().invalidate();
              wdContext.nodeResult().invalidate();
        //@@end
    The scenario is somewhat like this . There is a proxy class being generated while importing the model by the name "Request_Default_siebelContactQueryByExample" . This class has a list inside . The relevant code for this inside the above mentioned class is as follows
    private java.util.List _listOfContactInterface;
    public void setListOfContactInterface (java.util.List arg)
         this._listOfContactInterface = arg;          
    public java.util.List getListOfContactInterface ()
         return _listOfContactInterface;           
    public void setListOfContactInterface (com.test.last.proxies.types.Contact[] args)
         if(_listOfContactInterface == null) _listOfContactInterface = new java.util.ArrayList();
         if (args == null ) return ;
         for(int i=0;i<args.length;i++)
              com.test.last.ComplexType_Contact wrapper = new com.test.last.ComplexType_Contact ();
              wrapper.setOriginalBean(args<i>);
              _listOfContactInterface.add(wrapper);     
    public com.test.last.proxies.types.Contact[] getListOfContactInterfaceAsArray ()
         if(_listOfContactInterface == null) return new com.test.last.proxies.types.Contact[]{};
         com.test.last.proxies.types.Contact[] ListOfContactInterfaceAsArray = new com.test.last.proxies.types.Contact[_listOfContactInterface.size()];
         for(int i=0;i<_listOfContactInterface.size();i++)
              com.test.last.ComplexType_Contact item = (com.test.last.ComplexType_Contact)_listOfContactInterface.get(i);
              ListOfContactInterfaceAsArray<i> = item.getOriginalBean();
         return ListOfContactInterfaceAsArray ;
    I think I have to do something to set the values for the input the parameters . There  is a field "id" that I am taking as my input but I am not sure how to set this value from the list .May be this is the reason for the whole problem .
    Also if there is a cardinality issue then I have checked the context for views and the controller for the same . The cardinality appears to be 0..n for the input model node and 0..1 for the output model node that I have created and in both the cases it appears to be non editable .
    This is a very urgent issue and will highly appreciate a prompt reply .
    Regards
    Deepak Singh

    Hi Deepak,
    I was facing the same problem with my webservice, the problem is when u create a model for a webservice, u need to create a webservice through UDDI server. When u create model u will get three option :
    1) Local Server
    2) Local Server URL
    3) UDDI Server URL
    U need to select the 3rd option and importing of webservice should be
    Import webservice (deprecated) if u are using NWDS version 13.
    And also refer this document, and hope your question will answered ..
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/696f9c90-0201-0010-0abd-86c6c7454052
    All the best
    Regards,
    Sameer Ali Khan

  • Very Urgent for Template

    Hi all,
    Its very urgent for me to develop RTF template so please any one have templates for the following reports.
    1.AR invoice.
    2.Customer Statements.
    3.Dunning Letter Print.
    please any one have templates for the above reports please send immediately and it will be great helpful for me. my mail id is [email protected]
    Thanks and Regards
    Prabu

    Hi Ratnesh/Prabhu
    I am working on AR Invoice Report. can anybody send me the Template pls.
    my yahoo id is [email protected] along with source code.
    Ratnesh: I have some issues with this report
    We have seeded reports in Oracle apps. Lets take an example of a purchase order report. Say the seeded out-of-the-box report has the following information:
    PO number, PO details
    I can go ahead and use the template builder and create a nice looking report with that information.
    Now, lets say that I want to display the supplier name in my purchase order report. Since the seeeded purchase order report does not have the supplier name (it is not there in the xml generated by the standard out-of-the-box report), the only way I can display the supplier name on the report is by querying up the supplier table and getting that information. I know that I can go ahead and modify the existing out-of-the-box report, but I do not want to do that. I do not have control over the XML that is generated since the XML is generated when the report is run. Is there any way to retrieve the extra information (the supplier name in this example) AFTER the xml has been generated and BEFORE the template is applied ?
    My Actual requirement is :
    I have the same requirement to develop AR Invoice Report in XML publisher, actually it was developed using Optio Layout.my issue is the actual AR Invoice RDF contains 20 records and it showing the 20 recodes when we run that program (concurrent program output) after that while printing this report uisng the OPTIO layout (The Optio system is fetching some more records (10 records)) it printing total 30 records. i mean here the OPTIO is handling some pl/sql code i guess..
    so now how we can handle this requirement using XMLP.I am using RTF Templates with 5.6.2 v. Is it possible to do the same manner how the OPTIO was doing. Is this possible with any other Templates ?. or we need to customize the RDF itself ? .but I know that I can go ahead and modify the existing out-of-the-box report, but I do not want to do that. I do not have control over the XML that is generated since the XML is generated when the report is run. Is there any way to retrieve the extra information AFTER the xml has been generated and BEFORE the template is applied ?
    I really appriciate u r replay..
    Thanks,
    Madhu

  • Web Template can not be found in WAD - Urgent please....

    Hi,
    I have activated a Web Template from business content.  I have also included the same in a role.
    I need to make some changes in this.  I can not find this in WAD.  I can not find the role in WAD. When I search this in Metadata repository, I can see the web template but surprinsingly it doesn't show the underline query name and role..
    can anyone please tell me the reason for this.  This is urgent please.
    Regards,

    1. Display the role in PFCG. Do you see the web template listed?
    2. Is the role assigned to your id?
    3. Did you try searching (by using the binoculars) for the web template in WAD open window?

  • Hyperlink in Web template

    Hi,
      i have a requiremnt. I am using a Web-item "Table interface" in my web Template.i have a one field suppose <b>"Location</b>" shows building.NO. I required when user click on any building-no in "Location" field of the table. <b>A new pop-up window will open which shows the MAP or more detail about this building location.I have hyperlinks for each of building location details.</b>
    if Yes, How it is possible and what is the possibility????
    Template display dynamically number of records of "location" field and for each one we have a hyperlink to see more detail about the location detail.
    Please reply and Thanks.

    Thanks Heike,
               for ur First solution i required little bit more detail how i use this method to make cell content as a hyperlink (any code) explanation.
    RRI is not fullfill the requirment because u can only move to a single WEB page. its good if u have a master detail comination required.
    i explain u in detail with table example: suppose i have 3 fields in my table and containg 20 records randomly and dynamic on the base of user selection.
          empname        deptID      <b>deptlocation</b>       ABC            ID            <b> England</b>       XYZ            23-ID          <b>North-city</b>
    My requirment is when user click on "deptlocation" record a new window will open which shows MAP of the location in detail. so my each location record have diffrent hyperlink for his detail. it means i have 20 hyperlinks for my 20 "Location filed" records.
    RRI for only predetermined report to report switching.
    i think i explain enough. please reply back .

  • URGENT:  Not seeing the variable Pop-up for Button , on web template in WAD

    Hi gurus,
    In IP I have a standard plan function for 'Copy', which has a few variables defined on the funciton itself (as to be changed):
    Version from:
    Version to:
    Order from:
    Order To:
    Fiscal year from:
    Fiscal year to:
    All of the above variable are created with the following parameters:
    Variable input: Optional (have also tried madantory)
    Ready for input: is flagged.
    Variable represents: Single value.
    No default entry.
    No personalized data.
    Now in WAD, I create a button group for this function by selecting the Command, 'Executing Planning Function (simple)', manually entering my plan function technical name next to 'Command specific parameters', and selecting the dataprovider created for the filter I created in IP, and finally flagging the 'Display variable' button.
    The problem is, on the web template the variable screen does not appear when I click on the function button. It executes the function in the background without giving me the pop-up for variable selection. And obviously since the variables have no default values, nothing is processesed.
    I've tried this with planning sequence instead, and still wont give me the variable pop-up screen..
    I've actually explicitlet entered the variables on the 'Parameters for Command screen', the same screen where you enter the filter for databinding and well as the function.
    It still wont work (no variable pop-up screen).
    Is this issue related to the support pack. We're on SP12 right now?
    If not, do any of you gurus have any ideas? Big points will be rewarded for this.
    Thanks

    In the parameterization of the command, there is an option 'show variable screen'. I am not sure if you have mentioned this clearly, but have you checked this option?

  • Blank PAge when Launching WEB IC from Portal--Very Urgent

    Hi,
    We are using CRM 5.0 EIC scenario
    We have just configured new application server (adding one more to existing servers), when we lauch EIC (interaction centre) from this new server, it shows nothing, it just displays blank page,
    Need very very urgently
    MAx points would be awarded
    R

    In CRM 5.0 does t-code CRM_IC launch the page for you correctly?  if yes then I think you need to have your portal admin check this as it would seem portal related.

  • Very Urgent for AR module XMLP templates

    Hi,
    I am very new to XMLP reports and now i need to work on customer statement and AR invoice reports.
    my client expecting layout for approval.so i need to design layout mapping with xml source code.
    pls any of u have layouts and xml source code for the above 2 reports.
    its very urgent
    i am using xmlp 5.6.2 and oracle apps 11.5.10
    Please help immediately and it will be very greathelp from ur side.
    Regards
    RAMSIVA

    Hi
    was anyone able to provide a layout for the ar customer statement, i just started working on this for a client.

  • Urgent - Error when opening web template

    Hello,
    I was trying to open few CRM SAP standard web template in WAD. When I try to open the web template, getting the following error:
    'The selected web template contains HTML fragments, non-supported web items or it is not designed to be edited with WAD. ......' Although I can execute templates and also can execute with 'RS_TEMPLATE_MAINTAIN' in BWD.
    I tried all the CRM web templates and getting same opening error. How can I solve this problem? I want to see the template in WAD. Is there any solution?
    I appreciate your help.
    Regards,
    Ashok

    You can only view the template "HTML" (code) view with WAD for the problem you described.  This can be done using RS_TEMPLATE_MAINTAIN or WAD.  You cannot view the template using WAD to get the "Layout" graphical view (is this what you are trying to see?). 
    The only way to get around this is to strip out the HTML "fragments" from the HTML code, or to partition the templates into sub-templates.

  • URGENT!!  Reporting Agent Web Template not filtering data on dataproviders

    I am having problems with Reporting Agent web template settings. I have a query that uses a pre-query for MANAGER. I also have a query view for this query (I also tried using just the query in the web template). I created a reporting agent setting on the web template and used the pre-query as the control query. I have 80 MANAGER's, so I expect 80 dataproviders with each dataprovider having the data for 1 MANAGER. I get the 80 dataproviders, but each dataprovider has data for all 80 MANAGERs.
    The dataproviders are then emailed using an ABAP program.
    I would use Information Broadcaster, but the managers are not necessarily BW users and the manager list is fluent, so I don't want to create a separate setting for each manager.
    We are on BW 3.5 SP18.
    Many thanks!
    Ginny

    I am having problems with Reporting Agent web template settings. I have a query that uses a pre-query for MANAGER. I also have a query view for this query (I also tried using just the query in the web template). I created a reporting agent setting on the web template and used the pre-query as the control query. I have 80 MANAGER's, so I expect 80 dataproviders with each dataprovider having the data for 1 MANAGER. I get the 80 dataproviders, but each dataprovider has data for all 80 MANAGERs.
    The dataproviders are then emailed using an ABAP program.
    I would use Information Broadcaster, but the managers are not necessarily BW users and the manager list is fluent, so I don't want to create a separate setting for each manager.
    We are on BW 3.5 SP18.
    Many thanks!
    Ginny

  • URGENT - BW Security for Web Templates

    Hi All
    I am relatively new to BW and am just putting my first major BW project live. I have just been told something by my colleague which seems strange to me, can anyone confirm or give me a workaround?
    I have a number of Web Templates set up which use common Bex Queries as Data Providers (so two separate Web Templates may use the same query as Data Provider).
    We are looking at Security settings, where one of these Web Templates is available to one user but not to another.
    My colleague tells me that it's not possible to restrict authorization on webtemplates. Instead I have to duplicate my queries and have each web template using a different query so we can restrict security by query!!!!
    Now that to me seems daft....it just increases the maintenance hugely because instead of changing a single query I now have to change multiple queries which are all copies of the same one.....just because BW can't handle security at Web Template level?
    Is this true? Anybody got a workaround?

    Hi!
      Actually I am not much aware of security in the area ow web templates.
         But in general we dont need to hava separate query for the each user for restricting him/her to view some specific content. BW allows you to restrict the user access the data thats related to only specific parts of the hirarchy, or to only some part of  the masterdata. for example we can restrict the user to access the data that related to the cost center he is responsible for or data that is belonging to his relavant customers. So even though user can acess the web template we can restrict the acess to the content that is visible to the user.As yóu have not given any specific details of the requirement like difference beetween templates and so on..i cant say how to set the authorizations.
    with regards
    Ashwin

  • Pre Calculation web template in BI7 very urgest

    Hi Experts
    Could you please let me know how to do pre calculation queries/web template from bex query designer,WAD, to PORTAL.
    Please provide me step by step details as i do not know anything about pre calculation.
    Thanks & Regards
    Satya

    Hi Satya,
    I think everything you need is captured in the following location:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/bf/220c40ac368f5ce10000000a155106/frameset.htm
    Check, play, build and run your desired broadcast scenario.
    Regards, Patrick Rieken.

  • Urgent: Web Templates BI

    HI,
    I had inserted a logo which is there in the MIME repository in the BI web Templates in development. And transported the same to acceptance system. When executing the reports in Acceptance, the LOGO is not appaering then.
    I am not able to access the mIME repository in Acceptance. Can the reason being the LOGO not there in Acceptance MIME Rep?
    Kindly suggest.

    If your transport are correct than i think you should be able to see the logo unless there is some access issue.
    Why dont you take access to MIME repository in Acceptance and than try it once.
    I have never faced an issue in this, they show up in WAD quite right.
    Let me know if you still cannot access, i will check removing my access once.
    Hope this helps.
    Regards
    Dennis
    *§§ Assign some Points if found Helpful §§

  • Please help me with the following two questions, very urgent

    Hi All,
    Please help me with some scenerios about what are the common problems when modifying a standard script such a standard Invoice script and how can we overcome them.
    What are the common problems encountered when working with SAP SMARTFORMS and how to overcome them?
    Please help me with these questions, its very urgent.
    Thanks in advance.
    MD.

    hi
    hope it will help you.
    reward if ehlp.
    How to create a New smartfrom, it is having step by step procedure
    http://sap.niraj.tripod.com/id67.html
    step by step good ex link is....
    http://smoschid.tripod.com/How_to_do_things_in_SAP/How_To_Build_SMARTFORMS/How_To_Build_SMARTFORMS.html
    Here is the procedure
    1. Create a new smartforms
    Transaction code SMARTFORMS
    Create new smartforms call ZSMART
    2. Define looping process for internal table
    Pages and windows
    First Page -> Header Window (Cursor at First Page then click Edit -> Node -> Create)
    Here, you can specify your title and page numbering
    &SFSY-PAGE& (Page 1) of &SFSY-FORMPAGES(Z4.0)& (Total Page)
    Main windows -> TABLE -> DATA
    In the Loop section, tick Internal table and fill in
    ITAB1 (table in ABAP SMARTFORM calling function) INTO ITAB2
    3. Define table in smartforms
    Global settings :
    Form interface
    Variable name Type assignment Reference type
    ITAB1 TYPE Table Structure
    Global definitions
    Variable name Type assignment Reference type
    ITAB2 TYPE Table Structure
    4. To display the data in the form
    Make used of the Table Painter and declare the Line Type in Tabstrips Table
    e.g. HD_GEN for printing header details,
    IT_GEN for printing data details.
    You have to specify the Line Type in your Text elements in the Tabstrips Output options.
    Tick the New Line and specify the Line Type for outputting the data.
    Declare your output fields in Text elements
    Tabstrips - Output Options
    For different fonts use this Style : IDWTCERTSTYLE
    For Quantity or Amout you can used this variable &GS_ITAB-AMOUNT(12.2)&
    5. Calling SMARTFORMS from your ABAP program
    REPORT ZSMARTFORM.
    Calling SMARTFORMS from your ABAP program.
    Collecting all the table data in your program, and pass once to SMARTFORMS
    SMARTFORMS
    Declare your table type in :-
    Global Settings -> Form Interface
    Global Definintions -> Global Data
    Main Window -> Table -> DATA
    Written by : SAP Hints and Tips on Configuration and ABAP/4 Programming
    http://sapr3.tripod.com
    TABLES: MKPF.
    DATA: FM_NAME TYPE RS38L_FNAM.
    DATA: BEGIN OF INT_MKPF OCCURS 0.
    INCLUDE STRUCTURE MKPF.
    DATA: END OF INT_MKPF.
    SELECT-OPTIONS S_MBLNR FOR MKPF-MBLNR MEMORY ID 001.
    SELECT * FROM MKPF WHERE MBLNR IN S_MBLNR.
    MOVE-CORRESPONDING MKPF TO INT_MKPF.
    APPEND INT_MKPF.
    ENDSELECT.
    At the end of your program.
    Passing data to SMARTFORMS
    call function 'SSF_FUNCTION_MODULE_NAME'
    exporting
    formname = 'ZSMARTFORM'
    VARIANT = ' '
    DIRECT_CALL = ' '
    IMPORTING
    FM_NAME = FM_NAME
    EXCEPTIONS
    NO_FORM = 1
    NO_FUNCTION_MODULE = 2
    OTHERS = 3.
    if sy-subrc <> 0.
    WRITE: / 'ERROR 1'.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    endif.
    call function FM_NAME
    EXPORTING
    ARCHIVE_INDEX =
    ARCHIVE_INDEX_TAB =
    ARCHIVE_PARAMETERS =
    CONTROL_PARAMETERS =
    MAIL_APPL_OBJ =
    MAIL_RECIPIENT =
    MAIL_SENDER =
    OUTPUT_OPTIONS =
    USER_SETTINGS = 'X'
    IMPORTING
    DOCUMENT_OUTPUT_INFO =
    JOB_OUTPUT_INFO =
    JOB_OUTPUT_OPTIONS =
    TABLES
    GS_MKPF = INT_MKPF
    EXCEPTIONS
    FORMATTING_ERROR = 1
    INTERNAL_ERROR = 2
    SEND_ERROR = 3
    USER_CANCELED = 4
    OTHERS = 5.
    if sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    endif.
    Smartform
    you can check this link here you can see the steps and you can do it the same by looking at it..
    http://smoschid.tripod.com/How_to_do_things_in_SAP/How_To_Build_SMARTFORMS/How_To_Build_SMARTFORMS.html
    SMARTFORMS STEPS.
    1. In Tcode se11 Create a structure(struct) same like the Internal table that you are going to use in your report.
    2. Create Table type(t_struct) of stracture in se11.
    3. In your program declare Internal table(Itab) type table of structure(struct).
    4. Define work area(wa) like line of internal table.
    5. Open Tcode Smartforms
    6. In form Global setting , forminterface Import parameter define Internal table(Itab) like table type of stracture(t_struct).
    7. In form Global setting , Global definitions , in Global data define Work area(wa) like type stracture(struct).
    8. In form pages and window, create Page node by default Page1 is available.
    9. In page node you can create numbers of secondary window. But in form there is only one Main window.
    10. By right click on page you can create windows or Go to Edit, Node, Create.
    11. After creating the window right click on window create table for displaying the data that you are passing through internal table.
    12. In the table Data parameter, loop internal internal table (Itab) into work area(wa).
    13. In table there are three areas Header, Main Area, Footer.
    14. Right click on the Main area create table line by default line type1 is there select it.
    15. Divide line into cells according to your need then for each cell create Text node.
    16. In text node general attribute. Write down fields of your work area(wa) or write any thing you want to display.
    17. Save form and activate it.
    18. Then go to Environment, function module name, there you get the name of function module copy it.
    19. In your program call the function module that you have copied from your form.
    20. In your program in exporting parameter of function pass the internal table(itab).
    SAP Smart Forms is introduced in SAP Basis Release 4.6C as the tool for creating and maintaining forms.
    SAP Smart Forms allow you to execute simple modifications to the form and in the form logic by using simple graphical tools; in 90% of all cases, this won't include any programming effort. Thus, a power user without any programming knowledge can
    configure forms with data from an SAP System for the relevant business processes.
    To print a form, you need a program for data retrieval and a Smart Form that contains the entire from logic. As data retrieval and form logic are separated, you must only adapt the Smart Form if changes to the form logic are necessary. The application program passes the data via a function module interface to the Smart Form. When activating the Smart Form, the system automatically generates a function module. At runtime, the system processes this function module.
    You can insert static and dynamic tables. This includes line feeds in individual table cells, triggering events for table headings and subtotals, and sorting data before output.
    You can check individual nodes as well as the entire form and find any existing errors in the tree structure. The data flow analysis checks whether all fields (variables) have a defined value at the moment they are displayed.
    SAP Smart Forms allow you to include graphics, which you can display either as part of the form or as background graphics. You use background graphics to copy the layout of an existing (scanned) form or to lend forms a company-specific look. During printout, you can suppress the background graphic, if desired.
    SAP Smart Forms also support postage optimizing.
    Also read SAP Note No. 168368 - Smart Forms: New form tool in Release 4.6C
    What Transaction to start SAP Smart Forms?
    Execute transaction SMARTFORMS to start SAP Smart Forms.
    Key Benefits of SAP Smart Forms:
    SAP Smart Forms allows you to reduce considerably the implementation costs of mySAP.com solutions since forms can be adjusted in minimum time.
    You design a form using the graphical Form Painter and the graphical Table Painter. The form logic is represented by a hierarchy structure (tree structure) that consists of individual nodes, such as nodes for global settings, nodes for texts, nodes for output tables, or nodes for graphics.
    To make changes, use Drag & Drop, Copy & Paste, and select different attributes.
    These actions do not include writing of coding lines or using a Script language.
    Using your form description maintained in the Form Builder, Smart Forms generates a function module that encapsulates layout, content and form logic. So you do not need a group of function modules to print a form, but only one.
    For Web publishing, the system provides a generated XML output of the processed form.
    Smart Forms provides a data stream called XML for Smart Forms (XSF) to allow the use of 3rd party printing tools. XSF passes form content from R/3 to an external product without passing any layout information about the Smart Form.
    SmartForms System Fields
    Within a form you can use the field string SFSY with its system fields. During form processing the system replaces these fields with the corresponding values. The field values come from the SAP System or are results of the processing.
    System fields of Smart Forms
    &SFSY-DATE&
    Displays the date. You determine the display format in the user master record.
    &SFSY-TIME&
    Displays the time of day in the form HH:MM:SS.
    &SFSY-PAGE&
    Inserts the number of the current print page into the text. You determine the format of the page number (for example, Arabic, numeric) in the page node.
    &SFSY-FORMPAGES&
    Displays the total number of pages for the currently processed form. This allows you to include texts such as'Page x of y' into your output.
    &SFSY-JOBPAGES&
    Contains the total page number of all forms in the currently processed print request.
    &SFSY-WINDOWNAME&
    Contains the name of the current window (string in the Window field)
    &SFSY-PAGENAME&
    Contains the name of the current page (string in the Page field)
    &SFSY-PAGEBREAK&
    Is set to 'X' after a page break (either automatic [Page 7] or command-controlled [Page 46])
    &SFSY-MAINEND&
    Is set as soon as processing of the main window on the current page ends
    &SFSY-EXCEPTION&
    Contains the name of the raised exception. You must trigger your own exceptions, which you defined in the form interface, using the user_exception macro (syntax: user_exception <exception name >).
    Example Forms Available in Standard SAP R/3
    SF_EXAMPLE_01
    Simple example; invoice with table output of flight booking for one customer
    SF_EXAMPLE_02
    Similar to SF_EXAMPLE_01 but with subtotals
    SF_EXAMPLE_03
    Similar to SF_EXAMPLE_02, whereby several customers are selected in the application program; the form is called for each customer and all form outputs are included in an output request
    Advantages of SAP Smart Forms
    SAP Smart Forms have the following advantages:
    1. The adaption of forms is supported to a large extent by graphic tools for layout and logic, so that no programming knowledge is necessary (at least 90% of all adjustments). Therefore, power user forms can also make configurations for your business processes with data from an SAP system. Consultants are only required in special cases.
    2. Displaying table structures (dynamic framing of texts)
    3. Output of background graphics, for form design in particular the use of templates which were scanned.
    4. Colored output of texts
    5. User-friendly and integrated Form Painter for the graphical design of forms
    6. Graphical Table Painter for drawing tables
    7. Reusing Font and paragraph formats in forms (Smart Styles)
    8. Data interface in XML format (XML for Smart Forms, in short XSF)
    9. Form translation is supported by standard translation tools
    10. Flexible reuse of text modules
    11. HTML output of forms (Basis release 6.10)
    12. Interactive Web forms with input fields, pushbuttons, radio buttons, etc. (Basis-Release 6.10)

Maybe you are looking for

  • Generics in interfaces parameters

    My post is a feature request. If anyone have informations on forthcoming and related developments, please send me. I want to implement a graph class with nodes and edges collections and express in the implements section that this class supports such

  • Difference Between Business Area & Business Place

    Hi there What is the difference between <i>Business Area and Business Place</i>. I know that <b>Business place</b> is used in Tax. But again, how it is used. What is the purpose of <b>Business place</b> in tax KM Naidu (Kali)

  • MSDS Basic steps to create Material safety data sheet

    Dear Friends , currently i am exploring how to create and Maintain MSDS in SAP what are the basic steps to do that , and where those MSDS is integrated to other module please give some overview , let me start from there Thanks & Regards Raj

  • Restore hot online backup without redolog file

    Dear I had taken a online backup (begin / end tablespace) of all datafiles. Before end backup I had taken backup of current controlfile with O/S command. Now, I want to restore this backup. I have only : datafiles (taken with begin / end backup) cont

  • Can Firefox be locked on a specific website?

    Is it possible to "lock" Firefox when a specific website is open? We are showing a Black History Month website on a computer kiosk at our museum and would like to prevent anyone from using the computer to surf the web.