cancel
Showing results for 
Search instead for 
Did you mean: 

Getting Message no. TD600 while reading sales order line item text

Former Member
0 Kudos

Dear Experts,

I want to read text from sales order line item through ABAP, but unable to fetch the text data in the program & getting the below message: Text 0020001169 ID Z003 language EN not found.

But in the same program I can fetch Header text data, that means the text read program is correct. If anybody faced the same issue & already solved the same then please let me know the solution so that I can get out of that problem.

Thanks in Advance,

Vishal.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I've fixed that issue....

reazuddin_md
Active Contributor
0 Kudos

As per the message no. you have posted. it is clear that respective text record doesnt exist in the database.

Maintain Text record in Tcode:SO10

Text Name: 0020001169

Text ID: Z003

language EN

Now try & revert.

Former Member
0 Kudos

I've fixed the issue...It is solved now...The problem is that, whenever you want to read line item text through read_text function, u must have to pass the line item number appending with the SO number & then you'll get the item text info.

Thanks,

Vishal