SAP Codejam Request @Covestro (Leverkusen, Germany)

Dear Team, We would like to host CodeJam Session at covestro’s headquarters in Leverkusen, Germany.  Location – Leverkusen Requested Topics: We are currently moving to S/4 HANA and would be best to have a code jam to update our knowledge to latest sap technologies like SAP BTP, SAP Build, Automation and AI related topics Time …

SAP Codejam Request @Covestro (Leverkusen, Germany) Read More »

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 »

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 »

Scroll to Top