explain the role of CTUPARAMS structure in call transaction

Answer Posted / prasant

CALL TRANSACTION tcode USING bdcdata
MODE ctumode
UPDATE cupdate
OPTIONS FROM OPT
MESSAGES INTO messtab.

OPTIONS FROM opt

Effect
This addition gives you control using the values of the
components of the structure opt, which must be of the
Dictionary type CTU_PARAMS. The components have the
following meaning:

DISMODE
Processing mode (comparable with the MODE addition)

UPDMODE
Update mode (comparable with the UPDATE addition)

CATTMODE
CATT mode (controlling a CATT procedure)


The CATT mode can have the following values:

' ' No CATT procedure active
'N' CATT procedure without single screen control
'A' CATT procedure with single screen control

DEFSIZE
Use standard window size

RACOMMIT
COMMIT WORK does not end CATT procedure

NOBINPT
No batch input mode, that s SY-BINPT = SPACE.

NOBIEND
No batch input mode after BDC data has been read

The components DEFSIZE , RACOMMIT, NOBINPT, NOBIEND always
take the following values:
'X' Yes
' ' No




If the OPTIONS addition is omitted, the following settings
are valid for the control parameters:

DISMODE from the MODE addition

UPDMODE
from the UPDATE addition

CATTMODE
No CATT procedure active

DEFSIZE
Do not use standard window size

RACOMMIT
COMMIT WORK ends procedure successfully

NOBINPT

Batch input mode, that is SY-BINPT =X.

NOBIEND
Batch input mode also active after BDC data has been read

Is This Answer Correct ?    6 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the relational operations that can be performed on view in sap? : abap data dictionary

513


What are the objects of the abap dictionary or what types of objects can be created in the abap dictionary? : abap data dictionary

538


Where the payroll results are stored

1911


What are the user interfaces of interactive lists?

555


How is conversion of data types done between abap/4 & external level?

573






Interactive Report that list purchase order details of a vendor. When the user double clicks on material number it shows detail list with fields matkl, meins, brgew, ntgew, gewei.The selection screen consist of sales organisation, distribution channel and material number. plz mention the detail coding Tahnks, Rahul

3265


What is the difference between get and get late?

597


What is an abap data dictionary? : abap data dictionary

611


Which transaction code is used executing a report (type 1 program)? : abap data dictionary

643


How will you define posting procedures?

909


What are the basic components of dialog program?

698


Differentiate between table and template ?

603


What are the data types of the abap/4 layer?

723


What are the types of data types in the sap abap?

484


What is the use of table maintenance allowed?

547