Business Work Flow (WF, BPT) - SAP FORUM - SAP Community - Forum for SAP - The meeting rockwall surgery center place for SAP since 1996!
since 1996 with over 100,000 visitors per month, the most visited German-language portal for SAP
Goto Page ... Business Work Flow (WF, BPT) Topics rockwall surgery center Replies Views Last post SAP Business Object for orders with position Niko24, 27/08/2013 11:57:52 (UTC) 0427 Niko24 27/08/2013 11:57:52 rockwall surgery center (UTC) transferring the parameters in the event of BUS2009 production Niko24, 27/08/2013 11:02:52 (UTC) 0123 Niko24 27/08/2013 11:02:52 (UTC) Order Release Workflow MINE, 17/07/2013 08:04:07 rockwall surgery center (UTC) 1754 MINE 25.07 .2013 06:14:14 rockwall surgery center (UTC) housework Workflow Integration in SAP Business ByDesign - Help! MaMaxx, 29/05/2013 12:51:13 (UTC) 1 1.089 MonkeyByDesign 07.06.2013 14:25:09 (UTC) Order Werther123 workflow SD, 04.03.2013 09:22:33 (UTC) 1 1.658 AWI - SAP Consultant 10:05 .2013 13:45:10 (UTC) Intended WF recipient does not receive a work item, but about 20 other users hape, 14/02/2013 10:16:02 (UTC) 4 1,189 hape 18.02.2013 09:15:00 (UTC) texts in an alert to the WF [+1] TOM70, 10.05.2012 05:06:25 (UTC) 4 2.265 rick 16.01.2013 08:30:57 (UTC) Services MA service to receive orders by mail GrafZapolya,
ABAP
Sunday, September 22, 2013
Saturday, July 6, 2013
Problem in transforming SOAP message to XML using XSLT
Hi
Here is my XSLT for the SOAP Response given after the below. I am not getting any output. Please help where is the issue?
----------------------------------------------------
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<xsl:template match="/">
<SyncSolarInvoiceToBp>
<ApplicationArea>
<Sender>
<LogicalID>infor.database.cmd_db</LogicalID>
<ConfirmationCode>OnError</ConfirmationCode>
<ComponentID>External</ComponentID>
</Sender>
<CreationDateTime></CreationDateTime>
<BODID></BODID>
</ApplicationArea>
<DataArea>
<Sync>
<TenantID>SOLAR</TenantID>
<AccountingEntityID/>
<LocationID/>
<ActionCriteria/>
</Sync>
<xsl:for-each select="//s:Body/ExecuteMultipleOperationsResponse
/Operations/Operation">
<SolarInvoiceToBp>
<AddressType><xsl:value-of select="Object/ObjectReference/AddressType"/></Add
ressType>
<CMDID><xsl:value-of select="Object/ObjectReference/CMDID"/></CMDID>
<WFMKey><xsl:value-of select="Object/ObjectReference/@Key"/></WFMKey>
<Region/>
<District/>
<Action/>
<InvoiceToBp/>
<ParentBp/>
<Country>
<CountryCode/>
<Customer>
<PostalCode/>
<Street/>
<CityDescr/>
<StateCode/>
<RPStatusID/>
<Latitude/>
<Longitude/>
<LocationName/>
</Customer>
</Country>
</SolarInvoiceToBp>
</xsl:for-each>
</DataArea>
</SyncSolarInvoiceToBp>
</xsl:template>
</xsl:stylesheet>
----------------------------------------------
My SOAP response is as shown below
-----------------------------------------------
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header/>
<s:Body>
<ExecuteMultipleOperationsResponse xmlns="http://www.clicksoftware.com">
<Operations>
<Operation xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance" d3p1:type="SucceededOperation">
<Action>Create</Action>
<Object>
<ObjectReference DisplayString="" Key="257849395" d3p1:type="SolarAddressReference">
<AddressType DisplayString="Invoice To" Key="127543298">Invoice To</AddressType>
<CMDID>59549</CMDID>
</ObjectReference>
</Object>
</Operation>
</Operations>
<Warnings xmlns="">
<Warning>
<Number>1003</Number>
<Description>No revision specified , default is used</Description>
</Warning>
</Warnings>
</ExecuteMultipleOperationsResponse>
</s:Body>
</s:Envelope>
----------------------------------------------- - Full Post
Here is my XSLT for the SOAP Response given after the below. I am not getting any output. Please help where is the issue?
----------------------------------------------------
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<xsl:template match="/">
<SyncSolarInvoiceToBp>
<ApplicationArea>
<Sender>
<LogicalID>infor.database.cmd_db</LogicalID>
<ConfirmationCode>OnError</ConfirmationCode>
<ComponentID>External</ComponentID>
</Sender>
<CreationDateTime></CreationDateTime>
<BODID></BODID>
</ApplicationArea>
<DataArea>
<Sync>
<TenantID>SOLAR</TenantID>
<AccountingEntityID/>
<LocationID/>
<ActionCriteria/>
</Sync>
<xsl:for-each select="//s:Body/ExecuteMultipleOperationsResponse
/Operations/Operation">
<SolarInvoiceToBp>
<AddressType><xsl:value-of select="Object/ObjectReference/AddressType"/></Add
ressType>
<CMDID><xsl:value-of select="Object/ObjectReference/CMDID"/></CMDID>
<WFMKey><xsl:value-of select="Object/ObjectReference/@Key"/></WFMKey>
<Region/>
<District/>
<Action/>
<InvoiceToBp/>
<ParentBp/>
<Country>
<CountryCode/>
<Customer>
<PostalCode/>
<Street/>
<CityDescr/>
<StateCode/>
<RPStatusID/>
<Latitude/>
<Longitude/>
<LocationName/>
</Customer>
</Country>
</SolarInvoiceToBp>
</xsl:for-each>
</DataArea>
</SyncSolarInvoiceToBp>
</xsl:template>
</xsl:stylesheet>
----------------------------------------------
My SOAP response is as shown below
-----------------------------------------------
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header/>
<s:Body>
<ExecuteMultipleOperationsResponse xmlns="http://www.clicksoftware.com">
<Operations>
<Operation xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance" d3p1:type="SucceededOperation">
<Action>Create</Action>
<Object>
<ObjectReference DisplayString="" Key="257849395" d3p1:type="SolarAddressReference">
<AddressType DisplayString="Invoice To" Key="127543298">Invoice To</AddressType>
<CMDID>59549</CMDID>
</ObjectReference>
</Object>
</Operation>
</Operations>
<Warnings xmlns="">
<Warning>
<Number>1003</Number>
<Description>No revision specified , default is used</Description>
</Warning>
</Warnings>
</ExecuteMultipleOperationsResponse>
</s:Body>
</s:Envelope>
----------------------------------------------- - Full Post
Carrington Core 2.5
We’ve released a new version of the Carrington Core – the engine that powers the Carrington framework. This version has two notable changes:
A fix for a logical bug in the context detection function – now properly selects the “home” context in some cases where it didn’t previously.
The addition of a filter to allow the available files to be provided by code rather than looking at directory contents.
If you wish to upgrade a Carrington-based theme to the latest core, you can do so by just replacing the “carrington-core” directory.
Get the Carrington Core 2.5 release from the public SVN directory:
http://carrington.googlecode.com/svn/framework/tags/2.5 - Full Post
A fix for a logical bug in the context detection function – now properly selects the “home” context in some cases where it didn’t previously.
The addition of a filter to allow the available files to be provided by code rather than looking at directory contents.
If you wish to upgrade a Carrington-based theme to the latest core, you can do so by just replacing the “carrington-core” directory.
Get the Carrington Core 2.5 release from the public SVN directory:
http://carrington.googlecode.com/svn/framework/tags/2.5 - Full Post
Carrington Core 3.0
We’ve released a new version of the Carrington Core – the engine that powers the Carrington framework. This version has a few moderate list changes, some of which are pretty interesting. In particular:
Added support for custom post types (WordPress 3.0)
Support for child themes (including adding templates and plugins in child themes that do not exist in the parent theme)
Allow custom functions to be filtered into the Single and Comment template selection process (already supported in General context selection)
home.php is now only used in is_home() situations, not is_front_page() (reverses feature requested and added in v. 2.5)
Other changes:
Make the posts_per_page setting work as intended (only on initial query)
Support for nesting templates inside sub-directories in misc/ and forms/
Removed use of deprecated function `get_the_author_ID`. Replaced with 2.8 `get_the_author_meta` (since 2.8.0). Users of versions of WordPress prior to 2.8.0 should be aware this change will cause problems for them.
Define required Carrington settings in a more forgiving way, making it easier to use just part of Carrington on a site when desired
Make gallery settings (implemented in CSS) specific to each gallery
Added changelog
Get the Carrington Core 3.0 release from the public SVN directory:
http://carrington.googlecode.com/svn/framework/tags/3.0 - Full Post
Added support for custom post types (WordPress 3.0)
Support for child themes (including adding templates and plugins in child themes that do not exist in the parent theme)
Allow custom functions to be filtered into the Single and Comment template selection process (already supported in General context selection)
home.php is now only used in is_home() situations, not is_front_page() (reverses feature requested and added in v. 2.5)
Other changes:
Make the posts_per_page setting work as intended (only on initial query)
Support for nesting templates inside sub-directories in misc/ and forms/
Removed use of deprecated function `get_the_author_ID`. Replaced with 2.8 `get_the_author_meta` (since 2.8.0). Users of versions of WordPress prior to 2.8.0 should be aware this change will cause problems for them.
Define required Carrington settings in a more forgiving way, making it easier to use just part of Carrington on a site when desired
Make gallery settings (implemented in CSS) specific to each gallery
Added changelog
Get the Carrington Core 3.0 release from the public SVN directory:
http://carrington.googlecode.com/svn/framework/tags/3.0 - Full Post
Carrington Core 3.1
Carrington Core has been updated to version 3.1. This version adds a number of useful features and enhancements in preparation for the upcoming WordPress 3.1 release:
Support for custom taxonomies within the general context
Added support for custom post type archive pages in general context
Support for post formats in the single context
Relies on features in WordPress 3.1
Implemented checked() and selected() functions for options
Added PHP doc blocks
E_NOTICE clean
Updated some variable names
The new version is tagged and available at in our .
You can replace the carrington-core directory in any Carrington theme with this new version to take advantage of these new features. - Full Post
Support for custom taxonomies within the general context
Added support for custom post type archive pages in general context
Support for post formats in the single context
Relies on features in WordPress 3.1
Implemented checked() and selected() functions for options
Added PHP doc blocks
E_NOTICE clean
Updated some variable names
The new version is tagged and available at in our .
You can replace the carrington-core directory in any Carrington theme with this new version to take advantage of these new features. - Full Post
Inside Channel Advisory Account Manager Job (Bangalore, INDIA)
About the Role and ResponsibilitiesPosition Location: McAfee India Center, BangaloreResponsibilities- Proactively prospect for new business opportunities, up-sell to existing customers (displacements and new product sales) and renewals within the mid market sector- Exceed quarterly and annual sales/bookings targets and maximize short term revenue- Build and maintain a constant/future revenue pipeline- Meet / exceed core call time metrics and update/maintain customer database- Submit accurate weekly forecasts- Manage leads in a timely manner- Create strong business relationships with prospects and existing customers- Recommend the most suitable solution according to the customer's requirements- Keep knowledge up to date of the Security market and meet training targets to maintain a thorough understanding of McAfee products, process and promotions to provide the highest levels of sales support- Work with marketing to drive campaigns into specific market segments- Base salary plus commissionsQualifications- An self-starter with a consultative sales approach who is pro-active in increasing sales revenue- Must be results-driven, have strong analytical skills and be committed to creating new business opportunities- Preferred individual should have professional experience in Sales, Marketing and/or business development- Must have exhibit sound oral expression and comprehension, negotiation, listening, and reasoning skills- Proven time and account management skills, as well as excellent verbal and written communication skills- Individual should be comfortable selling in a teaming environment with responsibilities for accurate forecasting- Demonstrable successful sales experience in B2B or SaaS preferred- Strong work ethic and organizational skills- BA/BS Degree, Recent College Graduate, or equivalent experienceJob: Sales SupportPrimary Location: MIC-India MIC-Karnataka MIC-Bangalore Sales MICPosition Number: 865445Schedule: Full-time - Full Post
Business/Sales Operations Analyst (Amsterdam) Job (Amsterdam, NL)
About the Role and ResponsibilitiesSales Operations Analyst (Amsterdam)Location: Amsterdam, NetherlandsSpecific Responsibilities/Functions· Key driver behind implementing Operational Excellence Initiative- Measuring operational effectiveness of organization- Across all functions- Identify Best Practices area’s- Identify area’s for improvement- Administrate action plan· Defining, building, maintaining & distributing of KPI Dashboards- Operational Dashboard- Performance Dashboard- Data collection and interpretation· Works cross functions and departments in the EMEA region- Key hub for data-collection and distribution· Turn data in to actionable information- Bookings, market share, pipeline, installed base, p-matrixQualificationsQualifications· Strong Communicator· Fluent with Excel· Certificates in Six Sigma (or similar)· Analytical mind· Experience in a similar role as an Analyst· Hands-on mentality· Successfully worked across functions, with other countries, departments and on different levels· Fluent in English and Dutch is a mustMcAfee, a wholly owned subsidiary of Intel Corporation (NASDAQ:INTC), is the world's largest dedicated security technology company.We are relentlessly focused on constantly finding new ways to keep our customers safe. Share your talents with us in the dynamic security industry, and experience the meaningful, interesting work that is waiting for you!The successful applicant will be subject to background checking. McAfee is an Equal Employment Opportunity employer. We celebrate diversity!Job: Sales OperationsPrimary Location: EMEA-NLD-NHO-AmsterdamPosition Number: 1182013SOURCSchedule: Full-time - Full Post
Subscribe to:
Posts (Atom)