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

Background job error

Former Member
0 Likes
360

Hi Folks,

Iam doing a bdc program for updating the partner functions in the customer master using tcode xd02..

In foreground my records are getting updated but in the background it is throwing the error saying that the screen is not required.

program name SAPMF02D

screen number 0324.

Please let me know the root cause for this error.

Regards,

Rohan.

Edited by: Rohan on Oct 7, 2009 12:15 PM

Edited by: Rob Burbank on Oct 7, 2009 5:09 PM

1 REPLY 1
Read only

Sandra_Rossi
Active Contributor
0 Likes
289

You may run the background job interactively using okcode JDBG (from SM37). Execute the CALL TRANSACTION in 'A' mode to display all screens (you may have to change the abap code to indicate A mode; but if the mode is based on a variable you may change the variable value during debug) so that to check where the problem happens.