Suppose in the Report Program I want to pass data to
another Report Program ..how will you do that one?
Answer Posted / naveen
SUBMIT is a keyword to call a report from a report.wWith
submit statement all internal sessions are deleted nothing
but the data of the calling program is lodt.when with SUBMIT
AND RETURN the data of the calling program is restored when
we go back.
Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Explain Singleton class
What are the advantages and disadvantages of different types of bdc's?
What is erp? : sap abap hr
Does the bdc-insert function allow multiple transactions to be processed by sap? : abap bdc
Is sap xi intended to replace ale?
What are the different control break statements available inside a loop?
What are the different types of parameters? : abap modularization
Does every abap/4 have a modular structure? : abap modularization
What is difference between check table and value table ?
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 is the difference between the exits created in M.M and S&D?
How to handle errors in call transaction bdc method without using bdcmsgcoll internal table? : abap bdc
What is evaluation path, where do we do it and why? : sap abap hr
In which time constraint does the infotype records depend on the subtype ? : abap hr
What is the diffreence between bdc_close_group and bdc_close_dataset? : abap bdc