- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Use IFrame and read cookie in ABAP
I think it is possible and can be simply achieved. You can do the following:
Firstly, create a business server pages application on the server. Make sure the application contains a frameset and two IFrames as a part of the frameset.
Then you need to split up the implementation between these two IFrames. First IFrame will contain the third party component and second component will contain the view and JS part of the application that we just created. Make sure the second frame does not have any height as it should be invisible to the user.
Then you can write client-side code in the second frame to fetch the cookie from a third-party component in the first frame and save the value into hidden fields and then as a part of the form submit these hidden fields. In this manner, your cookie of the third-party component is accessible by ABAP code.
- Related Articles
- How to read a cookie using JavaScript?
- How do I create and read a value from the cookie in JavaScript?
- Selenium and iframe in html.
- How to set a cookie and get a cookie with JavaScript?
- What is the use of Cookie or hidden fields in JSP?
- Why cannot I use iframe absolute positioning to set height/width
- Use decimal in where clause in SAP ABAP
- Select iframe using Python and Selenium
- HTML DOM cookie property
- Difference between the use of Type, Types and TYPE POOL in SAP ABAP programming.
- Setting full screen iframe in JavaScript?
- HTML DOM iFrame Object
- How to use SharedPreferences on Android to store, read and edit values?
- How to use constant in ABAP program which has trailing space?
- How to use EXPORT / IMPORT to Memory ABAP – SAP?
