Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Screen Error

Former Member
0 Likes
447

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

3 REPLIES 3
Read only

Former Member
0 Likes
426

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

Read only

Former Member
0 Likes
426

might be you haven't have transferred some custom fields created

check for it.

Read only

Former Member
0 Likes
426

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