cancel
Showing results for 
Search instead for 
Did you mean: 

output is different when we tried excute in background

Former Member
0 Kudos

Hi Experts,

We have one PO creation program, when we run in foreground it creates PO and automatically sends the PO output o vendor through mail with all characteristics details but weh run the same program in background its sending mail to vendor with out PO characteristic details, and we had created PO manually that time its workiong fine, ONLY in background its behaving strangely,

Could you please suggest what action i need to take.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member194416
Contributor
0 Kudos

Debug background job using JDBC tcode in SM35 tcode. Choose the job that you want to debug and pass JDBG value to TCODE field.

Former Member
0 Kudos

Hi,

I tried that way alsobut i didnt get exactly where it is triggering the output, PO is creating thorugh BAPI(BAPI_PO_CREATE1).