Hi,
We have a custom report which is a copy of RFCCSSTT. We have replaced the code in form UPDATE_BSAD_CCBTC (where there is already an update to BSEG table) as follows:
LOOP AT settab WHERE NOT bukrs IS INITIAL AND NOT belnr IS INITIAL AND NOT gjahr IS INITIAL AND NOT rfzei IS INITIAL. UPDATE bseg SET ccbtc = hlp_ccbtc WHERE bukrs = settab-bukrs AND belnr = settab-belnr AND gjahr = settab-gjahr AND rfzei = settab-rfzei. ENDLOOP.I have no problem activating the report but when using the test cockpit it appears an error:
Can I ignore this message and transport these changes?
thanks,
Maria