cancel
Showing results for 
Search instead for 
Did you mean: 

Make Default value for Request for change Scope

Former Member
0 Kudos

Hi,

I want to make default value for Request for change Scope in charm ,solman 7.1 sp8. When I click on insert button and from "Change Category" ,I have to select from drop down list.  I want only one value come by default (without any selection).

Please help me in this regard.

Thanks and Regards

Richa Shrivastava

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Richa,

Please follow as described at post http://scn.sap.com/thread/3343009

BR,

K.

Former Member
0 Kudos

Thanks Kamil,

Is there any way available for ,when we created RFC Normal change should be displayed by default and also there should be drop down to select urgent change?

Regards

Richa

former_member204161
Active Participant
0 Kudos

Hi Richa ,

Just to add my thoughts - I don't think this will be possible , because there is a relation between the type of change selected in "Change Category" , the Ibase component and the project ID field . If you select the type as Normal Change , it will prompt to fill the production Ibase component of your project

So I don't think we can default populate this through customizing alone , its better to leave the option open to the user .

Regards,

Shaswat

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

We also had the similar requirement to default the scope doc type based on the category selected, which cannot be achieved by config, so we had to do couple of enhancmements in class component CL_AIC_CMCR_AICCMCROVERVI_IMPL method Save_scope , where we build the custom logic to restrict multiple scope doc for specific Category/Subject in header. It works good.

But the only limitattion is that we cannot check before saving the scope doc, so at save of scope we publish the error message and stop the user from saving further so that they can correct the scope doc type accordingly to match with header Category/Subject.

Thanks

Jignesh

Former Member
0 Kudos

Hello Jignesh,

we have same requirement to validate the scope document type with category and raise mesage if it is not relevant ...

can can you please share the code or how to achieve this in a request for change.

thanks for your help.   

MAhesh

Former Member
0 Kudos

Hi Richa,

I think its not possible via customizing, but you can enhance BSP related to RfC Scope.

There you can add own logic.

Rg Dan

former_member204161
Active Participant
0 Kudos

Hello Richa ,

Please review the SPRO Node "Define Copying Control for Transaction Types" , in that mention the custom transaction type of the Change Request and the transaction type of the Change Document which you want . For example if your Change Request is ZMCR and you want only Urgent Change (say ZMHF) , you need make an entry for copying control for ZMCR ---> ZMHF .

By default ZMCR will be mapped to all the standard types of change documents , so you will see them in your drop down . Also define the mapping rules properly . Let me know if this helps.

Regards,

Shaswat

Former Member
0 Kudos

Hi Shaswat,

Thanks for reply.

Please check the screen of ZMCR ,copy control role, Is it same what you are taking about ?

Also the screen of General control data of ZMCR

Please let me know going on right way.

Regards

Richa

former_member204161
Active Participant
0 Kudos

Hi Richa ,

Yes , in the 2nd screenshot we have define the copying control for ZMCR - map it only to ZMHF , and take out the remaining transaction types . ( Assuming you want only Urgent Change to show up).

Regards,

Shaswat