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

Subscreen Problem

former_member251546
Participant
0 Likes
1,740

Hi,

good day guys

Ive got a problem when i am going to create subscreen in warrenty updatation.


PROCESS BEFORE OUTPUT.
CALL SUBSCREEN sub1 INCLUDING 'SAPLWTY20' '0110'.
* MODULE STATUS_1004.
*
PROCESS AFTER INPUT.
CALL SUBSCREEN sub1.
* MODULE USER_COMMAND_1004.

In the Element list ,I want to put the "sub1" for the type of element. but its not allowing me.

As caution as below, if login in Germen Language [DE] ,iam getting the error like INCLUDE BLOCK NOT SPECIFIED, NOT DEFINED ,OR SPELT INCONREECTLY in german

Caution: Incompatible code page

One of the following has occurred:

1. You want to change this object in the language German (DE).

2. You can only change this object in the language German (DE).

Log on in language German (DE), or in a language with the same code

page, before you make changes in German (DE).

If you continue, the incompatible code page could cause errors in all

texts when you save.

Plz can any one tell me how to kick off this prob

regards

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
746

Hi Balaji,

PROCESS BEFORE OUTPUT.
CALL SUBSCREEN sub1 INCLUDING 'SAPLWTY20' '0110'.
* MODULE STATUS_1004.
*
PROCESS AFTER INPUT.
CALL SUBSCREEN sub1.
* MODULE USER_COMMAND_1004. 

as per the Code you have written ,

is your subscreen area name is SUB1 ?

CALL SUBSCREEN subscreen_area_name INCLUDING 'SAPLWTY20' '0110'.

Please specify your subscreen area in place of subscreen_area_name which you have specified in your screen.

Edited by: Prasath Arivazhagan on Apr 16, 2010 3:30 PM

4 REPLIES 4
Read only

Former Member
0 Likes
747

Hi Balaji,

PROCESS BEFORE OUTPUT.
CALL SUBSCREEN sub1 INCLUDING 'SAPLWTY20' '0110'.
* MODULE STATUS_1004.
*
PROCESS AFTER INPUT.
CALL SUBSCREEN sub1.
* MODULE USER_COMMAND_1004. 

as per the Code you have written ,

is your subscreen area name is SUB1 ?

CALL SUBSCREEN subscreen_area_name INCLUDING 'SAPLWTY20' '0110'.

Please specify your subscreen area in place of subscreen_area_name which you have specified in your screen.

Edited by: Prasath Arivazhagan on Apr 16, 2010 3:30 PM

Read only

0 Likes
746

Hi,

Thank you very much..

Sub1 is my subscreen name...

whts wrong in my code?plz let me know

Read only

yonatanedgardo_diaz
Participant
0 Likes
746

Try this form

PROCESS BEFORE OUTPUT.

CALL SUBSCREEN SS0101 INCLUDING SY-REPID '0101'.

PROCESS AFTER INPUT.

CALL SUBSCREEN SS0101.

Read only

0 Likes
746

Hi,

I did the same procedure as you mentioned i am facing the below error.

Recursive CALL SCREEN not possible for

ZFSJV_REPORT 0100

please let me know??

Regards,

Bharath.