Application Development and Automation 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: 
Read only

hide a field of function module

Former Member
0 Likes
754

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
Read only

Former Member
0 Likes
699

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

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
Read only

Former Member
0 Likes
699

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

you can remove that from the exporing parameters

Read only

Former Member
0 Likes
700

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

Read only

0 Likes
699

Hi,

Please let us know some more details of the FM

without which its difficult to help u.

Read only

0 Likes
699

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.

Read only

0 Likes
699

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