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: 

Background job scheduling popup msg

Former Member
0 Kudos

Hello,

We have a custom program calling the Function module "MRM_INVOICE_RELEASE_UPDATE".

If we run the custom program in the foreground I'm getting a popup saying No entries made in reference field

Now if we run the program in background, How will this be handled as there is no one to OK the popup.

Does this have any effect on the job?

Regards,

Lucky.

4 REPLIES 4

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Yes, you will probably get an error about DYNPRO in background in which case you would have to do a BDC call(call transaction using...) instead.

Regards,

Rich Heilman

0 Kudos

Hello,

But this is not a BDC, and it is a normal report which calls this function module.

does this popup effect the program execution, like data wise or the time wise?

I'm getting the Log like this in my DEV server.

09.02.2010 06:22:04 Job started 00 516 S

09.02.2010 06:22:04 Step 001 started (program ZFSCAN_PROCESS_GR, variant COMP_3001, user name <&&&&&>) 00 550 S

09.02.2010 06:22:05 *No entries made in reference field * F5 866 E

09.02.2010 06:22:06 Job finished 00 517 S

Regards,

Lucky

0 Kudos

If it is an error message, then it will stop the processing of the program, and will not continue. If it is a warning or information message, it will should simply skip it and continue with the rest of the program logic. If it is an error and you need to answer a question in order to proceed further, then you will need to create a transaction for this program, and do a recording over it, then call the transaction using BDC.

Regards,

Rich Heilman

Former Member
0 Kudos

hi..

as of my knowledge it won't effect program execution. Because the same thing we used in our project to sed idocs to third party system. we set the transaction BD21 in the background in which will get two popups. so, in back ground its handling automatically.

If you wnat any message after this job then i think its not possible. in my case we r using idocs so that if idoc is triggerd in we02 then we will confirm our process.

Please get back to me if you need furthur classifications.

Thank you.

regards,

Lokeswari