‎2010 Apr 16 12:37 PM
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
‎2010 Apr 16 2:30 PM
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
‎2010 Apr 16 2:30 PM
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
‎2010 Apr 16 7:06 PM
Hi,
Thank you very much..
Sub1 is my subscreen name...
whts wrong in my code?plz let me know
‎2010 Apr 16 2:34 PM
Try this form
PROCESS BEFORE OUTPUT.
CALL SUBSCREEN SS0101 INCLUDING SY-REPID '0101'.
PROCESS AFTER INPUT.
CALL SUBSCREEN SS0101.
‎2013 Nov 14 2:26 PM
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.