Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

CNTL_ERROR : dump coming when running BDC inside Odata

viva_kd
Explorer
0 Kudos

Dear Experts,

Have written BDC code inside ODATA but getting CONTROL_ERROR as below,
how can we escape from this or is there any solution?

  • SAP Managed Tags:
6 REPLIES 6

viva_kd
Explorer
0 Kudos

Dear andre.fischer hello,
as u requested fresh query so here posted detailed Error.

  • SAP Managed Tags:

Andre_Fischer
Product and Topic Expert
Product and Topic Expert
0 Kudos

I (and probably others as well) have still some questions since I asked for details that are still missing.

1. With BDC you mean Batch Input Processing as described here ? BDC – Batch Data Communication in SAP ABAP | SAP Blogs

2. You wrote that you "Have written BDC code inside ODATA". How did you implement your OData service ? Code based implementation using SEGW, Reference Data Source, ABAP Programming Model for SAP Fiori (BOPF) , ABAP RESTful Application Programming Model

3. I can only reiterate this . What is the release you are working on ? SAP S/4HANA 20xx? , SAP ECC with NetWeaver Release 7.4 or 7.5

Without providing details you will not get an answer.

ceterum censeo RAP esse utendam
  • SAP Managed Tags:

viva_kd
Explorer
0 Kudos

Thanks andre.fischer for Your Reply,
1. yes its BDC(Batch Data Communication), using Call Transaction Method

2.its Code based Implementation using SEGW

3. we are working on

  • SAP Managed Tags:

Ryan-Crosby
Active Contributor
0 Kudos

Hi Vivandh,

You cannot run a BDC without a GUI session if it requires access to front end controls - see OSS note 311440.

Regards,

Ryan Crosby

  • SAP Managed Tags:

0 Kudos

Thanks Ryan for input,
I understood Limitation of BDC,
My aim is : to Create Cost Est nr against Order no via KO02,
when we raised same que to SAP , then they came up with no BAPI or FM there to generate Cost Est nr. so i ran after BDC.
I found one FM but there also it calls below POP up .

  • SAP Managed Tags:

viva.kd then you must set it up to operate from the GUI via an ABAP program of sorts because you cannot communicate with the control framework without an established GUI connection.

  • SAP Managed Tags: