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

FBL5 mass change error

Former Member
0 Likes
1,578

Hello,

I am using t-code FBL5 to update the payment method to 'I' and want to set the Part bank type to use a specific bank account. I get an error that Field 'BSEG-BVTYP. does not exist in the screen SAPMF05L 1301' Mass change uses bdc to call FD02. When I go into FD02 to the additional data screen, the fields indeed does not show up (the field is on the screen but set to invisible).

Any ideas what needs to change to get this field to show up? Is this config or a program error/

thanks!

Brent

Hello,

I am using t-code FBL5 to update the payment method to 'I' and want to set the Part bank type to use a specific bank account. I get an error that Field 'BSEG-BVTYP. does not exist in the screen SAPMF05L 1301' Mass change uses bdc to call FD02. When I go into FD02 to the additional data screen, the fields indeed does not show up (the field is on the screen but set to invisible).

Any ideas what needs to change to get this field to show up? Is this config or a program error/

thanks!

Brent

6 REPLIES 6
Read only

Former Member
0 Likes
1,203

Are you sure you are changing the correct line item in this case?

Sorry - I was thinking of another transaction.

Rob

Message was edited by:

Rob Burbank

Read only

0 Likes
1,203

Are yoy trying to change cleared items? I don't think you can do this.

Rob

Read only

0 Likes
1,203

It looks like it is tied to table T004F to determine if the field should be displayed or not. These are not cleared items.

Read only

0 Likes
1,203

Well, the field is set this way for a reason. But I don't know what it is. I think you should talk to your functional person. He or she ought to know.

Rob

Read only

0 Likes
1,203

turns out this can be configured by t-code FSS0.

Thanks.

Read only

Former Member
0 Likes
1,203

May be the field gets enabled in certain conditions (for e.g. doc type, item category). Check if you are updating valid entries.

Thanks,

Santosh