cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

MAterial no issue in ECC for ROC_out

Former Member
0 Likes
346

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

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Hi Shailesh,

You can use the below BADI to change the outbound message.

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.

Regards,

Selim Batur

Former Member
0 Likes

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

Former Member
0 Likes

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

Former Member
0 Likes

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

  • BEFORE_CONVERSION

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

Former Member
0 Likes

Hi Shailesh,

Yes it correct.

Kindly use the Before Conversion BADI to make requried changes before the XML message gets generated.

If you need further help, please provide screen shots for the relevant problem.

Regards,

Selim

Answers (0)