Application Development and Automation 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: 
Read only

BDC not working without commit

Former Member
0 Likes
1,789

Hi all,

i'm facing one problem as I'm unable to record t-code me32k in shdb as after first screen of me32k it's getting stopped with these below parameters

update mode = 'S' ,catt mode = 'no catt'

dafault size = '' ,cont after commit = '' ,not a batch input = '' ,background = ''

but when i record with cont after commit = 'X it's working fine

so why this is showing this type of behaviour and is there any way to record this t-code without selecting any options as this is what my customer requirement?

Regards,

Anuj jain

9 REPLIES 9
Read only

Former Member
0 Likes
1,280

Hi,

Not sure about your error, but try with Update mode A and check the default size...

Read only

Former Member
0 Likes
1,280

Dear Kaushik,

I tried with Update mode A and with check the default size but it's only working with Cont after commit = 'X'.

Rg,

Anuj

Read only

0 Likes
1,280

Check out below thread, hope this will help you

[http://tech.groups.yahoo.com/group/ABAP/message/13053]

Read only

Former Member
0 Likes
1,280

Dear Murtuza,

Link provided by you makes sense that due to internal commit in enjoy transaction without RACOMMIT ='X recording is not possible but other side same tcode is working fine in shdb in different server with RACOMMIT = ' ' So i'm confused why sap showing this type of diff behaviour...

Regards,

Anuj jain

Read only

Former Member
0 Likes
1,280

Hai,

Use this

CALL TRANSACTION 'CT01' USING BDCDATA MODE 'N' UPDATE 'A'.

Read only

Former Member
0 Likes
1,280

Dear Ravi,

Solution provided by you is not my solution . i Want to know why sap is showing this type of behaviour with diff servers.

Regards,

Anuj jain

Read only

Former Member
0 Likes
1,280

Any help?

Read only

0 Likes
1,280

it is a enjoy screen tcode, use a bapi,

i too face a same problem with fbcj tcode,

and i use a bapi , and its working fine

Read only

Former Member
0 Likes
1,280

is there any way to record this t-code without selecting any options as this is what my customer requirement?

Regards,

Anuj jain