2009 Mar 18 9:02 AM
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
2009 Mar 18 9:25 AM
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
2009 Mar 18 9:20 AM
2009 Mar 18 9:24 AM
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
2009 Mar 18 9:25 AM
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.