why we call smartform as a client independent?
(as we are able to retrive data from any client dependent
d/b table in smartforms. )

Answer Posted / bvsuman

when we execute a smartform a function module is being
created.we call this fm in our program using another function
module SSF_FUNCTION_MODULE_NAME.As fmodules are client
independent smartforms are also client independent..

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you retrieve the data for repetitive structures ? : abap hr

655


What are the abap/4 commands that link to a layout set?

880


How memory management happens for internal tables and work areas in abap?

736


what is difference between user exit, customer exit and badi?

4094


What is delivery class? : abap data dictionary

659






What are screen painter? Menu painter? Gui status?

604


What are the update types possible? : abap data dictionary

558


i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?

1731


What is sap script? Describe its components.

603


Events that can be used in both the classical and interactive reports

1129


what is abstract classes

879


What kind of BDC programs are written ?

603


What is ole?

686


Can you create an internal table dynamically?(at run time)

1434


Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.

608