SAP ABAP switchable BC set的最详细创建步骤

Switch BCset could contain customizing table entries and is controlled by switch, which is then related to a business function.


Prerequisite:


You must have a switch which controls a package and bound to a business function.

In my example the switch is CRM_SMS and package CRM_SMS_SFWS. The business function name: CRM_SMS

SAP ABAP switchable BC set的最详细创建步骤

1. Go to Utilities->User Settings:SAP ABAP switchable BC set的最详细创建步骤Specify the settings according to the above screenshot. Make sure to specify the correct software component of the system in which you are working! Select software component BBPCRM.


2. Go to the development client for BC development, in my landscape it is AG3/110, tcode SCPR3:

SAP ABAP switchable BC set的最详细创建步骤Suppose you would like to put the following customizing entry into BCset:SAP ABAP switchable BC set的最详细创建步骤Create your customizing entries as usual:SAP ABAP switchable BC set的最详细创建步骤

Create a new entry:

SAP ABAP switchable BC set的最详细创建步骤

Click save button, maintain the new of your new BC set in column “Switch BC Set”:

SAP ABAP switchable BC set的最详细创建步骤

You must save the bcset to the package which is controlled by the switch.SAP ABAP switchable BC set的最详细创建步骤

  1. Go back to SCPR3 initial page, choose User Switch BC Sets:SAP ABAP switchable BC set的最详细创建步骤
  2. Double click FOR_TEST_PURPOSE, click button to complete Data SAP ABAP switchable BC set的最详细创建步骤
  3. Make sure you see green light here:


SAP ABAP switchable BC set的最详细创建步骤

  1. Go to client AG3/001, tcode SFW5, click button “Switch Framework Browser”:SAP ABAP switchable BC set的最详细创建步骤
  2. search your business function:SAP ABAP switchable BC set的最详细创建步骤
  3. You can observe the new bcset which is created by you just now. It has red light.SAP ABAP switchable BC set的最详细创建步骤Double click on it and activate ( If the transport request containing the BCset is imported into test system, you do not need to do this manually since the activation of the BCset is controlled by the business function).

SAP ABAP switchable BC set的最详细创建步骤After successful activation you could see green light for activation status and DB compare.SAP ABAP switchable BC set的最详细创建步骤Now you could also see customizing entry contained in the BCset in AG3/001 now.

SAP ABAP switchable BC set的最详细创建步骤if you deactivate the BCset, the entry will disappear in the customizing:SAP ABAP switchable BC set的最详细创建步骤SAP ABAP switchable BC set的最详细创建步骤69


上一篇:纯CSS自定义Html中Checkbox复选框样式


下一篇:Nginx 模块的工作原理