why u can call(r using) ssf_function_module_name in smartforms?
Answer Posted / bitbit
Calling SMARTFORMS from your ABAP program.
Collecting all the table data in your program, and pass once
to SMARTFORMS
| Is This Answer Correct ? | 8 Yes | 6 No |
Post New Answer View All Answers
What is the disadvantage of a call by reference? : abap modularization
Explain how to write a bdc - how do you go about it?
Which bdc you prefer? : abap bdc
What is a help view? : abap data dictionary
In select-options, how to get the default values as current month first date and last date by default?
What is a projection view? : abap data dictionary
What is the difference between Exit and Stop?
What is repository info. Systems? : abap data dictionary
What is meant by authorization? Did you ever work on it? : sap abap hr
What data is contained in data dictionary? : abap data dictionary
What is the purpose of sum statement?
singleton class
There is a situation where there is a field "MATERIAL DESCRIPTION" in say 20 display only transaction. You want that whenever user opens any of these transaction, this particular field is masked with ****. But table does not holds ****. It holds the actual value. What are different ways of doing it? Which is the best way.
Can a transparent table exist in the data dictionary but not in the database physically?
Explain how is batch input process different from processing on line?