Implicit Enhancement in F4_FILENAME function module
-
We have a function module F4_FILENAME which is used for selecting a particular file from our local system.
-
So, when we execute this function module.
- We can see, we will get a pop up screen which will navigate to file in our local system.
- In the Title we can see we are getting Choose file as Title.
Requirement :-
- Now, Suppose user wants to see some other title at the same place.
- So, we will use implicit enhancement for the same purpose.
-
Now, If I go to the source code of this,
- I can see, in Title parameter text-005 have been passed, so we have to change this field’s value.
Implementing Implicit Enhancement for the above function module :-
-
Step 1 :- Go to Source code of the F4_FILENAME function module.
-
Step 2 :- Double click on WS_FILENAME_GET function module.
-
Step 2 :- Click on edit → Enhancement Operations → Show Implicit Enhancement Options.
-
Step 3 :- We will see, implicit point at the start of the program or at the end of the program.
-
Step 4 :- Click on the enhance button → create a new implicit enhancement.
Executing the Program :-
-
Now, go to program.
-
Execute the code and press F4 on the selection screen.
- We can see that title is changed.
Note :-
- Always make sure to undo the enhancement after the implementation, so that if doesn’t affect others.
Comments
Post a Comment