Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Set screen not allowed in subscreen when i am using submit statement

ctz9057
Explorer
0 Kudos
335

Hello Team,

I have a requirement where i need to submit standard program /SAPSLL/SPL_UPLOAD_IXML in my custom program and need to return back to my program.

Below is the code :

SUBMIT /SAPSLL/SPL_UPLOAD_IXML WITH P_PATH = '\\SHGPIWFSW001.ad.seagate.com\Data\936192\Documents\MKDSSAP.xml\MKDSSAP.xml'

WITH P_LGREG = 'SPLUS'

WITH P_PROVI = 'DESCARTES'

WITH P_APPLS = 'X'

WITH P_SFILE = 'X'

WITH P_RUNID = 'SPL_UPLOAD'

EXPORTING LIST TO MEMORY AND RETURN.

error.pngBut when i am executing my program it is giving me attached error, also it should come back to the program but instead it is going to the attached screen.

Could you please help me with ths.

2 REPLIES 2

former_member660513
Participant
0 Kudos
199

Are you sure you are providing values for all mandatory parameters of the initial selection screen.

If so, maybe you can check if you can supply also for values for some of the non-mandatory ones, as they could be potentially in use by the screen logic.

Sandra_Rossi
Active Contributor
0 Kudos
199

I don't have /SAPSLL/SPL_UPLOAD_IXML in my system so impossible to debug it myself. SUBMIT is not possible for some programs.

Maybe if you tell the requirement, some people can help you. NB: "submit standard program" is not a requirement, a requirement is a functional request, which is technology-agnostic.