How to disable or hide header row in appliction server

hi,
I need disable my header row in applicationserver(outbound)(i s nothing but first row),
how to do , plz any one explain me with code.
my requeriment is in my selection screen input as file name , field sprator and headerrow .
in header row if user give option yes or no, if yes means we have to display header row in applicion server
if they entred no menas we have to disble header row.
ex: appliction server outpurt  like below;
      aaaaaa         bbbbbbbbbb  cccccccccc  ddddddd    -
> this is header row , i need to hide
     11 111           2222222       3333              4444
      55555            777777           8888            9999
i need display in appliction server from 2nd row on wards.
plz any one know reply me as soon as possible

Hi Sara
I doubt if there is any way where you can hide or disable the header row for the existing file in the application server.
What you may perhaps do is, process the desired output in the program, in such a way that as per the value in the checkbox( whether selected or not) you may delete the first row from the internal table which has the header data from the incoming file.
Something like this:
LOOP AT itab INTO wa_itab.
   IF ck_box  = 'X'.
      CLEAR wa_itab.
      MODIFY itab FROM wa_itab INDEX sy-tabix.
      EXIT.
   ENDIF.
ENDLOOP.
Let me know if you need any further help on this.
Harsh
PS:
1) An empty first line will appear in this case.
2) Check the code in a test program first.

