‎2006 Jul 18 7:13 AM
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
‎2006 Jul 18 7:58 AM
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
‎2006 Jul 18 7:24 AM
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,
‎2006 Jul 18 7:44 AM
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
‎2006 Jul 18 7:48 AM
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
‎2006 Jul 18 7:32 AM
Can u put a har code break-popint before and after the address node and check whether there is any error there?
‎2006 Jul 18 7:47 AM
‎2006 Jul 18 7:51 AM
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.
‎2006 Jul 18 7:58 AM
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
‎2006 Jul 18 8:00 AM
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