cancel
Showing results for 
Search instead for 
Did you mean: 

Deleting element output in main window

0 Kudos

Hi All,

I have copied standard SAP script CLM_REPLY01 and modified it as per requirements.

In MAIN window i have element HEAD_LONGTEXT. I have commented everything under that element. Still after this element FM WRITE_FORM_LINES is being called and is printing text under item data in main window.

How can i remove the lines printed by the FM WRITE_FORM_LINES.

Accepted Solutions (0)

Answers (4)

Answers (4)

satyajit_mohapatra
Active Contributor
0 Kudos

If the text lines have been already commented, there could be two probabilities

1. Your form is not active

2. It's calling the form in different language other than the language in which the changes were made...

Activate debugger on sapscripts and check whether lines are shown as commented in debugging mode..

Former Member
0 Kudos

hi,

U have copied the standard script to 'Z' and made the changes, have you assigned this new 'Z' script to your output type.

Former Member
0 Kudos

hi,

I think in script for commenting we have to use '/*'. U might have used the same, but any way please check once.

0 Kudos

I have used the same. But it is not working

Former Member
0 Kudos

hi,

Check the place in the driver program, where the element is being called and comment that also.

0 Kudos

Driver program is standard so cant change it