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.