‎2008 Dec 16 7:26 AM
Hi Guru's,
i have done changes in smartforms on development server.that time my smartforms generated and work properly. But when i transfer request then on production server in smartfroms is generated but my smartforms generated program '/1BCDWB/LSF00000040F01' program not update. in that program whatever changes i have done that not update.that's why it's give me dump error .
Please Tell me it's abap problem. if yes then help me.
Thanks in Advance.
Regards.
SAM
‎2008 Dec 16 7:29 AM
Hi Sam,
If the changes done on development server is not available in the production server, this could be an issue with the transport requests.
Check the log for the transport request if it has been imported to Production system properly.
Also, you can try transporting the smartform once again to the production system.
Best Regards,
Ram.
‎2008 Dec 16 7:29 AM
Hi Sam,
If the changes done on development server is not available in the production server, this could be an issue with the transport requests.
Check the log for the transport request if it has been imported to Production system properly.
Also, you can try transporting the smartform once again to the production system.
Best Regards,
Ram.
‎2008 Dec 16 7:30 AM
Hi SAM
don't use the hardcoded name of smartform. Use
DATA: gw_name TYPE rs38l_fnam.
CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
EXPORTING
formname = 'Smartform name'
IMPORTING
fm_name = gw_name.
CALL FUNCTION gw_name
(with input/ output parameters.
Regards
Aditya
‎2008 Dec 16 7:33 AM
Hi,
Why check in the generated program? Just confirm if the changes whereever u hav made in your smartform are they reflecting or not.
If not then transport the request again. Test execute the smartform to check if it is working fine.
‎2008 Dec 16 7:39 AM
Hi Sam,
When you are updating your smartforms and transporting it to the production server make sure that your smartform is being successfully generated and also check whether the updations are being properly saved in the transport request.
I have also found out lots of problems when transporting. I make sure that the transport request are bieng transfered properly.
After that you check whether the updations are happening or not
if its happening then fine or else you open the smartforms in the dev server and also save it one more time and check the transport request and try and transfer.
its a tidious process but its good.