2014-02-19

Export SAP Text object to MySQL

Extracting text objects from SAP with RFC_READ_TEXT.
First start transaction SE75


Press display for a list of objects:

Lets pretend we are interested in text object VBBK. Scroll down to VBBK and double click on it.

Now we get a list of text ids for VBBK
Lets say we are interested in Shipping marks to be printed.

Oki we have all info we need. Lets test it out.

We fire up SE37 (test RFC function RFC_READ_TEXT)




and we have a result.

Now we transcribe this into ITL
Now we give this schedule a spin.

And here we have the result table TEXT_LINES in MySQL.

No comments:

Post a Comment