on ‎2015 Jul 22 12:35 PM
Hi All
I am facing an issue wherein the Length of MAterial is 18 in ECC and the Length of material coming from SNC is 40.
Is there any note that need to be implemented to resolve this issue
I already have the below setting in SNC and ECC
SPRO >> SCM Basis >> Master Data >> Product >> Specify Output Format of Product Number
Product No.length=18
Which Badi need to be implemented and what is the Note no
Regards
shailesh
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Salim.....
I was going through SAP note :775651 - Product key not found in R/3-ICH integration.
Well in that note it has been mentioned that the below BADI can be implemented.
So in addition to the one that you have mentioned do i need to implement the below BADI's
As of SCM 4.1, the following BAdI implementations are required:
l For the inbound conversion of the product number, use Transaction SE19 to create an
implementation for BAdI /SCMB/BIF_MI_PRODID, method BEFORE_MASTER_DATA_ACCESS. Use the sample
source code provided in the BAdI, activate this source code and then activate the BAdI
implementation.
l For the outbound conversion of the product number, use Transaction SE19 to create an
implementation for BAdI /SCMB/BIF_ME_PRODID, method AFTER_MASTER_DATA_ACCESS. Use the sample
source code provided in the BAdI, activate this source code and then activate the BAdI
implementation.
Thanks and Regards
shailesh
Hi Shailesh,
Yes, you can implement also both BAD's in SNC.
There is no harm to active them. After making the implementation, you can put a break into them to understand the local and explain the ABAP changes which has to be done.
Kindly let me know if my answers are helpful to you.
Regards,
Selim
Thanks a Lot Selim.
Well you mentioned about:
You can change the item details by using this BADI. Of course dont forget that there can be impact on PI (New name PO=Process Orchestration) during maping from XML to IDOC
In ROC_out BADI no sample code is attached, so i need to write a logic so that the item detail is sent as 18 digit to ECC in BADI /SCA/BIF_O_REPLORDC
In Event
In help it has been mentioned abt example:
BAdI implementations
Example implementation /SCA/CL_EXM_IM_BIF_O_REPLORDC is delivered in the standard system. For more information, see the comments for the example coding.
Please suggest.
Thanks a lot for your reply
Regards
shailesh
| User | Count |
|---|---|
| 12 | |
| 7 | |
| 4 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 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.