Application Development 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: 

SHDB parameter

prabhu_s2
Active Contributor
0 Kudos
524

hi all

i'm lokking to get the need of these recording parameter while recording and their impact:

UPDATE mode

CATT mode

defualt size

cont. after commit

not a batch input session

simulate background mode

thkx

2 REPLIES 2

former_member404244
Active Contributor
0 Kudos
133

hI,

UPDMODE: Update mode (like the UPDATE addition)

CATTMODE: CATT mode (controls a CATT)

CATT mode can have the following values:

' ' No CATT active

'N' CATT without single-screen control

'A' CATT with single-screen control

DEFSIZE : Use default window size (Here we are handling those transaction by giving default window size)

RACOMMIT: Do not end transaction at COMMIT WORK

NOBINPT : No batch input mode (that is, SY-BINPT = SPACE)

NOBIEND : No batch input mode after the end of BDC data.

The components DEFSIZE , RACOMMIT, NOBINPT, and NOBIEND always take the following values:

'X' Yes

u can get it in the structure CTU_PARAMS...

Regards,

Nagaraj

0 Kudos
133

any supportin doc on this?