cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SRM-XML data modification

Former Member
0 Likes
625

Hi

I have a requirement to modify PO price data before it convert to XML-  to XI system.

Ex- Price per unit, It should be always one-  Example - 10 EA = 80 $, I wanted to modify it as 0.8 per 1 EA in the XML file..

We able to achieve this in PO Change & in XML structure through XML BADI,, How ever some reason this isn't working for New PO's, It's not passing through that BADI... Looks like different place to code...  Any help appreciated..

BR
Srrimaan

View Entire Topic
0 Likes

Hi,

Can you please tell me. How did achieve this in change PO and which BADI you referred.

Thanks & Regards,

Sridhar

Former Member
0 Likes

Hi

Function pool-  SAPLBBP_BD_MAPPING_SAPXML1

LBBP_BD_MAPPING_SAPXML1F0N- We enhanced this..

BR
Srrimaan

Former Member
0 Likes

Hi,

You have a badi for this. Did you not implement it.?

For mapping this fields, create an implementation of BAdI <b>BBP_SAPXML1_OUT_BADI</b> for Business Object BUS2201 ( Purchase orders ).

If there is any problem with triggering of the badi, check this link.

http://scn.sap.com/thread/614634

Regards,

Karthik.

Former Member
0 Likes

Hi Karthik

We already using this, Through this we only able to control the Message type determination like PO Create/Change/Cancel.

BR

Srrimaan