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 doubt

Former Member
0 Likes
548

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

5 REPLIES 5
Read only

Former Member
0 Likes
520

Use Bapi for Enjoy transactions

Read only

0 Likes
520

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

Read only

Former Member
0 Likes
520

Hello,

Enjoy Transactions i.e Transactions ending with 'N' are Not Compatible with BDC,so should not use BDC.

Thank's

Rakesh

Read only

0 Likes
520

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.

Read only

0 Likes
520

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