Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Update BSEG in custom FCC1 S/4 hana

maria_merino
Active Participant
0 Kudos

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

0 REPLIES 0