SAP ABAP BDC-Interview Questions With Answers-6.
26. What Is CTU_PARAMS In BDC? What Are The Different Components Available In This Structure? CTU_PARAMS is a structure which has components used to control processing of CALL_TRANSACTION. This structure is used to provide display mode, update mode, default size and more control components to the Call Transaction statement. The different components available in CTU_PARAMS are: DISMODE - Processing Mode A - All Screens N - No Screens E - Only Error Screens UPMODE - Update Mode S - Synchronous A - Asynchronous L - Local CATTMODE - CATT Means Computer Aided Test Tool Blank - No CATT Mode, N - CATT Without Single Screen Control A - CATT With Single Screen Control DEFSIZE - Default Size For Screen resolution. 'X' - Yes, ' ' - No. RACOMMIT - Do not end transaction at COMMIT WORK. 'X' - Yes, ' ' - No. NOBINPT - No batch input session active (that is, SY-BINPT = SPACE). SY-BINPT is always space during a CATT procedure. 'X' - ...