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
single values into sql field
i have a form which i want the user to able to select multiple answers. But i want the answers to be
Will an XHTML DOCTYPE interfere with my PHP if I'm not experienced enough?
I've read this article here: http://friendlybit.com/html/why-xhtml-is-a-bad-idea/
In a nutshe
How to generate a text file using php...?
Hi,
Can anyone give me code to generate a text file using php
Thanks in advance
Creating an invoice
Using fpdf I am trying to create an invoice to send to clients. The products are sold in pricing tie
MySQL Does not UPDATE- SQLString Problem
vb Syntax (Toggle Plain Text)
1.
SQL = "UPDATE sampletable SET column1 = 'C1sample1'"
Displaying a record from mysql in a simple swf file
Hi,
I have a mysql database containing information I would like to display in my swf.
split values
I have values that are returned to me in this format:
name=>test,age=>49
Problem with umlauts and UTF-8
Hello every1,
I'm creating my own little CMS at the moment and got some problems with the cha
Select all entries from database that include a phrase
I have a database of clubs - one of the categories is meeting time and place
I would like to have
IP question
ive got 2 ip addresses both global from same user how would i detect if they are local to each other