cancel
Showing results for 
Search instead for 
Did you mean: 

BW-XI Intergration (pushing data from BW to XI )

Former Member
0 Kudos

Define data-types to match BW user generated objects\BIC\

While implementing How to guide "Push data from BI to XI" version 1.00-May 2004 we ran into a problem.The name of fields created by the user in BW recieve a prefix \BIC\. Because we could not define data types in XI with names matching those in original structure these

fields were not passed to XI by the abab proxy.

How can we solve this problem.

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi Hanoch,

I think the only solution is to define these fields with different names in your Data Types (e.g. replacing \ with _). Then you need to perform field-level moves between the now differently named fields in the proxy code.

Regards,

Thorsten

prasad_ulagappan2
Contributor
0 Kudos

Yes, that is the best solution for this issue... Even I too handled a similar situation like this...I have used the Java proxy instead of ABAP here...

Former Member
0 Kudos

Hi

We will try the suggested solution. Do you have a reference for a java proxy ?

prasad_ulagappan2
Contributor
0 Kudos

Hav a look at this link...

http://help.sap.com/saphelp_nw2004s/helpdata/en/64/7e5e3c754e476ee10000000a11405a/frameset.htm

Send me ur email id..so that i will send u some more documents too...

Regds,

Prasad U