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

BATMAS User Exit

Former Member
0 Likes
1,773

Hi All,

I am trying to change some fields for Batch Master, I am trying the user exit of Master Data Distribute since IDOC_MASTER_SMD_BATMAS is BAPI based and there is no user exit available.

When I am running my scenario with a break point on Master Data Distribute, it is not getting triggered. I am wondering if this FM is use or not.

Pls. share your experience/solution if any.

Regards

Ashish Rawal

1 ACCEPTED SOLUTION
Read only

alex_m
Active Contributor
0 Likes
1,324

First up all the FM name is MASTERIDOC_CREATE_SMD_BATMAS, I surprised after dont find any exit for this FM.. May be you need to copy this FM and do the changes... Yes this the FM used to create an Idoc BATMAS.

Hi All,

I am trying to change some fields for Batch Master, I am trying the user exit of Master Data Distribute since IDOC_MASTER_SMD_BATMAS is BAPI based and there is no user exit available.

When I am running my scenario with a break point on Master Data Distribute, it is not getting triggered. I am wondering if this FM is use or not.

Pls. share your experience/solution if any.

Regards

Ashish Rawal

4 REPLIES 4
Read only

alex_m
Active Contributor
0 Likes
1,325

First up all the FM name is MASTERIDOC_CREATE_SMD_BATMAS, I surprised after dont find any exit for this FM.. May be you need to copy this FM and do the changes... Yes this the FM used to create an Idoc BATMAS.

Read only

Former Member
0 Likes
1,324

Thanks for your response - Do you think any BADI will be helpful since ALE_IDOCS_CREATE is getting triggered??

Read only

Former Member
0 Likes
1,324

It is not possible to make changes and approach we followed was to make changes in middleware mappings.

Read only

Former Member
0 Likes
1,324

My last post talks about the approach followed.