Require select-option functionality in Module Pool Programming
Posted on
16th Feb 2014 07:03 pm by
admin
Hi Gurus,
I am doing a development by Module Pool on Warehouse Management. For that development user require select-option on
screen for entering multiple storage type.
My first question : Is any thing available for directly implement select-option by module pool ?
My Second Question : I have use two text boxes for range and one button for multiple selection and arrange on screen like select-option. then on PAI of that button I call COMPLEX_SELECTIONS_DIALOG FM. Now it is working fine. Now I put some value in it. when I save the values and exit , I want the icon of the button must change from icon_enter_more to icon_display_more. I write the below code for that in PBO of the screen:
if rtabhttp://] is initial. "RTAB[ is a table for holding values what inputted in popup of multiple selection.
write icon_enter_more as icon to button. " BUTTON is screen field and it taken as a type C length 4 on TOP module as .
else. " BUTTON taken on screen as push button.
write icon_display_more as icon to button.
endif.
but the icon is not changing dynamically.
If I use ICON_CREATE then one short dump happen describing OUTPUTLEN_TOO_SMALL.
Can anybody please give me the solution
No comments posted yet
Your Answer:
Login to answer
181
23
Other forums
getting a website's source code as a variable? How?
Hey guys, is there any way for me to get the source code of a website as a variable for me to work w
A problem with my GD class
Hello,
I created a nice (and simple for now) GD class.
The problem is , it works great on
Undefined variable: adHTML
Hello:
While checking my site error logs, I've noticed one repetitive error that fills the lo
Preg_match unknown modifyer
Hello,
Im trying to write a little script for my forums i need to get the reply from my forum
import table with dependency
Hi
What is the best way to import table back which has dependency?
SQL> cre
shift numbers with paging
Hi
How would i be able to display 10 numbers 1 2 3 4 5 6 7 8 9 10
and when I click next
default SAP userid
hi,, I just like to know if it is ok to use the default SAP user id (SAP*)?
Get last modified date of web page
Hai All,
In php how can i get last modified date of a give web page . I have tried to g
Greek characters in php
Hi,
I'm making a script and I m using for first time greek characters.
I started to write
LIMIT $start, 10... how to pass last value queried into next page with GET??
Ok I know how to display the first or last 10 results of a query...
$result = mysql_query(&q