cancel
Showing results for 
Search instead for 
Did you mean: 

Adapt an Extension Field in OWL

Former Member
0 Kudos

Hi Developer,

I have a problem:

1.)      I add an extension field in the Material BO:

         

           node Common {

            [Label("Aufteilung")] element Aufteilung:DecimalValue;

           }

2.)      I enhanced the screen centralmaterialqaf.QA.xuicomponent and added the extension Field Aufteilung in the QA. This works perfect. I´m able to see the Field in my Front End and I´m also able to save the Amount in the field:

3.) Now i wana to add those field in the OWL: I opened the UI Designer and add the Extensionfield in the List. Now I opened the FrontEnd and there is no amount in the List:

Just an empty field!!! WHY?

Could anyone give me a hint or a sinpped?

Regards Manfred

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Ok.. I solved the problem, but now i wana to add the Column Aufteilung in this OWL.

Does anyone know how?

Regards Manfred

Former Member
0 Kudos

Can you add Amount field through Adaptation ?

- Shrikant

HorstSchaude
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Shrikant, Manfred,

Don't mix up SDK and Adaption Mode.

@Manfred: How did you solved the forst problem with adding the column to the Material OWL?

Bye,

   Horst

Former Member
0 Kudos

Try to understand if the table in the OWL is binded with a node with a defined structure or if it is a node including the material structure (and so, also your custom field).

If the second, you can try to use the extensibility explorer as you already did with the material OWL.

In case no, you need to extend also the sales kit bo inherithing the new field.

Former Member
0 Kudos

Hi,

I tried to use the UI designer and added the field in the matieralOWL. This works fine (@Horst: I added the field in the wrong OWL-Screen)

I tried also every OWL which is based on the material BO. But there is no OWL regarding the sales Kit.

Regarding the SalesKit BO -> I can´t find any Sales Kit BO in the Repository Explorer

Any other ideas?

Regards Manfred

Former Member
0 Kudos

Hi, try to find the screens related to the sales kit in the UI Designer. Anyways if the BO is not available you can ask to SAP to release it (you need to make a PSM request by raising an incident)

Former Member
0 Kudos

Do you have any experiences to find the correct Screen?

Thanks for the hint regarding the incident.

Former Member
0 Kudos

I use HTTPWatch to see which screen is getting called. For example I clicked on Accounts Tab and results shows which component is getting called.

- Shrikant

Former Member
0 Kudos

Good idea or simply with the chrome developer tools. Dont forget to switch in html mode before

Answers (0)