cancel
Showing results for 
Search instead for 
Did you mean: 

exit on binding

Former Member
0 Kudos

Hello,

I have a problem on my webdynpro application.

l bind a table element with a node (cardinality 1..N) of my context. This node is filled from a webservice.

I want to change the output format of some attributes without creating a new node with good format.

Exemple : a code 'C' must be displayed 'Cargo'.

Does a kind of exit (or iterator in BSP) exist in webdynpro.

Thank you.

Bernard.

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Formatting rules are applied based upon the definition of the context (properties of the context attribute for formatting) and the underlying data dictionary objects (domains with field conversion exits, for example). You are either going to have to work at one of those two levels or supply a different context defintion.

Answers (1)

Answers (1)

Former Member
0 Kudos

OK. Thank you for your answer.

So I need to crete a new node with new format...

I miss BSP and itertors ^^