Skip to Content
-1
Aug 21, 2023 at 07:10 AM

Getting the dump with the parameters of the user exits.

59 Views

There is a user exit called EXIT_SAPLVEDA_001 that contains a custom Include. Several subroutines are declared in include, one of which is declared with the variable parameter DXVBAK. When we double-click on this DXVAK, it directs us to the importing parameter of another exit (EXIT_SAPLVEDC_001), which is having DXVBAK as its importing parameter in one system. But in another system the user exit EXIT_SAPLVEDA_001's DXVBAK parameter in the Include's subroutine now points to its own changing parameter (DXVBAK), in contrast to the user exit EXIT_SAPLVEDC_001's input parameter. Because of this behavior I am getting a dump that in the subroutine in the Z include saying The actual parameter has different data type in the perform and it is pointing to that parameter specifically.