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

change default values for fields

Former Member
0 Likes
801

Hi All:

The following is a part of my problem..

I am trying to create a new contract using tcode RECN. I give the company code and click on the create object button(f7). When the pop up is displayed, I select the type of contract. When the Create Contract screen is displayed, I would like the "Account Determination Value" field on the "Posting Data" tab be filled with the value say "ABCD". Also, I would like to be made display only. I tried a variety of method using BADIs and BAPIs. If anyone can help me, it will be greatly apprecaited. Thanks.

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
704

BAPI wouldn't help in this case, but a BADI or a traditional user exit might. Look for user exit for this tcode.

REgards,

Rich Heilman

5 REPLIES 5
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
705

BAPI wouldn't help in this case, but a BADI or a traditional user exit might. Look for user exit for this tcode.

REgards,

Rich Heilman

Read only

0 Likes
704

I tried using BADI, but the methods in the badi do not serve my purpose. I am looking at customer exits now..but seems like there are now.. will keep looking...

Read only

0 Likes
704

hi

search for customer exit in the main program of the corresponding transaction.

Cheers,

Abdul Hakim

Read only

0 Likes
704

Seems like I am out of luck or I might be missing something... i could not find any customer exits... any ideas anybody..?

Read only

0 Likes
704

Field exits might help in your case, they are obsolete but they are still available.

Use program RSMODPRF to activate field exits for screen fields. Refer to the documentation of the program, it's very detailed.

Regards

Sridhar