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
Update not working ... please help
Hi,
I am trying to update a row using an edit form by passing id of the row .. but it is not
Help with usergroups? prolly really quick
So were coding our own forums for a game system we made an we have the users level setup but now I n
DateTimeZone::listIdentifiers headache
http://php.net/manual/en/datetimezone.listidentifiers.php
So the documentation states tha
GET * FROM _____ Except?
I have a site that is for stock photography.
This section of the code calls images to display
unexpected T_STRING
error log "[Sat Jan 09 18:27:58 2010] [error] [client 127.0.0.1] PHP Parse error: syntax error
CHECK A STRING FOR ' " ' (DOUBLE QUOTES)
I am checking for delimiter (.!?) and if there is a " after a sentence then it should neglect a
A problem with my GD class
Hello,
I created a nice (and simple for now) GD class.
The problem is , it works great on
bind error during socket programming
i am kinda new to socket programming. wrote the below code for a server. but getting the bind error
I didnt code this but I need help with it
I'm sorry. i'm not a coder. I have this script for forcing download and previewing mp3. The guy that
How to store checkbox array in a session, and then be able to add to it?
I'm trying to store an array of checkbox values into a session array, sort of like a shopping cart,