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

Excise Invoice Smartform

Former Member
0 Likes
817

Hi friends,

I am working on a smartform created by copying ZLB_BIL_INVOICE_EXCISE_FACT1. Some changes are made in this form in the address part. Rest of the coding in the form are unchanged. But, still the main window is not getting executed and displayed. Can anyone please tell what might be the problem?

Thanks & Regards,

Sharmila

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
791

Hi Sharmila,

There are many reasons, for the changes not being displayed.

1. Might be the height of the window is not suffiecient enough, increase the height of the window.

2. Check for errors and activate the smartform.

3. Check for any conditions associated with the Main window being displayed. (i.e) Click on the Main window, on the right hand side you will see the attributes part. Select the <b>conditions tab</b> and you will see the conditions given, might be due to that as well the changes might not be displayed.

Reward if helpful.

Regards,

Tushar

8 REPLIES 8
Read only

Former Member
0 Likes
791

Hi,

There could be many reasons why the smartform is not giving the desired output, check the following, this might help,

1. Check the form is active and the fm is generated

2. Check the form has been assigned in the customizing with the proper output type, i.e in NACE settings,

Hope this helps,

Rgds,

Read only

0 Likes
791

Hi,

The form is active. All other windows are getting displayed except the main window. I've inserted hard coded break-points also in the main window. But, those lines are not getting executed.

Thanks & Regards,

Sharmila

Read only

0 Likes
791

Hi sharmila,

Try to check the CONDITIONS tab of the main window and all the other nodes with in the main window. Place a break point in the INITILIZATION or the last window before the main window and check whether the conditions mendioned in the CONDITIONS tab of the main window or other nodes in the main window are satisfying.

Thanks and Regards,

Bharat Kumar Reddy.V

Read only

Former Member
0 Likes
791

Can u put a har code break-popint before and after the address node and check whether there is any error there?

Read only

Former Member
0 Likes
791

Is the Form not showing or the main window not showing ?

Read only

Former Member
0 Likes
791

Did u make any changes in the output options tab?

Just see whether the data is getting populated or not?

Or the saddest part u can do is to debug the function module for the portion of main window and figur out where it is going wrong.

Read only

Former Member
0 Likes
792

Hi Sharmila,

There are many reasons, for the changes not being displayed.

1. Might be the height of the window is not suffiecient enough, increase the height of the window.

2. Check for errors and activate the smartform.

3. Check for any conditions associated with the Main window being displayed. (i.e) Click on the Main window, on the right hand side you will see the attributes part. Select the <b>conditions tab</b> and you will see the conditions given, might be due to that as well the changes might not be displayed.

Reward if helpful.

Regards,

Tushar

Read only

0 Likes
791

Hi friends,

The problem was resolved. There was a condition which need to be removed on the main window. Now, it is working fine. Thanks a lot for ur valuable suggestions.

Thanks & Regards,

Sharmila