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: 

A field missing in a smartform printout

Former Member
0 Kudos

Hi friends,


There is an error in the printout of the smart form.

ZVAT field is missing in the printout in Production server for a particular billing type.

For other billing type ZVAT is printing correctly.


can anyone help plz.


Rosalin

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hello all,

Thanks for your replies.

Issue got resolved. Someone specify row 1-4 for the internal table that's why if the zvat field called after 4th row it was not able to display.

Rosalin

6 REPLIES 6

nishantbansal91
Active Contributor
0 Kudos

Dear Rosalin,

Can you please check where the field is defined in smart forms. It may happen that field was replaced by some other field. Because template has a fixed length.

Thanks

Nishant

0 Kudos

Yes Nishant I checked it's not replaced by any field.

That is not coming for a particular billing document no. for other billing docs it is coming.

Plz find the two output for clarification.

in correct file u can see the vat field.

0 Kudos

Dear Rosalin,

does the left side field name is fixed or it is dynamic??

I am talking about Target based.

put the debugger and check that if the condition is maintained in your internal table or not.

There might be some data error issue.

Thanks

Nishant

shadab_maldar
Active Participant
0 Kudos

Hi Rosalin,

In debugging mode(Smartform) check weather the variable contains value or not, If value exists than your space is not enough in your smartform to print the value, try executing the smartform by increasing the field length in smartform.

Regards,

Shadab.

former_member206650
Active Participant
0 Kudos

Hi Rosalin,

It seems that line item ZVAT is not populating for the billing type which you require.it seems to be logical error.Do check your customization in billing...

vishnu

Former Member
0 Kudos

Hello all,

Thanks for your replies.

Issue got resolved. Someone specify row 1-4 for the internal table that's why if the zvat field called after 4th row it was not able to display.

Rosalin