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
how can we enable hyperlink in screen painter?
What is the difference between a substructure and an append structure? : abap data dictionary
How do you set up background jobs in sap? What are the steps? What are the event driven batch jobs?
What is the significance of hide?
wat is the default file name of BAPI trace?
what is user specific parameter?
What is the Process to transfer IDOC from Outbound System to Inbound system.
What are the data types of the external layer?
Name some system global variables you can use in abap programs?
What is database utility? : abap data dictionary
What is the difference between the function module and a normal abap/4 subroutine? : abap modularization
How to convert normal function module to bapi?
How to give programe name as input in BDC report of abap ?
Which table stores the programs created?
What is time constraint ? : abap hr