Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

360
Views
Publish data from HTML table to SAP table

I have a Web contents table ZCOOKIES that published from SAP GUI. The table have 2 columns USER and PASSWORD, and a button:

html table

The button will push those DATA to table ZCOOKIES in SAP, how can I do it?

The ZCOOKIES table data in t-code SE16N:

table

The HTML and Javascript function for button that transfers those data to ZCOOKIES table:

<input type="button" style="width:5.740em" class="MobileButton " name="btnck[1]" 
 value="button" onclick="setOkCode('=BTNCK');" />
<script>
  function setOkCode(current) {
     var tr = $(current).parents("tr");
     var id = tr.find('.id').text();
     alert(id);
}
</script>

Since I don't think any possible way to push data from HTML to SAP? Any idea?

I'm coding in Web Application Builder (ITS) and ABAP is language to create table layout in SAP.

ITS

almost 4 years ago · Santiago Trujillo
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!