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

Recording parameter in SHDB

Former Member
0 Likes
1,262

Hi.

What does it mean parameter Not a Batch Input Session in the Create recording

modal screen of SHDB transaction?

How does it influence on recording?

1 ACCEPTED SOLUTION
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
929

Hello Marat,

The checkboxes in SHDB are nothing but the fields of the structure CTU_PARAMS.

OPTIONS FROM opt

The "Not a Batch Input Session" checkbox effects the system field SY-BINPT.

SAP documentation:

Values: " " (sy-binpt contains in the called transaction "X"), "X" (sy-binpt contains in the called transaction " ").

Hope this helps.

BR,

Suhas

Hello Marat,

The checkboxes in SHDB are nothing but the fields of the structure CTU_PARAMS.

OPTIONS FROM opt

The "Not a Batch Input Session" checkbox effects the system field SY-BINPT.

SAP documentation:

Values: " " (sy-binpt contains in the called transaction "X"), "X" (sy-binpt contains in the called transaction " ").

Hope this helps.

BR,

Suhas

3 REPLIES 3
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
930

Hello Marat,

The checkboxes in SHDB are nothing but the fields of the structure CTU_PARAMS.

OPTIONS FROM opt

The "Not a Batch Input Session" checkbox effects the system field SY-BINPT.

SAP documentation:

Values: " " (sy-binpt contains in the called transaction "X"), "X" (sy-binpt contains in the called transaction " ").

Hope this helps.

BR,

Suhas

Read only

Former Member
0 Likes
929

Thank you Suhas.

Read only

Former Member
0 Likes
929

Hi Suhas,

How can i make normal recording to "not a batch input" recording ? Please advise. 

Thanks,

Kishore