‎2007 Aug 07 5:50 AM
Hi all,
I am using SUBMIT statement to call a standard report in My program. But the SUBMIT statement is not supported in higher releases like BW 3.1, BI 7, mySAP SCM or ECC 6 etc ..
So I need a alternative for SUBMIT report Statement for higher versions.
Kindly Guide.
Thanks
Shilpa
‎2007 Aug 07 7:34 AM
Hi !
We do have ECC 6.0 and SUBMIT is working very fine....
So - what error's do you get when you're SUBMITting.... ??
Regards
rainer
‎2007 Aug 07 5:53 AM
‎2007 Aug 07 5:57 AM
Hi
I have to call a Standard program not a transaction.....
Code in 4.6C is as follows..
SUBMIT rsusr100
WITH user IN s_user
WITH vondatum = p_from "Changes since
WITH bisdatum = p_to "Changes up to
WITH add_prof IN s_prof1
WITH del_prof IN s_prof1
EXPORTING LIST TO MEMORY
AND RETURN.
CALL FUNCTION 'LIST_FROM_MEMORY'
TABLES
listobject = t_object
EXCEPTIONS
not_found = 1
OTHERS = 2.
‎2007 Aug 07 6:17 AM
‎2007 Aug 07 7:38 AM
Hi !
I've just checked the rsusr100's selection-screen....
The fieldnames have changed.
vondatum is now FDATA
bisdatum is now TDATE
what ever these changes in SAP-System are good for !!
Try this changes and see if it works.
BUT you'll face another problem !!
The rsusr100's output is now a ALV-Grid so this
"Exporting list to memory" things are not workling anymore - because there is no list !
It may work if the submitted program is so "intelligend" and process a ABAP list und CALL-Scenarios but I'm shure that may not happen.
So- you'll have to go into the rsusr100's code....
You may copy it and process an ABAP list. Then your SUBMIT is working as before !
Regards
rainer
Some points would be nice if that helped....
‎2007 Aug 19 1:04 PM
HI,
Thanks for your replies.
How Can I get the previous code of rsusr100(with List display) report so that i can copy to another Z report?
Thanks and regards
Shilpa Dhawan
‎2007 Aug 07 7:34 AM
Hi !
We do have ECC 6.0 and SUBMIT is working very fine....
So - what error's do you get when you're SUBMITting.... ??
Regards
rainer