cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP Request to Integration Server through ABAP Mapping

Former Member
0 Kudos

Hi Experts,

I need to send HTTP Request to Integration Server through ABAP Mapping.

Could you please provide me ABAP code which will post data to Integration Server.

Thanks,

Abdur

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member181962
Active Contributor
0 Kudos

Hi Abdur,

Can you explain your requierement more clearly?

Abap mapping is purely to convert the data in source structure to data in target structure.

It is not the job of Mapping to send data.

Regards,

ravi

former_member187339
Active Contributor
0 Kudos

Hi Abdur,

Try calling Function Module HTTP_POST

Regards

Suraj