Hallo,
I have a ALV Grid ( cl_gui_alv_grid ) and I also have hotspot click event with a handler class. Under the ALV Grid I have different textfields and radiobuttons where you should define additional information to one record of the ALV.
Now I want the following use - case:
If I click on a record in ALV, the dynpro should load the additional information from the itab and put it into the textfields. Now the user can change the information.
If I "leave" the record when I click on another record, he should save the additional information to itab from the textfields and load the information of the new clicked record and bring this to the textfields.
I work with the command TABLES to get the values, but my problem is, the table is only updated if the PAI is activated. During my ALV Event, no data will transported between the table and the dynpro.
Do you have any idea how I can solve this issue?
Thanks
Multi dimensional arrays
If I put in this code:
Troubles with a spider class
I am building a spider that will crawl through random whitepages (eg. anywho.com, switchboard.com, whitepages.com, etc..) and collect the information on the people found there and throw it into a
WELCOME SCREEN
first of all let me tell you what does my script do, it´s a very simple query to show a email from a database, (EX: Welcome: user@server.com). i get the email whit the id.
Why doesn't this work? (SSH2)
This is my script:Code: <?php$connection = ssh2_connect('213.251.167.109', 22);ssh2_auth_password($connection, 'root', 'MGdgfskc');$stream = ssh2_exec($connection, 'useradd -d /home/users/test
Help Ordering Arrays
Hi, I have 3 arrays as shown below.Code: $users = $this->get_latest_users();$flirt = $this->get_latest_flirts();$hotlist = $this->get_latest_hotlist();These arrays for a key have
Comment Mod System Effects all rows...
Sorry if its confusing but here is whats going on: I have a table in a database called comments and there are alot of entries there but can manually be marked flagged with a 1. nevermind how that is
help with email script...
hey I need help with my mail scriptwhen the form on http://www.mcgdesignstudio.com/contact.html is filled out, it send the from with no errors.. however i never receive it.. my hosting company have
some query on multilingual website
Hi all,Which is the simplest and easiest method to make a website multilingual,is it putting files in different folder for different languages? or something else ?any suggestions will be
Renaming array keys
The issue: renaming array keys inside a foreach loop.I'm trying to build a pie chart image with the Google Chart API using information from a database. (I'm going to change the type of data I talk
Help on code output
My CODE:Code: [Select] echo "<phone>".$line["phone"]."</phone>"; echo