‎2009 Dec 04 6:26 PM
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.
‎2009 Dec 04 6:37 PM
Hello,
You can just remove those particular fields in the BDC coding do use a meaningful subject line for your posts
Vikranth
‎2009 Dec 04 6:37 PM
Hello,
You can just remove those particular fields in the BDC coding do use a meaningful subject line for your posts
Vikranth
‎2009 Dec 04 6:38 PM
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
‎2009 Dec 05 6:19 AM
Hi,
You can hard code it in the program (like currency field = 'INR'.
Regrds,
Amit