cancel
Showing results for 
Search instead for 
Did you mean: 

Conversion routine in BW for getting converted value for Partner Function

Former Member
0 Kudos

Hello Gurus,

I have a requirement in BW to display both the unconverted and converted values for Partner Function (PARVW field). I created a datasource in ECC based on the TPAR table and am bringing over the unconverted values. Now I need to also bring in the converted values. Here is my example:

Converted Unconverted Text

PY RG Payer

BP RE Bill-To-Party

SP AG Sold-To-Party

Is there an equivalent Function Module to 'CONVERSION_EXIT_PARVW_OUTPUT' in BW that I could use in my routine to populate the converted value to a compounded Infoobject that I created in BW? BW does not have the above mentioned Function Module. It would be very helpful if you could also send me the code for the routine to do this conversion. Thank you.

Edited by: Alnick on Sep 14, 2009 1:09 PM

View Entire Topic
Former Member
0 Kudos

Hi,

We have also searched for it and finally ended up in doing the routine as follows.

IF partner function 'AG'

then result = 'SP'

for those which has external and internal format different.

BI Doesnt have customer partner table information KNVP. if they would have designed then possibly we will have partner function internal and external format. As they dont have it in BI only we have to customize it according to your requirement.

Hope this helps for you.

Thanks,

Arun

Former Member
0 Kudos

Hi Arun,

Thanks for your reply. Your recommended was my 2nd option but I was wondering if there is a maintenance free way of using a conversion function module. This way if anything changes I do not have to go back and change my routine.

Thanks,

Al