on 2024 Sep 24 10:48 PM
I have this groovy script
import com.sap.it.api.mapping.*;
import com.sap.gateway.ip.core.customdev.util.Message;
/
def String getProperty (String Almacen_Codigo, MappingContext context) {
String value1 = context.getProperty(Almacen_Codigo);
return value1;
}
This script "getProperty" was created to access the property "Almacen_Codigo" of type xpath declared in a previous content modifier , but is not reading the property for some reason, the STGE_LOC xpath refers to a value
please do someone know?
Request clarification before answering.
Hi,
Can you add a constant and give it as a Almacen_Codigo and map to the get property.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
30 | |
21 | |
16 | |
8 | |
7 | |
6 | |
5 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.