cancel
Showing results for 
Search instead for 
Did you mean: 

Reduced message type not working

Former Member
0 Kudos

Hi All,

I have created an reduced message ZBOMMAT but when idoc generated it still using the original BOMMAT with full list of fields.

What is the reason ? My system is ECC 6.0

steps I hv done is BD50, BD53, BD60, BD63, BD69, WE81, WE82, WE20, BD64

Wht hv I left out ?

Best Regards,

Janice

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Janice.

have you debugged the program to see why the user exit is calling the wrong IDOC type?

check the enhancement /SAPMP/PP_BD_LC_SAPLCSDS....

in my custom idocs i have to change the enhancement to call a custom FM, populate the fields and then call ALE_IDOCS_CREATE

Former Member
0 Kudos

Hi Barry,

At which point you customise it in the enhancement ?

Is this a must ? I thought reduced message type can use without customised FM

Regards,

Janice

Former Member
0 Kudos

Hi Janice

did you follow this?

https://wiki.sdn.sap.com/wiki/display/ABAP/ReducedMessageTypes

i have just finished writing some FMs to do this but i am using custom IDocs and custom Segments... rather than reduced message types.... it is still worth debugging to see why it is calling the wrong message type......