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

Smartforms

Former Member
0 Kudos
387

Hi,

I am testing the simple mail functionality using transaction VA01.

In customizing (output determination – processing routines) for simple mail is being used a program and a smartform. It was not me who developed them.

I want to try to understand where this program and smartform is being used in VA01 when we print output or when we select the simple mail. This is not working for simple mail, but I don't know how to test the program or how to enter in debug on that program related to the smartform.

Thanks a lot

BR

1 ACCEPTED SOLUTION
Read only

Former Member
0 Kudos
356

Hi,

Goto SE38 transaction & type the program name

Click on Display

Place cursor on a line & click on BREAK POINT

Now do a /OVA01 in the command prompt & run VA01

It will stop at the break-point once you click on SAVE button.

Best regards,

Prashant

6 REPLIES 6
Read only

Former Member
0 Kudos
356

Hi

Goto transaction SPRO => SALES

Here drill down to Output device & you will get the name of smartform & print program.

Best regards,

Prashant

Read only

0 Kudos
356

Hi,

I know the program's name and smartform's name. But i don't know how can i debug for example the program.. What is calling this program?

Thanks a lot

Read only

Former Member
0 Kudos
357

Hi,

Goto SE38 transaction & type the program name

Click on Display

Place cursor on a line & click on BREAK POINT

Now do a /OVA01 in the command prompt & run VA01

It will stop at the break-point once you click on SAVE button.

Best regards,

Prashant

Read only

0 Kudos
356

I already try that, but it doesn't stop and I am not understand why...

It seems that this program is being called by another way...

Thanks

Read only

0 Kudos
356

hi,

After putting the break-point in the print program, In VA01 you have to process the output in communication method, then you have go to print preview then it will stop.

Thanks!

Brunda

'Reward if useful'

Read only

0 Kudos
356

Thank you very much!!!

It worked now.