RTSP packet header information not set properly

How does the QuickTime Streaming Server set the field "Owner/Creator, Session Id (o):" in the RTSP packet header.
When analyzing the packets we get "Owner/Creator, Session Id (o): - 58 2721648327 IN IP4 127.0.0.0" which is not our Server's external IP.
When trying to connect threw a stateful packet inspection firewall, we can't connect to our stream because of the field "o" not being set properly.

Was there ever a solution to nagardd's original post? I am experiencing the same issue w/ the netmask not being set even though it's setup to do so in /etc/netmasks.
My /etc/netmasks
root@fsintntwrkrus1 cat /etc/netmasks
# The netmasks file associates Internet Protocol (IP) address
# masks with IP network numbers.
# network-number netmask
# The term network-number refers to a number obtained from the Internet Network
# Information Center.
# Both the network-number and the netmasks are specified in
# "decimal dot" notation, e.g:
# 128.32.0.0 255.255.255.0
172.25.40.0 255.255.255.0
*172.25.237.0 255.255.254.0*
My ifconfig after boot
root@fsintntwrkrus1 ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
ipge0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
inet 172.25.40.10 netmask ffffff00 broadcast 172.25.40.255
ether 0:14:4f:22:21:20
ipge1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 3
inet 172.25.237.241 netmask ffff0000 broadcast 172.25.0.0
ether 0:14:4f:22:21:21

