cancel
Showing results for 
Search instead for 
Did you mean: 

How to back up scripts

Former Member
0 Kudos

Hi,

How to back up scripts and i want to display two internal tables data parallel on a form.

How to debugg smartforms?

Diff between scripts & smartforms?

How to transfer scripts from client to client.

What are output types & where we can see them(what is the need).

Thanks in advance

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Shankar,

1.

Back up scripts

:Use this Std program

RSTXSCRP.



2.

Debugg smartforms

:In the Smartform, create a Code Node and within the Code Node you can hardcode a normal abap Break Point.
(or) SFTRACE can be used for debugging SMARTFORMS.

3.

Diff between scripts & smartforms


a) Multiple page formats are possible in smartforms which is not the case in SAPScripts
b) It is possible to have a smartform without a main window .
c) Labels cannot be created in smartforms.
d) Routines can be written in smartforms tool.
e) Smartforms generates a function module when activated.
f) Unlike sapscripts (RSTXSCRP), you cannot upload/download Smartform to your local harddisk.
g) The protect and endprotect command in sapscript doesn't work with smartforms. For example on a invoice: First data of position no 80. is printed on page one, other data of position no 80 is printed on page 2. And there's nothing you can do about it. Actually, there is something you can do about it. By using a folder node and checking the 'protect' checkbox, everything in that folder will be page protected.

5.

output types.

a. You can select one of the two following alternatives:

· Select the appropriate activity from Customizing in the relevant application

· Use transaction NACE in expert mode. The following describes this alternative.

b. Select your application and select Edit ® Output types.

c. In change mode select Edit ® New entries. You can also define default values for the condition records in your new definition.

d. Save your entries.

Former Member
0 Kudos

hi

the following links can be help ful.

i recieved this in sdn only.

hope this is helpful

Smartforms

http://www.sap-basis-abap.com/sapsf001.htm

http://www.sap-press.com/downloads/h955_preview.pdf

http://www.ossincorp.com/Black_Box/Black_Box_2.htm

http://www.sap-img.com/smartforms/sap-smart-forms.htm

How to trace smartform

http://help.sap.com/saphelp_47x200/helpdata/en/49/c3d8a4a05b11d5b6ef006094192fe3/frameset.htm

for output type u have to go to NACE transaction and choose the output types .

Message was edited by:

Durgaprasad Kare