cancel
Showing results for 
Search instead for 
Did you mean: 

Standard function to convert string in .xml file

Former Member
0 Kudos

Good morning,

I'd like to know if someone knows any SAP GRC standard function to convert string information in .xml file to transmit it to another system.

The idea is to get string from to /XNFE/OUTNFEXML table, and build up .xml file to transmit it to another system.

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Monsores
Active Participant
0 Kudos

Hi Danilo.

I think CALL TRANSFORMATION statement will help you.

DATA xmlxstr TYPE xstring.

CALL TRANSFORMATION id

SOURCE table = lt_your_itab

RESULT XML xmlxstr.

Regards,

Marcelo Monsores

Former Member
0 Kudos

Hi Marcelo,

I appreciate your help.

I'm gonna use /XNFE/XML_XSTRING2STRING function which will cover what I need.


Thank you!