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...

how to find the print/driver prg of smartform.I used FM SSF_FUNCTION_MODULE_NAME in driver prg.

Answer Posted / abaprajaram

Smartform - activate it and then generate the FM with
fallowing simple steps to get the print program
ALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
EXPORTING
formname = 'ZTACA_SMFORM2'
IMPORTING
FM_NAME = fm_name
EXCEPTIONS
NO_FORM = 1
NO_FUNCTION_MODULE = 2
OTHERS = 3.

call function fm_name
Exporting
salary = g_salary
TABLES
it_flttab = it_flttab
EXCEPTIONS
FORMATTING_ERROR = 1
INTERNAL_ERROR = 2
SEND_ERROR = 3
USER_CANCELED = 4
OTHERS = 5

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the differences between abap and ooabap. In which situation we useooabap?

1559


Why do we need enhancements?

1231


What is the use of table control in bdc is it same in module pool table control? : abap bdc

1284


how to track records from data dictionary?

2151


What are the different attributes that can be assigned to a variant?

1086


What is native sql?

1309


What are the disadvantages of using explicit enhancement?

2100


What is the difference between a pool table and a transparent table?

1057


hi to all abap interview guys please notify this .. first if u have any doubts please go through google search or else please do debugging with some sample programs . but don't post even silly questions too. thanking you.

2014


What are the function module in bdc?

1332


If your project is support project ? when is your implementation has completed ?

2216


What are interface/conversion programs in SAP?

1240


What are the system table used in abap?

1187


What are the data types of the abap/4 layer? : abap data dictionary

1289


Can you define a field without a data element? : abap data dictionary

1203