SuccessFactors EC

Employee Central Blog Posts

【SAP Analytics Cloud / Analytics Designer】制限メジャーをチャートに追加・削除する方法について

【背景】デモ用にSACのAnalytics Designerを使った縦棒グラフを作成しています。機能としては、ドロップダウンで表示したいメジャー項目を選択し、選択されたメジャーがチャートに表示されるというものです。計算メジャーをチャートに追加・削除することは実装できているのですが、累計を使用して作成したメジャーについては実装できていないです。累計を使用して作成したメジャーは、累計ディメンション「会計期間」を指定し、フィルタで選択されている会計期間の累計を表示するメジャーとなっています。 【質問】累計で作成したメジャーをAnalytics Designerでチャートに追加する場合はどのようにコードを記載すれば実装可能でしょうか?計算メジャーについては、addMember(Feed.ValueAxis,”メジャーID”)で実装できると認識しています。累計メジャーの場合は、addMember(Feed.ValueAxis,MeasureInfo JSON)で表示できないかとあれこれ試してみたのですが、未だ正解にはたどり着けていないです。 ご存じの方いましたらご教授いただけますと幸いです。何卒、よろしくお願いいたします。

SELECT statement performance in ABAP compared to SE16N

We have one custom program which has been running fine. Now, we have added following code and program is taking 5-7 minutes compared to 8-10 seconds.     SELECT ACCVOUCHERNO EWBNUMBER FROM ZDIGI_OOWARD_H    INTO TABLE gt_zdigi_ooward_h    FOR ALL ENTRIES IN gt_vbrk    WHERE ACCVOUCHERNO = gt_vbrk–vbeln. Number of records  in gt_vbrk is approx. 2000 (rows and 2 columns) and using gt_vbrk-vbeln values in SE16N is taking max. 15 seconds. Also, ACCVOUCHERNO is key field …

SELECT statement performance in ABAP compared to SE16N Read More »

Change Routing(CA02) using BAPI

I am looking for a way to change the ROUTING master using BAPI.BAPI:BAPI_ROUTING_CREATE was registration only, so I searched elsewhere and found BAPI:/SAPMP/BAPI_ROUTING_PROCESS.This is written to support changes. However, the change process does not work.CPCC_DT 210 No routing entry for further processing The following method CP_CL_S_TSK_PROVIDE found the cause of the problem Originally, it is …

Change Routing(CA02) using BAPI Read More »

FBS to BCS

Hello Team, Hope you are doing well & staying safe. We are planning for the Brownfield Implementation / Bluefield Implementation & we need to migrate FBS (Former Budgeting System) to BCS (Budgetary Control System). So, could you please guide me how can I initiate the process/steps to migrate from FBS to BCS from ECC to …

FBS to BCS Read More »

Request for receiving a Free Certification Attempt

I hope this message finds you well.  My SAP Community screenname is Mohamed1 , and I am writing this message to request fo receiving a free certification attempt. I recently finished the learning journey  “Explore Integrated Business Processes in SAP S/4HANA”.   and I’m looking for passing the certification exam. Thank you for your time. Best regards,  

SAP ERP Provider Proxy (generated from PI ESR) – PI-REST-Adapter endpoint with JSON-Message-Mapping

  Hello everyone,I am facing the following problem: The following objects have been created in namespace A in SAP PI datatypes messagetypes service-interface in order to generate an ABAP provider proxy in the ERP. If the generated endpoint is addressed via Postman, the JSON request (adapter type SYNCHRON) is correctly received according to the ERP-transaction …

SAP ERP Provider Proxy (generated from PI ESR) – PI-REST-Adapter endpoint with JSON-Message-Mapping Read More »

Scroll to Top