cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Custom BCC Code List - how to maintain in Fine-tuning

Former Member
0 Likes
1,346

Hi Experts/Gurus,

Good Day!

Seen couple of blogs in Creating a Business Configuration Object / BCC. Thanks to those for sharing.

We have a situation to maintain the Code List for the Custom BC.

But, trying to find the Patch in Fine-tuning to maintain Code List for the custom BCC/BCO (though “Values can be added or Deleted in Fine-Tuning” option is selected in BCC.

Where do you maintain BCC value in fine-tuning please? I could not find the patch solution name listed or any suitable option for maintaining Code List listed in Fine-Tuning.

Appreciate your help and early response.

Thanks

Sampath

Accepted Solutions (0)

Answers (1)

Answers (1)

JayantSaini
Active Participant
0 Likes

Hi Sampath,

You will have to create a business config. view for the bco/bcc and add that view to the standard business config workcenter.

The view will be available after 24 hours in business config. workcenter. You can read the standard sap c4c document for the breif steps.

Regards,

Jayant Saini

madhurirawat1941
Explorer
0 Likes

Hi Jayant,

I have created BCO/BCC file and assigned to business config.

Now I am trying to read BCO /BCC table data in SDK to set the default value in some KUT field. But I am not able to read BCo /BCC data in SDK with help of bellow code. Can you please help me where I am missing.

var queryBCO = DEFAULTPROCESSOR.QueryByElements;

var zparameters = queryBCO.Execute();

here Zparameters is blank after execute.

Thanks and Regards,

Madhuri Dubey