Hi,
If Someone have come across such a problem please provide the Solution.
My problem is that when i reread the data for CO02 transaction with an order Number for BOM and Routing and then there is a Functionality for getting long text with Read_text which reads the text with ID as AVOT , as below This Long text is in CA03 transaction for the below object and ID.
CALL FUNCTION 'READ_TEXT'
EXPORTING
id = 'AVOT'
language = gv_langu
name = gs_tdname
object = 'AUFK'
IMPORTING
header = gs_header
TABLES
lines = it_lines
EXCEPTIONS
id = 1
language = 2
name = 3
not_found = 4
object = 5
reference_check = 6
wrong_access_to_archive = 7
OTHERS = 8
.
It does not bring data whereas if i individually send the fields in the READ_TEXT function module it fetches the Lines.
Why does it behave in such a way.
Thanks,
Richa