Similar Messages

  • TS3899 I'm trying to reply to an email on my iPhone, but I get a message "the recipient was rejected by the server" What have I not set properly?

    I'm trying to reply to an email on my iPhone, but I get the message "the recipient was rejected by the server". What have I not set properly?

    Go to Settings > Mail, Contacts, Calendars > Your Account > Account Name , tap on SMTP (under the 'Outgoing Mail Server' heading) and then tap on your Primary Server and enter your email account and password. Make sure things are filled in properly.

  • DataGrid column width is not set properly

    Hi,
            In the below example I has called the OptimizeDataGrid method on Button Click event to resize the Column according to the data. First time of the button click event it called the function whereas the Datagrid Column width alone is not set properly.whereas on second time it is working properly.
    For Eg : In the below statement the text value is coming as 55 and widthPadding is comes as 25. but the sum of these two value is not in the dg.columns[col].width.
    dg.columns[col].width = text + widthPadding;
    But the same is working on the second time of the Button click event. is any help me out to resovle this issue. Thanks in Advance.
    <?xml version="1.0"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
        width="100%" height="100%" >
        <mx:Script>
            <![CDATA[
                import mx.utils.ObjectUtil;
                import mx.collections.ArrayCollection;
                import mx.core.UITextField;
                import mx.events.AdvancedDataGridEvent;
                import mx.binding.utils.BindingUtils;
                import mx.controls.Alert;           
                import mx.controls.AdvancedDataGrid;
                import mx.controls.advancedDataGridClasses.*;
                import mx.controls.DataGrid;
                import mx.controls.dataGridClasses.*;
                [Bindable]
                private var dpFlat:ArrayCollection = new ArrayCollection([            
                  {Region:"aabbCC", Territory:"Central Californiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
                      Territory_Rep:"Joe Smith", Actual:29134, Estimate:30000}, 
                  {Region:"AAbbcc", Territory:"Nevada",
                      Territory_Rep:"Bethany Pittman", Actual:52888, Estimate:45000}
                private function optimizeDataGrid(dg:Object,widthPadding:uint = 0,heightPadding:uint = 0):void
                    if ((!dg is DataGrid))
                        return;
                    var col:uint;
                    var colWidth:uint;
                    var tf:TextFormat;
                    var renderer:UITextField;
                    var widths:Array = new Array(dg.columnCount);
                    var height:uint = 0;
                    var dgCol:Object;
                    var text:uint = 0;
                    if (dg.columnCount > 0 && dg.dataProvider != null)
                        for (col = 0; col < dg.columnCount; ++col)
                            widths[col] = 0;
                        for each (var item:Object in dg.dataProvider)
                            for (col = 0; col < dg.columnCount; ++col)
                                renderer = new DataGridItemRenderer();
                                dg.addChild(renderer);
                                dgCol = dg.columns[col];
                                renderer.text = dgCol.itemToLabel(item);
                                widths[col] = Math.max(renderer.measuredWidth, widths[col]);
                                height = Math.max(renderer.measuredHeight, height);
                                dg.removeChild(renderer);
                        for (col = 0; col < dg.columnCount; ++col)
                            dg.addChild(renderer);
                            renderer.text = dg.columns[col].headerText;
                            widths[col] = Math.max(renderer.measuredWidth,widths[col]);
                            dg.removeChild(renderer);
                            text = widths[col];
                            dg.columns[col].width = text + widthPadding;
                        if (height != 0)
                            dg.rowHeight = height + heightPadding;
            ]]>
        </mx:Script>
        <mx:DataGrid id="myADG"
               dataProvider="{dpFlat}" rowCount="{dpFlat.length}" sortableColumns="false">       
                 <mx:columns>
                    <mx:DataGridColumn dataField="Region" />              
                    <mx:DataGridColumn dataField="Territory_Rep" headerText="Territory Rep" />
                     <mx:DataGridColumn dataField="Territory" />
                    <mx:DataGridColumn dataField="Actual" />
                    <mx:DataGridColumn dataField="Estimate" />
                </mx:columns>
       </mx:DataGrid>
       <mx:Button label="click" id="click" click="optimizeDataGrid(myADG,25,5);"/>
    </mx:Application>
    Regards
    Harikumar

    With horizontalScrollPolicy="off" (the default), it is hard to control
    column widths because the columns are sometimes overridden to make sure they
    fit on the screen.

  • Header information not displaying in ABAP Webdynpro record working time

    1. I am not seeing the header information, personnel number, name, cost center, on the ABAP Webdynpro record working time timesheet. When I run the timesheet profile in CAT2 the header contains the personnel number, name, cost center, but these do not display when the ABAP Webdynpro timesheet is run
    2. Is there a version of the ABAP webdynpro timesheet that prompts for the personnel number, date and profile prior to executing the timesheet?  I want to define an ESS link for managers to update timesheets of individual teammates.  The teammate do not necessarily have to be their direct reports

    Hi David,
    CATS Webdynpro application is a OIF fpm. Please check if you have performed the FPM IDR configuration properly.
    In standard, the ESS CATS does not prompt for the personnel number except in CE scenario. In MSS addon, you have an option to launch the ESS CATS application on-behalf of the employee. Please refer to the sap library documentation.
    Hope this helps,
    Regards,
    Roy

  • "Quit" in ITS Header does not work properly

    Hello,
    we have a self-made ESS Service in use (http://itshost:port/scripts/wgate/zmfa/!). In this service the "Quit" Link in the ESS header does not work.
    When we start e.g. the pz04 transaction on the ITS (http://itshost:port/scripts/wgate/pz04/!) the "Quit" button does work properly, and ends the ITS Session.
    I already tried to set the ~exiturl to a close_window.html file, but still it doesn't work in the self-made service.
    This line is included in the service:
    `include(~service="system", ~language="", ~theme="dm", ~name="TemplateLibraryDHTML.html")`
    I guesss changing the templatelibrarybasis.html won't work, since the pz04 also uses this template, and there it works. We don't want to remove these "Quit" and "Help" links in the header, since they are still being used (due to older Release of R/3, no Portal App).
    It's a standalone ITS 6.20, latest patch, newly installed.
    Anybody have an Idea?
    Thanks.
    Regards,
    Daniel

    Usually the profiler gives higher execution times than is true, since it is using resources itself. Make sure the profiler is started before starting the program (while in edit mode vs run time mode). Wait for the completion of all vis, then stop the profiler.
    Of course, the sub vis may actually execute faster than the profiler can discriminate (eg faster than a microsecond), which happens frequently.
    2006 Ultimate LabVIEW G-eek.

  • Header information not getting displayed in the lines

    Hello Everyone
    I have a very basic question - its very simple but not working for me with so many attempts
    My XML structure looks like this . In the RTF , I have header information and then a table for line information looping through G_LINES.
    IN this lines table I need the SHIP_CUSTOMER_ID of the header to be displayed. I have tried all options like <?../SHIP_CUSTOMER_ID?> or <?../G_ORDERS/SHIP_CUSTOMER_ID?> , however nothing seems to be working and I am not getting the field to be displayed. Can someone please help?
    XML structure is as follows:
    <XXSTOL_29251_PICK_TKT>
    <LIST_G_ORDERS>
    <G_ORDERS>
    <CUSTOMER_NUMBER>1411</CUSTOMER_NUMBER>
    <SHIPPING_INSTRUCTIONS1></SHIPPING_INSTRUCTIONS1>
    <SHIP_CUSTOMER_ID>256</SHIP_CUSTOMER_ID>
    <G_LINES>
    </G_LINES>
    <G_LINES>
    </G_LINES>
    </G_ORDERS
    </LIST_G_ORDERS>
    </XXSTOL_29251_PICK_TKT>

    Are you grouping within G_LINES? If so, use ../../SHIP_CUSTOMER_ID
    or send me the xml and RTF template to [email protected] so that I can get a better look at the data structure and try to help.
    Thanks,
    Bipuser

  • NLS_LANG not set properly for printing

    Dear all,
    Am setting up pasta for printing using note : How to Setup Pasta Quickly and Effectively (Doc ID 356501.1) 12.0.4 on solaris 10
    a)    Verify the instance’s character set and ensure that the “ICX: Client IANA Encoding” and the “FND: NATIVE CLIENT ENCODING” profiles match the instance’s character set.
    select value from nls_database_parameters
    where parameter = 'NLS_CHARACTERSET';
    AR8MSWIN1256
    b)    Verify that the “Tk2Motif*fontMapCs” parameter within the file Tk2Motif.rgb or Tk2Motif_UTF8.rgb (for UTF8 instances) specifies the correct character set.
    EBS Release 12
    grep MapC $ORACLE_HOME/guicommon/tk/admin/Tk2Motif.rgb
    bash-3.00$ grep MapC $ORACLE_HOME/guicommon/tk/admin/Tk2Motif.rgb
    !Tk2Motif*fontMapCs: iso8859-2=EE8ISO8859P2
    !Tk2Motif*fontMapCs: iso8859-15=WE8ISO8859P15
    c)    Verify that the NLS_LANG within the Apps listener shows the correct character set.
    grep envs $TNS_ADMIN/listener.ora
    bash-3.00$ grep envs $TNS_ADMIN/listener.ora
                     ( envs='MYAPPSORA=/sets/backup/mar20/appl/MAR19/apps/apps_st/appl/APPSMAR19_setshapps01.env,PATH=/usr/bin:/usr/ccs/bin:/bin,FNDSM_SCRIPT=/sets/backup/mar20/appl/MAR19/inst/apps/MAR19_setshapps01/admin/scripts/gsmstart.sh' )
                     ( envs='EPC_DISABLED=TRUE,NLS_LANG=American_America.AL32UTF8,LD_LIBRARY_PATH=/sets/backup/mar20/appl/MAR19/apps/tech_st/10.1.2/lib32:/sets/backup/mar20/appl/MAR19/apps/tech_st/10.1.2/lib:/usr/dt/lib:/usr/openwin/lib:/sets/backup/mar20/appl/MAR19/apps/tech_st/10.1.2/jdk/jre/lib/sparc:/sets/backup/mar20/appl/MAR19/apps/tech_st/10.1.2/jdk/jre/lib/sparc/native_threads,SHLIB_PATH=/sets/backup/mar20/appl/MAR19/apps/tech_st/10.1.2/lib32:/sets/backup/mar20/appl/MAR19/apps/tech_st/10.1.2/lib:/usr/dt/lib:/usr/openwin/lib:/sets/backup/mar20/appl/MAR19/apps/tech_st/10.1.2/jdk/jre/lib/sparc:/sets/backup/mar20/appl/MAR19/apps/tech_st/10.1.2/jdk/jre/lib/sparc/native_threads,LIBPATH=/sets/backup/mar20/appl/MAR19/apps/tech_st/10.1.2/lib32:/sets/backup/mar20/appl/MAR19/apps/tech_st/10.1.2/lib:/usr/dt/lib:/usr/openwin/lib:/sets/backup/mar20/appl/MAR19/apps/tech_st/10.1.2/jdk/jre/lib/sparc:/sets/backup/mar20/appl/MAR19/apps/tech_st/10.1.2/jdk/jre/lib/sparc/native_threads,APPLFSTT=MAR19,APPLFSWD=/sets/backup/mar20/appl/MAR19/inst/apps/MAR19_setshapps01/appl/admin;/sets/backup/mar20/appl/MAR19/inst/apps/MAR19_setshapps01/appltmp;/sets/backup/mar20/appl/MAR19/apps/apps_st/comn/webapps/oacore/html/oam/nonUix/launchMode/restricted' )The above doesn't reveal my character set properly. is this normal ?.. can I ignore this ?.If I have to change, how to change this ?
    Please advise
    Kai
    Edited by: KaiS on Mar 21, 2010 12:39 AM

    Kai,
    bash-3.00$ grep MapC $ORACLE_HOME/guicommon/tk/admin/Tk2Motif.rgb
    !Tk2Motif*fontMapCs: iso8859-2=EE8ISO8859P2
    !Tk2Motif*fontMapCs: iso8859-15=WE8ISO8859P15Change the above to:
    Tk2Motif*fontMapCs: iso8859-6=AR8MSWIN1256
    See (Note: 816879.1 - HOW TO CONFIGURE PASTA FOR ARABIC) for details.
    bash-3.00$ grep envs $TNS_ADMIN/listener.ora
    ( envs='MYAPPSORA=/sets/backup/mar20/appl/MAR19/apps/apps_st/appl/APPSMAR19_setshapps01.env,PATH=/usr/bin:/usr/ccs/bin:/bin,FNDSM_SCRIPT=/sets/backup/mar20/appl/MAR19/inst/apps/MAR19_setshapps01/admin/scripts/gsmstart.sh' )
    ( envs='EPC_DISABLED=TRUE,NLS_LANG=American_America.AL32UTF8,LD_LIBRARY_PATH=/sets/backup/mar20/appl/MAR19/apps/tech_st/10.1.2/lib32:/sets/backup/mar20/appl/MAR19/apps/tech_st/10.1.2/lib:/usr/dt/lib:/usr/openwin/lib:/sets/backup/mar20/appl/MAR19/apps/tech_st/10.1.2/jdk/jre/lib/sparc:/sets/backup/mar20/appl/MAR19/apps/tech_st/10.1.2/jdk/jre/lib/sparc/native_threads,SHLIB_PATH=/sets/backup/mar20/appl/MAR19/apps/tech_st/10.1.2/lib32:/sets/backup/mar20/appl/MAR19/apps/tech_st/10.1.2/lib:/usr/dt/lib:/usr/openwin/lib:/sets/backup/mar20/appl/MAR19/apps/tech_st/10.1.2/jdk/jre/lib/sparc:/sets/backup/mar20/appl/MAR19/apps/tech_st/10.1.2/jdk/jre/lib/sparc/native_threads,LIBPATH=/sets/backup/mar20/appl/MAR19/apps/tech_st/10.1.2/lib32:/sets/backup/mar20/appl/MAR19/apps/tech_st/10.1.2/lib:/usr/dt/lib:/usr/openwin/lib:/sets/backup/mar20/appl/MAR19/apps/tech_st/10.1.2/jdk/jre/lib/sparc:/sets/backup/mar20/appl/MAR19/apps/tech_st/10.1.2/jdk/jre/lib/sparc/native_threads,APPLFSTT=MAR19,APPLFSWD=/sets/backup/mar20/appl/MAR19/inst/apps/MAR19_setshapps01/appl/admin;/sets/backup/mar20/appl/MAR19/inst/apps/MAR19_setshapps01/appltmp;/sets/backup/mar20/appl/MAR19/apps/apps_st/comn/webapps/oacore/html/oam/nonUix/launchMode/restricted' )Change the "NLS_LANG=American_America.AL32UTF8" to "NLS_LANG=American_America.AR8MSWIN1256) -- You could also leave the same line as you should be able to print Arabic with "AL32UTF8".
    Once you are done, bounce all the application services (including the CM) and check then.
    Regards,
    Hussein

  • Adclonectx.pl throwing classpath is not set properly error

    I recreated the appsutil folder on DB tier and now when I am running the below command to create the context file I am getting error.
    perl adclonectx.pl outfile=E:\R12\11.1.0\appsutil
    The above command is giving error, 'Please ensure that Classpath is set properly'
    Even though I have set the classpath to the below I am getting the error.
    SET CLASSPATH=E:\R12\11.1.0\jdbc\lib\ojdbc5.jar;E:\R12\11.1.0\appsutil\java\xmlparserv2.jar;E:\R12\11.1.0\appsutil\java;E:\R12\11.1.0\jlib\netcfg.jar;E:\R12\11.1.0\jlib\ldapjclnt11.jar
    SET PERL5LIB=E:\R12\11.1.0\perl\5.8.3\lib\MSWin32-X64-multi-thread;E:\R12\11.1.0\perl\5.8.3\lib;E:\R12\11.1.0\perl\site\5.8.3\lib\MSWin32-X64-ulti-thread;E:\R12\11.1.0\perl\site\5.8.3\lib;E:\R12\11.1.0\appsutil\perl

    Sami,
    Are you passing the template in the command as in (R12 adbldxml.pl AutoConfig Tool to Generate the Context File on the Database Tier [ID 1079053.1])?
    If this is a RAC-to-RAC cloning, please see (R12 RAC to RAC cloning fails with 'Please ensure that Classpath is set properly' [ID 966321.1]).
    Thanks,
    Hussein

  • Netmask is not set properly in Solaris 10

    Hi,
    I am not able to change my netmask for bge0 NIC. I've just run Oracle CRS installer and it changed my netmask. I didn't install CRS.
    bash-3.00# ifconfig -a
    lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
    inet 127.0.0.1 netmask ff000000
    bge0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
    inet 10.160.19.49 netmask ff000000 broadcast 10.255.255.255
    ether 0:14:4f:0:64:82
    bge0:1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
    inet 10.160.19.68 netmask fffffe00 broadcast 10.160.19.255
    bge1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 3
    inet 10.10.10.1 netmask fffffe00 broadcast 10.10.11.255
    ether 0:14:4f:0:64:83
    bash-3.00# cat /etc/netmasks
    # The netmasks file associates Internet Protocol (IP) address
    # masks with IP network numbers.
    # network-number netmask
    # The term network-number refers to a number obtained from the Internet Network
    # Information Center.
    # Both the network-number and the netmasks are specified in
    # "decimal dot" notation, e.g:
    # 128.32.0.0 255.255.255.0
    10.160.19.0 255.255.254.0
    bash-3.00# cat /etc/hosts
    # Internet host table
    ::1 localhost
    127.0.0.1 localhost
    10.160.19.49 sun3.testwaw.symantec.pl sun3
    10.160.19.50 sun4.testwaw.symantec.pl sun4
    10.160.19.66 sun3-vip
    10.160.19.67 sun4-vip
    10.10.10.1 sun3-priv
    10.10.10.2 sun4-priv
    bash-3.00# cat /etc/nsswitch.conf
    # DNS service expects that an instance of svc:/network/dns/client be
    # enabled and online.
    passwd: files
    group: files
    # You must also set up the /etc/resolv.conf file for DNS name
    # server lookup. See resolv.conf(4).
    hosts: files dns
    # Note that IPv4 addresses are searched for in all of the ipnodes databases
    # before searching the hosts databases.
    ipnodes: files
    networks: files
    protocols: files
    rpc: files
    ethers: files
    netmasks: files
    bootparams: files
    publickey: files
    # At present there isn't a 'files' backend for netgroup; the system will
    # figure it out pretty quickly, and won't use netgroups at all.
    netgroup: files
    automount: files
    aliases: files
    services: files
    printers: user files
    auth_attr: files
    prof_attr: files
    project: files
    tnrhtp: files
    tnrhdb: files
    Any idea?

    Was there ever a solution to nagardd's original post? I am experiencing the same issue w/ the netmask not being set even though it's setup to do so in /etc/netmasks.
    My /etc/netmasks
    root@fsintntwrkrus1 cat /etc/netmasks
    # The netmasks file associates Internet Protocol (IP) address
    # masks with IP network numbers.
    # network-number netmask
    # The term network-number refers to a number obtained from the Internet Network
    # Information Center.
    # Both the network-number and the netmasks are specified in
    # "decimal dot" notation, e.g:
    # 128.32.0.0 255.255.255.0
    172.25.40.0 255.255.255.0
    *172.25.237.0 255.255.254.0*
    My ifconfig after boot
    root@fsintntwrkrus1 ifconfig -a
    lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
    inet 127.0.0.1 netmask ff000000
    ipge0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
    inet 172.25.40.10 netmask ffffff00 broadcast 172.25.40.255
    ether 0:14:4f:22:21:20
    ipge1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 3
    inet 172.25.237.241 netmask ffff0000 broadcast 172.25.0.0
    ether 0:14:4f:22:21:21

  • Viewing header info not aligning properly

    I've been using Microsoft Entourage for about 6 years or so and decided to try out the Mail program. I'm running Mail 2.1.2 on OS 10.4.11. Everything is working fine except the way the emails are displayed. Header info, "From" and "To" are not aligning up properly with the names.
    The sender's name (email address) is at the top and there are approx 12 line spaces (blank) before the "From:". "Subject" and "Date" info are aligned properly. Following the Date info, the receiver's name and email address is displayed followed by about 12 line spaces (blank) before the "To:". This makes the header info take up a lot of space with empty area.
    I tried changing fonts and sizes with no luck. I ran all the updates which also didn't fix the problem. FYI, I use the Suitecase to manage my fonts.
    Any suggestions will be greatly appreciated.
    Thank you!

    This is a font issue. You’ve probably either disabled or removed a font that Mail needs to work properly (e.g. Helvetica):
    Font Management in Mac OS X Tiger and Panther
    You can only change in Preferences the fonts that Mail uses for some things. The font that Mail uses for other things, and for message headers in particular, is fixed (Helvetica).

  • Smart form header data not displaying properly

    dear abapers,
         i need to display header..but am not able to get the data properly...

    Hi,
         Take a Text Element at the place where u want header(Before main Window) or
         use appropriate Smart Style(font ,size,style) or
         Check the Table ,Template Layout (if used).

  • Have windows 7 w/email address, click on address & firefox says email default not set properly, i say ok, it transfers the email address to yahoo mail, but it always has firefoxhtml after it & i have to delete that portion, help

    I hit ctrl key & click on the email address in windows 7 that I am sending an email to. Firefox gives me the message "Could not perform this operation because the default mail client is not properly installed". I click the OK option & the person's email address appears in yahoo mail ready for me to compose my email, but it always puts FirefoxHTML right after the person's email address & I have to go up & delete that portion. If I forget, the email is returned as error. Please help.

    The "Use custom settings for history" selection allows to see the current history and cookie settings, but selecting this doesn't make any changes to history and cookie settings.
    Firefox shows "Use custom settings for history" as an indication that at least one of the history and cookie settings is not the default to make you aware that changes were made.
    If all History settings are default then the custom settings are hidden and you see "Firefox will: (Never) Remember History".
    "Never Remember History" means that Private Browsing is active and "Always use private browsing mode" gets a checkmark.
    You need to remove the checkmark on "Always use private browsing mode" to leave Private Browsing mode or chose the "Remember History" setting.
    *https://support.mozilla.org/kb/Private+Browsing

  • Header is not displaying Properly in Report.

    CONCATENATE 'Company Name :' text1 INTO text1.
      CREATE OBJECT lr_grid.
      lr_grid->create_text(
          row = 1
          column = 1
          text = text1
       CONCATENATE 'Plant :' text1 INTO text1.
      CREATE OBJECT lr_grid.
      lr_grid->create_text(
          row = 2
          column = 1
          text = text1
      CONCATENATE 'Unit Name :' unit_text INTO unit_text.
      CREATE OBJECT lr_grid.
      lr_grid->create_text(
          row = 3
          column = 1
          text = unit_text
       CONCATENATE 'REPORT NAME:' text1 INTO text1.
      CREATE OBJECT lr_grid.
      lr_grid->create_text(
          row = 4
          column = 1
          text = text1
    I have created 4 heading for report using above method but its displaying only two in output.Kindly let me know how can i display it properly.
    Thanks.
    Added code tags
    Edited by: Suhas Saha on Aug 19, 2011 11:01 AM

    DATA  : lr_grid  TYPE REF TO cl_salv_form_layout_grid,
              text1(50) TYPE c,
              unit_text(50) TYPE c,
              plant_text(50) TYPE c,
              lr_text TYPE REF TO cl_salv_form_text.
    cl_salv_form_layout_grid is type of class.Im new to oops so plz guide me.....
    Edited by: abhi1582 on Aug 19, 2011 7:05 AM

  • "Remove Hidden Information" not functioning properly after crop

    Hello all,
    I often print multi-page MS Visio documents to PDF, then edit them in Acrobat Pro XI.  I have found that since the most recent update of Acrobat Pro XI, when I crop a page, then select "remove hidden information," it only removes text information, and not all the information that is cropped.  For example, if I have a box filled with text that is partially cropped, and I select "remove hidden information," the portion of the text that is cropped is removed, but the entire graphical portion of the box remains and can be seen if the file is "uncropped."  Is there a solution for this problem?  It seems like it should be easy to remove all the previously-visible data that has been cropped, and in the past, I have been able to do so, but I can't seem to any longer.
    Thanks in advance.

    I wouldn't expect it to remove part of a graphic in general. I haven't compared results.

  • ShowDocument(..): referer header is not set

    Hello everybody
    I've got an applet with a button. After clicking on it, the user is redirected to a JSP page (on same webserver) with following code in actionPerformed():
    getAppletContext().showDocument(new URL(getCodeBase() + "anotherPage.jsp"), "_self");
    In anotherPage.jsp I need the info from which URL the user is coming from (because same applet is embedded in different html pages).
    For this, I use the 'referer' header:
    *<% String backLink = request.getHeader("referer"); %>*
    This works fine with Firefox, but not with Internet Explorer.
    Is this a bug in IE or is there some browser specific code in the JRE which works not correct for all browsers?
    Has anyone an idea to get this working in IE?
    Thanks in advance
    Markus

    Andrew Thompson wrote:> > ..isn't the <tt>referral</tt> <tt>param</tt> equivalent to the applet's document base?  The <tt>Applet</tt> class provides a convenient method to determine the document base.Probably but it seemed to me that the OP wanted to go elsewhere than the document base. The OP need to provide a more detailed use-case and/or sequence diagram/statement.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

Maybe you are looking for