on 2008 Jun 16 7:00 AM
Hi
rs38l_fnam is generally a data element.
When you execute your smart form it will generate a function module each time. so it is dynamic. For this reason u will declare a variable type rs38l_fnam which takes care of smart form function module that u interface in your print program.
Regards
Swetha
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi,
refer to the link.
http://help.sap.com/saphelp_nw2004s/helpdata/en/1c/f40c5bddf311d3b574006094192fe3/content.htm
regards,
sreelakshmi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
When u call your smartform from your driver program, you cant pass your smartform name as it is. A function module name is generated when you create your smartform. You call this function module name in your driver program and pass parameters. To get the function module name you use the FM SSF_FUNCTION_MODULE_NAME and pass your smartform name there. The value that the function module returns is captured in a variable which is of the type rs38l_fnam.
Revert back if you have ne further queries.
Thanks
Nayan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
we are declaring Data object as type RS38L_FNAM data element.
RS38L_FNAM is a DATA ELEMENT
RS38L_FNAM --->Name of Function Module
Best regards,
raam
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
69 | |
8 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.