‎2009 Feb 05 6:42 PM
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
‎2009 Feb 06 5:25 AM
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
‎2009 Feb 06 5:25 AM
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
‎2009 Feb 06 10:08 AM
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
‎2009 Feb 09 2:10 PM