cancel
Showing results for 
Search instead for 
Did you mean: 

print preview of smart form

Former Member
0 Kudos

Hi all,

how to view the print preview of a smart form and how to debug the smart form

Thank You

Accepted Solutions (0)

Answers (2)

Answers (2)

raymond_giuseppi
Active Contributor
0 Kudos

First find the name of the function module, and go SE37

<b>Preview</b>

Test the module and in the control options parameter check 'X' the preview field

<b>Debug</b>

Put a break-point at the beginning of the function. so you can test the FM alone or from the program which submit it.

Regards

amit_khare
Active Contributor
0 Kudos

SMARTFORM-> execute->execute->pass values if require to import & table parameters ->execute-> on the pop up window give Printer name as LP01 and press print preview.

For debussing -

1. write BREAK POINT in the code window.

2. Put a break point on the call function in the driver program

3. put a brak point in the generated Function module.

Refer this link too -

Regards,

Amit