当前位置:网站首页>Single step debugging of master data reading of SAP commerce cloud products

Single step debugging of master data reading of SAP commerce cloud products

2022-07-05 00:51:00 Jerrywang, Wang Zixi


as long as Accelerator Storefront The corresponding project and its dependencies have no compilation errors , You can continue debugging :

SAP Commerce Cloud Single step debugging of product master data reading _ Compile error

SAP Commerce Cloud Single step debugging of product master data reading _java_02

       
final ProductData productData = productFacade.getProductForCodeAndOptions(productCode, extraOptions);
  • 1.

call facade, Read the corresponding product Data.

Use service Layer of DAO Read :

SAP Commerce Cloud Single step debugging of product master data reading _java_03

SAP Commerce Cloud Single step debugging of product master data reading _ Compile error _04

among DefaultGenericDao Your code is not visible .

SAP Commerce Cloud Single step debugging of product master data reading _ Compile error _05

SAP Commerce Cloud Single step debugging of product master data reading _java_06

Read the guid:

SAP Commerce Cloud Single step debugging of product master data reading _ Compile error _07

more Jerry The original article of , All in :“ Wang Zixi ”:

SAP Commerce Cloud Single step debugging of product master data reading _java_08



原网站

版权声明
本文为[Jerrywang, Wang Zixi]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/02/202202141105593796.html