I am trying to use this BADI to turn off the print button on the ESS Salary Statement service. I have created an implementation of the BADI, and set the following export parameters to space/off in the code section - EX_PRINTBUTTON_ENABLED = SPACE.
EX_PRINTBUTTON_VISIBLE = SPACE.
The BADI syntax checks and activates okay. However, when I execute this service I get an error in the portal saying, "No result exists with this sequential number". I can't understand what this error is trying to say, and I can't understand what I am doing wrong. Any ideas?