Similar Messages

  • How to freeze the report header row in the web template SAP BI 7.0?

    Hello,
    Can somebody tell me how to freeze the report header row in the web template SAP BI 7.0 (key fiigures1, 2,3)?
    key figure1   key figure2    key figure3
    20                    30                   40
    30                    80                   90
    Thanks

    Hi,
    You can refer the following threads...
    Re: Create Scrollable Table Body in WAD - Locking Table Column and Header
    Freeze Data Columns in WAD
    This will help you!
    Rgds,
    Murali

  • How to repeat 2 table header rows in adobe form

    Can anybody suggest me how to repeat 2 table header rows .
    one header row is for displaying only columns header list
    second header row is for displaying 'from date' and 'to date'.
    and i want this to be done using layout tab(palletes) in the form.  will it be?
    Message was edited by:
            M Madhu

    loop at ot into wa.
    at first header one
    write second header.
    endloop.
    declear one internal table append both values in come internal table .
    pass the header in comen internal table.
    Message was edited by:
            Karthikeyan Pandurangan

  • How to Disable the Process Header, collapsible Area, and Process Warning Bar from Contacts Form of CRM 2013

    Folks,
    How to Disable the Process Header, collapsible Area, and Process Warning Bar from Contacts Form of CRM 2013
    Thank you.

    Hi,
    You can deactivate the business process itself if you do not want at all. So that the header will not available for the entity.
    Regards,
    Priya

  • How to disable and hide the menu items of 'copy From' button of Goods Recei

    hi expert,
    I am new in SAP B1. so please help me.
    Q:How to disable and hide the menu items of 'copy From' button of Goods Receipt PO form?
    Regards
    sanoj

    Hi Sanoj,
    Try This.....
    If pVal.FormType = "143" And pVal.EventType = SAPbouiCOM.BoEventTypes.et_FORM_ACTIVATE And pVal.BeforeAction = False Then
                oform = sbo_application.Forms.GetFormByTypeAndCount(pVal.FormType, "1")
                Dim oitem As SAPbouiCOM.Item
                oitem = oform.Items.Item("10000330")
                'To Disable the button
                oitem.Enabled = False
                'To hide the button
                'oitem.Visible = False
            End If
    Thanks
    Shafi
    Edited by: shafi_sunshine on Sep 15, 2011 7:35 AM

  • How to disable the Directory listing for the whole server or a particular a

    Please let me know how to disable the Directory listing for the whole server or a particular application.
    Thank You

    I want to disable the tab focusing( tab index) for a JTextField objectsLook through the API and find methods with the word "focus" in the method name.
    Also can u tell me about how to change the tab index orders for JTextFields."How to Use the Focus Sub System":
    http://java.sun.com/docs/books/tutorial/uiswing/misc/focus.html

  • How to disable one email account in iPlanet Messaging Server 4.5

    Hi,
    Any one can tell me how to disable a single user in iPlanet Messaging Server 4.5.
    Thanks
    Abid

    I wonder what product you're really talking about.
    There was never a product called, "Netscape Messaging Server 4.5". There was 4.1 and 4.15, but the next product was 5.0.
    These are all long discontinued, and nobody should be using them anymore.
    Assuming it's 4.1, check your ldap record for "inetuserstatus" and set it to "disabled", or even "deleted"

  • Hide Header Row in Query results.

    Good afternoon
    Please assist. I have 7 queries in one sheet and would like to hide the header rows from the second to last query. I have hidden the row(s) and then selected "Adjust format after data refresh" in the query properties, but when a query is refreshed, the header row(s) will display again.
    Point will be awarded for solution. Thanks
    Cj

    Hi Cj,
             This is little bit simple. All you have to need is to adjust the range of Analysis grid properties.
    Steps:
    1. Find the position of the last row of your first query.(For example, if your query1 is starting from column F and the last row of the query1 is 21, then query2 should start from the same range F21.
    2. After finding the ending position of the query1, goto the properties of the analysis grid item in the design mode.
    3. There you find a tab called General in which there will be a check box called 'Range'.
    4. There specify the exact starting position of the query2. If your query1 range is from "$F$15:$I$21", then the range for the query2 should be "$F$21:$I$27".
    5. This will help to hide the heading row of the succeeding queries .
             Hope this helps you. Assign points if it helps you.
    Regards,
    Yokesh.

  • How can I freeze the header row in Numbers '08

    Hello,
    I've read through support communities and looked high and low through numbers, but can't seem to find a way to freeze my header row.  Any ideas?  Thanks!

    Hi April,
    Upgrade to Numbers '09, where the feature was added.
    The closest you can come in Numbers '08 is "Repeat Headers" in the Table menu, which will show the header row at the top of each page of the document as it would be printed.
    Regards,
    Barry

  • How to disable (or) Hide the UDF Field in the Row level through Query

    Hi suda,
    thanks for your reply. i also want to know the formatted search query for the UDF present in the row level, i want to hide that also.so pls msg me the query.
    i have written as N$[item.column.row] but it is not working,so keep me posted if your query that works well.
    Regards
    Magesh.

    Magesh,
    I just saw your other messages...
    Go to Tools > User defined fields > Manage User Fields   --  Under Marketing Documents > Rows  check the field name here.
    Then go the Form itself and Click on Form Settings Icon or Click CTRLSHIFTS or Tools > Form Settings and from the Table format Tab make your changes..
    Good luck
    Suda

  • Disable or hide a row

    Hi all,
    How can I disable a row in a table?
    Is it possible to privent a user from seeing a table row ?

    There is no mechanism for disabling rows.
    The simplest way to prevent a user from seeing a row is to use a VIEW which filters the table depending on certain criteria. This is rather clunky, especially if you want to apply lots of different types of restrictions. Hence Oracle introduced Row Level Security which makes this sort of masking a lot more dynamic and flexible. Unfortunately it is only available to people who have bought an Enterprise Edition licence.
    Cheers, APC

  • How to disable a CPU on a UCS C220 server

    Hello Experts ,
    Would anybody help if there is a way to disaable a CPU on a UCS C220 server ?
    Is there a jumper that is used for this purpose ?!!
    ASAP
    Thanks guys

    Short of removing the physical CPU I don't believe there's any other way to "disable" it.  Removing the CPU will also render it's memory banks (usualyl 1/2 the DIMMs) inaccessible to the system.
    What reason to have for requiring to disable it?
    Regards,
    Robert

  • How do you freeze the tablix header row in an Excel export file in SSRS 2008?

    So this is totally killing me.
    I've found out how to make a tablix header row repeat on each page of a PDF export file in SSRS 2008 (which I won't even get started on because all I can say is that 2005 is way better), but I cannot figure out how to make a simple header row of a tablix
    freeze in an Excel export file.  The tablix is right at the top of the body and spans the entire width of the design area.  How in the world do you get it to freeze in the Excel export file?

    Rashiki777,
    From your information, I get that you want to freeze the tablix header when view the report in Excel. Please follows
    these steps:
     Click
    the header row
    Click
    View menu on  top of the toolbar, then you will Freeze Panes
    Select one kind of Freeze based on your requirement.
    This link supplies the detailed steps
    http://inpics.net/tutorials/excel2007/vis5.html If you have any concern, please feel free to ask.
    Of course,
    you could utilize the list control to display a certain rows on one sheet, then every sheet in Excel will have one header, the steps are following:
    Drag a list into report body, right-click
    Details in Row Groups panel to select Group Properties….
    Click
    Add button, then type in expression =ceiling(RowNumber(nothing)/25)
    in the textbox Note: 25 is just 25 rows per page, you could reset this value based on your requirement.
    Drag the table control into this list control.
    If you want to display every page in every sheet, you could add a page break to the table control in the list.
    Best regards,
    Challen Fu

  • Floating Header Row

    How do I get a Header Row to stay still or to stay visible when I scroll down the page? I want to see what the rows title is as I scroll.

    You can also select Page View from the View Icon:
    or from the Menu:
    Regards,

  • Cannot re-add deleted Header row to tablix in SSRS 2012?

    Hello, I am stuck on this seeminly small issue. I am using SSRS 2012 RC0 in Visual Studio 2010 sp1 to build this tabular report. I had inadvertantly removed the initial header row from my tablix before adding numerous nested groupings to move the column
    headers to the header section so they would show up on each page. I would like to reverse that decision, but I seem to be unable to now re-add that header row back to my tablix. In older versions of SSRS, I was able to right click on the table and then click
    on insert row-->Header row but that does not seem to be possible in ssrs 2012.. I tried adding a outer row to my top most grouping, but that option was grayed out.
    Please advise how I can add my header row back to my table.
    thanks!

    Hi chenthorn,
    In your case, could you please post a screenshot about your report design structure to us for further investigation? Generally, we can right-click on the “details” row and then select “Insert Row->Outside Group - Above” to get the table header.
    Otherwise, SQL Server 2012 RTM available for download. Please see:
    Microsoft® SQL Server® 2012 Evaluation:
    http://www.microsoft.com/en-us/download/details.aspx?id=29066
    TechNet Subscriber Support
    If you are TechNet Subscription user and have
    any feedback on our support quality, please send your feedback here.
    Thanks,
    Bin Long
    TechNet Community Support
    Hi this does work, but just like any other row added outside the group in the table, it doesnot have the properties of a header, it cannot repeat on every page/pagebreak.Is there any other way the deleted header can be added back?
    Regards
    Prasanth
    Is the header row 'special' or is it just another row?  

