on 2023 Dec 18 9:45 PM
Hi all,
based on the value of MARC-DISMM the customer wants to set specific values for planning type RRP_TYPE and heuristics method HEUR_ID, both matloc data.
The model is created/updated via Transacztion CFM1/CFM2/CFM9.
There is a badi CUSLNTRTO_ADDIN we can use on ERP Side, but none of the methods have MATLOC attributes we can use for transfer. There is just one table for free key/value pairs but I do not know how to fill and how to work with on APO side.
The 'classic' CIF exit EXIT_SAPLCMAT_001 is not processed in outbound transfer from CFMx.
Any idea on how to transfer and set the values for (MATLOC-)RRP_TYPE and HEUR_ID?
Thank you all,
Clemens
Request clarification before answering.
use in the outbound exit and append structure or the free
badi CUSLNTRTO_ADDIN is the the PDS transfer you would like to change the product master data field or?
in exit EXIT_SAPLCMAT_001 Core Interface to APO: Enhancements to Material
you have AT101-105 fields that are fields that you can use to but any data in
AT101 1 Types CHAR40 CHAR 40 0 Character field of length 40
AT102 1 Types CHAR30 CHAR 30 0 30 Characters
AT103 1 Types CHAR20 CHAR 20 0 Char 20
AT104 1 Types CHAR10 CHAR 10 0 Character Field Length = 10
AT105 1 Types CHAR10 CHAR 10 0 Character Field Length = 10
in SCM inbound you can then map this AT101 fields into the //MATLOC fields back if you like to fill that data our from S4/ECC
If you just needs to act on specifics fields send out from ECC then you can just add the logic into SCM inbound badi.
BADI nae is SMOD_APOCF005 method is EXIT_/SAPAPO/SAPLCIF_PROD_001
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
6 | |
4 | |
3 | |
2 | |
2 | |
2 | |
2 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.