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 human resource information systems (chris)? : sap abap hr
What are the parameters used in each function?
What is output determination?
Name the abap/4 modularization techniques? : abap modularization
Which function module reads the data for particular infotype ? : abap hr
What are the types of parameters in the function modules?
What is size category?
How do you validate the selection criteria of a report? And how do you display initial
How we can retrieve data using secondary index. Explain with simple example?
Difference between sy-tabix and sy-index?
Explain the Importance of pa20? : abap hr
What is page window?
Are you familiar with all steps for setting up a workflow?
How do you convert non-char field into char type fields ?
can anyone please tell me, in orient paper mill project which fields exits for creating report.