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: 

function module

Former Member
0 Kudos

Hi,

I am working on a function module where for all the movement types 901,902,903,904,601,602,603,604 from ZTE003_MOVEMENTS table with material number (ZCO_CSTBRK01-MATNR)having valuation class(MBEW-BKLAS) 3300 should not be updated in table ZCO_CSTBRK01.How can i write an IF condition for this?

Useful answers will be rewarded.

Regards,

Hema

2 REPLIES 2

Former Member
0 Kudos

Hi Hema,

these are Z tables and no one in this group will have access to that server to c the tables. so i hope u will not got a solution from here ... try and ask to some one who is having access to your server...

Former Member
0 Kudos

use while statement ,

then use if condition.

while ....

if a and b and c.

....

endif.