‎2009 Apr 22 1:36 PM
Hi! All
While transporting a Module Pool Report from one client to another it showing error as follows
Screen field A defined neither in the ABAP Dictionary nor in the program while checking in the development server its not showing any error. how to solve this . . . and the field what its showing as error is a Text field not an I/O field.
Thanks and Regards
Kv
‎2009 Apr 22 1:40 PM
Hi,
Make sure that you screnn transport requst and the program transport requst both should be same.
if not Merge both the transport and try to tranport the request.
and also check that your SCREEN FIELD A field should be match with the dictioany fields.
Thanks!
Edited by: Prasanth Maddela on Apr 22, 2009 6:11 PM
‎2009 Apr 22 1:44 PM
might be you haven't have transferred some custom fields created
check for it.
‎2009 Apr 22 2:38 PM
Check the declaration of screen field A,
if its declared like Ztable-fieldname, then make sure that both the Ztable and its field are present in target system