cancel
Showing results for 
Search instead for 
Did you mean: 

Let me know the

Former Member
0 Kudos

Hi

I have to know about the following areas.

1. what is data type enhancements

2. What is Fault Message types

3. At message mapping what are the Heade Paramaters and those usage.

Thanks,

anil.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

HI,

<i>1. what is data type enhancements</i>

SAP applications enable customers to enhance application source code without making modifications and thus meet customer-specific requirements that are not provided for in the standard shipment. The applications can use Business Add-Ins (BAdIs) for this purpose. Furthermore, if customers use applications that exchange messages by using XI, they can define data type enhancements for Integration Repository data types. Customers can use these enhancements to send additional data with a message and can access this data by using BAdIs

Customers or partners have to create data type enhancements in a separate software component version and a separate namespace. This software component version must be based on the SAP software component version in which the data type to be enhanced is defined

http://help.sap.com/saphelp_nw2004s/helpdata/en/a8/bfc6373c8fea43bdb3541535bcbd43/content.htm

<i>2. What is Fault Message types</i>

Fault message types are designed for application-specific errors that occur on the inbound side and that are reported back to the sender or persisted in monitoring.

http://help.sap.com/saphelp_nw2004s/helpdata/en/dd/b7623c6369f454e10000000a114084/content.htm

<i>3. At message mapping what are the Heade Paramaters and those usage.</i>

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ee5bc490-0201-0010-e9b5-a258cf08...

/people/sap.user72/blog/2006/01/16/xi-propagation-of-meaningful-error-information-to-soap-client

/people/shabarish.vijayakumar/blog/2006/11/02/fault-message-types--a-demo-part-1

http://help.sap.com/saphelp_nw04s/helpdata/en/43/0a7d1be4e622f3e10000000a1553f7/content.htm

Regards

Chilla

former_member335553
Active Contributor
0 Kudos

Hi,

Please refer thse links

https://weblogs.sdn.sap.com/pub/wlg/4941- [original link is broken] [original link is broken] [original link is broken] [original link is broken] data type enhancements

https://weblogs.sdn.sap.com/pub/wlg/4846- [original link is broken] [original link is broken] [original link is broken] [original link is broken] fault message types

https://forums.sdn.sap.com/click.jspa?searchID=2221910&messageID=3304233-header mapping

Former Member
0 Kudos

Hi anil,

Data enhancements help to modify any existing xsd data type and use it in yr scenario.

Fault message types are used in synchronous communication when there is any error then u can specify the fault message type through which the response will be communicated to the sender application .

In message mapping header parameters include the name of yr message mapping ,namespace etc to uniqoely identify yr mapping

Regards