Guys,
I discovered the answer to the question i've made "Meanwhile, someone could tell me if there is any way to pass more than one record in the table in a single request using PDI?"
On PDI - SAP Input you can deal with Table structures for input passing an string containing ";".
Ex:
OPTIONS = "TEST TEST TEST TEST ... TEST" < More than 72 chars without ";" (Don't work)
OPTIONS = "TEST TEST; ... TEST; ...TEST; ... TEST" < More than 72 chars with ";" (Works)
Thanks.
Fillipe