‎2007 Oct 31 2:16 PM
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..
‎2007 Oct 31 2:19 PM
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
‎2007 Oct 31 2:19 PM
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
‎2007 Oct 31 2:20 PM
Hi,
Try this. CALL TRANSACTION 'IW32' USING BDCDATA MODE 'N'
<b>UPDATE 'S'.</b>.
Regards
Srinu