cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI to dispatch Process order Operation

Former Member
0 Kudos

Hi PP experts,

We need to build interface with External production execution system and SAP

Which BAPI can be used to dispatch the process order start and times in SAP by passing the time values from external system. A custom BAPI can be built using standard BAPIs which do the task

Thanks in advance

Vikram

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You can use the RFC CLOI_CHANGES_UPL_31.

See the recommendations of OSS Note 184471. I send you a example of how we've filled the internal table IT_CLOIOPERU:

Line AUFNR EXTAUFNR APLFL VORNR FIELD VALUE

-


-


-


-


-


-


-


1 000001008294 000000 0100 FSAVD 20081023

2 000001008294 000000 0100 SSAVZ 000000

3 000001008294 000000 0100 METHOD DISPATCH

4 000001008294 000000 0100 SSEDD 20081125

5 000001008294 000000 0100 SSEDZ 000000

6 000001008294 000000 0100 METHOD DISPATCH

7 000001008294 000000 0102 FSAVD 20081023

8 000001008294 000000 0102 SSAVZ 000000

9 000001008294 000000 0102 METHOD DISPATCH

10 000001008294 000000 0102 SSEDD 20081120

11 000001008294 000000 0102 SSEDZ 183524

12 000001008294 000000 0102 METHOD DISPATCH

I hope help you.

JMota

alberto_torres
Explorer
0 Kudos

Thank you, this worked for me.