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

Structures can contain data only during the runtime of a program (t/f) : abap data dictionary

764


singleton class

931


From Excel to ABAP - Is batch mode possible ?

580


Which FM do you use to find out who is reporting to whom

5173


What are the functional modules used in sequence in bdc? : abap bdc

576






When was the sap abap being created?

642


What are the differences between macro and subroutine?

616


How can we create callable modules of program code within one abap/4 program? : abap modularization

604


Can matchcode object contain ids with different update types? : abap data dictionary

611


where do we store all custom programs in SD module?

4881


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

1117


Did you create primary index?

544


Explain the advantage of structures?

546


What does nw 7.4 sp 05/nw 7.5 sp 02 offers in abap?

683


while implementing badi what are the tables u find??

3618