Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

hide a field of function module

Former Member
0 Kudos

hi

in my customized FM if i give the report id it will display the page number, date, system name ,report name, etc., in the header of the report

i just dont want the page number to get displayed in the header of the report how to hide the field from displaying

1 ACCEPTED SOLUTION

Former Member
0 Kudos

no i cant do it in the FM level because it is a common FM written for to display the header details for all the pgms

i need to hide it in the coding level only

5 REPLIES 5

Former Member
0 Kudos

without knowing how ur FM was created its difficult to say..

you can remove that from the exporing parameters

Former Member
0 Kudos

no i cant do it in the FM level because it is a common FM written for to display the header details for all the pgms

i need to hide it in the coding level only

0 Kudos

Hi,

Please let us know some more details of the FM

without which its difficult to help u.

0 Kudos

Hi ,

As per my understandig you have a standard report header that would be used by your client globally for all reports and there is functional module to do that job as well.

So if you still want to use that header include i dont think you can do it unless you go with your own header.

Please ignore if i am wrong.

0 Kudos

Hi Varalakshmi,

I think u can use the <b>READ LINE <LINE NO></b>........statement along with

<b>REPLACE</b>........... statement to change the contents of the list output.

something like this:

read line 1 of page 1.

replace <> with SPACE into sy-lisel.

modify current line.

Message was edited by:

Rajesh