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

Will BAPI write to Spool by itself?

Former Member
0 Likes
365

Hi,

I am calling a BAPI in a program to create a sales order and writing all the BAPI return messages to the output of the program. When I schedule and run the program in the background, I can see more BAPI relevent error messages in the job log than the ones written to the program output. Could anyone please write me whether, when the BAPI is called will it write some messages to the spool by itself from within the BAPI?

Any help is really appreciated..

Swetha

1 REPLY 1
Read only

Former Member
0 Likes
282

As per my understanding Bapi(standard) will not write anything to the spool. The bapi will only return all the messages in the bapi return table. the program has to loop in the bapi return table and write the messages to the spool.