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

formatting error in smartforms

Former Member
0 Likes
2,476

hi all,

i have got a smartform which is getting activated without any problem but while running through the program it is giving formatting error,i tried to put the break-points and found that the error is occurring immediately after initialization section.plz let me know if anyone have any idea about this.

thanx in advance..

7 REPLIES 7
Read only

Former Member
0 Likes
935

Hi,

I think check the Attributes of smartforms & check the page format.

Rajeev

Read only

Former Member
0 Likes
935

Sharma,

Do you have any TEMPLATE object where you have not defined your columns properly.

Kindly check these objects. The short dump usually says which element has the problem.

Other option is to debug the SMART form and you should get the indication as to which element has an issue.

Regards,

Ravi

Note : Please reward the posts that help you.

Read only

Former Member
0 Likes
935

Please show what you are doing in your code..

vijay

Read only

Former Member
0 Likes
935

Hi,

Please check your Template/Tbale may be overflowing.

you may be passing values to atable column which may not exits.maeans your table declared with 6 columns and while passing the Output options for Text.

like :

Line 1

Column 7

Column & may not be there then you will get formating error.

Message was edited by: Lanka Murthy

Read only

Former Member
0 Likes
935

Hi

You can see the errors by fm SSF_READ_ERRORS, call this fm after calling SF, perhaps you can get more details.

Max

Read only

Former Member
0 Likes
935

it seems that you have created ur transaction with dialog screen instead of transaction with report screen.

if this is the problem the cursor will not run the start-of-selection.

check whether u had done the mistake.

Read only

0 Likes
935

Try it outputing in diff language

If this occurs only for one language

Then the issue is with the variables used in translaton for the specific language(SE63)

Please award points if helpfull

Regards

Simin Raveendran