Computer Science, asked by gopinagu7508, 1 year ago

Explain the difference between getColumnHeaders(), getColumnNames() and getColumnTitles() in SAP?

Answers

Answered by Ringku
0

please mark as brainlist....

Tutorialspoint

Explain the difference between getColumnHeaders(), getColumnNames() and getColumnTitles() in SAP?

SAP

Can anyone explain me the difference between getColumnHeaders(), getColumnNames() and getColumnTitles() functions in short. And also discuss their return statements.

Follow Answer 21

1 Answer

Sai Subramanyam

Sai Subramanyam

Answered on 19th Dec, 2017

getColumnHeaders() − This function is used to return all the columns which are theoretically available.

getColumnNames() − This function is used to return a list of columns displayed in a tree

getColumnTitles() − This function returns same number of columns as returned by getColumnHeaders()

Similar questions