Hi All,
I'm working on smartform calling in report.I used SSF_FUNCTION_MODULE_NAME and its generating the function module.and fm_name = '/1BCDWB/SF00000001'(something)
VBDKL,NAST. are the structures so this i used as import parameters in smartform then how can i export to this function module.
CALL FUNCTION fm_name
EXPORTING
actual_batch = actual_batch
vbdkl = vbdkl
nast = nast
EXCEPTIONS
formatting_error = 1
internal_error = 2
send_error = 3
user_canceled = 4
OTHERS = 5 .
Thank You,