cancel
Showing results for 
Search instead for 
Did you mean: 

Enhancement for Customer data transfer from R/3 to GTS

Former Member
0 Kudos

Main Program /SAPSLL/DEBMAS_DISTRIBUTE_R3 is used in R/3 to trasfer Customer master data to SAPGTS.

My Issue:

In the Soubroutine /SAPSLL/DISTRIBUTE_R3_FORMS, it calls a main Function Module /SAPSLL/DEBMAS_MASS_R3 which in turn calls another FM /SAPSLL/DEBMAS_1006_MAP_R3.

In this FM: /SAPSLL/DEBMAS_1006_MAP_R3, field LS_API1006_CENTRAL-PARTNERTYPE is passed as SPACE. But I need this field to be populated with CUSTOMER GROUP (KNVV-KDGRP).

I know that attributes of both KDGRP & PARTNERTYPE are not same but our functional team have mapped to PARTNERTYPE and they need KNVV-KDGRP value into it.

I tried to search for any Exits or BADI for this. But am not able to find one for it.

Please let me know your thoughts on this requirement.

Best Regards,

Kiran

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Kiran

Did you try this Enhancement component - SLLLEG05.

Regards

MD

Former Member
0 Kudos

Hi,

I am on 4.7EE. So I can either go for Exits or BADIs. To my knowledge, I didnot find any.

So how do I go about it now.

Thanks

Kiran

Edited by: kiran dasari on Sep 9, 2008 7:48 PM

Former Member
0 Kudos

Hi Kiran

I am not sure in 4.7, but in ECC 6.0 we used the above said enahancement to modify the data before transferring to GTS.

Can you give one more try on the SPRO menu, just hit on the find button with 'GTS'.

You may get some exits

Regards

MD

Former Member
0 Kudos

That didnot work.

Any more clues please.

Thanks

Kiran

Edited by: kiran dasari on Sep 11, 2008 12:33 AM

Former Member
0 Kudos

Hi Kiran ,

i think u need to map like this, just try.

LS_API1006_KEY-PARTNER_ID = LS_KNA1-KUNNR.

LS_API1006_KEY-PARTNER_TYP = IV_PARTNER_TYP.

APPEND LS_API1006_KEY TO ET_API1006_KEY.

LS_API1006_HEAD-PARTN_TYP = SPACE.

regards

Prabhu

Former Member
0 Kudos

1. How can I modify a standard Function Module?

2. Do you think IV_PARTNER_TYP is same as

KNVV-KDGRP

FYI, I am in 4.7EE.So I cannot create any Explicit Enhancements too.

Any more clues please.

Thanks

Kiran