Hi Team,
I am using BOR -BUS2222 for warranty claim approval workflow.
I want to use multiple condition in workflow based on the sales Organisation
but the sales organization is not available in the Businss object.
I am using SAP_WAPI_CREATE_EVENT to trigger the workflow.
Sales org I need to fetch from a table.
Can you please let me know is there any way to get the Sales Org without extending the
BOR object.
1) Basically is thre a way to write select query without extending BOR and witout using Classes.
2) Is there a way to pass the sales org in INPUT_CONTAINER of the SAP_WAPI_CREATE_EVENT
and use binding to get the variable in workflow , since the variable is not available in BOR.
How I can do the binding.
Thanks in adwance.