‎2012 May 14 2:34 PM
Hi guys.
I have a doubt about this question in ABAP examn.
It is about subscreen. Which of the following statements about subscreen is correct:
1.- you call subscreen using the screen command CALL SUBSCREEN.
2.- you call subscreen using the ABAP command CALL SUBSCREEN.
I think that it doesnt exit screen command, just ABAP command.
the answer is 2. using ABAP command.
Is it correct??
Thanks
Moderator message - Interview/exam questions still not allowed.
Locked and points unassigned.
Message was edited by: Rob Burbank
‎2012 May 14 2:41 PM
Hello,
Call Subscreen is a screen flow logic command. It's used to call subscreen areas.
In ABAP, the command is call screen. So i believe that the correct answer is 1.
‎2012 May 14 2:46 PM
Hi,
I know that the only way to call a subscreen is inside the flow logic in a screen. But there is not a screen command...I am not sure, i have seen this question with boths answer (different exams)...
Some ppl say that is ABAP others screen...no sure...
‎2012 May 14 2:42 PM
‎2012 May 14 2:47 PM
Hi,
yeap...i think so...but I'm not 100% sure...
It is a tricky question...
Regards
‎2012 May 14 2:55 PM
As I mentioned earlier..
Call screen is a pure abap command.
Call subscreen is a flow logic command.
So the answer is 1 : You call the subscreen using screen command call subscreen.
regards.
‎2012 May 14 2:59 PM
Hi,
Nothing tricky here...
CALL subscreen is a screen statement.
while CALL screen is an abap command.
You would have had your answer just by pressing F1
Cheers,
Manu.
‎2012 May 14 3:10 PM
Hi.
pressing F1 doesnt help to much...but following ur logic, some SCREEN commands are:
- FIELD,
- CHAIN,
- MODULE.
is it correct???
‎2012 May 14 3:26 PM
Well yes it helps
F1 catalogs the CALL subscreen under 'Screen statements'
and CALL screen under 'Abap statement'...
I don't know how it can be much clear!
And indeed FIELD/CHAIN/MODULE are also screen commands...
‎2012 May 14 3:02 PM
SAP ABAP doesn't have SCREEN commmands at all . It is as simple as it.
All commands comes under ABAP.
Priya.
‎2012 May 14 3:27 PM
‎2012 May 14 3:23 PM
He guys.
Thanks to all to give me your point of view.
The correct answer is 1. Using a screen command.
Regards.