cancel
Showing results for 
Search instead for 
Did you mean: 

GOA net price in R/3

Former Member
0 Kudos

Hello

I have problem with contracts net price in R/3. I've mapped conditions type 'CT01' SRM to 'PB00' to R/3. But the net price is always 0,00 in R/3.

I can see when I'm executing module fonction BBPV_CONTRACT_TRANSFER that it stops in include LBBPVF04 with the erreor message "Differing time interval".

I don't understand why.

Thank you for your help.

Peggy.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Peggy,

Contracts from SRM are replicated with two idocs: BLAORD and COND_A. You must to have same settings for them in ERP partner profiles(same processing time).

However you will also get this error message if the mapping is incorrect or the condition is not exactly the same in both systems. I would also compare those two conditions in SRM and ERP.

cheers,

Robert

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello

Well, in fact I have no idoc COND_A, I can see only idocs BLAORD.. I don't understand why there's no idoc COND_A. However, the customizing of idocs is OK...

Peggy.

Former Member
0 Kudos

Hi,

You had mentioned that you are getting an error in LBBPVF04 (map_conda). In that case, normally the execution should end in BBPV_CONTRACT_TRANSFER (line 313). Are you sure the blaord idocs are created?

Regards

Saravanan.

Former Member
0 Kudos

Yes the BLAORD idocs are well created.

Well, i've succeeded in creatgin COND_A idocs by sheating in this way :

- in the include LBBPVF04, at this request :

*---- check if only additional conditions ...

SELECT SINGLE * FROM t685a INTO ls_t685a

WHERE ( kappl = 'M' OR

kappl = 'MS' ) AND

kschl = ls_cnd_cd-cond_type AND

kalsm = space.

I've forced sy-subrc at 4.

And in the include LBBPVF14, at this request :

SELECT SINGLE * FROM t685a INTO ls_t685a

WHERE kappl = 'M' AND

kschl = is_cnd_cd_new-cond_type AND kalsm <> space.

I've forced the sy-subrc at 0.

After that i have good price an d good idoc.

Did I miss any mapping or customizing of conditions?

Thank you for your help.

Peggy.

Former Member
0 Kudos

I've solved the problem by myself.

I've added a value in field kalsm in view v_t685a for the condtion type PB00 and the net price is ok.

Peggy.

Former Member
0 Kudos

Hi Peggy,

Can you check in table t685a if any additional condition has been defined for the particular condition type?

Regards

Saravanan.

Edited by: Saravanan Sadasivan on Mar 5, 2008 10:55 AM