cancel
Showing results for 
Search instead for 
Did you mean: 

Triggering the required Smart form without assining output types

Former Member
0 Kudos

I have Driver Program and Smartform

This Driver program has already assignined to 4 smartforms

now i want to trigger the my smartform .

output type is not created or assignined.

is there any ways in the that we can change the values in debugger and trigger my smart form with correct values .

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

HI,

if the interface of ur smartform is same as the standard.. you can go to the standard Print program which is configured,,, do a where used list ,, in the main program put a break point adn check u will have TNAPR WA present.. Change the form name to ur form name and execute.. it will trigger ur SF.

Hope it is helpfu;l to u/

Regards

Raj

Former Member
0 Kudos

hi,

U can debug the smartform by giving creating a 'program flow lines' by right clicking->create->flowlines.

There give this line.

break <username>

Eg.

break raja.

so a brakpoint is set at this point and u can debug and change the values u want.

Thanks and regards,

Arunsri

Former Member
0 Kudos

Hi,

Have u configured ur driver program and ur smartform name in NACE against your particular application?

Nayan

Former Member
0 Kudos

No..

with out this cannot we execute the smart form ...