Smartforms - how to use page URL like output option ?

Hello,
in the smartofms output options, there's the possibility to set
BSP Page/URL: ......
and Output format:  XSF output + HTML.
My requisite is to send a form in XML via web service, can I use it ? How is run ?
tks.

Hello
Use the function module "FB_CONVERT_FORM_TO_XML" to convert the smartform to XML format table.
The function module has been used in the method "GET_SMART_FORM_AS_XML" of the class .
THanks ,
M.Naveen Kumar

Similar Messages

  • Does anyone know how to use pages so you can export pdfs from the internet and automatically drag words from the document into the file name of the pdf (i.e., author, title of a scientific paper)

    Does anyone know how to use pages so you can export pdfs from the internet and automatically drag words from the document into the file name of the pdf (i.e., author, title of a scientific paper). For example, if I am downloading a paper by smith called "Surgery" that was published in 2002, it will automatically set the file name in the download to smith- surgery 2002. I have heard pages is smart enough to do this.
    thank you

    Pages can export only its own documents. They may be exported as PDF, MS Word, RTF or Text files.
    Pages can import (ie. Open a file as, or Insert a file into, a Pages document) documents in several formats, but won't rename the document as you describe. Documents that can be Opened (eg. Text, AppleWorks 6 WP, MS Word files) are converted to Pages documents, and retain their original names, with .pages replacing the original file extension. Files that can be Inserted (generally .jpg, .pdf and other image files) become part of the existing Pages file and lose their names.
    It may be possible, using AppleScript, to extract the text you want and to Save a Pages file using that text as the filename, but that would depend in part on being able to identify which text is wanted and which is not.
    How will the script determine where the author's name begins and where it ends?
    How will the script recognize the beginning and of the title, an decide how much of the title to use in the filename?
    How will the script recognize the year of publication?
    For papers published in a specific journal, with a strict format for placing each of these pieces on information, or containing the needed information as searchable meta data in the file, this might be possible. But it would require knowledge of the structure of these files, and would probably handle only papers published in a specific journal or set of journals.
    Outside my field of knowledge, but there are some talented scripters around here who might want to take a closer look.
    Best of luck.
    Regards,
    Barry

  • How to use  Business Object like Vendor or PurchasingInfo

    Hi,
    How to use Business Object ( like Vendor or PurchasingInfo ) from my Object?
    For example:
    CLASS myEntity DEFINITION.
              PUBLIC SECTION.
                   METHODS: getVendor EXPORTING pVendor TYPE Vendor.
               PRIVATE SECTION.
               DATA: aVendor TYPE REF TO Vendor.
    ENDCLASS.
    CLASS myEntity IMPLEMENTATION.
    METHOD getVendor
               pVendor = aVendor .
    ENDMETHOD.
    ENDCLASS

    Hi,
    I am giving u a demo Program for ur doubt.
    REPORT demo_class_counter .
    CLASS counter DEFINITION.
      PUBLIC SECTION.
        METHODS: set IMPORTING value(set_value) TYPE i,
                 increment,
                 get EXPORTING value(get_value) TYPE i.
      PRIVATE SECTION.
        DATA count TYPE i.
    ENDCLASS.
    CLASS counter IMPLEMENTATION.
      METHOD set.
        count = set_value.
      ENDMETHOD.
      METHOD increment.
        ADD 1 TO count.
      ENDMETHOD.
      METHOD get.
        get_value = count.
      ENDMETHOD.
    ENDCLASS.
    DATA number TYPE i VALUE 5.
    DATA cnt TYPE REF TO counter.
    START-OF-SELECTION.
      CREATE OBJECT cnt.
      CALL METHOD cnt->set EXPORTING set_value = number.
      DO 3 TIMES.
        CALL METHOD cnt->increment.
      ENDDO.
      CALL METHOD cnt->get IMPORTING get_value = number.
      WRITE number.
    For more demo programs type 'abapdocu' in the command field
    U will be getting some demo programs.
    There select the abap objects.
    Regards,
    Jagadish

  • Smartforms, how to use control break events

    Please help with this requirement.
    Purchase Docu No.111
    Pur Item No       Mat no       Quantity 
    1                        2356      2000
    2                     1256      2000
    3                     8556      2000
    Purchase Docu No.112
    Pur Item No    Mat no    Quantity 
    1                      9656      2000
    2                      7356      2000
    3                      1356      2000
    Purchase Docu No.113
    Pur Item No    Mat no    Quantity 
    1                      5356      2000
    2                      8356      2000
    This i have to design for the smartform.
    1 header data then its item data.
    like is Script i can call the WIndow elements using control break events in the driver prog but how to get this kind of output in Smartforms.???????
    Thanks

    I dont want trigger new page.
    In the same page i want like this
    I have purchase docu data in only 1 internal table.
    So, for every new VBELN, under this i want its corresponding item details.
    I have created the command node for the main window with 2 rows, in the 1st row i am giving VBELN and in the 2nd row i am giving in item details like item no, matnr etc etc and in the condition its askng Field name and Comparison Value.
    How shold i give condition.??????
    Thanks
    Edited by: Jalaaluddin Syed on May 1, 2008 5:03 PM

  • How to get page URL in a dynamic page in 10.1.4?

    Does anyone know how to get the page URL in a Dynamic Page in 10.1.4 without using javascript.
    I know that you can use a PL/SQL portlet and the portlet_record, but this is specifically for a Dynamic Page.
    Regards
    Jenny

    Hi,
    I am trying the suggested approach in 10.1.4 but unfortunatley I get the following error:
    PLS-00302: component 'SHOW_INTERNAL' must be declared
    In my Dynamic Page I have the following code
    htp.p(cms_context.urlpage);
    In the '... before displaying the page' I have the following
    schema_name.cms_context.urlpage := schema_name.dynamic_page_name.show_internal.p_page_url;
    Can anyone help?
    Cheers
    Chris

  • How to use Oracle refcursor dataset output parameter from SP

    Can I request for help on how to use Oracle Output parameter from a stored procedure as a source. I need the output tobe stored in a flat file
    Thanks
    Abhijit
    Message was edited by:
    Abhijit77

    yes I would like to use it for ODI.. I would like the ouput of the refcursor to be fed to a text file using ODI. How to handle the records returned by the refcursor and map with txt file.

  • How to use functions/procedures like wwv_flow_sw_api

    Hello,
    I want to use functions/procedures like wwv_flow_sw_api.check_priv(:P4_SCHEMA) in a process, but I get the error "identifier wwv_flow_sw_api.check_priv(:P4_SCHEMA); must be declared".
    How can I access these functions?
    Thank you,
    Kirsten

    Hi Jari,
    my problem is, that I need to replicate the exact feature of Query Builder page in my
    application (see thread Re: How to create Query Builder page in application
    So I imported the page 1002 and tried to make it working.
    Do you know any solution?
    Than you,
    Kirsten

  • How to use Page Groups

    Hello every,
    how can i use page groups

    Hi Dan,
    Thanx for answering back, first of all I will like to ask you something…
    What I want to use this groups to restrict the access of some users to some pages that I don’t want them to see, that’s is why I want to create these groups…
    So the question will be, which one is the difference between page groups and groups of users, if there is one… as I understand page groups “groups” pages that are assigned to a cluster of pages, but do not restricts user access… and groups of users, says which user that belongs to a specific user group.
    As I mentioned before I think I am mixing concepts, and what I really want to do is to restrict the access of some users (that are assigned to a group) and to let some other user group go to every page on the application.
    I will appreciate if you can help me out with this.
    Best regards.
    Jaison

  • How to use one URL for several Oracle AS?

    Hi folks,
    how do I use one URL to access several application servers (i.e. for different applications).
    Example:
    We have one URL:
    www.test.com
    In our DMZ, wie have three application servers and one web cache:
    test1.intranet.com:7777
    test2.intranet.com:7777
    test3.intranet.com:7777
    webcache.intranet.com:8000
    One application server is no problem. In Web Cache, i just map site www.test.com:443 to AS test1.intranet.com:7777.
    But what is the correct setting, to access all three Oracle AS over one URL? I tried URL PATH Prefix. Then i am able to access all three Oracle AS, but the application server does not know the Path.
    Example for mapping:
    www.test.com:443/server2 -> test2.intranet.com:7777
    When I access www.test.com:443/server2, I get redirected to the correct AS (test2.intranet.com:7777), but the Oracle AS does not know the path /server2.
    How do I have to configure the Oracle AS?
    Thanks in advance and best regards.

    I setted up a proxy and at first glance,
    it works fine. The problem are internal links. Some links redirect to the
    machine name, which is of course not accessible from outside our dmz.
    My httpd.conf entries:
    ProxyPass /test1infra/ http://test1.intranet.com:7777/
    ProxyPassReverse /test1infra/ http://test1.intranet.com:7777/
    ProxyPass /test1mid/ http://test1.intranet.com:7778/
    ProxyPassReverse /test1mid/ http://test1.intranet.com:7778/
    When I now access (for example) www.test.com/test1infra/pls/orasso I get
    redirected to www.test.com/pls/orasso, which is another Oracle AS!
    How can I prevent my OracleAS doing this? It has to "know" that all its internal urls need a url path prefix.

  • How to get Page URL inside a JSR168 Portlet

    Hi,
    How can i get the Portal's page URL inside a JSR168 Portlet?
    All I can see in renderRequest Object is information about the portlet itself not about the page it is inside.
    Thanks,
    André

    Hi Andre
    Please see this note on My Oracle Support. 433507.1
    Hope that helps!
    AMN

  • How to use GO URL?

    Hi All,
    I have two Reports-
    Report1 - Dim A (A1,A2,A3) , Fact A (B1,B2,B3)
    Report2 - Dim C (C1,C2,C3) , Fact C (D1,D2,D3)
    Where A1,A2.. ,B1,B2.. ,C1,C2..,D1,D2.. are the attributes of dimensions and facts.
    While drilling from attribute B1 in report1, i want to pass parameter A1 to report2 and want to see only the records in report 2
    for which C1 = A1. The attributes A1 and C1 are having the same values.
    For Drilling from measure B1 , i can use GO URL. But in the report2 "Dim A.A1" is not present.In Report2 , i have "Dim C.C1".
    For GO URL, the parameter that is passed from one report should be present in second report.
    Thus , how can i implement this scenario? My target report has different attribute.
    Thanks, Ashish

    Hi Goran,
    I have the same requirement and implementing what you said
    As you said,I have given HTML for the dataformat and in the column fx i gave the following.
    case when project.SOURCE = 'BETA' then '' ||Sample.org_code || '' else Sampleorg_code end
    case when project.SOURCE = 'BETA' then '' ||Sample."PWA#_L" || '' else Sample."PWA#_L" end
    The first navigation is working fine,its giving me the data only for the selected org code(Org Code is numeric).But, the second navigation is giving all the results in the target report irrespective of the selected PWA#_L.PWA#_L is Alpha numeric
    Please let me know where i am going wrong.
    Thanks in Advance.

  • How to use Go URL to Navigate from one report to another

    I have used Actionlink option to navigate from one report to another, It is nopt working on the dashboard because i used presentation variables in my first report and its throwing me an error below, I have to pass on id from one summary report to detail report, I have created Go URL, Do i need to use that URL in my summary report column formula ?
    Need some info ~ Thanks ~Srix
    An invalid object was accessed during evaluation.
    Error Details
    Error Codes: QBB4RZQS:SDKE4UTF
    Location: saw.views.evc.activate, saw.httpserver.processrequest, saw.rpc.server.responder, saw.rpc.server, saw.rpc.server.handleConnection, saw.rpc.server.dispatch, saw.threadpool, saw.threadpool, saw.threads
    Expression: report.variables['TimePeriod']

    Hi ,
    Please refer the below threads.
    How to Navigate from one report to another report based on column values
    Navigating from one report to another report
    Re: Navigate from Report 1 to Report 2 using Go URL
    Award points it is useful.
    Thanks
    satya

  • My Iphone keeps telling me how to use certain things like alternate keyboards. How do I turn this off?

    Every time I hit the globe when sending a text it tells me how to use alternate keyboards. Please tell me how to turn this off.

    That's not what I meant. I know how to send a text, but when I try to insert and emoji the same alert comes up.

  • How to use page loading.htm of standard BSP htmlb_samples .

    Hi All,
    I am calling an RFC in the OnCreate event of one BSP page , so it takes a bit longer to load and a blank page is shown till the layout is executed.
    I would like like to show Loading.... effect page , instead of the blank page , till the main page layout is executed.
    I read in a [thread|Loading Message] that we can use the loading.htm page of htmlb_samples  application for this.
    I tried as described in this thread , but after the loading page the application dosent navigates to the main page.
    So how to navigate from loading page to Main page of application?
    Any other ideas for showing Loading effect page will also help.
    Thanks,
    Anubhav.

    Hi anubhav
    From 1st veiw(Initial page) navigate it to the intermediate(Loading.htm) page then from this page navigate it to the second view(Main.htm).
    In the intermeidate page you can use javascript and navigate it to the second page(Main.htm).
    In a function of javascript put the code of re-directing Url and call this function in the onload event of the body tag in html.
    window.location("url").
    What happens is when the loading page gets called then, it will inturn call the main.htm page. So till the main.htm page comes the loading icon will be displayed.
    Thanks
    Vijay.M

  • How to use page-number in xsl:if

    Hi
    I would like to use <fo:page-number/> in my if clause. Based on page number, I would like to add some more fields.
    If help on this greatly appriciated.
    Thanks,
    Ram.

    i'd like to check page num, if page num > 1 then output current page of total pages. if it's possible, plz tell me how?
    because i used check row num to do this, its not right method.

Maybe you are looking for

  • Passing multi-value parameter to a transaction iView

    Hi all, Here is my problem, I try to feed a selection-option (multi value) from the "DynamicParameter" section of the url. For example I use this URL, to feed the select-options with A, B and C: http://XXX:51000/irj/portal/test?DynamicParameter=S_opt

  • Characters missing in output file?

    Hi all, In the below code I am not able to see the characters from 500 onwards in output file. What might be the reaon? PARAMETERS:P_OUTPUT  type rsfillst-dirname            DEFAULT TEXT-001 lower case. data:vtext(900) type c. start-of-selection. vte

  • Macbook to old for icloud

    Is it possible to upload my contacts from lion to Icloud? If so how?

  • SRM-MDM CATALOG PI Content Import

    Hi All, We have imported SRM-MDM CATALOG 3.0 in Integration Repository. When we imported .tpz files all the objects are imported in SWC SRM-MDM CATALOG except CatalogueUpdateNotification_Out (Message Interface and its corresponding datatype and messa

  • Windows 7 64 bit crashed.

    I have an HP G71-449WM laptop with windows 7 64 bit. It has crashed says BOOTMGR is missing. Will not let me in recovery console or anything. Will the 3 disc system recovery kit sold on the HP website fix it? I need to know before ordering it. I don'