cancel
Showing results for 
Search instead for 
Did you mean: 

Mismatch in smartform code and function module code.

Madanshinde
Explorer
0 Kudos

Hi friends,

We have system landscape as Devsys > Qulsys> Prod .

We have one smartform in production system in which in one program line node we have code like g_sub_total_cl = g_sub_total_cl + l_netwr_c. ..

The related code in smartform's function module is differant as

G_SUB_TOTAL_CL = G_SUB_TOTAL_CL + G_NETWR_CL

(Here l_netwr_c is different than G_NETWR_CL )

In development/quality systems we dont have this differance problem.

What may be the reason for this. And how to correct the same.

With regards,

madan shinde

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Madan,

May be the declarations would be different.Check in the debugging mode for these values whether the values are same or different.

Regards,

Sravanthi

Former Member
0 Kudos

Hi,

Check the transport request details of the latest version available in PROD & QA.

and verify all the transports are completly imported into production or not.

BR,

Rajani

Madanshinde
Explorer
0 Kudos

Hi, thanks for reply.

But how can we find in which transport request this smartform is transported. Is there any way to find the versions of smartforms or latest transport request changes.

With regards,

madan shinde

former_member555112
Active Contributor
0 Kudos

Hi,

Check in SE03.

Check in Search for Objects in Requests/Tasks

Put R3TR SSFO and smartform name.

It will give you all the requests of the smartforms.

Regards,

Ankur Parab

alex_m
Active Contributor
0 Kudos

In smartforms>form attributes>General Attributes you can able to see the latest change, compare this with production and development.