Application Development 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: 

smartforms relese

Former Member
0 Kudos

hi all,

how to release smartform to testing, is't a same way as we release other object or difference is there.

2. wat is type gruops ?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

we will release smartforms similar to other objects only.

TYPE GROUP consists of all pre-defined data types and constants.

the purpose of type groups is reusable concept, so that we can improve the performance.

for examaple: SLIS.

If u want to see the slis go to SE11 , in type-group give slis.

u can find all predefined data types which we genarally use in ALV reporting.

http://help.sap.com/saphelp_nw2004s/helpdata/en/fc/eb3138358411d1829f0000e829fbfe/content.htm

reward points.

Madhavi

3 REPLIES 3

Former Member
0 Kudos

we will release smartforms similar to other objects only.

TYPE GROUP consists of all pre-defined data types and constants.

the purpose of type groups is reusable concept, so that we can improve the performance.

for examaple: SLIS.

If u want to see the slis go to SE11 , in type-group give slis.

u can find all predefined data types which we genarally use in ALV reporting.

http://help.sap.com/saphelp_nw2004s/helpdata/en/fc/eb3138358411d1829f0000e829fbfe/content.htm

reward points.

Madhavi

Former Member
0 Kudos

SMART FORMS

A Smartform is transported no differently than any other object. if it is assigned to a development class that is atteched to a transport layer, it will be transported.

The definition is transported, and when called, the function module is regenerated.

This leads to an interetsing situation. On the new machine, it is very likely the function module name will be different than the name on the source system. Make sure, before you call the function module, you resolve the external name to the internal name using the 'SSF_FUNCTION_MODULE_NAME' function module.

Typically, generate the SF, then use the pattern to being in the interface. Then change the call function to use the name you get back from the above function module.

Hope this helps.

Former Member
0 Kudos

Hi,

Releseing smartform is not like same as other but here we need to relese first style then texmodule and smartform, this sequence play main role in releseing smartform...

if it works award me points...

bye.

type groups are like SLIS which we r using in ALV fieldcat