cancel
Showing results for 
Search instead for 
Did you mean: 

on scripts and smartforms

Former Member
0 Kudos

hi

can anyone give me some tricky questions on scripts and smartforms please....

points will be rewarded.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

For Smartform:

Forcing a page break within table loop

Difference between 'forminterface' and 'global definitions' in global settings of smart forms

For Scripts:

1) How do you backup script layout sets?

2) What type of variables normally used in script to o/p data?

3) How do you use tabsets in layouts?

Reward points if useful

regards

vachana

Former Member
0 Kudos

hi

can u gv me answers for these questions please

Former Member
0 Kudos

Hi venkat

These are the answers for Smartforms:

1. Create a loop around the table. Put a Command node before the table in the loop that forces a NEWPAGE on whatever condition you want. Then only loop through a subset of the internal table (based on the conditions in the Command node) of the elements in the Table node.

2. The Difference is as follows.

To put it very simply:

Form Interface is where you declare what must be passed in and out of the smartform (in from the print program to the smartform and out from the smartform to the print program).

Global defs. is where you declare data to be used within the smartform on a global scope.

ie: anything you declare here can be used in any other node in the form.

These are for the scripts:

1) Use this Std program RSTXSCRP.

1) First Export to Presentation file(.doc).

2) Whenever you need that Export into SAP.

2) Normally we call them as Program symbols. Those are defined in Driver program. We can use in Script as for exp. &itab-matnr&

Other variables ---System symbols : ex &page&

---Std symbols :

---Text symbols :We define them in script editor itself.

Ex : /: Define &mysymbol& = 'XX'

3) We can control the tab feed in a paragraph with tab positions. The tab stops us define in the paragraph format replace the tab spacing we defined in the header data of the form. However, this depends on the extent to which we have defined tab stops in the paragraph format. If there are fewer tabs in the paragraph formats than in the header data, the tab stops of the header data are used for the rest of the line.

Regards

Vachana

Former Member
0 Kudos

hey... hiii

thanks for the reply...

i am going for an interview.

i worked on IDOCs only.as the requirement is on forms i want to know anything else u can share with me related to forms.

points would be rewarded

Answers (2)

Answers (2)

Former Member
0 Kudos

hii

saplab.blogspot.com

www.techinterviews.com

www.geekinterview.com

www.sap4india.com

www.saptechies.com

www.erpgenie.com

Above sites will give you good questions & solutions for smartforms & script.

reward points if useful

thx

twinkal