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

Central contract in SRM 7.0 with ECC 6.0

Former Member
0 Kudos
270

Hi

We are using SRM 7.0 with ECC 6.0

When we create contract in SRM 7.0 & Trying to distribute to Backend as Contract, It is showing error in BBP_PD as below

HEADER I1015 Awaiting Approval

HEADER I1021 Created

HEADER I1038 Complete

HEADER I1141 Released

HEADER I1180 Document Completed

HEADER I1193 In Distribution

HEADER I1195 Distribution Incorrect

0000000001 I1143 Item is Active

Badi BBP_DETERMINE_LOGSY is activated to define backend system

No IDOC is also generated.

No errors in MOnitor also

Not sure what is message type needs to define & what else is needed

Regards,

NNK

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I believe the message type is BLAREL for contracts distribution. the FM 'BBP_PD_CTR_TRANSFER' is called during the transfer. May be you can debug the FM. or you may check RZ20 in SRM. In ECC, you can check the tables BBP_CTR_IDOCREF & BBP_CTR_ITEM_MAP. And ofcourse, check your SM59 settings.

Thanks,

Chandra

Former Member
0 Kudos

Hi

1. Message type is BLAREL aleready exist in Distribution model with outbound from SRM

2. Break point in FM - BBP_PD_CTR_TRANSFER not working

3. in ECC table BBP_CTR_IDOCREF doesn't exits, & table BBP_CTR_ITEM_MAP has no entries.

4. SM59 is fine.

5. RZ20 doesn't show any error for contract Management.

Regards,

NNK

Former Member
0 Kudos

HI

Need to do following

1. Keep conidtion types in ECC & SRM same for contract.

2. Also Add message types BLAORD & COND_A manually in ECC in WE20.

Then only it works

Regards,

NNK