i have problem startrfc.exe produces bigger network-traffic required. startrfc has 3 parameters = 3 internal tables = 3 csv files. total size of these files sent sap 3mb, takes 15minutes , totally uploaded 150mbs.
has experienced this?
possible solution: seams our traffic 150mb correct although filesize 3mb. problem if there in startrfc defined row-length 1300 (for internal table), startrfc automatically padds rows spaces max-length. had cca 6000 rows per 13000 characters = 78mb if 1 char = 1 byte. if 1 char = 2 bytes 150mb obvious result
Comments
Post a Comment