Skip to Content
0
Sep 25, 2017 at 07:13 PM

GOS: How to create attachment from variable string ?

2867 Views Last edit Sep 25, 2017 at 07:14 PM 3 rev

Hi folks.

I want to create a xml file from string variable, this string have xml content. I found this method to save any document in FB03 but selecting a local file:

CALL METHOD obj_gos->create_attachment

I want to create a xml file but with my variable content.

Thanks in advance.