Application Development 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: 

Extending Idoc BOMMAT04

nishanthbhandar
Contributor
0 Kudos

Hi All,

I have extended the IDOC type BOMMAT04 with my custom field.Now i need to associate the logic for my custom field in the standard function module IDOC_INPUT_BOMMAT.But i do not see any user exits.There are BTE's provided for which we need to make use of a RFC.But we would like to eliminate the use of RFC and want to incorporate the same in the function module.Please let me know if anyone had already worked on this and can provide me an alternative.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi nishanth,

1. I think u need to MODIFY

the FM IDOC_INPUT_BOMMAT

for filling up those fields.

2. Or u can copy this FM

and write your code in it.

3. Afterwards in configuaration,

u can assign this new Z FM

for this idoc type.

(instead of the original FM)

regards,

amit m.

1 REPLY 1

Former Member
0 Kudos

Hi nishanth,

1. I think u need to MODIFY

the FM IDOC_INPUT_BOMMAT

for filling up those fields.

2. Or u can copy this FM

and write your code in it.

3. Afterwards in configuaration,

u can assign this new Z FM

for this idoc type.

(instead of the original FM)

regards,

amit m.