2008 Jun 13 6:46 AM
Hi Gurus,
When i am trying to execute the T.code FMCI_COPY_NEXT_YEAR i am getting the
ERROR MESSAGE: SET SCREEN NOT ALLOWED IN SUB SCREEN (SCREEN NO SAPLSBAL_DISPLAY0101) in new implementation.
i am unable to find out where the exact error is comming ... i requested you to please guide me for the same...
Thanks in Advance !!!
regards,
Sanjay
2008 Jun 13 6:50 AM
HI,
double click on message and notice the number and type.
Debug the program/function and set a breakpoint as statement "message".
The system will hold on each message and with the information of number and type, you will find the right costing.
Regards
Nicole
2008 Jun 13 6:50 AM
HI,
double click on message and notice the number and type.
Debug the program/function and set a breakpoint as statement "message".
The system will hold on each message and with the information of number and type, you will find the right costing.
Regards
Nicole
2008 Jun 13 6:55 AM
Hi ,
Thanks for your early reply...when I try to double click on the message its not showing any thing...
2008 Jun 13 6:57 AM
Hi,
okay, maybe you have an different editor then me. Go to the long-text of the message, however it works in your system, to see the message number and type.
Regards
Nicole
2008 Jun 13 7:03 AM
Hi,
I am using ECC 6.0 version but long text is not working....could you suggest work around the way... its urgent..
Regards,
Sanjay.
2008 Jun 13 7:06 AM
Hi,
that can`t be.
Each message pop-up has an longtext.
Is there an help-button, then press on it.
Regards
Nicole
2008 Jun 13 7:12 AM
2008 Jun 13 7:14 AM
Then debug without knowing the type and number and take a look to each message, the system hold after you set statement.
How? Take a look to my first comment. :O)
2008 Jun 13 7:59 AM
2008 Jun 13 7:11 AM
Hi,
In the debugging mode, go to menu Breakpoints,
Select breakpoint at statement
and then type MESSAGE
and then execute (F8) you will get to know the exact place where the message is triggered.