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

BDC

Former Member
0 Likes
663

Hi,

I am working on BDC for fss0 t.code..i got error like 'Screenprogramname-BUKRS it is not on input field'. what mistake i have done please let me knw...

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
640

Hi Dorothy,

There are certain fields on any screen which are output only. This message is for that only.

During recording field values are recorded but cannot be placed.

This is only an info message and there isn't any problem.

If you want to avoid it then in your program comment the lines where this field is getting populated.. pick the screen number field and in your recording comment screen value perform for this field...

5 REPLIES 5
Read only

Former Member
0 Likes
640

Perhaps, you tried to pass value to a screen field which is not modifiable?

Read only

Former Member
0 Likes
640

You have to pass G/L acct and Company code to this tcode.

Check if there's any Screen variant created.

If no variant exist then just let me know the some part of your code:

1) Internal table declaration

2) where exactly you are assigning the values for company code.

Just paste this.

Edited by: Yogesh Karanjikar on Feb 2, 2009 10:10 AM

Read only

Former Member
0 Likes
641

Hi Dorothy,

There are certain fields on any screen which are output only. This message is for that only.

During recording field values are recorded but cannot be placed.

This is only an info message and there isn't any problem.

If you want to avoid it then in your program comment the lines where this field is getting populated.. pick the screen number field and in your recording comment screen value perform for this field...

Read only

Former Member
0 Likes
640

hi you can do two things..

either dont pass any value here..

or

create a perform in program and give all detail like its screen no,field name

and value.

Read only

Former Member
0 Likes
640

Thanks Ankesh Saharan