How to call A report from other report widout using include
program..??
Answer Posted / mahesh
Using O in Command Field
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
It is possible to assign a local data object defined in a subroutine or function module to a field group. State true or false. : abap modularization
How to select valid lines for secondary list?
Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.
What are the relational operations that can be performed on view in sap? : abap data dictionary
Can a domain, assigned to a data element be changed?
Explain the call transaction method? : abap bdc
Why cant we use Normal function module for data transfer?
What is the major difference between pool tables and transparent tables?
How to create user interfaces for lists?
How can we determine a vendor is Bloc/Unblock from the table LFA1?
What are the major steps will you use for tuning?
how 2 create the normal form by using functional module
Difference between sap script and report?
Can you show multiple alvs on a single screen?
Can you create an internal table dynamically?(at run time)