cancel
Showing results for 
Search instead for 
Did you mean: 

Integration to SAP thru BAPI(s)

Former Member
0 Kudos

HI Experts,

i wud like to know high level process on the below mentioned requirement,as i have a requirement on the same.

Is there anyway to upload transaction data, which is in XML format, into SAP.

(Note there is no scope to go for IDOCs)

your help is appreciated.

Thanks,

Raja.

Accepted Solutions (0)

Answers (1)

Answers (1)

athavanraja
Active Contributor
0 Kudos

yes you can do that.

1. upload the xml - using gui_upload or thru http protocol into abap variable

2. use call transformation along with XSLT or cl_XML_document class to parase the xml into itab and use the same to call a BAPI/BDC to load the data

which version of R/3 you are using.

Regards

Raja