Application Development and Automation 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: 
Read only

Question about subscreen command

Former Member
0 Likes
1,603

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

11 REPLIES 11
Read only

laurent_fournier2
Contributor
0 Likes
1,281

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.

Read only

0 Likes
1,281

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...

Read only

former_member213851
Active Contributor
0 Likes
1,281

Hi Not Active Contributor

stmt 2 is correct answer.

You call subscreen using the ABAP command CALL SUBSCREEN

Read only

0 Likes
1,281

Hi,

yeap...i think so...but I'm not 100% sure...

It is a tricky question...

Regards

Read only

laurent_fournier2
Contributor
0 Likes
1,281

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.

Read only

Former Member
0 Likes
1,281

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.

Read only

0 Likes
1,281

Hi.

pressing F1 doesnt help to much...but following ur logic, some SCREEN commands are:

- FIELD,

- CHAIN,

- MODULE.

is it correct???

Read only

0 Likes
1,281

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...

Read only

Former Member
0 Likes
1,281

SAP ABAP doesn't have SCREEN commmands at all . It is as simple as it.

All commands comes under ABAP.

Priya.

Read only

0 Likes
1,281

As simple as that but totally wrong....;)

Read only

Former Member
0 Likes
1,281

He guys.

Thanks to all to give me your point of view.

The correct answer is 1. Using a screen command.

Regards.