2009 Apr 08 10:23 AM
hello experts,
i am using submit and return but its showing the out put of the submitted program , its not coming back to my program.
details: submit riaufk20 with dy_ofn = ''
with DY_IAR = 'X'
with AUART-LOW = '730'
with GEWRK-LOW = 'MAS'
with DATUV = '' " s_period-low
with datub = s_period-high
with ILART-LOW = '73C'
with RSCSEL-SLOW_I = '73G'
EXPORTING LIST TO MEMORY
and return.
this is showing out put of riaufk20 program its not coming back , but my req is to use this riaufk20
output and modify that output and need to show the out put .
help me out.
thanks
Ane
hello experts,
i am using submit and return but its showing the out put of the submitted program , its not coming back to my program.
details: submit riaufk20 with dy_ofn = ''
with DY_IAR = 'X'
with AUART-LOW = '730'
with GEWRK-LOW = 'MAS'
with DATUV = '' " s_period-low
with datub = s_period-high
with ILART-LOW = '73C'
with RSCSEL-SLOW_I = '73G'
EXPORTING LIST TO MEMORY
and return.
this is showing out put of riaufk20 program its not coming back , but my req is to use this riaufk20
output and modify that output and need to show the out put .
help me out.
thanks
Ane
2009 Apr 08 10:30 AM
Hi,
You can export the list to memory and not the internal table data ...
Check the standard program whether it exports the data to the memory or not if yes you can read the data from the memory using memory id's it used to export.
2009 Aug 03 8:18 AM
Hi Ananta,
While doing submit, pass value 'D' to parmater dy_selm.. dy_selm = 'D'
IMPORT sel_tab TO list_sel_tab FROM MEMORY ID 'RIAUFK20'.
where list_sel_tab LIKE rihaufk_list OCCURS 1 WITH HEADER LINE.
Table ist_sel_tab will have all the values.
Regards,
Ravi
Edited by: Ravi Santani on Aug 3, 2009 10:06 AM
Edited by: Ravi Santani on Aug 3, 2009 10:06 AM
2009 Aug 03 9:46 AM
2009 Aug 03 10:27 AM
hi,
check this link .. i hope u will get help..
http://help.sap.com/saphelp_nw70/helpdata/en/9f/db9d7535c111d1829f0000e829fbfe/content.htm
Thnaks
Ashu
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |