Size of InfoObject

Question: Hi Gurus,
I have a problem at my site. The problem is with the lenght of the InfoObject. My requirement needs me to get a TABKEY, VALUE_NEW fields from the cluster table CDPOS. The lenght of TABKEY = 70 and VALUE_NEW = 254. But the restriction on the InfoObjects says only of lenght 60. Can you please give an ideas of how to tackle this problem.

Regards,
Sandeep.

Answer:
Split the 254 field into multiple infoobjects of CHAR 60 each. In your extractor, left justify the values of key figures and characteristics. That way all of your data will be contained in the first set of infoobjects.

Just beware of the performance issues related to CDPOS extraction. There are couple of ways to extract this data into BW. Let me know and I might be able to help.

zork

Answer:
Hi,
Can you be more specific about the extraction.
Bye.

Answer:
Hi Zork,

Split the 254 field into multiple infoobjects of CHAR 60 each. In your extractor, left justify the values of key figures and characteristics ?

Zork can you please in detialed explaing how to left justify the values of Key Figures and Characteristics.

Thanks in Advance...

Guest123

Answer:
Hi,

This has to be done during the extraction process from R/3 using ABAP function module based extractors.

On an another note, CDHDR and CHPOS extraction also requires your to extract meta data table information such as DD02T and DD03T.



zork

Answer:
Hi,
I have a similar problem and I wouldn't want to break it into 4 info-objects. Can I extend the length of a field by using exits
Copyright ?2007 - 2008 www.jt77.com