Maybe you are looking for

  • Use iMac as screen

    Is it possible to use a iMac as a screen for a Mac Pro Book?

  • Acrobat 8 installation from a Norwegian CD

    Hi! I bought Acrobat 8 last summer on Ebay. I ended up getting 2 CD's, one that was a copy in english and the other an original unopened CD labeled Brazilian Portuguese, Norwegian. It has the serial number stickers on the back. I used the english ver

  • CSS Load Balancing and AOL

    We are load balancing a web site consisting of two servers using advanced-balance sticky-srcip. We have several customers that use AOL to access this site. They complain that their sessions are timing out. It appears that the souce IP address for the

  • For larger Android 2.2 tablets, We should have the option of full size HTML pages by default. How?

    On the new ViewSonic gTablet 10.1 inch screen - rebuilt to use a base Android 2.2 OS and not the faulty one from Viewsonic, I loaded the Firefox 4 beta for Mobile. The issue is that it is not giving me an option to allow it to show all content in a n

  • Very slow i-tunes 7.1. Should i take an older version? Or something else?

    I-tunes upgraded itself to version 7.1 Since the 7 version (i think) my i-tunes is very slow. It takes 10 seconds when i click on a song to get it played. Besides that I installed some new anti-virussoftware (NOD32, Spysweeper). Is it possible that t