2023 Jul 17 7:57 AM
Dear All,
I have a table control in which the column headings are created as a text field. May I know how to change the column (header text) of the table column dynamically from the internal table.
Regards,
Asad Ullah
2023 Jul 17 11:38 AM
I found the following solution. Thank you very much for the suggestion.
1st create normal table control in normal process , now double click on the column heading , one pop-up will pop out and you will find its a TEXT type. Delete that TEXT type , Drag and drop input/output type on column heading and bind its name with a variable . And fill that variable value in PBO based on conditions.
2023 Jul 17 8:15 AM
Hi asadullahalam,
Check out this thread.
https://answers.sap.com/answers/3367548/view.html
Thanks,
Shruthi.
2023 Jul 17 8:59 AM
Hello Shruthi Gudikadi,
Thank you very much for the response; I went through the file, but I couldn't find the proper solution to my problem. May I know if you can please give me another link/thread which can give me a direction to change column text header.
2023 Jul 17 11:38 AM
I found the following solution. Thank you very much for the suggestion.
1st create normal table control in normal process , now double click on the column heading , one pop-up will pop out and you will find its a TEXT type. Delete that TEXT type , Drag and drop input/output type on column heading and bind its name with a variable . And fill that variable value in PBO based on conditions.