Hello,
In my selection-screen I'm asking for a project definition like this:
parameter pa_proj like proj-pspid obligatory
The problem is that I want to check the values of an excel file against this parameter, but they have different formats.
eg. in Excel file: DBR-05/029
in SE11 for proj-pspid: DBR0502900
How to make the conversion between these 2 formats so I can compare the values?
thanks