cancel
Showing results for 
Search instead for 
Did you mean: 

Where to set extended XML handling in WESOUT while sending XML

Former Member
0 Kudos

Hello Experts,

Requirement : Add a Z field to a standard message type so that

it can be sent to another system while XML .

Transaction cod e: WESOUT is used for that.

But as per the link :

http://help.sap.com/saphelp_nw04/helpdata/en/73/3f5c3c3906b006e10000000a11402f/content.htm

SET_EXTENDED_XML_HANDLING should be set.

I agree that it should be done via framework it self.But can any one suggest a possible place where we can make

frame work to consider the handling of extended structure.

Thanks

~Raj

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Raj,

extended XML Handling is for changing the behavior of default/initial values of existing fields in the XML structure.

I suggest using a [data type enhancement|http://help.sap.com/saphelp_nw70/helpdata/en/a8/bfc6373c8fea43bdb3541535bcbd43/content.htm] in ESR to add a custom field to the desired data type. Then create a proxy in transaction SPROXY from the data type enhancement and implement the proxy in order to populate the custom field.

Best regards, Martin