I have the following problem using variable of type attribute using the Web as front-end tool.
In fact we use variable of type characteristic set in the web with no problem using
the example published in PDF document "Call a BSP Web Interface with Predefined Selections".
But the variable of type attribute doesn't work as expected and as works using Microsoft Excel or SAP ALV Grid
as front-end tool because it is not able to write the attribute value in "Set variable" screen.
May you help us?
Thanks in advance
Nicola,
the how-to paper explicitly mentions that "you cannot use a variable type attribute, as this type cannot be set using the API".
You have two options:
- code the WHEN 'ATTRIBUTE' section yourself using ABAP class CL_SEM_VARIABLE
- replace the attribute variable with a CHARACTERISTIC variable type exit.
Regards
Marc
SAP NetWeaver RIG, US BI
Add a comment