Out put is not displayed in smart form

Hi,
i have designed a smart form.i want to see the smartform without having datas so i designed completely with out writing select query to get details.
My samrt form get activated but while running the smart form. Simply a white page is displayed instead of displying the header contents , logo , field names.

Hi Ramanan,
As soon as you activate the smartform, a function module will be generated. You can view that clicking Environment->Function Module say suppose  '/1BCDWB/SF00000166'.
Goto Se37. Give this function Module and Click Execute.
This is other way of viewing your layout without data.
please Reward Points if helpful.
Thanks,
Karthik

Similar Messages

  • Images are not displaying in the forms run time.

    Hello All,
    I am using forms 10.1.2.3.0 and database 11g in the windows XP platform.
    I am not able to see the images in the buttons at the run time. I have done the following setup for the same but still I am not able to display images in the buttons. I have gone through all the previous threads for the same. Can any body suggest where I am doing the wrong?
    1) Created one JAR file with the below command putting all the gif files in a folder (All the GIF files are in lower case). Kept this jar file in the forms/java folder. (When I am extracting the JAR file getting all the gif files and one more folder META-INF).
    rem====
    jar cvf icon.jar *.gif
    rem=====
    2) Modified the formsweb.cfg file as follows.
    imageBase=codeBase
    archive_jini=frmall_jinit.jar,icon.jar
    3) In the buttons property Iconic = Yes and Iconicfile name = icon_print (gif file name).
    4) Modified the Registry.dat file in the path "forms\java\oracle\forms\registry\Registry.dat" as follows.
    default.icons.iconpath=forms/java
    default.icons.iconextension=gif
    Start the OC4J instance, and run the application, but still not able to see the images in the buttons. After I modified the regedit file I am able to see the images in the design time but not in the run time.
    Any thing more needed to do the same. All the suggestions are welcome.
    Thanks,
    SUN
    Edited by: User SUN@ on Nov 23, 2009 11:25 AM

    Create a virtual directory icons in your /forms/server/forms.conf file
    In the registry.dat file change
    change
    default.icons.iconpath=http://yourmachine:port/forms/icons/
    Re: icons not displaying in oracle forms.
    Re: Icon deploy issue in 10g forms
    Re: cannot show icon images
    Re: Step by step creation of iconic buttons

  • Out put its not coming in PL/SQL

    Hi
    i have one PL/SQL coding i excuted sucessfully but i'm not getting out put.i created one table and insert the values also.but still .output its not coming.my question is
    (i)i want to display all the employee name and salary of all the employees
    SQL> create table empdet
    2 (ename varchar2(15),
    3 salary number(8,3),
    4 dept varchar2(14));
    Table created.
    SQL> insert into values('vijay',10000,'manager');
    insert into values('vijay',10000,'manager')
    ERROR at line 1:
    ORA-00903: invalid table name
    SQL> ed
    Wrote file afiedt.buf
    1* insert into empdet values('vijay',10000,'manager')
    SQL> /
    1 row created.
    SQL> begin
    2 for empdet in (select ename,salary from employee)
    3 loop
    4 dbms_output.put_line(empdet.ename||''||empdet.salary);
    5 end loop;
    6 end;
    7 /
    PL/SQL procedure successfully completed.
    Note:
    1.i creat the table
    2.insert the values
    3.i exectuted PL/SQL query but output its not coming.

    i did but agine same problem out put its not coming.if u don't mine can u exectue this query in ur system
    SQL> SET SERVEROUTPUT ON
    SQL> begin
    2 2 for empdet in (select ename,salary from employee)
    3 3 loop
    4 4 dbms_output.put_line(empdet.ename||''||empdet.salary);
    5 5 end loop;
    6 6 end;
    7 /
    2 for empdet in (select ename,salary from employee)
    ERROR at line 2:
    ORA-06550: line 2, column 1:
    PLS-00103: Encountered the symbol "2" when expecting one of the following:
    begin case declare exit for goto if loop mod null pragma
    raise return select update while with <an identifier>
    <a double-quoted delimited-identifier> <a bind variable> <<
    close current delete fetch lock insert open rollback
    savepoint set sql execute commit forall merge
    <a single-quoted SQL string> pipe
    The symbol "2" was ignored.
    ORA-06550: line 3, column 1:
    PLS-00103: Encountered the symbol "3" when expecting one of the following:
    loop

  • Reg: Out put could not be issued

    Dear All,
    when i am excute VL03N to get output of smartform  i am getting message like Out put could not be issued message vl086

    Hi Reshma p,
    For that U have to assign output type...
    Check out in NACE transaction whether it has been made or not...
    In VL03N>Give a document number and enter the tcode then in, Menu>Extras>Choose Delivery Output>Header/Item(choose one), and here you have to give the output type in general.
    Have a look on similar issue with VF03
    VF03 smartform: Output could not be issued
    Hope it will solve your problem..
    Thanks & Regards
    ilesh 24x7

  • Need Urgent help to control extra page (Last page) display in Smart forms

    Dear all,
    I have supplier data in Header and corresponding line item data in another internal table.
    I am passing both to my smart form. I am using loop in Main Window with both the internal tables linked with GUID field.
    I am having 2 problems with  smart form output.
    1. One more extra page is displaying at the end (With header and footer but without data).
    2. when Data in a particular page exceeds, Next page is not having Header and Footer..Only data is displaying without Header and Footer.
    Can any one help ...
    Regards,
    Srini

    Dear all,
    I have supplier data in Header and corresponding line item data in another internal table.
    I am passing both to my smart form. I am using loop in Main Window with both the internal tables linked with GUID field.
    I am having 2 problems with  smart form output.
    1. One more extra page is displaying at the end (With header and footer but without data).
    2. when Data in a particular page exceeds, Next page is not having Header and Footer..Only data is displaying without Header and Footer.
    Can any one help ...
    Regards,
    Srini

  • Image is not displayed in APEX Form with APEX utility Function

    Dear APEX experts,
    As i am new to the oracle apex development. I have just created the basic employee information form in which i upload the photograph of the employee. The photograph gets uploaded but it does not display properly. I have already referred the sample database application to display the image. Moreover, i have followed the same steps as it is used to display the product image in that application. Still i am unable to get result. I am getting following output:
    <img src="apex_util.get_blob_file?a=35682&s=101496289174102&p=15&d=10639237623242912156&i=10639236703270912154&p_pk1=21&p_pk2=&p_ck=FCA12832591A1C706D76FDD589E551A2" />
    Please help me seniors to solve this issue. How to display the image using this utility.

    mehpandya wrote:
    I have observed following HTML code after inspecting the two application.
    1.Sample Database application:
    In this application , the product image is uploaded and displayed correctly and following code is rendered in the HTML source.
    <span id="P6_IMAGE" class="display_only" ><img src="apex_util.get_blob_file?a=64703&s=134073736366663&p=6&d=25732916709090782422&i=25433760606377189086&p_pk1=1&p_pk2=&p_ck=7E23190CC0BFE98BBE4CCE2ADFBBEF26" /></span>
    2.Sample HRMS Application - Which i have created for learning.
    In this application , the employee photo is uploaded but it is not displayed correctly. Following is code is rendered in the HTML.
    "<span id="P15_EMPIMG" class="display_only" >&lt;img src="apex_util.get_blob_file?a=35682&amp;s=100541516379272&amp;p=15&amp;d=10639237623242912156&amp;i=10639236703270912154&amp;p_pk1=21&amp;p_pk2=&amp;p_ck=31A8328E0F5754D7CBD0FC0C6313B38A" /&gt;</span>"
    Hence , in my application the code is not rendered perfectly and syntax is not completed.
    following characters are rendered like this.: &lt , &quot , &gt , &amp.
    So, is this the reason of not displaying the image???Yes.
    To get a Display Item to render as HTML, in the item definition Security section set Escape special characters to No.
    For a report column, ensure the Display Text As report column attribute is Standard Report Column rather than the default Display as Text (escape special characters).
    Use a Display Image item and declarative BLOB support instead of this clunky manual method.
    Please read the FAQ and forum sticky threads (if you haven't done so already.
    You'll get a faster, more effective response to your questions by including as much relevant information as possible upfront. This should include:
    <li>Full APEX version
    <li>Full DB/version/edition/host OS
    <li>Web server architecture (EPG, OHS or APEX listener/host OS)
    <li>Browser(s) and version(s) used
    <li>Theme
    <li>Template(s)
    <li>Region/item type(s)
    The APEX documentation is here.

  • EXCEL  out put is not showing data

    Hi All,
    My report is working fine  it is showing data in XML but it is not showing data in Excel output.   Excel output is empty.
    i have attached  excel and xml files.  please help me.
    FYI: these are migrated reports from 10g to 11g.
    Thanks in advance for your time

    Using ua.bat  we upgraded 10g to 11g., we got sucessfully message.
    after upgrade if i try to open excel it is not showing opening and showing action instead of excel name . I though  excel out put has corrupted. i downloaded excel layout from 10g and  uploaded in 11g report using upload layout.
    we did not make any changes in database.
    below one is not related to this one  but  .. after upgraded reports  multi parametrs  did not work if i select more than one column ( i opened as different topic) then i have removed
    ( (coalesce(null, :P_PPD_REGION) is null)  and kept(region.X_REGION in (:P_PPD_REGION) from following statement then i did report is working with multi  parameters.
    my doubt is is it correct thing i did ?  if not how can   my multi parameter will work .  we are using oracle as database.
    AND ( (coalesce(null, :P_PPD_REGION) is null) or (region.X_REGION in (:P_PPD_REGION)) )
    AND ( (coalesce(null, :P_COUNTRY) is null) or (region.REGION_CD in (:P_COUNTRY)) )
    AND ( (coalesce(null, :P_SITE_NUM) is null) or (ptcl_site.site_num in (:P_SITE_NUM)) )
    I really appreciate  for your support.

  • Adobe(pdf form) Footer does not display on my form

    hi Masters,
    i have a adobe form and i want to create the footer to it.
    when i create and have some datea on footer the data...the footer does not display.
    the footer is not displayedd whether their is data or not no data.
    am bit new can i have some info pls.
    thank you,
    pasala.
    Moderator message: wrong forum, please have a look in the forum for "Adobe Interactive Forms".
    Edited by: Thomas Zloch on May 26, 2011 10:07 AM

    Hi;
    FormsCentral does not support Digital Signatures.  The submission process does not handle a signature field in any way. 
    There isn't a method in our authoring environment creating a new form in FormsCentral to add a Signature field, and for an Imported PDF Form there is a warning if a signature field is discovered alerting the user that it will not be used.
    Thanks,
    Josh

  • Street and Country are not displaying on the Form

    Hi all,
    Does anyone know why the STREET and COUNTRY is not displayed on form?
    I have debugged into SAPscript, the value for REGUH-STRAS and LV_REGIO is there, but somehow it just cannot display on the form.
    /           <B>&REGUH-NAME1&<B></></>
    /           <B><B><B>&REGUH-STRAS&<B></></></></>
    /           <B><B><B><B><B>&REGUH-ORT01&<B></></></></></></>
    /           <B><B><B><B><B><B><B>&REGUH-PSTLZ&<B></></></></></></></></>
    /           <B><B><B><B><B><B><B><B><B>&LV_REGIO&<B></></></></></></></></></></>
    Please advice and thanks in advance.

    Hello,
    Use Condence symbol 'C' in the respective fields.
    &REGUH-STRAS(C)& / &REGUH-ORT01& / &REGUH-PSTLZ& / &LV_REGIO(C)&
    Regards,

  • Dynamic radio button fields do not display again after form is saved

    Hello,
    I have a group of radio button questions within a dynamic form that display additional questions based on the answer.
    So for the question "Is there a basement?" if the user indicates yes, there is a basement, additional questions are displayed to gather more information about the basement. If the user indicates no, then those questions do not appear.
    Everything works beautifully in the form. However, when the form is saved and then re-opened, the additional questions do not appear in the form. So the structure goes from this:
    To this:
    The users must toggle the radio buttons to make those questions reappear...and when they do reappear, they have maintained whatever answer the user indicated before saving.
    I'm not sure why this is happening...does anyone have any advice?
    Thank you,
    Theresa

    Hi,
    Thanks so much for your response! I am using Designer 8.2.1.
    I just played around with more of my form...this seems to happen whenever I am working with a hidden subform that is displayed when the user clicks a button (or selects the appropriate radio button). I have a couple of other places within my form where this occurs.
    Here is an example of the script on one of those buttons:
    var intNewIndex = form1.construction_type.const_type_repeat.instanceManager.count-1; 
    form1.construction_type.resolveNode("const_type_repeat[" + intNewIndex + "]").percentage.presence="visible";
    const_type_repeat.instanceManager.addInstance(true);
    The script on the radio button is:
    if (basementyes.rawValue == 4){secondwd.sump.presence ="visible"
      secondwd.sumpradio.sumpyes.presence ="visible"
      secondwd.sumpradio.sumpno.presence ="visible"
    else {secondwd.sump.presence = "hidden"
      secondwd.sumpradio.sumpyes.presence = "hidden"
      secondwd.sumpradio.sumpno.presence ="hidden"
    I am pretty new at this so it might be something obvious...thanks again for your help!

  • Icons not displaying in oracle forms.

    Hi All,
    I am trying to display icons on Oracle forms 10g.I just brought over these forms from another system and I am trying to display the icons like next record, clear form etc..
    I have done the following steps so far. The icons are still not displaying. Appreciate any help.
    Created a folder in D:\oracle\oracleas\forms\java called icons.
    Copied all gif files and jpeg files into icons. Then created a jar file.
    D:\oracle\oracleas\forms\java>jar -cvf my_icons.jar icons
    It created the jar file in the same directory D:\oracle\oracleas\forms\java
    Also changes were made to these files as shown below each file.
    forms.conf
    AliasMatch ^/forms/icons/(..*) "D:\oracle\oracleas\forms\java\icons/$1"
    registry.dat
    default.icons.iconpath=http://servername:7778/forms/java/
    formweb.cfg
    # Forms applet parameter
    codebase=/forms/java
    # Forms applet parameter
    imageBase=codebase
    # Forms applet archive setting for JInitiator
    archive_jini=frmall_jinit.jar,frmmain.jar, frmjdapi.jar, my_icons.jar
    # Forms applet archive setting for other clients (Sun Java Plugin, Appletviewer, etc)
    archive=frmall.jar,frmmain.jar, frmjdapi.jar, my_icons.jar
    Also added this line under orion-web-app in orion-web.xml file.
         <virtual-directory virtual-path="/icons" real-path="D:\oracle\oracleas\forms\java\icons" />
    Restarted the OC4J forms server after any change.

    To test your configuration, you can try building an URL:
    i.e.
    http://localhost:8889/forms/frmservlet/icons/iconname.gif
    Does it show the icon ?
    If that does not work, I would try re-generating the my_icons.jar file, but instead of going directly to the forms/java/icons folder, copy the icons folder to the root directory i.e. c:\icons and execute the command to jar the icons folder, then redeploy the my_icons.jar file.
    Then try again with the URL... if the URL does not work, you still have configuration issues.
    PS: Don't forget to clear the cache in your browser so that the new .jar files is loaded?
    Furthermore:
    ========
    Remove the changes made to the forms.conf and orion-web.xml, they are only needed if the icons are
    not stored in a .jar file.
    forms.conf
    AliasMatch ^/forms/icons/(..*) "D:\oracle\oracleas\forms\java\icons/$1"
    orion-web.xml
    <virtual-directory virtual-path="/icons" real-path="D:\oracle\oracleas\forms\java\icons" />
    Edited by: Rodolfo Ferrari on Jun 17, 2009 6:14 PM
    To double check your configuration, follow steps in metalink note 232413.1 - How to Deploy Iconic Images via a JAR File in Forms 9i/10g?.
    Edited by: Rodolfo Ferrari on Jun 17, 2009 7:19 PM
    Edited by: Rodolfo Ferrari on Jun 17, 2009 7:24 PM

  • Out put types not appearing for HUs

    Hello All,
    Can anyone help me in explaining how to make use of the button "F6PrHU" in LM18 screen for RF. I tried to use it to print my HUs, but I get message as "Print option is not activated".
    Moreover none of the out put types defined in print procedure in SPRO are getting populated in the out put screen of HU. When I see extras->output for any HU I see the section blank with no output types.
    Please provide your valuables inputs.
    Thanks,
    Amit G

    Hello,
    it can be activated in user-exit. For details refer to SAP help [Printing Using the User Exit  |http://help.sap.com/saphelp_erp60_sp/helpdata/en/7b/5371386afa2045e10000009b38f889/content.htm]
    Andrzej

  • Csutom SAP Script in ME23N not displaying data in Form

    Hi Experts,
    I have created custom driver program for PO printing using Form entry_neu, which is printing a SAP script,
    but the problem is when the form is displayed, data is not populated in the form.
    While debugging in driver program the data is being filled in structures but when I debugg the SAP form the structures are empty.
    When I am running the same program from SE38 then it is perfectly calling the form with data.
    Could some let me know the possible cause of error.
    Thanks n Regards
    Rohit

    Hi rohit,
    Check in NACE transaction whether ur form name and print program (custom) is configured with routene ENTRY_NEU. And also cross check whether this routene entry_neu is also configured for other forms?
    Because entry_neu routene is standard one , so it might be configured for other forms also.
    So it is better to write ur driver program with different routene name like entry.
    Form entry.
    Endform.
    And this routene entry need to configure in nace for ur custom program and ur form with output type.
    Regards,
    Vineel.

  • Header window vbeln is not changing in smart forms

    Hi Guru's,
    I am working in smart forms . I have to print Challan No in right side of each page. I take separe Header window in that i am printing the Challen No. in first page it was comming correctly but in second page I am getting the first page challen no.How to get the changed Challen value in other pages also will u please any body guide me.
    Thanks,
    Santhosh
    Moderator message: duplicate post locked.
    Edited by: Thomas Zloch on Apr 28, 2011 5:49 PM

    Hi santosh,
    I hope you are triggering new page based on challan no. So just assign the same challan value to a variable and in the text element display this variable.
    Hope this will help you to resolve the issue & close the thread.
    BR,
    Vinit

  • Xml report out put is not getting

    Dear all
    here i am calling the xml reports from oaf page the output is not displayed
    how can we achieve this.
    Regards
    Sreekanth

    Hi Hussein,
    Thank you for your valuable response.
    I have followed the same steps for this customization what they are given in the metalink ID 374165.1.
    And one more thing, I am not getting any output if i ran the standard program 'Printed Purchase Order Report (Portrait)' in R12. what it could be the problem.
    Regards,
    Thirupathi

Maybe you are looking for

  • Using a expresscard FW800; G-Raid drive unmounts on it's own

    I'm using a NitroAV Fw800 dual expresscard to connect my 500gig G-Raid drive that i use for video editing. I have never had a problem with it using Tiger. Ever since I upgraded to leopard it is behaving strangely. I mount the drive and all is well, (

  • Short dump error with InfoSource

    Hi All, When i try to open Accounts Payable Infosource in BW production, It is returning with the short dump error ' Assertion was violated'. R_AWBOBJ ->. may I know what is this error. I created generic datasource in ECC DEV and replicated into BW D

  • That red frame discussion

    So i have been dealing with red frames for about a year and a half now - - In Premiere pro CC and early CC 2014 versions, .MXF footage used to red frames and relink badly on multi spanned clips if the sidecar files were detected by premiere. This was

  • Unable to switch Central System Administration into Change Mode

    Hi, I am bit rusty on the Solution Manager - Central System Administration. While experimenting with my Solman system I did the following. 1. Logged into Solman and started transaction Solution_Manager 2. Switched to the Solution that has been config

  • Control width and hight ??

    Can someone plz tell me how I can control width and hight of my printing?? My code:         public int print(Graphics g, PageFormat pf, int pi) throws         PrinterException             if (pi >= 1)                return Printable.NO_SUCH_PAGE;