Skip to Content
0
Former Member
Aug 08, 2005 at 07:56 PM

smartforms help

159 Views

hi folks,

It is regrading to one of the earlier problems related to

ZCDATAR--KSCHL - 'ZBET' condition type.

I am still not able to get rid of the unnecessary zeros from the form.

I have declared the <b>Condition</b> node in that particular node of the body of the table in the Main Window. And in the general attributes declared

'ZCDATAR--KSCHL' in the field name and comaprison value is 'ZBET'

'ZCDATAR' is the table into which all the condition records are read from the ABAP program.

In the ABAP code:

select knumv kschl kbetr kwert kinak

from konv ........

.................

loop at cdata into zcdata

.........

........

In the function module part

Tables

zcdatar = zcdata

This is what I have done.

Can any one help me to analyze where am i missing?

Thanks

Santhosh