on 2018 Feb 23 10:17 AM
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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.