cancel
Showing results for 
Search instead for 
Did you mean: 

TECO status for Prod order for which Post processing record exists

Former Member
0 Kudos

Dear PP Gurus,

We use  BAPI_PRODORD_COMPLETE_TECH to TECO production order. Program doesn't TECO orders , if there are Post processing records exsiitng for order giving message "Postprocessing records for order 1000068 prevent technical closing" .  I think this is standard BAPI msg.

When same BAPI is run in Foreground mode, it gives "Confirmation Prompt" , 'Order 1000068 : There are still reprocessing records . Set order to Technically Complete" with YES/NO/Cancel option. You can save TECO by selecting YES

Is there a way to achieve this in Background mode.

Thank you much in advance for help,

Regards,

Jatin

Accepted Solutions (1)

Accepted Solutions (1)

rupesh_brahmankar3
Active Contributor
0 Kudos

Hello Jatin,

Call function DIALOG_SET_NO_DIALOG before the BAPI, then system handles the BAPI as in the non-dialog mode and the pop-up does not appear

Refer KBA 1986661 - PP-SFC: BAPI_PRODORD_COMPLETE_TECH Popup

Best Regards,

R.Brahmankar

Former Member
0 Kudos

Thank you R Brahmankar.

In addition we implemented note 2045334 to make order TECO even if COGI records exists.

Regards,

Jatin

Answers (0)