2014 Dec 10 4:33 PM
Hi,
I try to use CALL subscreen sel including sy-repid ‘400’. but I´ve got a syntax erro below:
"." or "ID ... FIELD ..." expected after "SUBSCREEN".
Can anyone clarify this problem for me ???
perhaps is this a SAP version problem??
BR
2014 Dec 10 6:30 PM
'sel' is the name of the subscreen in the module pool.
did you name it 'sel' ??
2014 Dec 10 6:27 PM
2014 Dec 10 6:30 PM
'sel' is the name of the subscreen in the module pool.
did you name it 'sel' ??
2014 Dec 11 1:30 PM
yes. I created subscreen name SEL.
The answer is:
i have to put the CALL subscreen sel including sy-repid ‘400’. inside PROCESS BEFORE OUTPUT.
like this:
process before output.
module status_0100.
call subscreen sel including sy-repid '400'.
*
process after input.
module user_command_0100.
2014 Dec 11 2:59 PM
2023 Mar 01 5:25 AM
Please tell me when this issue will arise. I am also getting the same problem. I am writing very simple problem to call subscreen. it is throwing the same error.
2023 Dec 15 4:13 PM
Hello, While we're happy that you've come to SAP Community to get an answer to your question, you posted your question as an answer in an old thread.
I've converted your answer to a comment, but even so -- posting in older threads is not the best way to get guidance.If you're looking for help, you should ask a new question: https://answers.sap.com/questions/ask.html.