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
What is the transaction code to display the payroll results ? : abap hr
When is the top-of-page event triggered? : abap data dictionary
What is netweaver???what is the relationship with ABAP?
What are the problems in processing batch input sessions?
What is the difference between a structure and an append structure?
How to combine multiple billing into one RV document ( Step by Step)?
What are the check tables and value tables?
How can we upload a text file having delimiters in to legacy system? : abap bdc
Do we create table fields with out data elements and domains?
What are the attributes of the data in data dictionary? : abap data dictionary
What is append structure?
What will you code in start-of-selection & end-of-selection ?
What is a multiple line field?
What are the modes in lock objects? : sap abap data dictionary
What is the significance of the memory table ‘screen’?