‎2008 Jul 24 6:54 PM
SELECT oprcd fisclos FROM zrops INTO TABLE i_zrops.
SELECT kostl bkzks FROM csks INTO TABLE i_csks
WHERE kostl = i_ccxdetimp-kostl.
and kokrs = l_chglog-kokrs.
LOOP AT I_CSKS where kostl = i_ccxdetimp-kostl .
loop at i_ccxdetimp.
read table csk
READ TABLE i_zrops WITH KEY oprcd = i_ccxdetimp-kostl.
if sy-subrc = 0.
IF i_csks-bkzkp = 'X'.
i_ccxdetimp-datbi = i_zrops-fisclos.
ENDIF.
endif.
Modify i_ccxdetimp.
clear i_ccxdetimp.
ENDLOOP.
endloop.
I am changing one internal table field ,if it satisfies that condition.
Is it works ?
‎2008 Jul 25 5:00 AM
Hi,
You should try it by yourself in SAP and see if it works or needs some fixing.
Regards,
Teddy
‎2008 Jul 25 5:00 AM
Hi,
You should try it by yourself in SAP and see if it works or needs some fixing.
Regards,
Teddy