2022 Aug 01 12:01 PM
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.
2022 Aug 01 5:01 PM
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