Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

user input values with out parameters and select options

0 Kudos

how do we enable user input values with out using Parameters and Select Options ?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

What are your requirements? Is this for a report or a transaction?

- April King

5 REPLIES 5

Former Member
0 Kudos

Hi,

In the selection scree, we definetly use either Paramters or the Select-option statment for the Input fields, we do not have any other option

Regards

Sudheer

Former Member
0 Kudos

Provide a default directory and filename that contains the file to be uploaded I guess. You have no parameter and select-options there but you can get the input from the file you're going to upload.

Former Member
0 Kudos

What are your requirements? Is this for a report or a transaction?

- April King

0 Kudos

for a report program on selection screen.

0 Kudos

Is there a reason why you can't use parameters or select-options? Those are the two selection screen elements that are designed for user input. If you only need standard selection fields, you can use the report category to have certain fields appear without directly coding for them. Go to SE38 and open your program attributes. Now click on the button "HR report category". You can choose either "Master Data (infotypes)" or "Payroll results (Cluster)". If you click on the dropdown next to either selection, you will get a list of the report categories. Each category has a description of the types of fields it automatically includes. Select a category and save. Now when you go to execute your program you will see the new set of selection fields on your screen without any extra coding.

If you need to allow the user to input entire records of data, then you should set up your screen for file input (user uploads a file to the program, then in the program you parse out the file record into separate fields).

- April King