Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Send html form data to a variable in ABAP SAP

0 Likes
1,598

Hi everyone,

i have created a web page that contains a form, i want to catch data from html form in an ABAP program or module function

How can i do this, Any ideas ?

Thanks alot

Hi everyone,

i have created a web page that contains a form, i want to catch data from html form in an ABAP program or module function

How can i do this, Any ideas ?

Thanks alot

4 REPLIES 4
Read only

Sandra_Rossi
Active Contributor
1,427

I don't understand what exactly means "catch data from html form in an ABAP program". Where does the HTML comes from? How is it related to an ABAP server?

Read only

0 Likes
1,427

I means that the data entred in the html form should be sent to an ABAP program, so i cant use these data to create vendor master data in SAP

Read only

Sandra_Rossi
Active Contributor
0 Likes
1,427

Your "submit" button must call a SAP Web service to create the "vendor master data", i.e. be linked to a URI. Is your question about how HTML can execute HTTP, or about what SAP Web service can do that?

Read only

0 Likes
1,427

Actually i would be more than happy if you tell me both, cause i am so new to SAP

And i have no idea how to do this (vendor creation in SAP based on html form data)

i'll appreciate any help you can offer, Thanks alot