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
Can't seem to capture a variable in a chained select
I'm *this* close to having a chained select running but for some reason it doesn't seem to be picking up a variable.Code: <?phprequire ('inc/connection.php');//seeming that we are just
Material xxx does not exist in plant xxx
Dear All,
connect() succeeds but accept() does not?
Please help me with this problem. I'm working on a time-sensitive project where I'm using TCP sockets. I've got this problem where most of the time a connection cannot be made.
this code is strange !
Hi i got this code from the web.. It checks for live and dead socksIt is working perfectly on my localhost. but does not work in any webserver ! any ideas ?<?php$filename =
PHP webpage & array print issue
I have this code running, and it works perfectly … however, see my bottom bit about what I see when I view source, versus what I want to see … I am having image re-sizing issues that
Need a fuction to count entries in a field
HiI need a fuction to count how many times a email address is entered in to a field.I making a for wordpress that counts how many timesa user has made comments.Thanks
Optimize Code
Just started getting into the use of cookies. The following code will redirect users to a set URL should they view a preset number of pages. I'm a little concerned with the speed in which this
FROM_UNIXTIME($phpdate);
Hello, I tried to use this : $date = FROM_UNIXTIME($phpdate); ANd I was told that FROM_UNIXTIME() is an 'unidentified function'. Any ideas why this might be? I've used it before with no problems.
listing help
Hi,at first, great new design!!! I like it,i got a problem,I want to list some tekst, but there is a users, users can list they own texts, and all teksts, and find words in all texts and in own
Operating System
How in PHP or other language can I detect Operating system, ie Windows XP Home, Windows 7 Ultimate, Mac OS 10?Anyone know how?Thanks