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

Doubt regarding SHDB transaction

Former Member
0 Likes
938

Hi All,

I have a doubt regarding the Process Tab in the application tool bar of SHDB transaction. What is the use of the following check boxes?

1) Default Size

2) Cont.after commit

3) not a batch input session

4) END: Not a Batch Input session

5) Simulate Background mode

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
798

Hi,

Basically these are the properties for CALL TRANSACTION using. You need not worry about these unless you really need those.

1) Default Size: it will set the Default screen size for CALL TRANSACTION USING...

2) Cont.after commit : it will set indicator that CALL TRANSACTION USING... is not completed by COMMIT. after commit also the process will continue

3) not a batch input session: sets indicator that present session is not batch input

4) END: Not a Batch Input session

5) Simulate Background mode : session will be run in foreground. but similar to back grpund

you can see the documentation by placing the cursor on these and click f1.

Hi All,

I have a doubt regarding the Process Tab in the application tool bar of SHDB transaction. What is the use of the following check boxes?

1) Default Size

2) Cont.after commit

3) not a batch input session

4) END: Not a Batch Input session

5) Simulate Background mode

3 REPLIES 3
Read only

Former Member
0 Likes
798

NA

Edited by: Sunil Sawaikar on Mar 18, 2009 10:25 AM

Read only

Former Member
0 Likes
798

hi,

1) Default size is with respect to your system resolution. Because in some transactions such as ME51 for the table control, the no. of lines during normal transaction and while recording vary.

i.e during normal transaction without recording you have 20 lines but while recording it is 14 lines in BDC recording. Hence, you would be on safer side while recording if you are checking that check box.

2)Cont. after commit:

This is for synchronous data base update

3)Batch input session

This is checked if your recording is for testing purposes.

Thanks

Sharath

Read only

Former Member
0 Likes
799

Hi,

Basically these are the properties for CALL TRANSACTION using. You need not worry about these unless you really need those.

1) Default Size: it will set the Default screen size for CALL TRANSACTION USING...

2) Cont.after commit : it will set indicator that CALL TRANSACTION USING... is not completed by COMMIT. after commit also the process will continue

3) not a batch input session: sets indicator that present session is not batch input

4) END: Not a Batch Input session

5) Simulate Background mode : session will be run in foreground. but similar to back grpund

you can see the documentation by placing the cursor on these and click f1.