2009 Sep 18 2:13 AM
Hi,
I want to display Report from dialog program , and also back from ABAP Report to dialog program.
please provid sample code.
Thanks
2009 Sep 18 5:19 AM
from you dialogue program:
in the PAI event, check the sy-ucomm of your button and use:
SUBMIT {rep|(name)} [selscreen_options]
[list_options]
[job_options]
[AND RETURN]. ->takes you back to your dialogue program
press F1 on SUBMIT. you will get whats needed..
from you dialogue program:
in the PAI event, check the sy-ucomm of your button and use:
SUBMIT {rep|(name)} [selscreen_options]
[list_options]
[job_options]
[AND RETURN]. ->takes you back to your dialogue program
press F1 on SUBMIT. you will get whats needed..
2009 Sep 18 3:55 AM
display Report from dialog program
http://help.sap.com/saphelp_40b/helpdata/en/9f/db9d2f35c111d1829f0000e829fbfe/content.htm
SUBMIT (PROGRAM NAME) AND RETURN.
ABAP Report to dialog program
call transaction <tran code>
call screen <sreen no>
a®
2009 Sep 18 5:06 AM
call transaction 'T-CODE' SKIP FIRST SCREEN.
OR
SUBMIT 'program name' via selection-screen and return.......
2009 Sep 18 5:19 AM
from you dialogue program:
in the PAI event, check the sy-ucomm of your button and use:
SUBMIT {rep|(name)} [selscreen_options]
[list_options]
[job_options]
[AND RETURN]. ->takes you back to your dialogue program
press F1 on SUBMIT. you will get whats needed..
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |