B1i Namespace cheatsheet
Hi everyone,
I’ve been working with B1i for quite a while now and I always have problems with using the correct namespaces in my transformations. So I decided to create a little cheatsheet so you can easily check which namespace you should use!
xmlns declaration on XML node | Namespace used in transformations |
---|---|
xmlns=”urn:com.sap.b1i.sim:b1event“ | b1e |
xmlns=”urn:com.sap.b1i.sim:b1ievent” | b1ie |
xmlns=”urn:com.sap.b1i.sim:b1imessage” | b1im |
xmlns=”urn:com.sap.b1i.bizprocessor:bizatoms” | bfa |
xmlns=”urn:com.sap.b1i.adapter:jdbcadapter” | jdbc |
xmlns=”urn:sap-com:document:sap:rfc:functions” | rfc |
xmlns=”urn:com.sap.b1i.sim:entity” | sim |
xmlns=”com.sap.b1i.bpc_tools.Utilities” | utils2 |
xmlns=”urn:com.sap.b1i.vplatform:entity” | vpf |
xmlns=”urn:com.sap.b1i.xcellerator:intdoc” | xci |
I think those cover all the ones I’ve met in my projects, if you think one’s missing, please let me know!
Regards,
Jeroen
Thanks Jeroen, that's a big help!
Thanks this is pretty helpful! I'm looking for mobilelib's functions. Is there any way to find them?
thanks in advance