Skip to Content
0
Former Member
Feb 24, 2011 at 05:01 AM

Extracting long text for by using Z_AW_READ_TEXT SAP function

98 Views

We are really glad for the kind of quick responses you post for any issue across Business Objects Platform, that is what this tool is going high and high in skies.

Ok, let me ask this question, which is business critical to our development.

This issue which i face is with respct to the development of the Material Purchase Requisition View.

We are using SAP function call Z_AW_READ_TEXT with input parameters:

PS: As part of development, the output has to be similar to the attachment herewith, the third column TEXT_ID which need to be mapped to TDID from TTXID table.

Archive Handle:0

Client:'800'

ID:TTXID.TDID

Language:'EN'

Name:EBAN.BANFP

Object:'EBANH'

Lines:NULL

What I require is that, the TDID value which i pass as the input parameter to the function, i also want that as the output of the function. Is it posssible to get that.

I actually can get the value of TDID from the same TTXID table from which i am getting the input parameter. But the problem is that i will also have to get the Purchase request number from the EBAN table. These two tables does not have any relation by any means. So the only way i could get the TDID is from the function to which input.

While making the function call in the BODS TDID is actually a depricated output parameter. So, suggest some way to get the TDID assosiated with the each text i extract from the function. Your help is highly appreciated. Thanks!