Hi there, I'm having some troubles adding a self defined function to an ALV in fullscreen. The thing is that I'm getting a dump after I press de button of my added function; the exception is CX_OBJECT_NOT_FOUND within the CL_SALV_FUNCTIONS->IS_SALV_FUNCTION.
Althoug I can press my new button, it seems that the function code haven't been added to the functions table checked in the IS_SALV_FUNCTION method and so the exception is thrown.
As far as I know you only have to add a function code within your own gui status and provide the logic in the event handlers, is there anything fancy to do when defining the function in the status for this to be considered as a SALV function? I've also followed some tutorials on this an by copying the gui status SALV_STANDARD and using the added function of this status gui does not throw any exepction...
Thanks
adding 0 to numbers
Hey guys i need to create a 00001 number in a loop. Is there a better way of forcing a 5 digit number then counting them and adding the missing zeros?
Do something every fifth time?
I'm trying to write a loop, but I want it to do something different after every fifth instance. Like, I want it do something like this:Quoteecho $a1;echo $a2;echo $a3;echo $a4;echo $a5.$b;echo $a6;And
CRM?
I think that's what they're called. Customer Management System? Anyway. Is there any good free ones I could give a try? I was going to script one but what I want it for was confusing me when I was
Need Reporting Advice
My SQL server doesn't support MS SQL reporting services that comes with SQL Enterprise or Express. Then the administrator suggested that I google for alternatives. I'm a newbie and don't even know
Sending UDP Raw socket
I truly need help on this. I am trying to write a test program that simulate a network environment that have 5 clients and 1 server. To do so, I need to be able to edit IP header to change it's
php global variable
how can we create global variable so we can use its value in any form.. Please give example to
Convert array to string and write to csv file
I am looking to write a MySQL query to a csv file.At the minute I:check for the original file, and delete it;create a new (blank) file;run the MySQL query and pass it into an array;write it to the new
wav to mp3 + goDaddy
I need to convert wav files to mp3s. From what I have found so far one way to do it is to have my PHP script call exec to some mp3 encoder on my host's server. I am using a GoDaddy shared Linux
Change Age automatically
hi guys . im new to php , is it possible to change age value in mysql automatically when year changes ?
Storing Values taken from a DB...
Using this code it will generate a short list from my database <?phpmysql_connect('localhost','root','');mysql_select_db("clients");$fname = $_POST['firstname'];$SQL = "SELECT *