Questions tagged [sap-selection-screens]
54 questions
0
votes
0 answers
short dump about generating selection screen
I get the following error when I try to execute my SAP program using ABAP.
Everything is activated and I have no syntax errors.
Help please.

Insaf
- 39
- 1
- 10
0
votes
2 answers
Error message is displayed not on selection screen
I have to display error message on the selection screen if data was not found, and I have to display this message directly on the selection screen. My problem is that it's displayed on blank screen.
This is my code:
FORM 1main .
CLEAR: gt_tbalv.
…

shmoolki
- 1,551
- 8
- 34
- 57
0
votes
0 answers
BDCDATA with SELECT-OPTION
I'm calling a report with CALL TRANSACTION. I don't want to use SUBMIT. I need to give values to a SELECT-OPTIONS opening the button and excluding value 'X'. This is the code that I found from registration
ls_bdcdata-fnam = 'BDC_OKCODE'.
…

Darko
- 1,448
- 4
- 27
- 44
0
votes
2 answers
Select Options Webdynpro abap no contain CP pattern
I have got the following issue.
I have implemented WDR_SELECT_OPTIONS and it works fine, but i need the CP(*) for searching data.
Someone know why is not there?

funkeeiads
- 327
- 2
- 6
- 20
0
votes
2 answers
dynamic selection screen based on the number of records in Z-table
I've a Z-table which has certain number of records for
now say 15 records. Using these 15 records and based
on 2 fields say group and position I've to create 15
check boxes in selection screen dynamically. If in
future the Z-table records are…

Manjunath Mn
- 1
- 1
- 1
0
votes
1 answer
How to find the more selection button in more selection window sap?
in my report I have a selection option
SELECT-OPTIONS: s_var for myvar.
If i click the button 'more selection' I got a popup with standard SAP option. BUT I dont find the button 'multiple selection' inside this window. Is there a way how to…

ayahya82
- 374
- 3
- 6
- 18
0
votes
1 answer
SELECT-OPTIONS concept in programming languages
For those who know how a selection screen/select options works in SAP system:
Does anybody knows any open source project/product with the same functionality for different programming languages, specially for ones with web support?
I would like to…

fabiopagoti
- 1,467
- 14
- 31
-3
votes
1 answer
abap insert data to custom table in database using selection screen
how to insert data to custom table in db using selection screen?
Is there standard class or method that can be use or need to create custom class?
requirement: after user give the input in the ADD selection-screen page, and hit the button 'add',…

Begin
- 21
- 1
- 2
- 4
-5
votes
2 answers
how to include select-options parameter in function module
I have requirement where I need to fetch from - to (i.e the date value) values from select options to the function module. How do I declare these values in import parameter?

Pooja
- 11
- 1
- 2