cancel
Showing results for 
Search instead for 
Did you mean: 

sapscript - text element - logic

Former Member
0 Kudos

Hi all,

i see that in my main window are several text elements.

If i debug my form i can see that the debugger is not running the text elements step by step. (jumping between different text elements)

Where can i find the logic of the form?

regards

Accepted Solutions (0)

Answers (2)

Answers (2)

mahaboob_pathan
Contributor
0 Kudos

hi,

put a break point in u r driver program.

and debugg.

mostly text elements will be there in write_form.

in element part.

then goto u r text elements and chage it and see the print preview.this can be solved by trail and error method.

change the text elements and anlysize on print preview and according to that change it.

Former Member
0 Kudos

Hi,

The logic that determines which text elements are used is in your print program. The function module WRITE_FORM will call each element based on the program logic. The name of the print program is usually held in config and will vary between modules.

Regards,

Nick