Skip to Content
0
Former Member
May 03, 2016 at 08:27 PM

Edit SuperBOM Variant Configuration Selection Condition Outside SAP

86 Views

Hello,

I am a .NET developer and no nothing about SAP. Somehow I've been given the task to build a superBOM editor in .NET. 😊

The part I'm struggling with are the selection conditions. I will call a bapi that returns superBOM information. The selection condition code will be returned as a long string. They expect me to parse the string and represent the code in a GUI of drop downs, where they can add, delete, modify, etc. Then I must take the user input and build a new selection condition string to pass back to SAP.

Building the code doesn't seem too bad to me. However the code parsing part is giving me trouble. It just seems to me there should be something built into SAP that could parse the selection condition code and just send me all the characteristics and the values.

I understand all the characteristics are stored in a table. So somehow SAP must cross reference this table somehow and compile the selection condition code and get meaning from it.

Any help would be appreciated. Thanks.