cancel
Showing results for 
Search instead for 
Did you mean: 

Calling Web Template with User-Exit Variable

Former Member
0 Kudos

Hi, I have a Web Template that uses a variable that is filled in the user-exit. We are trying to call our web template using this variable.

Can anyone provided the URL context to call our web template with the variable? It keeps saying we need to provide a value for the variable....

Thanks!

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Can you let us know how you have filled the variable in the user-exit..?

Thanks

Former Member
0 Kudos

Never Mind. If the variable is populated via user exit then you do not need to specify it at all....

Thanks

Former Member
0 Kudos

Hi, Just using the standard Enhancement RSR00001.

Good Luck

*************************************************************

      • CALENDAR YEAR POPULATED WITH CURRENT YEAR

*************************************************************

WHEN 'ZPCALY02'.

IF I_STEP = 1.

CLEAR L_S_RANGE.

L_S_RANGE-SIGN = 'I'.

L_S_RANGE-OPT = 'EQ'.

L_S_RANGE-LOW = SY-DATUM(4).

APPEND L_S_RANGE TO E_T_RANGE.

ENDIF.