Application Development 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: 

BAPI_PO_CREATE1 in background mode

Former Member
0 Kudos

Hi all.

Had anyone faced a problem using the above BAPI within background mode ? Does it use the enjoy SAP transaction methods ? Is it a problem to execute it in background ?

Thanks in advance,

Sam

1 ACCEPTED SOLUTION

santosh_kumarm
Participant
0 Kudos

Hi SAM,

BAPI's don't use any screens rather they directly effect the database table. only through BDC's we have problems with Enjoy SAP transactions.

You have to check the BAPI parameters have been passed correctly or not. as the code in BAPI will validate the values.

You have to pass the obligatory field values to BAPI to create a Purchase order.

Hope it shall be useful.

Regards

Santosh

2 REPLIES 2

Former Member
0 Kudos

as per my knowledge, it shuld work in back ground too.

By the way, how u r getting ur input data, is it from a flat file of presentation server? if so, you shuld change it to application server.

thanq

santosh_kumarm
Participant
0 Kudos

Hi SAM,

BAPI's don't use any screens rather they directly effect the database table. only through BDC's we have problems with Enjoy SAP transactions.

You have to check the BAPI parameters have been passed correctly or not. as the code in BAPI will validate the values.

You have to pass the obligatory field values to BAPI to create a Purchase order.

Hope it shall be useful.

Regards

Santosh