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 »

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,  

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 »

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