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....