How do you call a report from a transaction ?
Answers were Sorted based on User's Feedback
Answer / vijeta aharwar
Create a new z-transaction form se93 & specify the report
name. when this newly created tcode will be executed the
specified report will be triggered.
Is This Answer Correct ? | 14 Yes | 0 No |
Answer / theabapconsultant
transaction is nothing but a scree. thrpugh screen if we want to call a report
submit reportname via selectionscren
syntax will be like this not sure abt syntax.
Is This Answer Correct ? | 0 Yes | 4 No |
what are the Pre requisites for binary search?
what is the differnce between normal funcational and ALV funcational module
Table ztest has a secondary index on the following fields: tnum, tcode. Select * from ztest where tnum ne '123' and tcode = '456'. Why is the index not used in the above case? Choices: a) Indexes are not allowed on Z tables b) Variables must be used, NOT literals c) Select individual fields, not select * d) Client is not in the where clause e) NE invalidates the use of an index Info: Can someone explain in detail why this happened? It will be really helpful to handle to case in Secondary index:
in reports how to use the table control tabstrips . what is its procedure.
what is process code?
What is screen flow logic? What are the sections in it?
What is a help view? : abap data dictionary
Explain the way(s) you find an exit(s) to a given standard sap program?
when are objects are passed from task to the change request?
what is the meaning of SCREEN-INPUT = '0/1', SCREEN-ACTIVE = '0/1'. in event AT SELECTION-SCREEN OUTPUT
Difference between select option and ranges ?
Example of Pooled and Cluster tables ?