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 question

Former Member
0 Likes
433

Hello

Is there a way to prevent the users from changing certain fields while they process the BDC sessions? For example the dollar field amount in a FI posting.

Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
410

Hello,

You can just remove those particular fields in the BDC coding do use a meaningful subject line for your posts

Vikranth

3 REPLIES 3
Read only

Former Member
0 Likes
411

Hello,

You can just remove those particular fields in the BDC coding do use a meaningful subject line for your posts

Vikranth

Read only

Former Member
0 Likes
410

This is possible. when you view generated code , you can write logic in start or end.

or you can just check authorization just when the field is filled. Hope you get it

Read only

Former Member
0 Likes
410

Hi,

You can hard code it in the program (like currency field = 'INR'.

Regrds,

Amit