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

Automatically populating fields of a screen from a Program

Harsh_Jain2512
Participant
0 Likes
1,116

Hi all,

In SAP, is there any way by which we can populate the screen contents of a screen from table.

Flow of the program as follow:

The program will ask for the reference ID from where data needs to be populated. Now after fetching the data of the reference ID, the program will populate all the fields on a standard SAP screen, the data being taken from reference ID.

With regards,

Hi all,

In SAP, is there any way by which we can populate the screen contents of a screen from table.

Flow of the program as follow:

The program will ask for the reference ID from where data needs to be populated. Now after fetching the data of the reference ID, the program will populate all the fields on a standard SAP screen, the data being taken from reference ID.

With regards,

2 REPLIES 2
Read only

Former Member
Read only

Former Member
0 Likes
594

Hey, If you are calling the standard screen you will have parameter ids defined for the screen fields. Fill all these fields and these values will appear in screen fields.

You can check Parameter ID of a screen field using its technical details by pressing F1.