‎2007 Sep 11 11:07 AM
Hi all,
I'm using following statement to block purchage requisitions using BDC.
CALL TRANSACTION 'ME52N' USING bdcdata MODE 'N' UPDATE 'S'.
If I run program foreground BDC is working fine and blocking requisitions.. but If I run in Back ground it's not blocking rquisitions...
Any suggestions please....
‎2007 Sep 11 11:09 AM
‎2007 Sep 11 11:11 AM
I've been tried to find suitable BAPI to block requsitions...but I could not find any...
Message was edited by:
sapsudha rao
Message was edited by:
sapsudha rao
‎2007 Sep 11 11:18 AM
Hello,
Enjoy Transactions i.e Transactions ending with 'N' are Not Compatible with BDC,so should not use BDC.
Thank's
Rakesh
‎2007 Sep 11 11:42 AM
Dear Rakesh,
How do you know it is not working in "E' or 'N' mode.? because when u used E or N mode u cant see tha screens. If value is not saving in E or N mode because u dint use okcode.
use PERFORM BDC_FIELD USING 'BDC_OKCODE'
'/11' .
at last. u will get.
Regads,
Paras
Rewards if reply is vluable.
‎2007 Sep 11 11:54 AM
Dear Rakesh,
If that is the case, my program is working fine in foreground.. I'm getting problem only in background process....If BDC is not compatible with enjoy transaction then it shouldn't work in foreground as well...
I hope u got my point..