cancel
Showing results for 
Search instead for 
Did you mean: 

Replicating GOA from SRM to ECC

Former Member
0 Kudos

Hi Gurus,

While replicating Global contracts from SRM to ECC, i am facing some problem.

When i create a new contract it is updating in the ECC correctly,but when i change a contract it is not replicating in ECC.

The tcode i am using in ME33k in ECC.

I am getting data but the field EKPO-PLIFZ is not updating properly.

Thanks in Advance,

Aravind

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

In ECC, check the iDoc data records for this contract through transaction WE02 and see what value is passed to this particular field.

Former Member
0 Kudos

The idoc is replicating the data properly. But its not updating in the Delivery time field in the tcode ME33K.

former_member183819
Active Contributor
0 Kudos

what is the GOA header delivey days in the header and item ? how many days?

what is the data in SRM GOA?

for ex

Existing :-

Header

delivery days - 7

item

delivery days - 12

changing

Header

delivery days - 7

item

delivery days - 14

then plan delivery time also should get changed in ME33k - DETAILS - ADMIN DATA PL DELIVERY TIME.

what version are you in ? what is your service pack.

first check the incoming idocs BLOARD - If the updated delivery days available in the idoc and it must be updated in ME33k TOO

if it is not updated it is bug

i dont have a system to test the same.

recreate all the steps and raise OSS message ..

Muthu

Former Member
0 Kudos

Hi Muthu,

The problem is with the include LEINNU01. It has a flag h_new_contract. If it is marked 'X' everything works properly.

But if the flag is not set(i.e., the contract is changed), the BDC function for EKPO-PLIFZ is not called.

Thanks in advance,

Aravind

former_member183819
Active Contributor
0 Kudos

HiAravind

As per standard whatever we changes in SRM GOA and it must be replicated to ECC as well.

please raise the message and clarify your question.

I do remember i have testedthis behavior and it worked well earlier.

Muthuraman

Former Member
0 Kudos

Hi,

We are now facing the same problem for ERS indicator. But the problem here is the changes are not reflecting in the idoc itself.

Idocs- Bloard

Field- LABNR.

I tried debugging the BADI, but its not entering the BADI ZBBP_CTR_BE_CREATE.

Thanks in Advance,

Aravind

Former Member
0 Kudos

Hi Muthu,

Is there any way to map Tax code and ERS indicator from srm to R/3 as there is no segment in the idoc which has these fields.

Thanks in advance,

Aravind.

Former Member
0 Kudos

The issue is with RFC.

Answers (3)

Answers (3)

Former Member
0 Kudos

The issue is with RFC

former_member183819
Active Contributor
0 Kudos

What is your delivery days in the header and item level.

item level data takes precedence than header data /

Muthuraman

Former Member
0 Kudos

Hi,

How about the same field while creation??? Also do you have any workflow in place???

Thanks!!

Bharath

former_member578547
Participant
0 Kudos

I donot think, it is not related to WORKFLOW.

Please debug based on that field and check .

Balaji.T.