SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

FPE2 disable notes text document

shah_viraj
Active Participant
0 Kudos
211

Hi,

In FPE2, there is provision to enter notes in the bottom of screen. I want to make it display only once the notes have been entered. Means, once the data have been entered, nobody should able to change it.

Thanks

Viraj.

2 REPLIES 2

Former Member
0 Kudos
136

Hi Viraj,

You can try the following approach.

The Note text is opened in edit mode in the program SAPLFKPS and under that in Include LFKPSFN0. You can see there is a Form as "FORM NOTICE_OPEN" where NOT-WMODE determines whether the Note section will be opened in Edit or Change mode. NOT-WMODE = 1 means "Display" and NOT-WMODE = 2 means "Change".There is option to do Implicit Enhancement for this Form NOTICE_OPEN. In the Implicit Enhancement you can pass the relevant parameter in READ_TEXT_INLINE FM (For Example: ID = FKK0, INLINE_COUNT=3,  LANGUAGE = EN,  NAME = Relevant FICA Document Number,  OBJECT=FKKKO).

Once you can see that there are entries in "INLINES" table, change the NOT-WMODE value to 1 from 2. It means the Note section will always be opened in Display mode from FPE2 as well if the Note section contains any value.

Thanks.

Nirmalya

0 Kudos
136

Thanks Nirmalya, I have thought of this option of Implicit Enhancement. But I was wondering if there is any standard configuration available to achieve this. As it is given in IW52 to make text output only once it is changed.

Thanks

Nirmalya