Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Reduced message type - Idoc without conversion rules

Former Member
0 Likes
690

Hi Friends,

Am facing a strange situation while converting the Material Master data from 4.7b to ECC using BD21 transaction with reduced custom message type. I have reduced the standard msg type MATMAS05 using BD53 for the required field mapping both systems and I written the code using the exit EXIT_SAPLMV01_002 based on client req.

The situation is that sometimes IDocs are failing and the error shows that some fields which I have not selected in E1MARAM segment of the reduced msg type are populated with some values(ex: zeroes-0, slash-/,spaces)

Note: Conversion rules are not needed for this scenario.

Please help me out how to get rid of this '/ ' or spaces which appear for unselected fields in outbound Idoc using reduced message type ?

Thanks

Saravanan

2 REPLIES 2
Read only

former_member404244
Active Contributor
0 Likes
542

Hi,

Please check the documentation in WE60 tcode and see if the fields are required to be passed...

Regards,

Nagaraj

Read only

0 Likes
542

Hi, solved myself through BADI implementaton