Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BOPF query text collection

AJeB
Participant
0 Likes
1,228

hello how can i query the data of text collection
my business object is /SCMTMS/D_TORID and there is a text collection delagetion i want to retrieve the data of text collection i tried to look from the other blogs but when i do it i dont get any result/ output.

hello how can i query the data of text collection
my business object is /SCMTMS/D_TORID and there is a text collection delagetion i want to retrieve the data of text collection i tried to look from the other blogs but when i do it i dont get any result/ output.

1 REPLY 1
Read only

saundattikar
Participant
0 Likes
1,108

Hi Aaron,

Class /SCMTMS/CL_TOR_HELPER_READ method GET_TOR_DATA has exporting parameters:

ET_TXC_ROOT
ET_TXC_TEXT
ET_TXC_CONT.

These table can give you the text collections for the TOR ID.

Rohan