what is the use of CTU_PARAMS when we working with BDC?
Answers were Sorted based on User's Feedback
Answer / aruna
CTU_PARAMS is the Structure
and it consists of components
DISMODE
UPDMODE
CATTMODE
DEFSIZE
RACOMMIT
NOBINPT
NOBIEND
If you want to maintain the fixed resloutions
in the differnt systems
specify DEFAULT SIZE = 'X'.
Is This Answer Correct ? | 23 Yes | 0 No |
Answer / raju
And control resolutions in bdc
If you want to maintain the fixed resloutions
then
DEFAULT SIZE = 'X'.
Is This Answer Correct ? | 16 Yes | 2 No |
Answer / sai
It is used for screen resolution.Defsize is one of the
parameters of ctu_params.give the value of defsize=x.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sat
actually CTU_PARAMS IS THE STRUCTURE,
CTU_PARAMS FIELDS ARE:
DISPLAY MODE.
UPDATE MODE.
WHILE WE WERE EXECUTING THE CALL TRANSCTION BDC PROGRAM
THESE TWO FIELDS WE NEED TO USE FOR INPUT PARAMETRS.
Is This Answer Correct ? | 5 Yes | 9 No |
will where conditions in a sql query help improve performance?
Do you know how to manage the sequence of passes in a Form?
can any one tell me the types of smartforms
What are IDOCs?
How do you do BDC field Validtaions ? can any one help with syntax? is there any difference with BDC and BAPI validations?
what is partner profiles?
What is the difference between ABAP and HR ABAP
how to write code alv with interactive?when i clicked 1field i will generated next-level report,is it possible in alv?
most commonly used command in Interactive Reporting?
How will you decide whether to use implicit enhancement or explicit enhancement?
hi..i hav developed an interactive report in which alv list display in basic list and 1st secondary list in alv grid display.I want to get summation(total) of the columns in the secondary list.I hav used 'do_sum' but i couldnt get.is there any other way to get summation(total) in secondary list which is an alv grid display
What is new enhancement framework?