Hi guys,
I have a routing condition which says
I_ZBAPI_DL01/ZZCOMDEST = DN_XC and
I_ZBAPI_DL01/ZZCOMDEST_II = DN_08 and
I_ZBAPI_DL01/ZTIB_LFART ="ZRWO" and
contains(I_ZBAPI_DL01/ZADI_SUBSCRIBER,"JRW") and
T_ZBAPI_DL12/ZTIB_BSARK = "RBCO"
In the above case DL01 occurs only once but DL12 is 0------Unbounded.
I have written XPATH query like
/p1:Z_BAPI_DELIVERY_NOTE_OUTBOUND[ ( I_ZBAPI_DL01/ZZCOMDEST = "DN_XC" and I_ZBAPI_DL01/ZZCOMDEST_II = "DN_08" and I_ZBAPI_DL01/ZTIB_LFART = "ZRWO" and contains(I_ZBAPI_DL01/ZADI_SUBSCRIBER,'JRW') ) and (T_ZBAPI_DL12/ZTIB_BSARK = "RBCO") ]
Will this work? Or do i need to make any changes? Kindly help me on this