I am going through some problems, I need to access a large number of texts relating to the Purchase Order.
With the help of this topic(Retrieve texts from a sales order by using RFC_READ_TEXT), could use function RFC_READ_TEXT to access one of the purchase orders I needed.
But I need to access more than 22,000 requests per month. And according to the thread I mentioned I can only return one text at a time.
How could I do to extract a set of Purchase Order text with one request?
I really appreciate everyone's attention.
Thanks
You can use
RFC_READ_TEXT
to read texts for more than one object in a single call. Just specify each additional object as an additional row in table parameterTEXT_LINES
.I wouldn't suggest reading 22,000 in a single call, however, but certainly more than 1 in a single call is possible.