Skip to Content
0
Aug 25, 2005 at 08:45 AM

Field names for cl_alv_table_create=>create_dynamic_table

50 Views

Morning All

My client is currently implementing SAP QM at one of the labs and I have come across a situation where the fieldnames required for a dynamic table creation can potentially contain spaces and special characters. So far I have urged them to remove all such characters as the call to the cl_alv_table_create=>create_dynamic_table method will dump if they are present.

My question therefore is, is there a definitive list of characters that cannot be used as part of a fieldname? I intend to use such a list to then search and replace the special characters to enable me to match fieldnames.

For those of you that know QM, we cannot use internally assigned numbers for master characteristics (client decision) and special characters are frequently used as names in the lab. My client sees it as a limitation to remove the spaces and special characters from the names but unfortunately it causes problems for me if they don't.

I need to match the names to determine results for a report so substition seems to be the way forward - unless some else has another suggestion?

Thanks in advance

Ian