

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- 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 Questions & Answers
- 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?
- Select iframe using Python and Selenium
- What is the use of Cookie or hidden fields in JSP?
- Use decimal in where clause in SAP ABAP
- Why cannot I use iframe absolute positioning to set height/width
- HTML DOM cookie property
- HTML DOM iFrame Object
- Difference between the use of Type, Types and TYPE POOL in SAP ABAP programming.
- Find elements inside forms and iframe using Java and Selenium WebDriver.
- How to use SharedPreferences on Android to store, read and edit values?
- Setting full screen iframe in JavaScript?
- Cross domain HTML5 iframe issue