cancel
Showing results for 
Search instead for 
Did you mean: 

SCREEN PERSONA 2.0:ADDING ADDITIONAL COLUMNS IN ALL ITEMS TABLE

Former Member
0 Kudos

Hi All,

I have a requirement to introduce a new column in All items screen of sales order display as specified below. Also,after adding new column i need to populate the column with a value from different transaction, by providing current screen field values Article & Site as input.

Could some one please let me know how can i achieve this?

\

Thanks,

Sravan.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member195167
Participant
0 Kudos

Tamas is right, Personas doesn't have a feature to add new columns to a table.

You could use ABAP to 

For fetching data from another transaction, the smoothest way is to use webRFC's instead of

traversing via Personas recordings.

maybe this might help for updating the table via a script button Personas 2.0 SP03 Features - SAP Imagineering - SCN Wiki If you are using table rules to update the table, then I'm unsure if you can paste non-static variable values in them.

tamas_hoznek
Product and Topic Expert
Product and Topic Expert
0 Kudos

Personas doesn't have a feature to add new columns to a table.