I change it in the where condition.
but the time execution is the same.
SELECT CRHD~ARBPL
INTO TABLE POST1_PLAN FROM ( KBED
inner join CRHD
on CRHD~OBJID = KBED~ARBID )
WHERE KBED~TYPKZ = '2' )
AND CRHD~OBJTY = 'A'
AND KBED~PLNUM IN R_PLNUM.
I change it in the where condition.
but the time execution is the same.
SELECT CRHD~ARBPL
INTO TABLE POST1_PLAN FROM ( KBED
inner join CRHD
on CRHD~OBJID = KBED~ARBID )
WHERE KBED~TYPKZ = '2' )
AND CRHD~OBJTY = 'A'
AND KBED~PLNUM IN R_PLNUM.