Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

why u can call(r using) ssf_function_module_name in smartforms?

Answer Posted / sss

A function module is generated whenever a Smart Form is
activated. This Smart Form could be called from the driver
program by calling the function module generated in the
system directly.

But this is not an efficient way of calling Smart Form for
the following reason:

Whenever a Smart Form is generated, a function module is
generated and the naming convention for that Smart Form is
done internally by using Number range object or something
similar. Let us consider the function module name
as /1BCDWB/SF00000359. The function module for the next new
and activated Smart Form would be /1BCDWB/SF00000360, one
more than the previous one.

So when this Smart Form is transported from the development
to Quality or Production system, a new function module name
is generated according to the number series available in
that system. If the above program is transported to either
quality or production system, the program might go for a
dump as the function module is not available in that
system, because the number series generated in the for
example in development system will be different from that
of the quality system . To handle this situation, we use
the function module SSF_FUNCTION_MODULE_NAME to get the
name of the function module for a Smart Form dynamically.
If the form is not active, the function module
SSF_FUNCTION_MODULE_NAME raises the exception NO_FORM.

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is 3 tire architecture and how does SAP utilizes this architecture. and how do netweaver came into picture?

2321


What do you mean by cluster tables in sap abap? Also explain what do you mean by table cluster? : abap data dictionary

1085


Did you create secondary index?

1207


What is a 'z' report?

1161


How is collect statement different from append?

1075


What is the difference between call transaction method and the session method? : abap bdc

1012


What are the disadvantages of using explicit enhancement?

2098


What are the disadvantages of different types of bdc's?

1162


How would you suppress the display of a parameter on the selection screen?

1097


What is the syntax for call transaction? : abap bdc

1119


Explain what are the events in screen programming?

1072


To find the date difference & excude saturday & sunday in between them

2088


How many ways you can create table? : abap data dictionary

1052


Exception handling and how does it transfer from called method to calling method?

1632


how to read the standard field value in your custom program.

1532