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 regenration problem in production server

Former Member
0 Likes
1,033

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 and changes saw properly. 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

JoffyJohn
Active Contributor
0 Likes
1,008

please specify how are you calling the smartform generated function module in your driver program !

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 and changes saw properly. 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

9 REPLIES 9
Read only

Former Member
0 Likes
1,008

fault is not in ur part...

ask ur basics consultant regaring this.....

Read only

JoffyJohn
Active Contributor
0 Likes
1,009

please specify how are you calling the smartform generated function module in your driver program !

Read only

Former Member
0 Likes
1,008

Hi

Using FM_FUNCTION_MODULE_NAME.

REGARDS

SAM.

Read only

JoffyJohn
Active Contributor
0 Likes
1,008

then you check whether the transport request containing the latest version of smartform changes is transported to Production server.

Or else again save the smartform into a transport request and retransport.

Read only

Former Member
0 Likes
1,008

Hi,

If you have hardcoded the function module name in code then it will not work.

Please check whether it is retrieved from using FM or hardcoded

Regards

Shiva

Read only

Former Member
0 Likes
1,008

>

> 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 and changes saw properly. 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

Hi

You have been posting this question for the last three days, and I think you got all possible suggestions or solutions and feedback for this question. This looks like an BASIS issue more than something wrong with the ABAP. So, it is better consult the BASIS guy.

Vishwa.

Read only

0 Likes
1,008

Hi Vishwa Sri Hari,

Thankful For your suggestion.

Regard

Sam.

Read only

Former Member
0 Likes
1,008

Hi ,

Two things :

1) Check the smartform whether it is active or not if yes then again press Ctrl+F3

it might give some errors

2) Check the request whether it has been sucessful or not

I think this will solve ur probs

Thnks

Sahil

Read only

Former Member
0 Likes
1,008

Hi,

Pls use Function Module SSF_FUNCTION_MODULE_NAME and copy ur ?//bc.... in fm_name parameter and the call ur ///bc... as function module.

Hope it works.

Regards,

Ameet