2010 Jan 22 2:17 PM
Hi Experts,
i have created an RFC.In that i am calling a Report program by Using Submit statement.
I kept a Export statement in the Repot program for exporting the Output internal table to my RFC.
While executing the RFC , i am getting the a screen....after that going back i am getiing the Output Internal table of the RFC exactly what i need.
Please suggest me how can i skip that screen.
Regards
Babu
Hi Experts,
i have created an RFC.In that i am calling a Report program by Using Submit statement.
I kept a Export statement in the Repot program for exporting the Output internal table to my RFC.
While executing the RFC , i am getting the a screen....after that going back i am getiing the Output Internal table of the RFC exactly what i need.
Please suggest me how can i skip that screen.
Regards
Babu
2010 Jan 22 2:26 PM
Hi,
Try the submit statement this way
SUBMIT zlge1029_delete_delivery
WITH p_deli EQ delivery "Delivery
WITH p_item EQ item_number
AND RETURN.
Retrieve Return table from ABAP Memory
IMPORT return5 FROM MEMORY ID 'RETURN5'.
FREE MEMORY ID 'RETURN5'
Regards,
Aditya
2010 Jan 22 2:32 PM
Hi Aditya,
Sorry, its not in the Submit program.
Here the problem is , If i executed the Report Program...getting the ALV output list...if i go back i am getting a screen with message
" Report to delete or display Valid Rules".
Please suggest me how to resolve it.
Regards
Vijay
2010 Jan 22 2:48 PM
Hi Experts,
here my issue is once i got the Output ALV list...Press F3(Back)...i should go to the selection screen,but i am getting a screen
with the Report Titils.
Regards
Babu
2010 Jan 22 2:37 PM
Hi,
if u pass all the mandatory fields it will not display the screen until u have not written VIA SELECTION-SCREEN.
say
REPORT ZTEST_TCODE.
tables : mara,marc,mch1.
SELECT-OPTIONS SO_MATNR FOR mara-MATNR. "OBLIGATORY.
SELECT-OPTIONS SO_CHARG FOR mch1-CHARG. "OBLIGATORY.
SUBMIT ZTEST123 and return with SO_matnr = so_matnr
with so_charg = so_charg.
thanks,,
2010 Jan 22 2:50 PM
Just read the F1 help of submit statement.
Report to delete or display Valid Rules
Looks like a custom message, debug and check.
Edited by: Keshav.T on Jan 22, 2010 8:21 PM
2010 Jan 22 3:19 PM
Hi Keshav,
Its a Report Title...Displaying in a screen.
Thanks
Babu
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |