abap sap
abap sap
SMARTFORMS
1. Introduction
Whenever we execute our Smartform, It directly navigates to SE37(Function Builder).
For Every Smartform, SAP will automatically generate a function module at the runtime.
Note :-
Step 2 :- Since, we are passing employee id as an input to our smartform so, for that we will
create a parameter for the same.
Step 3 :- Since, we have already discussed that for our smartform, SAP automatically creates
a function module, so we can use it directly in our program.
SSF_FUNCTION_MODULE_NAME
Here, using FM_NAME we can import the name of our function module.
and we can pass it instead of the function module for our smartform.
Code
Output