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

User-Exit Implementation...

Former Member
0 Likes
649

I'm new to implementing user-exits as well as Abap Objects..I sent a request to SAP and this is what the came back with:

The exit EXIT_/SAPAPO/SAPLCIF_PROD_001 should be implemented in SNC system to filter the specific fields listed below. There is no change in ECC master data, only master data coming to SNC, these field values will be filtered. In SNC system this exit is available in BADI "SMOD_APOCF005",TRX SE18.

The fields to be filtered are:

u2022 ATP_CHMOD - Check mode in SNC which represents R/3 Planning Strategy Group MARC-STRGR.

u2022 MTVFP u2013 ATP Group in SNC which represents the Availability check MARC-MTVFP

I tried creating a custom project (CMOD) but it's asking me for a SAP enhancement and I can't find one associated with this user-exit or badi.

Any suggestions?

Thanks.

Lisa

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
542

Hi,

I think your requirement is for APO. And SAP has suggested you to implement BADI.

You can go to transaction SE18 and check for BADI definition SMOD_APOCF005.

If you want to implement the BADI then you can implement the same using transaction SE19.

Regards

Arindam

3 REPLIES 3
Read only

Former Member
0 Likes
543

Hi,

I think your requirement is for APO. And SAP has suggested you to implement BADI.

You can go to transaction SE18 and check for BADI definition SMOD_APOCF005.

If you want to implement the BADI then you can implement the same using transaction SE19.

Regards

Arindam

Read only

Former Member
0 Likes
542

Hi,

please find the some links related ro userexit implementation.

http://it.toolbox.com/wiki/index.php/Implement_a_screen_exit_to_a_standard_SAP_transaction

Regards,

Madhu

Read only

Former Member
0 Likes
542

Found what I was looking for. Thanks.