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

defaulting selection screen using get parameters

Former Member
0 Likes
421

Hi,

I need to fill the intial screen with a parameter value which the user maintains in system->userprofiles->owndata. if there is no parameter or value maintained i should blank it. how do i use get parameter.

any help would be appreciated.

Regards,

ravi.

3 REPLIES 3
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
397

What is the parameter?

Regards,

Rich Heilman

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
397

For example, if there is a parameter id in your user profile that you want to use, you can simply add the extension on to the parameter statement.



report zrich_0001.


  parameters: p_bukrs type t001-bukrs memory id BUK.

This will automatically fill in the value.

Regarsds,

RIch Heilman

Read only

Former Member
0 Likes
397

Hi Ravi,

To get user maintains owndata, query on user tables like USR01.

USR01 will contain User master record data which consists user name, his date format and decimal format information etc.

Thanks,

Vinay