Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

smartforms program regaenration error on production server

Former Member
0 Likes
672

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
557

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.

4 REPLIES 4
Read only

Former Member
0 Likes
558

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.

Read only

Former Member
0 Likes
557

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

Read only

Former Member
0 Likes
557

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.

Read only

Former Member
0 Likes
557

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.