Hello
I have installed new EHP7 system, created a new business client and when I am trying to create my user id in business client as a copy of DDIC I am getting the below dump.
Can you please help.
Is it that we must run client copy from 000 and then create user.
Category ABAP Programming Error
Runtime Errors POSTING_ILLEGAL_STATEMENT
ABAP Program SAPLSCD0
Application Component BC-SRV-ASF-CHD
Date and Time 19.07.2014 14:32:21
Short Text
Statement "MESSAGE_A" is not allowed in this form.
What happened?
Error in the ABAP Application Program
The current ABAP program "SAPLSCD0" had to be terminated because it has
come across a statement that unfortunately cannot be executed.
Error analysis
There is probably an error in the program
"SAPLSCD0".
This program is triggered in the update process. The following ABAP
statements are illegal here:
- CALL SCREEN
- CALL DIALOG
- CALL TRANSACTION
- SET SCREEN
- LEAVE TO LIST-PROCESSING
- SUBMIT
- LEAVE SCREEN
- LEAVE LIST-PROCESSING
- LEAVE PROGRAM
- LEAVE TO TRANSACTION
- MESSAGE I/W/E (if not handeld using EXCEPTIONS ERROR_MESSAGE)
- MESSAGE A
How to correct the error
Probably the only way to eliminate the error is to correct the program.
-
If the error occurs in a non-modfied SAP program, you might be able to
find a solution in the SAP Notes system. If you have access to the SAP
Notes system, check there first using the following keywords:
"POSTING_ILLEGAL_STATEMENT"
"SAPLSCD0" bzw. LSCD0F01
"CDPOS_INIT"
If you cannot solve the problem yourself, please send the following
information to SAP:
Information on where terminated
The termination occurred in ABAP program "SAPLSCD0", in "CDPOS_INIT". The main
program
was "SAPMSSY4".
In the source code, the termination point is in line 694 of (Include)
program "LSCD0F01".
Regards
Balaji