Skip to Content
0
Former Member
Oct 20, 2008 at 11:12 AM

Small Doubt Regarding SY-MANDT

4053 Views

Hi All,

SELECT changenr FROM cdhdr CLIENT SPECIFIED INTO CORRESPONDING FIELDS OF TABLE it_cdhdr

WHERE mandant = syst-mandt

AND objectclas = 'MATERIAL'

AND objectid = wa_matl-matnr

AND tcode = 'MM02'.

I have written the select stament as shown above.

In this i have a doubt like adding a field sy-mandt in the where condition will increase the Efficiency of program or not.

regards,

raghu.