Application Development and Automation 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: 
Read only

user input values with out parameters and select options

Former Member
0 Likes
684

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
651

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

- April King

5 REPLIES 5
Read only

Former Member
0 Likes
651

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

Read only

Former Member
0 Likes
651

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.

Read only

Former Member
0 Likes
652

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

- April King

Read only

0 Likes
651

for a report program on selection screen.

Read only

0 Likes
651

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