Quantcast
Channel: SCN: Message List - SAP CRM: Webclient UI - Framework
Viewing all articles
Browse latest Browse all 7775

Re: Display Sales Order field in Contract assignment block

$
0
0

data: lr_entity type ref to cl_bsp_wd_value_node.

 

lr_entity ?= me->typed_context->releasehistory->collection_wrapper->get_first( ).

 

while lr_entity is bound.

 

"send

lr_enity->IF_BOL_BO_PROPERTY_ACCESS~GET_PROPERTY_AS_STRING ( exporting IV_ATTR_NAME = 'ORDER_NUMBER' receiving RV_RESULT = lv_orderno ).

 

"use lv_orderno, read the required value using some FM into some variable lv_field.

 

lr_enity->IF_BOL_BO_PROPERTY_ACCESS~SET_PROPERTY_AS_STRING ( exporting IV_ATTR_NAME = 'attributeyouaddedtothe contextnode' IV_VALUE = lv_field )

 

 

lr_entity ?= me->typed_context->releasehistory->collection_wrapper->get_next( )

 

endwhile.

 

correct the syntax errors if any.


Viewing all articles
Browse latest Browse all 7775

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>