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

Without SM35 How do u process the session

Former Member
0 Likes
800

HI all,

Please answer my questions.

1. What is a Text-Module in smartforms? Whats its Use ?

2.What happens if we do n't have data in a Text-Module ?

3.In Smartforms, The function Module generated during the activation is Different in Development and Production System. Why ?

4.Without SM35 How do u process the session ?

5. Difference between Normal in RFC Function Module , if u take Export parameters as u r consideration ?

6. Without SSCR, how do u get Access Key ?

Thanks

Kamali

5 REPLIES 5
Read only

Former Member
0 Likes
738

Hi,

For 4th question, use the standard report RSBDCSUB.

Read only

Former Member
0 Likes
738

1A. You can easily translate the text module using transaction SE63, and we can use text modules globally

3A. It may differ from system to system that's y we use SSF_fumction_module to know the FM name

Read only

0 Likes
738

Hi Thank you ,

why it differes from system to system ?

Read only

0 Likes
738

bcz it allocate Function module name dynamically

The name of the generated function module is unique only within one system. Therefore, you must always call that function module first that uses the form name to determine the current name of the generated module.

Read only

Former Member
0 Likes
738

1. There are texts that frequently appear in your forms. You can use text modules to store these texts centrally in the system. This detaches text maintenance from form maintenance, with the result that you do not need to call the Form Builder to edit individual texts.

They can be used across clients

They are connected to the transport system

They are connected to the translation tools in the system

2. It will be blank.

3. Its a running number. So lot of test smartforms you will be created. so in production you wil not create unwanted smartforms.