‎2007 Dec 10 8:47 AM
Dear All,
i call program with following code.
SUBMIT ZPP009_UPLOAD_DATA VIA SELECTION-SCREEN WITH PR_TEXT EQ 'SD-Data Upload to SALES DEMAND' AND RETURN.
its working properly
my problem is when i call the program ZPP009_UPLOAD_DATA selection screen is appearing
when i run & finished same selection screen appearing but i dont want it
when the calling program finished i want to go to main program .
please help me to solve this problem
‎2007 Dec 10 8:55 AM
hi Nelson.,
use like this.
SUBMIT ZPP009_UPLOAD_DATA USING SELECTION-SCREEN SY-DYNNR WITH PR_TEXT EQ 'SD-Data Upload to SALES DEMAND' AND RETURN.
<b><i>Reward points if useful</i></b>
Chandra
‎2007 Dec 10 9:04 AM
NO DEAR
its file uploading screen therefore we have to select file through selection screen
Dear Chandrasekhar
thanks
but its not working dear
‎2007 Dec 10 9:11 AM
Hi Nelson,
Check ur program ZPP009_UPLOAD_DATA, whether it contains all events like ,
AT SELECTION-SCREEN.
START-OF-SELECTION.
END-OF-SELECTION.
may this solve ur problem.
Rohit G
‎2007 Dec 10 9:24 AM
no rohith
all possible events are there everything is ok in that program
‎2007 Dec 10 8:59 AM
Hi Nelson,
Try this, dont use SELECTION_SCREEN. Just pass the value to its parameter and it wont display the selection screen of ZPP009_UPLOAD_DATA.
SUBMIT ZPP009_UPLOAD_DATA WITH PR_TEXT EQ 'SD-Data Upload to SALES DEMAND'
AND RETURN.
Reward me if useful,
Harimanjesh
‎2007 Dec 10 9:01 AM
Hi Nelson,
Do this , will surely solve your problem
SUBMIT ZPP009_UPLOAD_DATA AND RETURN
WITH PR_TEXT EQ 'SD-Data Upload to SALES DEMAND' .
<b>
Kindly Reward if useful
Rohit G
</b>
‎2007 Dec 10 9:28 AM
try this syntax
SUBMIT ZPP004_COMPONENT_BACK_FLUSH EXPORTING LIST TO
MEMORY WITH PA_UNINO = ST_HEADER-UNINO AND RETURN.
reward if usefull
‎2007 Dec 10 10:55 AM
‎2007 Dec 10 10:58 AM
hi Nelson,
I think you can only do this if you put an EXIT statement at the end of the submitted program.
ec
‎2007 Dec 10 11:20 AM
thanks Eric
i got your idea its not work with Exit but work with Leave Program statement.
‎2007 Dec 10 11:28 AM
your query is amazing....
just try some tricky way hope luck hits u...remove end-of-selection form u r second program
or use something like suppress dialog