cancel
Showing results for 
Search instead for 
Did you mean: 

CC01 Default Value Setting

Former Member
0 Kudos

Hi DMS

I would like to set a default value in one of the fields on transaction code cc01, Where and how do i do that?

Thank you

Charity

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Maybe you could use a field exit on the interesting field ?

To do so, please use program RSMODPRF.

It will create a function module called FIELD_EXIT_xxxxx, where xxxxx is the name of your field. Then you can add code in this function module, giving OUTPUT field the value you want.

Hope it helps,

Regards, Philippe.

Enda
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Charity ,

You can set a default value in CC01 using the menu path Settings - Default Values .

Here you can set the default values for the fiellds :

Change Type

Profile

Effectivity type

Function

If that doesnt include the field you want to default then the alternative is to default the

value through using a transaction or screen variant created using SHD0

I hope that answers your question

Enda.

Former Member
0 Kudos

Hi Enda

I cannot set a default value for this field "Change no. Status" in CC01 using the menu path Settings - Default Values , i guess i have to use SHD0. How do i check which screen variant is linked to the CC01 program so that i can make the default settings there?

Thanks for helping

Regards

Charity

Former Member
0 Kudos

Hi.

Whatever the Variant you see in the <SHD0> transaction's "Standard Variant" tab as ACTIVE, is the Variant currently set as the deafult variant for your transaction code<CC01>

Rgs,

Guru

Edited by: gtipturnagaraja on Aug 31, 2010 10:11 AM