How to put checkbox against a row in ALV display?
Answers were Sorted based on User's Feedback
Answer / kd
infield catalog decleration :
checkbox = 'X'.
and in the internal table, use char type variable for the checkbox
Is This Answer Correct ? | 12 Yes | 0 No |
Answer / dattaraj.sabnis
CLEAR s_layout.
s_layout-box_fieldname = 'FLAG'.
s_layout-box_tabname = 'INTTAB'.
DATA : BEGIN OF inttab OCCURS 0,
flag(1),
...
end of inttab.
Is This Answer Correct ? | 2 Yes | 5 No |
what is OSS?please answer if anybody knows
17) How will you validate selection screen elements?
i am learning abap and finding very diffculty in understanding the message control technique especially in sending IDOCS? what are the steps in message control ?
Explain the advantages and disadvantages of abap query tool?
What does an extract statement do in the ABAP program?
Hi! I want to join SAP ABAP course in Hyderabad, can any one tell me where should I join? and Which is the best institute for SAP WORKSHOP? Thank you...
In select-options,how to make high as madatory.....?if we use obligatory we'll get the low as madatory by default?
How do you send the output of a script as an email attachment
Step by step process of BAPI implementation
i have created a smartform containing table which start from middle of first page.when i run smartform then on next page same table appears which start from middle of page.so how to get table that start from top of next page??
What is schema and transaction code
How can print the styles?