Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

simulate smart forms call

Former Member
0 Likes
685

Hi!

Suppose I have an output type ZXXX (for Outbound delivery), further on I also

have an "smart form formular" for it where is being processed

if the right Condition Record has been found (Smart Form's name can be obtained via Transaction NACE depending on the kind of Application etc.).

How can simulate that scenario to step through the "Smart Form"

to see all the variable and its values etc.

Regards

Ilhan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
570

Hi

If you observe in the NACE tcode

MEDIUM,OUTPUT TYPE, PROGRAM,ROUTINE,SCRIPT, SMARTFORM all are linked together

so when you wants to trigger the smartform for that Output type you have to remove the name of the SCRIPT form from NACE and keep the only Smartform name. and you keep a break point in smartform and see whether it is triggering or not.

Reward points for useful Answers

Regards

Anji

3 REPLIES 3
Read only

Former Member
0 Likes
571

Hi

If you observe in the NACE tcode

MEDIUM,OUTPUT TYPE, PROGRAM,ROUTINE,SCRIPT, SMARTFORM all are linked together

so when you wants to trigger the smartform for that Output type you have to remove the name of the SCRIPT form from NACE and keep the only Smartform name. and you keep a break point in smartform and see whether it is triggering or not.

Reward points for useful Answers

Regards

Anji

Read only

Former Member
0 Likes
570

Hi Anji I dont' know the number of its appearance in the whole system.

Is there not another way to simulate it as mentioned ?

Regards

Ilhan

Read only

Former Member
0 Likes
570

Hi Anji,

1)

what do you mean with

"name of the SCRIPT form from NACE"

I have programmname and Smartform name but what is Script name ?

2)

keep a break point in smartform and see whether it is triggering or not.

After keeping a break-point. What is the next step exactly ?

Regards

Ilhan

Message was edited by:

Ilhan Ertas