We are taking steps to make our moderation process friendlier while ensuring that SAP Community continues to comply with the Digital Services Act (DSA). Learn more in this What’s New post.
Hi everybody, I need find a function module or BAPI to modify a loan contract properties, conditions a subfacilities instead using FN2V transaction BDC, Can you help me?
Thanks in advance.
With ECC 6.0 EHP5 you setup this in the component controller configuration, in SE80, web objects, select HRESS_CC_GUIBBL_PTARQ_TIMEACC, next start configuration, change the configuration, select a transport request, and appears a button with column c...
Hi Glenn, I try do the same thing, I found this:SAP Library - Components of SAP Communication TechnologyMeasurement Protocol Developer Guide - Google Analytics — Google DevelopersI hope, you can solve this.Regards,
You can use that in your source:
BACKEND_SYSTEM_ALIAS = request.getComponentContext().getProfile().getProperty("SystemAlias");
In the portalapp.xml
<component-profile>
<property name="com.sap.portal.prt.html5.compliant" value="true"/>
...