cancel
Showing results for 
Search instead for 
Did you mean: 

Production issue with Smart Form

Former Member
0 Kudos

Hi ,

Issue is:

Data getting poplutated in Dev system but not getting in Production system.

we are using standard FM CRM_OUTPUT_SINGLE_READ

which contains FM SSF_FIELD_LIST to which our smartform name is passed.

FM SSF_FIELD_LIST returns all the global definition fields of the smart form.

It has a statement

import fields to fieldlist
         from database stxfcontr(sf) id l_fullname.

Now in Dev system we get all the required values but in Production system it doesnt show any value.

Also in table stxfcontr i can see two values for my Form

Entries from Development System :

SF ZCLSDXT_YI01_PRINT 0 1815

SF ZCLSDXT_YI01_PRINT X 0 1830

Entries from Production system:

SF ZCLSDXT_YI01_PRINT X 0 1584

I think problem is with IMPORT statement which is inside the FM SSF_FIELD_LIST ...

Is it has to do with ABAP memory or something like that? or something i need to do in FORM ..but since in dev system same FORM is getting value why i am not getting in Prodc.'

Please help...

If anyone can help me why it is not populating the fields?

Regards,

Mayank

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Problem Solved..

Generated the Smartform again in the Production System..

got values in fieldlist.

Former Member
0 Kudos

Hi,

check any developments are missing during transporting to Production...check ur TR..

Rgds,

Pavan

Former Member
0 Kudos

hI Vishnu,

yes its been transported properly..

even when i execute this FM SSF_FIELD_LIST by passing my FORM name it doesnt displays the Global defined fileds in production but in Dev same FM displays all the fields.

Any idea how this table STXFCONTR gets entry in it..

I am working on Solution Manager system....

Regards,

Mayank