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.
Did you know?Explore Trending and Topic pages for more stories like this.
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
php slowing my site?
Hi all,
I think that one of the reasons that my site doesn't work fast is that the code is ve
Search with relational database
Hey,
I have quite a complicated (for me anyway ) relational database for an apartments syste
SCO Unix
I know this might not be the place to ask, but, can anyone tell me if SCO Unix comes with PHP built
PHP loop
Okay so I have several "articles" stored in a mysql database and am attempting to echo tho
Users and Groups with PHP Classes
Hi,
I have setup what I hope to be a good working User class. Now I want to introduce group m
a multi dimensional array with for each
hi, I have been asked to write an array, I have Zone 2,3,4,5,6,7,8 each zone has 3 sections of weigh
Asset Transfer from One plant to another within same company code
Hi,
Please advise how to transfer one asset from one plant to another plant within same c
mysql query with single quotes in a variable
$sitedetails = "INSERT INTO vars (address, sitename, description, ownername, theme) VALUES ('$u
Can I use a loop
Hi buddies!
Once again with my doubts here.
Right now I am using this sql stat
smart reading from a text file
Hello there fellow coders, i was wondering if one of you wouldnt mind helping me with this problem i