2015 Dec 22 3:41 AM
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.
2015 Dec 22 5:19 PM
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
2015 Dec 23 4:30 AM
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