Application Development 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: 

Error while executing the smartform!

Former Member
0 Kudos

Hello,

I am trying to see the output of the Invoice smartform 'LB_BIL_INVOICE' to check the layout.

Am asked the value for the parameter 'IS_REPEAT' a single parameter. For which I gave both Space and 'X'. But still am getting the error, 'FORMATTING_ERROR'. Please adivse me what could I be doing wrong.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

<b>NA_REPET</b> which is the associated type of <b>IS_REPEAT</b> can only accept the values SPACE, 1 and 2. Don't know if it can accept the value 'X'.

' ' - Repetition allowed

1 - Repetition allowed (dialog step)

2 - Repetition not allowed

4 REPLIES 4

Former Member
0 Kudos

Hi,

I think check the page format. If the page format does not support for your system the same error will come.

Thanks

RAvi

0 Kudos

Nope I dont think it is the page format, cause I am using DINA4, cause I have used the same page format for another form and it is displaying perfectly.

This a standard smartform, let alone activate, without the key I wont even be able to change it.

Former Member
0 Kudos

First, please check whether the Smartform is 'Activated' perfectly or not. Second step is check the format, sometimes we give the format which will not supported.

Please let me the outcome.

Regards,

Subho

Former Member
0 Kudos

<b>NA_REPET</b> which is the associated type of <b>IS_REPEAT</b> can only accept the values SPACE, 1 and 2. Don't know if it can accept the value 'X'.

' ' - Repetition allowed

1 - Repetition allowed (dialog step)

2 - Repetition not allowed