Application Development 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: 

bdc KOB1

former_member198275
Active Contributor
0 Kudos

In FBB1 when im updating it from my program using call transaction then the values for screen 'SAPLKACB' '0002' its not updating.This field comes when we click MORE data button . Im using

CALL TRANSACTION 'KOB1' USING BDCDATA MODE 'E' UPDATE 'S'. When im commenting those fields for 'SAPLKACB' '0002' its get updated. So what to do?

1 REPLY 1

Former Member
0 Kudos

Hi,

Change the MODE to 'A' and then observe what is the error you are getting.

You would be able to pin-point the issue by looking at the messages that are being generated or by the errors that are thrown .

Regards

Nishant