Skip to Content
0
Former Member
Nov 14, 2011 at 04:04 PM

FB08 BDC Session Being Created issue

254 Views

Hellow ABAP Experts,

I have a business requirement and I am having issue with creating BDC Session as NEW for transaction FB08 using custom code. I am storing data in BDC table as follow and using the standard Functions for BDC Open, Insert, and Close.

bdc_dynpro - 'SAPMF05A' '0105'.

bdc_field - 'BDC_CURSOR' 'BSIS-BUDAT'.

bdc_field - 'RF05A-BELNS' ZBELNR.

bdc_field - 'BKPF-BUKRS' ZBUKRS

bdc_field - 'RF05A-GJAHS' ZGJAHR.

bdc_field - 'UF05A-STGRD' '03'.

bdc_field - 'BSIS-BUDAT' ZDATE.

bdc_field - 'BDC_OKCODE' '/11'

In SM35, it stores BDC Session in Being Created status and it does not allow me to process. When I analyze the session it shows in Overview Section.

Overview

Transaction Screen

New 1 1

Incorrect 0 0

To Process 1 1

Processed 0 0

Deleted 0 0

Current Content 1 1

Removed 1- 1-

Created 0 0

My code worked before. I was able to create NEW session before and now It removes the screen. SAP Version is 6.0. I also tried OKCODE '=BU' but it gives the same issue. I truly need your help in resolving issue.

<< Moderator message - Please do not promise points >>

Thanks.

Ysv

Edited by: Rob Burbank on Nov 14, 2011 11:56 AM