Skip to Content
0
Apr 29, 2022 at 11:31 AM

Update BSEG in custom FCC1 S/4 hana

87 Views

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:

1.png

2.png

Can I ignore this message and transport these changes?

thanks,

Maria

Attachments

1.png (14.5 kB)
2.png (13.4 kB)