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
391

I have a BDC program that calls TCODE IW32 which works perfectly for

CALL TRANSACTION 'IW32' USING BDCDATA MODE 'A'

but it is not working for

CALL TRANSACTION 'IW32' USING BDCDATA MODE 'N'.

What can be the possible reasons.Its very urgent..Kindly help..

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
364

Hi Manju,

There could be so many reasons

1. You might be missing of popluating some mandatory field value.

2. Might be config issue with the data you are populating.

3. there might be an error message displays in between and it may goes away when you enter while you are doing in foreground. but when you are doing in background, process will get stopped at error message.

Reward points if it helps,

Satish

2 REPLIES 2
Read only

Former Member
0 Likes
365

Hi Manju,

There could be so many reasons

1. You might be missing of popluating some mandatory field value.

2. Might be config issue with the data you are populating.

3. there might be an error message displays in between and it may goes away when you enter while you are doing in foreground. but when you are doing in background, process will get stopped at error message.

Reward points if it helps,

Satish

Read only

Former Member
0 Likes
364

Hi,

Try this. CALL TRANSACTION 'IW32' USING BDCDATA MODE 'N'

<b>UPDATE 'S'.</b>.

Regards

Srinu