cancel
Showing results for 
Search instead for 
Did you mean: 

sapscript

Former Member
0 Kudos

Hi,

i want to check the following condition in my script program:

IF &NASE-VERMO& = 2.

'reprint'

ENDIF.

but i am getting error message "<b>unknown symbol 'vermo'</b> as NASE Table is not recognised.

can anyone please help me regarding this???

Regards

Swarna

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Declare like this Tables; NASE.

then use ur IF Condition .i think it shud work.

<b><REMOVED BY MODERATOR></b>

Thanks,

Manjunath MS

Message was edited by:

Alvaro Tejada Galindo

Former Member
0 Kudos

Try to select data from NASE table to internal table.....

Now loop at that internal table

and inside loop..endloop , call function write_form

Now refer to that field in following way....

IF &ITAB-VERMO& = 2.

'reprint'

ENDIF.

Regards

Vasu

Former Member
0 Kudos

Hi Vasu,

but nase is not a table.it is a structure.So please suggest accordingly.

thanks for ur immediate reply.

Regards

Swarna