cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding smartforms

Former Member
0 Kudos

1.where the outputs generally delcared

2.how to debug a smartform if it is linked with transaction with output.

3.what is the use of RSNAST00 .

4. When the table Nast get updated.

Provide me the PDF of smartform with example including screenshot .

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

you can find example smart forms in

Print program: SF_EXAMPLE_01

smartform: SF_EXAMPLE_01

Print program: SF_EXAMPLE_02

smartform: SF_EXAMPLE_02

Print program: SF_EXAMPLE_03

smartform: SF_EXAMPLE_03

former_member181962
Active Contributor
0 Kudos

1) Outputs are not declared. Output Types are actually "Configured" in the transaction NACE.

2) Change the dispatch option in the output screen(Click on the further Options button in the output screen) in your transaction to Send with peridically scheduled job.

Then put a breakpoint in your driver program.

Run the program RSNAST00.

It will stop at your break point.

3)RSNAST00 is the standard program which determines what output triggers what sriver program and which form.

4) When you issue an output in the output screen in an transaction and save it, an entry is created in NAST table

Regards,

ravi