cancel
Showing results for 
Search instead for 
Did you mean: 

Dump with SP07 within PO position details (SRM 7.0/NW 7.01)

Former Member
0 Kudos

Hi all,

after implementing SP07 für SRM 7.0 we get a Dump after calling the Position Details for Purchase Order.

Dump:

Adapterfehler im MATRIX_LAYOUT "_67" des Views "/SAPSRM/WDC_DODC_PO_I_BD.V_PO_DODC_I_BD": Das erste Kindelement in einem Container mit "MatrixLayout" muss vom Typ "MatrixHeadData" sein.

Method: RAISE_FOR of program CX_WDR_ADAPTER_EXCEPTION======CP

Method: IF_NW7_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/C8STANDARD==============CP

Seems SAP has implemented a new Container Element (categ_desc) within the mentioned view.

We have raised an OSS Message but unfortunately we have not received a solution yet.

Anybody else having the same problem?

Thanks and reagrds

Andreas

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Resolved by modification

Former Member
0 Kudos

Andreas,

What modifications you did to resolve this?

Thanks,

Jagadish

Former Member
0 Kudos

Hi Jagadish,

in reference to a SAP message we have manually changed the following

Web Dynpro component

/SAPSRM/WDC_DODC_PO_I_BD

View

V_PO_DODC_I_BD

We changed the Matrix Layout within PRODUCT_CATEGORY_DATA

--> Switched order for the elements CATEGORY_DESC and PRODUCT_CATEGORY

Correct Order

1. Product_Category (Typ Matrix Head Data)

2. Category_Desc (Typ MatrixData)

Regards

Andreas