Save global attribute value when new session starts
问题 I have two fields in SAP Fiori App: Template_ID and Offer_ID . I want to choose value in Offer_ID depending on Template_ID field value. For solving this problem I've tried to do this steps: When the user click on Template_ID field in Back-End runs the method: CL_CUAN_CAMPAIGN_DPC->contentset_get_entityset() . This method has returning paramater et_result . In et_result I have the necessary field temp_id . For saving temp_id value I created a global attribute in class ZCL_CUAN_CLASS . ZCL_CUAN