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: 

How to make REDP as default value for field 'Type of Posting Run' in Tcode RERAPP.

prashant_kumar30
Participant
0 Kudos

Hi Experts,

I have one requirement.

In transaction RERAPP ,when we execute the transaction at selection screen one field Type of  posting run we have three dropdown list.

1. REDT

2.  REDP

3.  RETP

By default  REDT is coming into field because for standard data element  RERAPSTNGTYPE this has been maintained in value range .

my requirement is to make REDP default .How to do this? i checked some of Badi but that is not working.

If any one has idea please let me know .

1 ACCEPTED SOLUTION

former_member235395
Contributor
0 Kudos

Hi Prashant,

It's true, the values for Domain are fixed values. So, i think your need do an Enhancement here.

Use the Initialization event. Inside of "on_initialization_par" Form, you can put an enhancement point like this:

After active object, the tcode appear like this:

Regards.

2 REPLIES 2

former_member235395
Contributor
0 Kudos

Hi Prashant,

It's true, the values for Domain are fixed values. So, i think your need do an Enhancement here.

Use the Initialization event. Inside of "on_initialization_par" Form, you can put an enhancement point like this:

After active object, the tcode appear like this:

Regards.

0 Kudos

Hi David,

thanks. its works for me.