how to find the print/driver prg of smartform.I used FM SSF_FUNCTION_MODULE_NAME in driver prg.
Answers were Sorted based on User's Feedback
Answer / raj
in three ways we csn do it
1) Check the table TNAPR.
2) go to the Tcode -> NACE
3) Go to the T-code 'SMARTFORMs'
Give your form name
go to the general attributes.
Check the Package name.
then go to T-Code-> SE80
there check the program name for a package wise
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / 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 |
Answer / sivaramakrishna.s
hy this notifying to all of you the guys who said no just
post the right answre .don't mark it no fulishly
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / purnaiah
He did not asked the Question Correctly..
SSF_FUNCTION_MODULE_NAME we can use in the Driver Program only..
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / narasa
Hi,
->execute se93
->give your tcode
->click on display
->there you can find your program name.
or
->enter your tcode of the samrtform
->choose system
->status
->there you can find your program name
regards,
Narasa
Is This Answer Correct ? | 1 Yes | 11 No |
Answer / sivaramakrishna
hi ,
this is siva.
go to the smart form and open it
select envoronment from menu
select function module
a pop is displayed press enter
now it display the function module and the smartform driver
program also.
Is This Answer Correct ? | 2 Yes | 17 No |
Processing data from data base?
What is the difference between Report and Script?
How is the command suppress-dialog useful?
Function Module to upload the Excel sheet into SAP Internal Tables. * a) GUI_UPLOAD b) CL_GUI_FRONTEND_SERVICES=>GET_UPLOAD_DOWNLOAD_PATH c) CL_GUI_FRONTEND_SERVICES=>GUI_UPLOAD d) All the above
In an Internal Table, I have 1000 records. I have to Retrieve One Record. In Performence wise what is the Best Query?
what is the difference between message type and basic type
How to display footer in every page in ALV report?
WHAT IS THE USE AND DIFF B/W INSERT, UPDATE AND MODIFY WHILE UPDATING THE DATABASE TABLES?
How can I make a differentiation between dependent and independent data?
What are the basic components of dialog program?
What are different ways in which data upload can be done using LSMW?
How the at-user command serves mainly in lists?