‎2011 Dec 16 7:05 AM
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
‎2011 Dec 16 7:13 AM
Hi,
Not sure about your error, but try with Update mode A and check the default size...
‎2011 Dec 16 7:17 AM
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
‎2011 Dec 16 7:20 AM
Check out below thread, hope this will help you
[http://tech.groups.yahoo.com/group/ABAP/message/13053]
‎2011 Dec 16 9:32 AM
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
‎2011 Dec 16 9:35 AM
Hai,
Use this
CALL TRANSACTION 'CT01' USING BDCDATA MODE 'N' UPDATE 'A'.
‎2011 Dec 19 5:56 AM
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
‎2011 Dec 19 10:02 AM
‎2011 Dec 19 12:26 PM
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
‎2011 Dec 20 6:10 AM
is there any way to record this t-code without selecting any options as this is what my customer requirement?
Regards,
Anuj jain