Diagnosis You wanted to copy table fields from the ABAP Dictionary onto a screen.However, the table name you specified is longer than 30 characters. System Response Table names can be up to 30 characters long. The system interprets allcharacters up to the first separator "-" as part of the table name.Since the table name is longer than 30 characters, the system stoppedlooking for the table. Procedure Check the table name for errors. |