Hi Guru's,
I've created a Module pool program, which contains the Table Control.
In my table control we are keeping the F4 Functionality for 1 particular column. (Based on the location i need to show the Bin Values).
Suppose the first row contains the Location Value as "YARD", i need to show the YARD's BIN values in the first row.
In the 2nd row, Location is 'PORT', i need to show the PORT's BIN Values.
For that we are using FM - VRM_SET_VALUES and an internal table to hold the values.
Here my question is when i click on the First row, the cell is getting the values based on the other cell's value (Location) of the Row.
If i click on the cell of 2nd row , the First row values and the 2nd row values are getting same.
in the table control, if i click on the 2nd row directly, with out clicking on the first row, in both rows it is showing the same values irrespective of Location Value,
How to resolve this??
Hope the explanation is clear.
Thanks in advance.
Thanks
MVC - Code review
I'm in the process of trying to wrap my head around MVC, and as part of that, I'm attempting to implement a super-tiny MVC framework.I've created some mockups of how the framework might be used based
How do i do multi uploads?.
Hey i would like to do this : http://hosting.mrkrabz.net/I've got the base down you can upload single files, But how would i make it so when you click a button it adds a new field for a file to be
random generation
hii need help with generating thisnumbers from 1-12i want to generate in random order 60 times in total the numbers 1-12and generate 5 results from each number.so in the total of the 60 return result
Problem with a select distinct
I have a problema with a select distinct, I have the next sql:
I got my hosting suspended XD
So I saw this challenge a day or so agohttp://www.programming-challenges.com/pg.php?page=downloadproblem&probid=110101&format=htmlAnd I thought to myself "Well, what about numbers
Saas with SAP R/3
hi experts,
Extract text from string
Hi folks,I have a string that looks like this:aaaaaaaaaa: bbbbbbbbbb (ccccccccc) dddddddddddddddddddddeeeeeeeeeeeeeeeeeeeee(format can't be changed - lengths of strings will vary) and I need to
Please help - should be a simple fix.. driving me nuts
Everything seemed to be working fine. I have a table, it alphabetically lists a bunch of cities and relivant city data.However, I found out that the city is showing up only one time when I have can
Cannot Display Array from Select Statement + Login question
Hi,I'm new to PHP but so far so goog. I was assigend a project and I'm very close to completion. I have a site that logs you in, sets a cookie, and then what I would like to do is depending on the
Linux socket programming
Where can I find a good introduction to socket programming?