How to execute a smart form?
Answers were Sorted based on User's Feedback
Answer / phalani.kanth
Once Smart form created internally system creates a Function
module.
Smart form execution can be done in the following ways,
1. Directly execute the smart form from SMARTFORMS
transaction (internally it triggers the system function module).
2. Execute the system generated function module directly
from SE37.
Is This Answer Correct ? | 10 Yes | 0 No |
Answer / swamy
1.when create and save the smartform automatically function
module is generated here we can execute
2.through se37.
3.through program in program using this function module
ssf_function_module_name
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / dj
using se38 write a program calling the function module ssf_function_module_name . make sure that the smartform is activated and saved before u execute the program .
u can pass the function module number that is generated when it is executed in to the form-name of the function module
Is This Answer Correct ? | 1 Yes | 0 No |
can u create internal table dynamically ? how?
4 Answers Bristle Cone, Cap Gemini, HP, IBM, MetaMorph, Satyam, Wipro,
Can you delete data element, which is being used by table fields. : abap data dictionary
SmartForm : how to print a smartform layout having one portrait and one landscape?
Why cant we use Normal function module for data transfer?
IF I SAVE A TRANSACTIONAL DATA TABLE IN APPL0 INSTEAD OF APPL1 DURING TECHNICAL SETTINGS OF A NEW TABLE WHTHER IT WILL CREATE ANY PROBLEM OR IT WILL WORK SMOOTHLY???
How to test a script?how to find versions in scripts?
If there are errors in BDC Call Transaction method, once the correction of errors is made how will you run this as Session method ?
What will happen when we use fully buffered in abap?
Cds views
What are the differences between table controls and step loops?
How do I find the output type of a table or a program?
I want to know the procedure for direct input method in BDC.Anyone can tel