what is the need of set parameter-id in reports.
Answer Posted / muthukumaran
set parameter is the sap memomry.here we can set values for
a particular field globally.
for example.
set parameter 'zmuthu' field field name.
zmuthu is the id name.
u can use that in any abap program using the
syntax get parameter ''zmuthu' fieled field name.
| Is This Answer Correct ? | 17 Yes | 7 No |
Post New Answer View All Answers
there are 2 selection screens. material num in screen 200 and plant in screen 300. so how can you write in INITIALISATION event?
What are the different types of work process?
how to Implement a BADI in which it restricts the access when purchase order is created against contract using definition ME_PURCHDOC_POSTED. please tell me the answers if any one knows. thanks in advance. :ravikiran
What is the use of 'table index'?
Module Pool Programming: Events and Table Control handling.
What is a fall back class?
foreign key enforcement?
Explain different types of locks?
What are the different abap editors? What is the used of different editors in abap?
What are the basic components of dialog program?
Differentiate between table and template ?
What is the difference between synchronous and asynchronous update? : abap bdc
Did you use buffering?
How to find the return code of an stmt in abap programs?
How do you do bdc for a table control? : abap bdc